Have you ever wanted to create awesome stuff with Django like making your own blog or any other app but don’t know where to start? Or are you tired of taking lazy tutorials?
Dropping Tutorial Paralysis, Building a Django Blog From Scratch
By Peter Babalola on 21 April 2020
Refactoring Opportunities That Will Boost the Quality of Your Code
By Bob Belderbos on 19 April 2020
Refactoring is all about making your code more maintainable. In this article I will provide you with Python and generic software tips to write better code.
Use Github to Manage Your Projects in an Agile Way
By Robin Beer on 19 April 2020
In this article you will learn how to setup a project in GitHub and to use boards to organize you issues using agile methods.
Stop obsessing about algorithms
By Bob Belderbos on 13 April 2020
We hear it so often: I need to ace algorithms to land a SW job. To a certain extent yes. You surely need to understand what data structure to use and make efficiency trade-offs.
Introduction to Building Custom Apache Airflow Operators
By Christo Olivier on 10 April 2020
If you work in data engineering, then the chance are high that you are using or have used Apache Airflow.
Using Python to Check for File Changes in Excel
By Ryan Cheley on 10 April 2020
Finding differences in excel files using Pandas!
Effective Developers Leverage Their Toolset
By Bob Belderbos on 6 April 2020
Last week I did a couple of shared screen sessions debugging and teaching. I paused and reflected on the tools I used and how I sharpened my sword over the years.
A Simple yet Effective System
By Bob Belderbos on 23 March 2020
There is just too much stuff out there when it comes to being more productive. I am reading The Ultimate Sales Machine (Chet Holmes) and it offers what is probably the most concise time management system I have seen so far.
4 Common Mistakes When Learning Python and Programming
By Bob Belderbos on 19 March 2020
How are you progressing with your Python? What could be holding you back? I gave it some thought and identified 4 issues we commonly see that hold people back from becoming a proficient Pythonista and programmer.
How to Debug a Hanging Test Using pytest
By Bob Belderbos on 18 March 2020
Today a wanted to share a neat trick that might save you some headache: debugging a hanging test.