Python Tips
Goal: To learn pyton tips and tricks.
- How to run the code.
- How to exit python.
- Indentation and blank spacing is a key !!!!
- Variables and arithmetic expressions.
- Loops in python.
- Conditional starements.
- File input and output.
- Python lists and tuples - what is it?
- Python type dictionary.
- Functions.
- Built-In functions.
- Modules.
- Module inquiries.
- Autocompletion from the command line.
- Passing arguments to a python script.
- Automatic loading of a module or commands at startup.
- Object tips and quering objects (doc).
- List of selected python libraries.
- Online tutorials and getting help.