Python Is RadVENV — This Ain’t Your Grandpa’s Virtual EnvironmentImagine you’re sitting there, doing your job, minding your own business, and then the sky opens up and all these packages come crashing…Mar 12, 2023Mar 12, 2023
Python Is RadList and Dictionary Comprehensions Made EasyIn my day job as a Python developer, I use list and dictionary comprehensions quite regularly. They also come in handy during live coding…May 28, 2022May 28, 2022
Python Is RadShould you be a data engineer or a software engineer?It depends on what you enjoy building with code. You should try both and see. Here is how I would find out.Dec 8, 2020Dec 8, 2020
Python Is RadinThe StartupWeb Scraping All the Links With PythonRecently I wanted to get all the links in an archive of newsletters. The goal was to have a text file with the links so that I didn’t have…Dec 6, 2020Dec 6, 2020
Python Is Rad8 Things to Check in a Python Code ReviewCode reviews are one of the most important activities in the daily workings of a software team. They are an opportunity for everyone to…Dec 6, 2020Dec 6, 2020
Python Is RadZip and Reduce in DartAs a Python developer who is also writing Dart, there are a few things I was missing when developing in Dart. One of those was the mighty…Apr 27, 2020Apr 27, 2020
Python Is RadList Comprehensions in DartIn my day job as a Python developer, I use list comprehensions a lot. Now that I’ve been doing some development in Dart, and more…Apr 25, 20202Apr 25, 20202