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
Articles on python
Why is Flat Better Than Nested? (Zen of Python)
By Bob Belderbos on 1 August 2023
The short answer: deeply nested code can be hard to read and understand (and this not only applies to Python, but for any code really). Each level of indentation adds a level of complexity and an additional condition that the reader (which is often you!) has to keep in their head while trying to understand… Continue reading Why is Flat Better Than Nested? (Zen of Python)
Building Confidence and Overcoming Challenges by Using Positive Self-Talk
By PyBites Team on 28 July 2023
In this episode we are joined by Alejandro Briceño, a chemical engineer turned HR professional and innovation consultant. Watch here: Or listen here: We delve into the power of positive self-talk and its impact on facing challenges and fostering a growth mindset. We discuss the importance of reframing negative thoughts, practicing self-compassion, and surrounding yourself… Continue reading Building Confidence and Overcoming Challenges by Using Positive Self-Talk
From Teacher to Python Developer by Building a Community Platform Using Django
By PyBites Team on 19 July 2023
Watch here: Listen here: This week we talk with James Dycus about his journey from teacher to Python software developer. We talk about his background as a teacher and how het got into Python. How he joined our PDM program a few months ago and the amazing growth he has experienced since by building out… Continue reading From Teacher to Python Developer by Building a Community Platform Using Django
Python Coding Interview Learning Path
Introduction Most companies, when recruiting new software engineers, include at least one coding interview as part of their selection process. And why not? We’re software engineers, after all; writing (and reading) code is what we do. Yet, even for the seasoned Pythonista, there is one coding interview that often feels disproportionately — and unnecessarily — stressful:… Continue reading Python Coding Interview Learning Path
11 Planning and Productivity tips for Python developers
By PyBites Team on 23 June 2023
This week we talk with Sambhavi Dhanabalan about productivity as a developer. She shares 11 tips from her experience: 3 around planning and 8 generic tips. Watch here: Or listen here: We also talk about her background, wins and a book she’s reading. Enjoy this insightful conversation with Sambhavi. We’re sure that if you follow… Continue reading 11 Planning and Productivity tips for Python developers
The importance of refactoring regularly [podcast]
By PyBites Team on 15 June 2023
In this episode we talk with Chris May, Python developer and coach, about his background and passion for refactoring. Watch here: Or listen here: This turned into a beautiful love letter 💌 to refactoring and we think you should take notice, because adopting the mindset he teaches will improve your code. A lot! Enjoy and… Continue reading The importance of refactoring regularly [podcast]
What’s enough as a developer and in life?
By PyBites Team on 31 May 2023
Welcome back to the Pybites podcast! Watch here: Listen here: Welcome back to the Pybites podcast! Today we hone in on the concept of “Enough”, which we read about in the book “Psychology of Money” – chapter 3, titled “Never Enough”. We discuss what this means and relate it back to the Python developer journey… Continue reading What’s enough as a developer and in life?
From 0 to 1 in Python: how Charles shipped his Fusion Chronicles Django app
By PyBites Team on 26 May 2023
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
Overcoming Imposter Syndrome: 9 Tips to Boost Your Confidence as a Developer
By PyBites Team on 11 May 2023
Watch us here: Or listen here: In this podcast episode we discuss 9 tips to build confidence as a developer, drawing from our own experience + coaching 100+ (aspiring) Python developers. We cover the importance of starting with small, achievable projects, breaking down complex problems into smaller tasks, and practicing regularly. Additionally, we emphasize the… Continue reading Overcoming Imposter Syndrome: 9 Tips to Boost Your Confidence as a Developer