Member-only story
Advanced Python projects you can build in an day
Welcome back! Python is an awesome programming language with tons of capability, so let’s take a look at some advanced Python projects you can build in a day. Now, these projects range in uses, but they all are a bit more complicated than standard projects I usually build out, with this long introduction out of the way, let’s take a look at them!
Predicting Crypto Price
First off we have a fairly robust project, predicting crypto price using Python & machine learning, check out this tutorial below:
Now, this is definitely not a full tutorial on machine learning, but if you have some basic knowledge on some machine learning concepts you should be able to follow along with this tutorial. I posted it at the end because it may take longer to understand than any of these other projects, but I did make a Google Colab specifically for this project which I linked with it, so if you don’t want to code it all out you could just run the Google Colab notebook. This project is definitely the toughest one since i’m assuming you know a bit of…