Code examples and notes from the learning python course on learnpython.org using repl.it online IDE. I will be adding new lessons and links as I go along with the course.
- Hello World! - Basic printing concepts to print "Hello World!"
- Variables and Types - Variables, data types, and how to use them.
- Lists - How to make, define, and call back lists.
- Basic Operators - Math in Python and multiplying variables and data types.
- String Formatting - Calling back strings and other data to be put in output.
- Basic String Operations - Interacting with strings including, case of letters and splicing.
- Conditions - How to use boolean and operator conditions with variables.
- Loops - "for" and "while" loops in Python to set conditions or a set number of times for your code to run.
- Functions - Making and calling functions to use in your code.
Hope this helps someone.