Python for Everyone

PyLearn is...


  • inclusive - no prerequisites, perfect for beginners
  • approachable - nothing to install or configure
  • convenient - learn at your pace, on your schedule
  • free - no fees, no ads, not now, not ever
  • practical - understand not only how, but why
  • respectful - we never request or store any personal information
  • interactive - learn by doing, using Colab notebooks

What you will learn...


  • Notebook 1 - Course Overview, Background, and Getting Started
  • Notebook 2 - Numbers, Strings, Variables, and Assignment Statements
  • Notebook 3 - Boolean Comparisons, Boolean Operators, and Expressions
  • Notebook 4 - Controlling Program Flow and Using Modules
  • Notebook 5 - More Strings and Loops
  • Notebook 6 - Functions, Namespaces, and Modules
  • Notebook 7 - Tuples, Lists, and Dictionaries
  • Notebook 8 - Files, Errors, and Exceptions
  • Notebook 9 - Sample Project