In this post I summarize some great lessons Mike Pirnat shared in his free ebook ‘How to make mistakes in Python’
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 post I share a simple script to convert Bookcision JSON into a HTML page for your blog.
-
A quick review of the legendary free book, Automate the Boring Stuff.
-
In this post I show an example how you can distribute your code as an executable zipfile, a neat trick I discovered in Chapter 6 of The Hitchhiker’s Guide to Python
-
In this post a script we use to get a weekly digest of our posts.
-
Some of my Python articles I posted on my blog this year and useful books
-
Python Virtualenvs are incredible yet sadly under utilised!
-
Use collections.deque to rotate letters in string (or elements in list). It has a native method which performs faster too.
-
This is a short post for Julian to get this Pelican blog up and running on his system.