TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

I am learning Python 3 and blogging about my journey

3 pointsby ploggingdevover 8 years ago

1 comment

ploggingdevover 8 years ago
I recently started learning Python 3 and decided to blog about the journey primarily because it forces me put down what I learn in words, and it also serves as a quick reference for when I need to lookup something Python related.<p>Learning Python has been a very pleasant experience so far. Things I found enjoyable: dynamic typing, code readability, multiple programming paradigms it allows, not verbose (looking at you Java).<p>I covered the basics of the language so far, and I am yet to explore the libraries available and GUI frameworks such as Kivy. I will be building small programs to better understand the language. Some ideas: blackjack, tictactoe and I will blog about how I go about building them.<p>Feedback is welcome!