Skip to content

Latest commit

 

History

History
130 lines (86 loc) · 5.73 KB

File metadata and controls

130 lines (86 loc) · 5.73 KB

Collection of resources in Python

Hactoberfest-2021 Instructions:

Please edit this file by adding resource(s) you would recommend. Plase add your name, your GitHub username, and #hactoberfest-2021, somewhere above or below the item(s) you have added. For more instructions, please see:

  • hactoberfest_2021_instructions.md
  • issue #2, in "issues" tab, top-menu.

I. Classes

II. Tutorials

III. Books

III-a. Books for Beginners

  • Introduction to Statistical Learning with Applications in R, James et al.
    Stanford professors, MOOC and video available from Lagunitas.
    Good beginner book on machine learning concepts. Has easy practice questions.
    Don't need to know R. Many Python versions of code is available from others.

III-b. Books for Intermediate ML and DL

III-c. Books for Foundations

III-d. Related Books in Statistics & Probability, Algorithms, and Python Programming

IV. Conferences and Events

  • SciPy Conferenc, annual in July
  • PyData Conference, several times a year in different locations.
  • PyCon Conference, annual in June
  • Meetups - get moral support from other learners and build your network.
  • Kaggle Competitions: https://www.kaggle.com/competitions
    • Best for building experience with professional-level deep learning projects.

V. Tools, Environments

V-a. Github

V-b. Markdown formatting

V-c. Ubuntu Shell

V-d. Anaconda Environment

V-e. IDE

  • Jupyter Notebook and Lab
  • Spyder
  • VS Code
  • PyCharm

V-f. Cloud Servers

  • A. Google Colab - free, GPU and TPU engines available

  • B. Amazon AWS - about 90 cents/hr for GPU xlarge, free non-GPU available

  • C. Binder - free, limit 200 concurrent users, slow with many users.

VI. Miscellaneous