Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 1.12 KB

README.md

File metadata and controls

18 lines (16 loc) · 1.12 KB

PythonTutorials

These are python programs I write myself. They are either based on some lesson I got, or outright are the products of tutorials I completeled. I will credit those who's work I learned from wherever I can. Since I am learning all this stuff as I go, and write these as something to fall back on, be prepared for excessive comments.

Directories:

  • Databases: SQL for Data Science
  • DeepLearning: Anything to do with neural networks that is not reinforcement learning
  • Forecasting: Time series forecasting
  • MachineLearning: Models that use more standard statistical methods for data science
  • Packages: Python package development
  • Programming: Understanding python programming foundations
  • ReinforcementLearning: Models learn based on rewards given for interacting with the environment
  • pandas: Working with the powerful pandas package (Dataframes in Python)
  • pygame: Working with the graphics package pygame (like Turtle but more advanced)

These areas were not completed sequencially, be sure to check the README.md at the bottom of all these directories just like this one to find the kind of areas you are looking for.