Python
Info:
My personal notes about my journey about learning Python scripting. Hopefully I will be able to learn. 😅
Comments:
On python, you comment stuff like in bash, with #
key.
Index:
- Setting up VSCode for Python
- Basic Terminology
- Numbers
- Data types
- Boolean
- Constants
- Comments
- Operators
- Variables
- User Inputs
- Rules to respect while naming variables
- List of keywords that you can't use as identifier name
- if else statements
- Loops
Strings:
- Search or check in string
- Slicing Strings
- Make the string upper case or lower case
- Remove whitespace
- Replace String
- Split a String
- String Concatenation
- F-Strings
- Escape Characters