📌 Topics Covered
- Introduction to Python: installation, overview, and PIP
- Introduction to Git: installation and version control basics
- Setting up the Python environment and Jupyter Notebook
- Python variables and data types (integer, float, string)
- Basic arithmetic operations: addition, subtraction, multiplication, division
- Working with strings: split(), strip(), and type conversions
📝 Class Summary
In this course, we start from scratch with Python, learning how to install and set up the environment using Jupyter Notebook. You will also get an introduction to Git for version control. The course covers fundamental Python concepts, including variables, data types, and basic arithmetic operations. Students will practice manipulating strings, converting types, and performing simple calculations, laying the foundation for more advanced Python programming and data analysis tasks.
✅ What You Will Learn
- Install Python and understand how to use PIP for packages
- Install and use Git for version control
- Set up a Python environment and work in Jupyter Notebook
- Define and use variables of different types (string, integer, float)
- Perform basic arithmetic calculations in Python
- Use string functions such as split() and strip() for text processing
Watch the Video
Download the Practice File
Practice File Link – https://drive.google.com/file/d/1qFxeCaDEp5OYfVtyu6eV6gkW80NWsysZ/view?usp=sharing
Click “Mark as Complete” button.
Thanks and Good Luck