Awesome Coding Projects You Can Finish This Weekend
--
Welcome back! Coding is one of the best skillsets to have nowadays, so, let’s take a look at a few different coding projects you could probably finish up this weekend!
Python Projects
Let’s start off with some Python projects!
Build Awesome GUI’s
Another awesome thing we can build with Python are GUI’s, there are many different GUI packages for Python, this tutorial covers one of these packages:
This tutorial showcases the basics of GUI development, as well as the capability behind Python for software development!
Extract Data From PDF
Next up we have a fairly easy project o build out, extracting data from PDF’s! Check out the link below for the full tutorial to build out this project:
This project covers parsing out data from a PDF, storing it as a variable and even plotting out the most frequent words from the PDF. This is a very powerful project that can help you understand the data extraction process with Python.
Building An Image Classifier
Next up, one of the more complicated projects on this list, we can actually build out an image classifier with TensorFlow and Python!