avatarManpreet Singh

Free AI web copilot to create summaries, insights and extended knowledge, download it at here

2081

Abstract

<h3>Welcome back! Let’s go ahead and do some data extraction with Python, specifically extracting data from PDF files…</h3></div>
            <div><p>preettheman.medium.com</p></div>
          </div>
          <div>
            <div style="background-image: url(https://miro.readmedium.com/v2/resize:fit:320/1*UTEpQclRfpelF8ON9f9WCQ.png)"></div>
          </div>
        </div>
      </a>
    </div><p id="27bf">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.</p><h1 id="f508">Building An Image Classifier</h1><p id="23b3">Next up, one of the more complicated projects on this list, we can actually build out an image classifier with TensorFlow and Python!</p><p id="d8d2"><a href="https://preettheman.medium.com/lets-build-an-image-classifier-with-tensorflow-and-python-4a6fd74198c3">https://preettheman.medium.com/lets-build-an-image-classifier-with-tensorflow-and-python-4a6fd74198c3</a></p><p id="a578">Luckily for us, this project is pretty much already built out on Google Colab, so all you have to do is follow along and run this project. If you’re planning on doing any machine learning, this is definitely a project you want to be familiar with.</p><h1 id="d5ac">Build Awesome GUI’s</h1><figure id="0e39"><img src="https://cdn-images-1.readmedium.com/v2/resize:fit:800/1*eWT5nJDmUabc62j9fSW87A.png"><figcaption></figcaption></figure><p id="3e20">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:</p><p id="48f1"><a href="https://preettheman.medium.com/this-new-python-package-builds-awesome-guis-150defda7915">https://preettheman.medium.com/this-new-python-package-builds-awesome-guis-150defda7915</a></p><p id="41c9">This tutorial showcases the basics of GUI development, as well as the capability behind Python for software development!</p><h1 id=

Options

"8cf9">Scraping Data From Youtube</h1><figure id="fcab"><img src="https://cdn-images-1.readmedium.com/v2/resize:fit:800/1*84OpjrIMKv_j9THKNBJcPg.png"><figcaption></figcaption></figure><p id="6d94">Next up we have web scraping with Youtube, this takes a bit of a different approach than the first tutorial on this page, mostly because we’re using a different package, here is that tutorial:</p><p id="b13f"><a href="https://preettheman.medium.com/how-to-scrape-data-from-youtube-using-python-89f4f8ca4ddd">https://preettheman.medium.com/how-to-scrape-data-from-youtube-using-python-89f4f8ca4ddd</a></p><p id="6b4b">The specific package we’re using is Selenium, this is a very powerful web scraper that also allows us to control the web page (almost as if a user was using the website). In my opinion, this is my favorite web scraper with Python, if you plan on getting into web scraping or automation, this is a must read for sure!</p><p id="4511">There you have it! Those are some awesome Python projects you can build out today! Do you plan on building out any of these projects? I would love to hear your thoughts about this!</p><h1 id="e3f0">As Always</h1><p id="6e35">if you have any suggestions, thoughts, or just want to connect, feel free to contact/follow me on Twitter! Also, below is a link to some of my favorite resources for learning programming, Python, R, Data Science, etc</p><div id="23d5" class="link-block"> <a href="https://sites.google.com/view/betterprogrammer/home"> <div> <div> <h2>My Recommendations</h2> <div><h3>Here are some of my favorite courses, books and so much more. Most of these are affiliate links that help me create…</h3></div> <div><p>sites.google.com</p></div> </div> <div> <div style="background-image: url(https://miro.readmedium.com/v2/resize:fit:320/0*-0qzypM_rfMj_TPl)"></div> </div> </div> </a> </div><p id="c1fe">Thanks so much for reading!</p></article></body>

Python projects you can build today

Welcome back! Python is one of my favorite programming languages to use, if you’re new to Python, check out the link below to learn more about it:

https://preettheman.medium.com/everything-you-need-to-know-about-python-in-2022-abc5a386137f

So, let’s talk about some awesome Python projects you can actually build out today!

Building Basic Websites

One of the coolest things you can do with Python is web development, luckily for us, there are many different web frameworks you can use with Python, this tutorial covers how to build basic websites with Python:

https://preettheman.medium.com/build-a-basic-website-with-python-5e1bd36a476b

By building out this project, you will have a basic understanding of web development, as well as understanding the basics of using a CLI as well!

Extract Data From PDF

Starting off 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!

https://preettheman.medium.com/lets-build-an-image-classifier-with-tensorflow-and-python-4a6fd74198c3

Luckily for us, this project is pretty much already built out on Google Colab, so all you have to do is follow along and run this project. If you’re planning on doing any machine learning, this is definitely a project you want to be familiar with.

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:

https://preettheman.medium.com/this-new-python-package-builds-awesome-guis-150defda7915

This tutorial showcases the basics of GUI development, as well as the capability behind Python for software development!

Scraping Data From Youtube

Next up we have web scraping with Youtube, this takes a bit of a different approach than the first tutorial on this page, mostly because we’re using a different package, here is that tutorial:

https://preettheman.medium.com/how-to-scrape-data-from-youtube-using-python-89f4f8ca4ddd

The specific package we’re using is Selenium, this is a very powerful web scraper that also allows us to control the web page (almost as if a user was using the website). In my opinion, this is my favorite web scraper with Python, if you plan on getting into web scraping or automation, this is a must read for sure!

There you have it! Those are some awesome Python projects you can build out today! Do you plan on building out any of these projects? I would love to hear your thoughts about this!

As Always

if you have any suggestions, thoughts, or just want to connect, feel free to contact/follow me on Twitter! Also, below is a link to some of my favorite resources for learning programming, Python, R, Data Science, etc

Thanks so much for reading!

Coding
Programming
Python
Software Development
Data Science
Recommended from ReadMedium