Skip to content

This repository contains my Python learning journey with Jupyter notebooks. I created it to practice and understand core Python concepts step by step.”

Notifications You must be signed in to change notification settings

PawanCodeCrafts/Python_learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning

🐍 Python Learning

This repository is a collection of my personal learning notebooks while exploring the fundamentals of Python programming.
It is meant for self-practice and revision, but can also help beginners who want to get started with Python step by step.


📖 What is Python?

Python is a high-level, interpreted programming language known for its simplicity and readability.
It is widely used in web development, data science, artificial intelligence, machine learning, automation, and many other domains.
With its vast community support and extensive libraries, Python is one of the best languages to begin programming with.


🗂️ Topics Covered

The notebooks in this repo cover the following topics:

  1. Basic Things –-> Introduction and first steps
  2. Numbers & Variables –-> Data types and variable handling
  3. Strings –-> String operations and formatting
  4. Print & Input –-> Displaying output and taking user input
  5. If-Else –-> Conditional statements
  6. Tuples & Lists –-> Sequence data types
  7. Dictionaries –-> Key-value data structures
  8. Sets –-> Unique elements and set operations
  9. While Loop –-> Iterations with conditions
  10. While Loop Practice –-> Exercises for better understanding
  11. Patterns –-> Loop-based pattern printing
  12. API –-> Basics of working with external APIs
  13. For Loop –-> Iterating through sequences

🚀 How to Use

  1. Clone the repository:
    git clone https://github.com/PawanCodeCrafts/Python_learning.git
    
  2. Navigate into the folder:
     cd Python_learning
  3. Run Jupyter Notebook:
     jupyter notebook
  4. Open the desired notebook and start learning!



🎯 Purpose

To document my Python learning journey. To practice coding concepts through Jupyter notebooks. To build a strong foundation in Python programming.




👨‍💻 Author

Made with ❤ by Pawanpreet Kaur

About

This repository contains my Python learning journey with Jupyter notebooks. I created it to practice and understand core Python concepts step by step.”

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published