With this follow-along Python project, you'll build a script to calculate grades for a class using pandas. The script will quickly and accurately calculate grades from a variety of data sources. You'll see examples of loading, merging, and saving data wit... (more…)
Read more »
The ‘with’ statement and Context Managers in Python, two ways to implement the context management protocol... (more…)
Read more »
Nuitka is a Python compiler written in Python. It's fully compatible with Python 2.6, 2.7, 3.3, 3.4, 3.5, 3.6, 3.7, and 3.8. You feed it your Python app, it does a lot of clever things, and s... (more…)
Read more »
Learn how to use NFC with your smartphone or dedicated NFC USB device. (more…)
Read more »
When we started to develop our product, we had to decide which stack to use. Recent widespread adoption of Python 3 made it a no-brainer. (more…)
Read more »