Skip to content

Code examples and notes from the Python course on learnpython.org with repl.it online IDE.

License

Notifications You must be signed in to change notification settings

MaxShalom/learning-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Learning Python

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.

Basic Python

  1. Hello World! - Basic printing concepts to print "Hello World!"
  2. Variables and Types - Variables, data types, and how to use them.
  3. Lists - How to make, define, and call back lists.
  4. Basic Operators - Math in Python and multiplying variables and data types.
  5. String Formatting - Calling back strings and other data to be put in output.
  6. Basic String Operations - Interacting with strings including, case of letters and splicing.
  7. Conditions - How to use boolean and operator conditions with variables.
  8. Loops - "for" and "while" loops in Python to set conditions or a set number of times for your code to run.
  9. Functions - Making and calling functions to use in your code.

Hope this helps someone.

About

Code examples and notes from the Python course on learnpython.org with repl.it online IDE.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages