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.