Basics of Python – BOP (SELF-STUDY)
After this course, you will know how to:
- Fundamentals
- How to work with Variables
- How to work with Primitive Types
- How to work with Strings
- How to work with Operators
- How to handle user input
- How to do type conversions
- How to work with Python executables
- Conditionals & loops
- How to work with the If statement
- How to work with a for loop
- How to work with while loop
- Data structures
- How to work with Lists(Arrays)
- How to work with tuples (immutable lists)
- How to work with sets
- How to work with Dictionaries (Key-Value)
Overview
In this lesson, we are introducing Python, main features, and learn a little bit about its history.
We are writing our first code to the Python CLI and we introduce an open-source code visualization tool that helps you to understand your Python Codes and how to work?