Skip to content

Files

Latest commit

e77655f · May 3, 2021

History

History
61 lines (43 loc) · 4.25 KB

tutorials.md

File metadata and controls

61 lines (43 loc) · 4.25 KB

Tutorials on various Python subjects

Legend:

  • 📘 - Book (usually freely available).
  • 🏫 - Course material, usually provided by an University.
  • 📰 - Written tutorial. May be a blog, article, post or even a PDF document.
  • 📺 - Video tutorials. May be a playlist or a single video.

Python language workings (general)

Python Libraries

Data analysis

Libraries like Numpy, Pandas, and Matplotlib.

Data Science and Machine Learning

General Data Science theory as well as working with tools and frameworks like scikit-learn, Keras and TensorFlow.

Web frameworks

Mostly Django and Flask.

How To's

Tutorials on building croncrete projects.