Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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