Skip to content
Quincy Larson edited this page Aug 20, 2016 · 1 revision

Python Basics

Previous

Home

Next

You will get familiar with the basics, learn about variables, how the behave, their type, objects and much more.

  1. Objects
  2. Variables, Names, and Binding
  3. Keywords are Reserved
  4. Code Blocks and Indentation
  5. Scopes
  6. Commenting Code
  7. Built-in Constants
  8. Strings
  9. Escape Sequences
  10. Numeric Types
  11. Integers
  12. Floating Point Numbers
  13. Complex Numbers
  14. Mutability and Variable Assignments

Now that we have covered the basics, it's time to discuss Python Operators

Clone this wiki locally