Skip to content

TajkirHossen-14/Python_Fundamentals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

28 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Python Fundamentals Banner


This repository contains beginner-friendly Jupyter notebooks covering the core fundamentals of Python programming. Each notebook is filled with practice problems designed to build a strong foundation – from basic syntax and control flow to functions and essential data structures.


πŸ“ Notebooks

File Topics Covered
Python_Practice_Problems Print, Comments, Variables & Data Types, Strings, Operations, User Input, Control Flow, Loops, Lists, Functions
Python_Practice_Problems_2 Data Structures – Tuples, Dictionaries, Sets

πŸ“š Topics

  • πŸ“ Print & Comments
  • πŸ“ Variables & Data Types
  • πŸ“ Strings & Operations
  • πŸ“ User Input
  • πŸ“ Control Flow (if/else)
  • πŸ“ Loops (for, while)
  • πŸ“ Lists
  • πŸ“ Functions
  • πŸ“ Tuples
  • πŸ“ Dictionaries
  • πŸ“ Sets

πŸ› οΈ How to Run

  1. Clone the Repository :
    git clone https://github.com/TajkirHossen-14/Python_Fundamentals.git
  2. Open with Jupyter Notebook or Google Colab

🀝 Contributing

Contributions are welcome! If you'd like to improve or add new practice problems :

  1. Fork the repository
  2. Create a new branch :
    git checkout -b feature/new-problems
  3. Commit your changes :
    git commit -m "Add new practice problems"
  4. Push to the branch :
    git push origin feature/new-problems
  5. Open a Pull Request

About

A beginner-friendly collection of Python fundamentals.

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors