Welcome to the Learning Python repository! ๐ This repository is your playground for learning and practicing Python programming through a collection of scripts that cover a wide range of topics.
- Introduction
- Scripts
- Type Conversion
- Arithmetic Operators
- Break and Continue
- Comments in Python
- Comparison Operators
- Conditional Statements
- ... (and so on for all the scripts)
- Contributing
Are you new to Python programming? Or are you a Pythonista looking to sharpen your skills? You're in for a treat! ๐ This repository is all about hands-on learning, featuring a collection of scripts that focus on specific Python concepts. Whether you're just starting out or you're a seasoned coder, these scripts will help you grasp essential Python topics.
Here's a list of the scripts available in this repository, organized by topics:
File: Type_Conversion.py
This script takes you on a journey through the world of data type conversion in Python. Learn how to gracefully transform variables from one type to another โ like turning a number into a string! ๐งโโ๏ธ
File: arthematic_operators.py
Uncover the magic of arithmetic operators in Python! ๐งฎ Dive into addition, subtraction, multiplication, division, and more. This script is your gateway to mathematical wonders in code. ๐ข
File: break_continue.py
Navigate the twists and turns of loops with the power of break
and continue
statements. ๐ Learn to steer loops your way with these handy tools, and conquer even the trickiest loops! ๐ข
File: comments_in_python.py
Unlock the secret language of your code with comments! ๐ต๏ธโโ๏ธ This script teaches you how to add comments to your Python script, making your intentions crystal clear. Write code that speaks! ๐ฃ๏ธ
File: comparison_operators.py
Step into the realm of comparisons with Python's trusty operators. ๐ต๏ธโโ๏ธ Learn how to interrogate your data using ==
, !=
, >
, <
, >=
, and <=
, and make your code a true detective story! ๐ต๏ธโโ๏ธ
File: conditional_statement.py
Get ready for decision-making magic with Python's conditional statements! ๐ฆ Learn to choose paths in your code using if
, elif
, and else
, and master the art of code direction. ๐ค๏ธ
... (and so on for all the scripts)
Join the Python party! ๐ Contributions to this repository are not just welcome, they're celebrated! If you're itching to add more scripts, polish existing ones, or squash bugs, don't hesitate to create a pull request. By contributing, you're spreading the Python love! โค๏ธ
If you want to contact me, you can reach me through below handles.