Welcome to my GitHub repository for the Python for Beginners course by Simplilearn. This repository contains all the source code I practiced during the course.
This course provided a comprehensive introduction to Python, covering fundamental programming concepts and syntax. Topics included:
- Data Types & Variables
- Operators
- Control Flow (if-else, loops)
- Functions
- Lists, Tuples, and Dictionaries
- File Handling
- Exception Handling
- Modules and Packages
The repository is organized by lesson/topic. Each directory contains Python scripts corresponding to the exercises and examples discussed in the course.
📂 Python-for-Beginners
├── 📁 01_introduction_to_python
├── 📁 02_datatypes_in_python
├── 📁 03_strings_in_python
├── 📁 04_conditionals_in_python
├── 📁 05_loops_in_python
├── 📁 06_oops_in_python
├── 📁 07_threading_and_scripting_in_python
└── 📁 08_numpy
└── 📁 09_pandas
└── 📁 10_matplotlib
└── 📁 11_scikit-learn_in_python_for_machine_learning
└── 📁 12_web_scraping_in_python
-
Clone the repository:
git clone https://github.com/muhammadadilnaeem/Simplilearn-Python-For-Beginners.git
-
Navigate to any folder and run the Python scripts:
python script_name.py
Through this course, I gained hands-on experience in:
- Writing clean and efficient Python code.
- Understanding control structures and functions.
- Working with various data structures like lists, tuples, and dictionaries.
- Handling files and exceptions gracefully.
- Organizing code using modules and packages.
You can access the Learn Python Basics course on Simplilearn here.
Feel free to connect with me on LinkedIn and explore my other projects on GitHub.
All credit for content and motivation to complete this course goes to simplilearn.