Want a vaccination appointment? It helps to know a Python programmer

Programmers have figured out ways to help family and friends gain an edge in getting vaccine appointments, but they also realize not everybody has that advantage. Read more

Similar

The Guide to Python Logging

Python has the wonderful package for recording logs called logging. You can find it in the standard library. Many developers think that it is overcomplicated and not pythonic. In this post I will try… (more…)

Read more »

Python: Running Makefiles on Windows

Linux owners configure makefiles so as to have easy commands to perform operations such as make dependencies to pip install required packages. Here are the dry simple steps to run makefiles in Python projects on Windows. Download git for windows. You shou... (more…)

Read more »