Skip to content

tpaskhalis/RECSM_Introduction_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RECSM Introduction to Python

Materials for 2-day RECSM workshop Introduction to Python.

Structure

  • ./data - Data files used in the workshop
  • ./exercises - Jupyter Notebooks with class exercises
  • ./lectures - Lecture materials (as Jupyter Notebooks and compiled PDF/HTML files)
  • ./syllabus - Copy of workshop syllabus

Schedule

Date Time (CEST) Topic
26 June 09:00-10:45 Introduction to Python objects and data types
10:45-11:15 Break
11:15-13:00 Pandas, data input/output
27 June 09:00-10:45 Exploratory data analysis, data visualization
10:45-11:15 Break
11:15-13:00 Regression analysis, communicating results

Jupyter Notebook Installation

  • For this workshop I recommend using one of the 2 online platforms for working with Jupyter Noteboks:
    • Google Colab, a cloud platform for hosting Jupyter Notebooks. You need to have a Google account, but it does not require any local installations.
    • Kaggle Code, a platform for sharing and exploring data-science-focussed Jupyter Notebooks. Although technically owned by Google, you can register just for Kaggle website.
  • If you would prefer to install Jupyter Notebook on your local machine, there are two main ways to do this: pip and conda. Unless you have prior experience with Python, I recommend installing Anaconda distribution, which contains all the packages required for this course.

Additional Materials

There are many great online resources and published books on programming in Python. Some of them also provide a good coverage of using Python for data analysis. Here are some pointers to start from:

Books:

  • Guttag, John. 2021 Introduction to Computation and Programming Using Python: With Application to Computational Modeling and Understanding Data. 3rd ed. Cambridge, MA: The MIT Press

  • McKinney, Wes. 2022. Python for Data Analysis: Data Wrangling with pandas, NumPy, and Jupyter. 3rd ed. Sebastopol, CA: O'Reilly Media

  • Sweigart, Al. 2019. Automate the Boring Stuff with Python. 2nd ed. San Francisco, CA: No Starch Press

Online:

About

Materials for RECSM 'Introduction to Python' 2-day workshop

Resources

License

Stars

Watchers

Forks

Packages

No packages published