Python
Learn Python Fundamentals on your Mobile and Laptop
Solo Learn is a free resource that you can use to learn the basics of Python programming. Test your self wth quizzes both on your laptop and your mobile. Attain your badges and let us know how you are progressing by mailing your badge links to studentcare@codeinstitute.net
Useful Online Editor
Test your Python code in here without having to install Python or an Integrated Devlopment Environment on your machine
Python Fundamentals - Additional Materials
Quick References
Useful Python Videos
We’ve collected some great Python videos from a series by Bucky Roberts. Bucky’s videos are fun, informative, free and have successfully taught thousands of beginners the fundamentals of Python. Follow along with his tutorials. Modify your code. Be curious and get stuck in!
- Python - Installation
- Python - Numbers
- Python - Strings
- Python - Slicing Up Strings
- Python - Lists
- Python - Installing PyCharm
- Python - Decision Statements
- Python - For Loops
- Python - Range and While Loops
- Python - Break
- Python - Continue
- Python - Functions
- Python - Return Values
- Python - Default Arguments
- Python - Variable Scope
- Python - Keyword Arguments
- Python - Flexible Number of Arguments
- Python - Unpacking Arguments
- Python - Sets
- Python - Dictionary
- Python - Modules