Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shubh2-0/learning_python

Embark on a coding adventure through our collection of Python scripts, designed to guide both beginners and experts. Explore fundamental concepts, tackle challenges, and expand your programming horizons. Let's dive into the world of Python together! 🚀💻
https://github.com/shubh2-0/learning_python

basic-programming datatypes dictionary functions learning-by-doing loops python-script python3 pythonbasics string tuples typeconversion

Last synced: 3 months ago
JSON representation

Embark on a coding adventure through our collection of Python scripts, designed to guide both beginners and experts. Explore fundamental concepts, tackle challenges, and expand your programming horizons. Let's dive into the world of Python together! 🚀💻

Awesome Lists containing this project

README

        

# Learning Python Repository 🐍

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.

![Gameplay Demo](https://www.papasiddhi.com/wp-content/uploads/2022/02/python-1110x550.jpg)

## Table of Contents

- [Introduction](#introduction)
- [Scripts](#scripts)
- [Type Conversion](#type-conversion)
- [Arithmetic Operators](#arithmetic-operators)
- [Break and Continue](#break-and-continue)
- [Comments in Python](#comments-in-python)
- [Comparison Operators](#comparison-operators)
- [Conditional Statements](#conditional-statements)
- ... (and so on for all the scripts)
- [Contributing](#contributing)

## Introduction 🌟

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.

## Scripts 📜

Here's a list of the scripts available in this repository, organized by topics:

### Type Conversion 🔄
File: [Type_Conversion.py](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! 🧙‍♂️

### Arithmetic Operators ➗
File: [arthematic_operators.py](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. 🔢

### Break and Continue ⏩
File: [break_continue.py](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! 🎢

### Comments in Python 💬
File: [comments_in_python.py](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! 🗣️

### Comparison Operators 🧐
File: [comparison_operators.py](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! 🕵️‍♀️

### Conditional Statements 🌦️
File: [conditional_statement.py](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)

## Contributing 🤝

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! ❤️

## 📬 Contact

If you want to contact me, you can reach me through below handles.


linkedin
mail-me
whatsapp-me



Happy coding! 🐍💻