Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 561 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 561 Bytes

Python Tutorials

This repo contains some tutorials for learning Python that were put together over the last 10 years. These notebooks may provide an introduction to a few core topics for beginners. Caution should be applied as they may be out of data in some cases. They are free to use.

Suggested order

While the files are not neccessarily related, the order of increasing complexity is something like:

  • Python Fundamentals
  • Data Manipulation with Pandas
  • Data Visualisation with Plotly
  • Supervised Machine Learning Pipeline
  • chatbot-quickstart