Skip to content

In this repository I will upload source code that I will practice while learning Simplilearn Python For Beginners Course.

License

Notifications You must be signed in to change notification settings

muhammadadilnaeem/Simplilearn-Python-For-Beginners

Repository files navigation


Python for Beginners - Simplilearn Course

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.

sfa

Course Overview

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

s1

Repository Structure

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

How to Use

  1. Clone the repository:

    git clone https://github.com/muhammadadilnaeem/Simplilearn-Python-For-Beginners.git
  2. Navigate to any folder and run the Python scripts:

    python script_name.py

Key Learnings

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.

Course Link

You can access the Learn Python Basics course on Simplilearn here.

Connect with Me

Feel free to connect with me on LinkedIn and explore my other projects on GitHub.

Credit

All credit for content and motivation to complete this course goes to simplilearn.


About

In this repository I will upload source code that I will practice while learning Simplilearn Python For Beginners Course.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published