
Learning Log
So I just completed the Python Crash Course book. The last few chapters covered building a site called "Learning Log", which lets you setup an account, log into it, add a topic you're learning about, and type in a brief summary of what you have learned. It uses Bootstrap to make it look pretty. It was a good refresher on working with Django. I didn't do the deployment, because Heroku no longer has a free tier in their server packages. But that's okay, because I'm looking into hosting it on my own server. I'd like to incorporate it into this blog, but I don't yet know how to host multiple Django projects under one domain name. It's going to take some experimenting to figure that out. For the moment, I'm moving on to another Python book, named "Beyond the Basic Stuff with Python". I haven't even cracked this book open yet, so I can't say much about it yet, but based on the reviews I read on Amazon it sounds like a good next step for me to take.