While playing around with code for our post on generators we discovered the ipaddress module, part of the Standard Library. Such a handy little module!
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
-
-
95% of most popular Python packages support Python 3. Maybe you are lucky and get to start fresh using Python 3. However as of last year Python 2.7 still reigns supreme in pip installs and at a lot of places 2.x is the only version you get to work in. I think writing Python 2 and 3 compatible code is an important skill, so lets check what it entails.
-
A new week, a new ‘bite’ of Python coding! After last week’s article on generators we will get you to practice a bit more with them in our new challenge. Good luck and have fun.
-
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
-
It’s end of the week again so we review the code challenge of this week. It’s never late to sign up, just fork our challenges repo and start coding.
-
Learn what a Generator is and check out some different examples.
-
Regular expressions can be arcane, yet when used with care they can also be very powerful. In this post a couple of tips to get more out of your regexes when using Python’s re module.
-
Today a quick article on a nice caching module when working with APIs: Requests-cache.
-
A new week, a new ‘bite’ of Python coding! This week we will build a Hangman game. Good luck and have fun.
-
During the weekend we will share a curated list of 15 cool things (mostly Python) we found / tweeted during the week.