Skip to content

A quick tutorial I made to showcase Python basics and core data science libraries.

Notifications You must be signed in to change notification settings

Shawn-Chahal/python-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Tutorial

About

This is a quick tutorial I made to showcase the basics of Python and some core data science libraries.

Start by running main_00_generate_datasets.py to download the datasets used in this tutorial.

The actual tutorial starts with main_01_data_types.py. I highly recommend following the tutorial in order.

Requirements

This tutorial uses Python 3.10.14 and the following libraries:

matplotlib==3.8.0
numpy==1.26.4
pandas==2.2.1
scikit-learn==1.3.0
scipy==1.12.0
statsmodels==0.14.0

Additional Resources

numpy

pandas

scipy

statsmodels

matplotlib

scikit-learn

About

A quick tutorial I made to showcase Python basics and core data science libraries.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages