How to better streamline your Python project using a Makefile

Makefiles are awesome, and you can use them in your Python projects too (they are not only to compile and build C/C++ projects that is) 😎 They help you automate various tasks and streamline the development process overall 🚀 They allow you to: – Manage dependencies– Run tests– Build documentation– Format your code– Lint and… Continue reading How to better streamline your Python project using a Makefile

From 0 to 1 in Python: how Charles shipped his Fusion Chronicles Django app

Welcome back to the Pybites podcast! Watch here: Listen here: In this insightful conversation with software developer, PDM-er, and entrepreneur Charles Carriere, we delve into his journey of launching personal projects, overcoming imposter syndrome, and mastering Python.  He shares his experience of creating a Django app in our PDM program around fusion energy, aggregating and… Continue reading From 0 to 1 in Python: how Charles shipped his Fusion Chronicles Django app