Pythonanywhere has an excellent tutorial for setting up a website with Flask. The tutorial shows how to set up a website and put it under version control with Git. But it only shows how to do that by initiating a new repository; it doesn’t show you how to connect with an existing repo. In this post, I will show how to connect Pythonanywhere to an existing Github account and some basic Git commands to manage your Pythonanywhere app.
This post shows some of the most common Git commands. I find it very useful to have a quick reference with all of the most common tasks.
Project Gutenberg is an effort to make digital copies of books available to everyone. They have books that are now in the public domain, which means that the copyright has expired from them. Because of this, their collection is mainly comprised of older texts, and they have over 50,000 books in total.
I recently came across the numbers of convictions and executions in the latter half of 18th century England. The number of executions varied and it wasn’t immediately clear if there were any larger trends.
How many steps does it take to see a kangaroo? I started wondering this soon after moving to the center of the Australian Outback. So, with the assistance of my Fitbit, I started recording the number of steps I took after walking out the front door until I saw a kangaroo.
This notebook demonstrates some basic techniques for the Python library pandas. This is part II of the Pandas Cheat Sheet.
This post demonstrates some basic techniques for the Python library pandas.