Python Basics - ashish9342/FreeCodeCamp GitHub Wiki
You will get familiar with the basics, learn about variables, how the behave, their type, objects and much more.
- Objects
- Variables, Names, and Binding
- Keywords are Reserved
- Code Blocks and Indentation
- Scopes
- Commenting Code
- Built-in Constants
- Strings
- Escape Sequences
- Numeric Types
- Integers
- Floating Point Numbers
- Complex Numbers
- Mutability and Variable Assignments
Now that we have covered the basics, it's time to discuss Python Operators