Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itzsandeepshrma/python-15-days-challenge
Python 15 Day's Challenge
https://github.com/itzsandeepshrma/python-15-days-challenge
code coding github python python-3 python-library python3
Last synced: 1 day ago
JSON representation
Python 15 Day's Challenge
- Host: GitHub
- URL: https://github.com/itzsandeepshrma/python-15-days-challenge
- Owner: itzsandeepshrma
- License: mit
- Created: 2025-01-09T18:17:58.000Z (21 days ago)
- Default Branch: main
- Last Pushed: 2025-01-25T17:33:29.000Z (5 days ago)
- Last Synced: 2025-01-25T18:25:48.947Z (5 days ago)
- Topics: code, coding, github, python, python-3, python-library, python3
- Language: Python
- Homepage:
- Size: 66.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python 15 Day's Challenge
![images (10)](https://github.com/user-attachments/assets/502a98d3-22c0-40ae-82cf-aca8c6d8d896)- **Day 01 : Modules, Comments & pip**
- [Modules,Comments & pip](https://github.com/itzsandeepshrma/Python-15-Days-Challenge/tree/main/Day01)
- Python Basics: Understanding variables, input/output, and the interpreter.
- String Values: How Python handles text data.
- Comments: Writing single-line and multi-line comments for better code clarity.
- Modules and PIP: Exploring Python libraries and the power of PIP for package management.
- Calculations: Performing basic arithmetic operations in Python.
- [Practice Question and Solution](https://github.com/itzsandeepshrma/Python-15-Days-Challenge/tree/main/Day01/Practice)- **Day 02 : Variables and Data Types**
- [Variables and Data Types](https://github.com/itzsandeepshrma/Python-15-Days-Challenge/tree/main/Day02)
- Understanding Variables and Data Types
- How to define variables effectively
- Exploring the different data types in Python
- Mastering the rules for choosing identifiers
- Playing with Python operators
- Using the type() function and diving into typecasting
- Taking user input with the input() function
- [Practice Question and Solution](https://github.com/itzsandeepshrma/Python-15-Days-Challenge/tree/main/Day02/Practice)- **Day 03:Strings**
- [Strings](https://github.com/itzsandeepshrma/Python-15-Days-Challenge/tree/main/Day03)
- String slicing
- Slicing with skip values
- String functions
- Escape sequence characters- **Day 04: Lists and Tuples**
- [Lists and Tuples](https://github.com/itzsandeepshrma/Python-15-Days-Challenge/tree/main/Day04)
- List indexing
- List methods
- Tuples in Python
- Tuple methods