Skip to content

Various Python data analysis examples used in my courses

Notifications You must be signed in to change notification settings

davedgd/python-class-examples

Folders and files

NameName
Last commit message
Last commit date
Mar 19, 2024
Aug 4, 2023
Feb 22, 2024
Feb 22, 2024
Aug 3, 2024
Mar 19, 2024
Aug 5, 2023
Aug 23, 2023
Aug 4, 2023
Aug 4, 2023
Aug 2, 2024
Aug 5, 2023
Aug 2, 2024
Aug 20, 2023

Repository files navigation

Python Class Examples

Various Python data analysis examples used in my courses. All of these Jupyter Notebooks have been tested in Google Colab with a T4 GPU (although the TitanicSurvival examples [including MLJAR] do not require a GPU runtime).

For help with learning Python, see my python-bootcamp.

Getting Started (with Google Colab)

  • In the Google Colab menu, go to File -> Open notebook
  • In the dialogue that appears, click the GitHub tab
  • Enter this repo as your GitHub URL, i.e., https://github.com/davedgd/python-class-examples
  • Click the search icon (or hit enter)
  • Select the notebook you want to open to get started (e.g., AudioCraft.ipynb)
  • Note: For most examples, you will also need to change the runtime type to one with a GPU...
    • In the Google Colab menu, go to Runtime -> Change runtime type
    • Under 'Hardware accelator' choose at least a 'T4 GPU' (or better)
    • Click the Save button
  • To run the notebook, in the Google Colab menu, go to Runtime -> Run all
  • If you see a 'Warning: This notebook was not authored by Google' popup, click the 'Run anyway' button
  • Wait patiently, as it make take a few minutes to install the packages and run the notebook
  • Note: You may see occasional error messages, particularly when installing/loading pip packages -- you can generally safely ignore these (as long as the notebook runs)

About

Various Python data analysis examples used in my courses

Resources

Stars

Watchers

Forks

Packages

No packages published