person in white shirt using computer
Photo by cottonbro on Pexels.com

Python is one of the most popular programming languages these days. You get to see many great books and tutorials that you can use to learn that are regularly shared on Reddit, HackerNews, and other social media.

Even though that’s the case, chances are that you may have missed this repository with Jupyter Notebooks that can help you start your journey learning Python. I also saw it only today and thought that it may be helpful to write about it.

It is called Python for Data Science and as the name suggests, it has notebooks that can help you learn Python by modifying the existing notebook cells, or even adding your own ones.

At the time of this writing, it has 9 notebooks with 9 lessons:

Lesson 1 – Hello World.ipynbUpdate

Lesson 2 – Language Semantics

Lesson 3 – Tuples.ipynb

Lesson 4 – Lists

Lesson 5 – Sequence Functions

Lesson 6 – Dict

Lesson 7 – Set

Lesson 8 – Functions

Lesson 9 – Files

You can download them on your computer and run them locally, or run them in BlobCity A.I. Cloud.

Moreover, it already has 1 video that walks you through the content of the notebooks that can help you gain more using them. This video is only about Lesson 1 and 2, so it is expected to see more upcoming videos, so it’s worth subscribing to the YouTube channel.

There’s an Upcoming Modules section already included in there that mentions the following:

  • NumPy
  • Pandas
  • Matplotlib
  • Scikit-Learn

These are important libraries that can help you do a lot of stuff especially if you are interested in Data Science and Machine Learning. Simply Star, or Watch the repository on GitHub to get notified when new lessons come up.

I hope this helps.