I have learned a lot over the past 2.5 years of my Python journey. What started out as a hobby during COVID-19 lock downs in 2020, has now become a major component of my professional workload. This article is designed to highlight the importance of the iterative process: write some code -> learn new stuff… Continue reading A Case Study in Refactoring Python: Clean Code Is Often Faster
Articles on math
A Short Primer on Assemblers, Compilers and Interpreters
By Erik O'Shaughnessy on 9 October 2018
A gentle introduction to the historical evolution of programming practices.
Twitter Digest 2018 Week 11
By PyBites Team on 11 March 2018
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
Code Challenge 21 – Electricity Cost Calculation App
By PyBites Team on 29 May 2017
Hi Pythonistas, a new week, a new ‘bite’ of Python coding! This week we will get you to create a simple app to calculate the monetary cost of using an electrical device. Enjoy!