Congratulations
Congratulations! You’ve just finished this workshop.
You should now be able to:
- Describe what Python is and what it can be used for
- Create, use, and modify variables to store and use data
- Print data to the screen
- Use integers, floats, complex numbers, booleans, strings, lists, tuples, sets, and dictionaries
- Control the flow of a program using conditional statements and loops
- Create and use functions to reuse code
Additional Resources
To learn more about any particular topic, take a look at the links below.
Constellate Tutorials
All McMaster members have access to Constellate’s Python interactive tutorials.
Python Math Library
Complex Numbers
Kaggle
Kaggle is an online platform that helps data scientists get access to public datasets.
Stack Overflow
Stack Overflow is the number one place to look for and ask programming-related questions. If you Google a Python error, chances are that Stack Overflow appears in the results.