Ultralight Time Machine-style backups using rsync. Contribute to basnijholt/rsync-time-machine.py development by creating an account on GitHub. (more…)
Read more »
► Write Clean & Beautiful Python: https://dbader.org/pytricks-book Python doesn't have switch/case statements so it's often necessary to write long if/elif/e...
Read more »
The schedule for Python 3.10 release is in October this year. With that said, something exciting happened last week… (more…)
Read more »
An object relational mapper maps a relational database system to objects. If you are unfamiliar with object orientated programming, read this tutorial first. The ORM is independent of which relational database system is used. From within Python, you can ... (more…)
Read more »
NASA has a bunch of awesome APIs which give you programmatic access to the wonders of space. I think the Mars Rover Photos API in particular is really amazing as you can use it to see what kind of pictures the Mars Curiosity rover has been taking. (more…)
Read more »