Here are some things we picked up from code reviews that when addressed can make your code a lot cleaner.
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 some useful things I learned deploying an open source package to PyPI.
-
According to the Zen of Python, “There should be one– and preferably only one –obvious way to do it.” It’s a good principle for designing a program: the more ways there are of doing something, the more confusing the software becomes, along with a host of other problems. In reality, though, there almost always is more than one way to accomplish something. The quotation even displays this fact: it places the dash in two different ways, neither of which are the obvious way.
-
AWS Lambda is awesome, but sometimes it can be hard to get external libraries working in this serverless environment. No worries, we learned a lesson or two which I will share in this article. Ready to run almost any Python library in the cloud? This should excite you and even trigger your entrepeneurial mind …
-
Freezegun is a library for mocking Python datetimes. It does one thing, does it well, and lets you get on with your life.
-
One moment I was solving a pandas challenge, next I was analyzing real world covid-19 data with python…
-
It’s useful to test for exceptions exceptions in your code. A handy feature of pytest makes that fun and flexible!
-
Proper error handling can make your Python code simpler, more readable, and idiomatic. Here are 7 tips to help you.
-
Mentoring children is a whole new challenge, and one that served to help me think about my own communication and empathy skills at work too.
-
If there is one career book we could recommend you it’s “So Good They Can’t Ignore You”. In this article some of the main takeaways for me.