Today's Course
Course Materials
- Intermediate Python Jupyter notebook
- PDF copy of the Jupyter notebook
- Extra: Intermediate Python slide deck
Learning Objectives
By the end of this tutorial, you should be able to:
- Build a loop using conditional statements and logical operators
- Define their own function and describe when is appropriate to do so
- Describe what an object class is and what their methods and properties are
- Describe what a module is and its relation to a library
- Recognize that dictionaries can be converted (with careful attention to nuance) to Pandas dataframes and JSON structures
Intermediate Python Video
The course will take approximately 2 hours to complete. You’re encouraged to take breaks as needed! Follow along in your Jupter notebook to our introductory Python video:
Reminders:
To close out of Jupyter hit ‘File’ -> ‘Shutdown’ and close the browser window.
Additional Resources
Thank you for checking out our Intermediate Python tutorial! Below are documentation and additional resources related to the topics discussed in the video: