Iteration in Python is incredibly simple compared to C and other languages. It’s easy… maybe a little TOO easy…
Articles
AI Best Practices Books Career Code Challenges Concepts Data Data Science Developer Devops Django FastAPI Flask Learning Meta Mindset Modern Python Modules News Packages Podcast Productivity Products Projects PyBites Modules Pycon Reviews Rust Soft Skills Special Testing Tips Tools Twitter Digest Uncategorized
Latest articles
-
-
In this article some important anti-patterns regarding error handling and how to solve them making your code more Pythonic and easier to maintain.
-
A great list of Python Resources that should keep you busy for a while!
-
Using what we’ve learned the last challenge this week we build a simple Scrabble-like game: given a random set of 7 letters build the most valuable word. Good luck!
-
On Saturdays we will share a curated list of 15 cool things (mostly Python) we found / tweeted during the week.
-
Wow! We have been amazed by the great response on github and HN. It’s Friday so we review the code challenge of this week. We describe our learning and a possible solution. We will also digest comments left on the Monday post.
-
Itertools is a very useful module. In this short post I show some 5 examples how you can use it. Some of this stuff might be useful in next week’s challenge …
-
Learn to create a simple web scraper in Python using BeautifulSoup4
-
Transforming Code into Beautiful, Idiomatic Python is a must-watch to write more Pythonic code. In this post some highlights.
-
Our first weekly code challenge is to calculate the (language) dictionary word that would have the most value in Scrabble. Enjoy and let us know if you like this format.