Skip to content

Latest commit

 

History

History
52 lines (25 loc) · 2.14 KB

File metadata and controls

52 lines (25 loc) · 2.14 KB

Python 101

python.org logo

This GitHub repository contains material for a beginner Python course, adapted from https://github.com/Python-Crash-Course/Python101. The learning objective of these modules are to introduce Civil Engineers and Hydrologists to Python, to become comfortable with Python functionality to transition to more advanced libraries and tasks.

Sessions Notes and Exercises

Descriptions and exercises for each session are in the format of Jupyter Notebooks. The links below provide convenient ways to view the notebooks for each session.

Videos

  • Corey Schafer
    • Videos with very clear and beginner friendly explanations of programming. Most of the videos focus on Python. Go to playlists and find the beginner tutorials to get started.

Git and GitHub

Additional Resources