Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saritaphd/python-basics
Python Basics - Data types, variables, operators, conditional statements, loops and functions, packages
https://github.com/saritaphd/python-basics
Last synced: 3 days ago
JSON representation
Python Basics - Data types, variables, operators, conditional statements, loops and functions, packages
- Host: GitHub
- URL: https://github.com/saritaphd/python-basics
- Owner: SaritaPhD
- Created: 2023-03-15T01:00:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-18T10:41:40.000Z (about 1 year ago)
- Last Synced: 2023-10-18T11:35:04.201Z (about 1 year ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[Python Basics - Modules - Read me file.pdf](https://github.com/SaritaPhD/Python-Basics/files/10975940/Python.Basics.-.Modules.-.Read.me.file.pdf)
# Python-Basics- This repository is a collection of Python problem solutions covering various fundamental concepts, including loops, functions, and classes. Whether you're a beginner looking to improve your Python skills or an experienced developer seeking to refresh your knowledge, you'll find a range of common programming problems solved here.
## Problem Categories
The problems in this repository are organized into the following categories:
- Solution to some common python probelms
- Loops: Practice your skills with for and while loops. Understand how to iterate through sequences and perform repetitive tasks efficiently.- Functions: Explore different aspects of functions, including argument passing, return values, and writing clean and modular code.
- Classes: Dive into object-oriented programming with problems related to classes, objects, and inheritance. Understand how to model real-world entities in Python.
## Usage
Each problem solution is provided in its respective category directory. You can review the code, run it, and even modify it to suit your needs. The solutions are well-documented, and code comments explain the thought process behind each solution.