
Unit testing with Python: The basics and a quick tutorial
April 25, 2024
/
6 -min read
Unit testing with Python primarily involves writing test cases for these individual units, running these tests, and examining the results.

Python code debugging: Common bugs, tools, and best practices
April 9, 2024
/
5 -min read
This article covers common types of errors you may encounter, such as syntax, runtime, and logical errors, along with more complex issues.

Is AI pair programming really going to help me?
February 22, 2022
/
3 -min read
A few weeks ago I wrote an article that spoke about beginning my journey with…

Why so many Python projects lack dependencies management in git, and what you can do about it
February 15, 2022
/
3 -min read
Modern software is almost always dependent on external libraries. A software project rarely starts from…

Machine learning in software programming: Too much of a good thing?
January 12, 2022
/
2 -min read
As any reader versed in the current state of machine learning might be aware, natural…

Top 10 Python plugins for VS Code
October 11, 2021
/
4 -min read
We’ve searched high and low, scouring the Internet, hunting for the top 10 time-saving Python…

How to install Django in PyCharm
September 26, 2021
/
5 -min read
PyCharm is the IDE that many Pythonists choose over other alternatives like Visual Studio and…

How to configure Sublime Text 4 for Python development
September 5, 2021
/
6 -min read
What do you need to develop in Python? The first thing on your list should…

How to set up virtual environment in PyCharm
August 28, 2021
/
7 -min read
PyCharm is the go-to IDE for Pythonists, no matter what the Python project is. From…
Show more