Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/creativepurus/python-basics

🌟 I wanted to share some amazing free resources for learning Python! 🤓👨‍🎓👩‍🎓 So, this repository is all about Basics of Python 🐍
https://github.com/creativepurus/python-basics

basic basic-algorithm basic-learning basic-programming basic-programming-language coding coding-standards creative-coding creativepuru data-science free machine-learning python python3 pythonbase pythonbasic pythonbasics pythonbasicstutorial resources

Last synced: about 2 months ago
JSON representation

🌟 I wanted to share some amazing free resources for learning Python! 🤓👨‍🎓👩‍🎓 So, this repository is all about Basics of Python 🐍

Awesome Lists containing this project

README

        

> [![Purushottam Anand 🇮🇳 on GitHub ☕](https://github.com/creativepuru.png?size=100)](https://github.com/creativepuru "Purushottam Anand 🇮🇳 on GitHub ☕")

[![WELCOME MESSAGE](https://readme-typing-svg.demolab.com?font=Calibri&size=28&duration=2000&pause=1000&multiline=true&width=750&height=80&lines=👋+WELCOME+TO+MY+PYTHON+🐍+BASICS+REPOSITORY+📘)](https://github.com/creativepuru/Python-Basics)

[![ABOUT MESSAGE](https://readme-typing-svg.demolab.com?font=Calibri&size=22&duration=1000&pause=1000&multiline=true&width=1500&height=200&lines=📚+This+repository+contains+a+collection+of+codes+related+to+Python+Basics+🐍;🦾+Created+by+me+@creativepuru;📚+This+is+my+very+first+Github+Repository;🚀+I+am+creating+this+Repository+on+April+11+2023+🤓;✨+I+am+constantly+adding+new+contents.;💭+So+make+sure+to+check+back+often+🕙)](https://github.com/creativepuru)

# 📚 Table of Contents
- 🔰 ABOUT
- 💻 Getting Started
- 🔰 Description
- 📣 Feedback & Contributions 🤝
- 📲 How to reach me 💻
- 📖 License
- 💡 [SURPRISE](#surprise)
- 🤝 SUPPORT ME

# 🔰 ABOUT
- ✨ I wanted to share some amazing free resources for learning Python! 🤓👨‍🎓👩‍🎓
- ✨ If you're interested in learning Python or want to enhance your skills, these resources are perfect for you! 🚀
- 🤓 Whether you're a beginner or an experienced programmer, these resources will help you enhance your skills and take your coding abilities to the next level. 💪

# 👨‍💻 Getting Started
- To get started, you'll need to have `Python` installed on your computer. You can download the latest version of Python from the official website: https://www.python.org/downloads/
- You'll also need to have `Jupyter` installed. You can install it using `pip` using below commands :
```
pip install jupyter
```
- Once you have `Python` and `Jupyter` installed, you can `clone` this repository:
```
git clone https://github.com/creativepuru/Python-Basics.git
```
- Then, navigate to the directory where the repository was cloned and start Jupyter by using below commands :
```
cd
jupyter notebook
```
- This will open the `Jupyter notebook interface` in your default `web browser`. From here, you can navigate to the notebooks directory and open any of the notebooks to view the code examples.

# 🔰 Description
### The notebooks in this repository cover the following topics:
- Variables
- Data Types
- Lists
- Tuples
- Dictionaries
- While Loop
- If Statement
- Else Statement
- Comprehension

### Each notebook contains code examples and explanations of the concepts being covered. I encourage you to experiment with the code and modify it to see what happens 🤓

# 📣 Feedback & Contributions 🤝
If you have any suggestions for improving the code or adding new notebooks, feel free to submit a pull request. We welcome contributions from the community.

- Fork the project
- Create a new branch (git checkout -b feature/awesome-feature)
- Make your changes and commit them (git commit -am 'Add an awesome feature')
- Push to the branch (git push origin feature/awesome-feature)
- Create a pull request

How to Reach Me

[![Purushottam Anand's LinkedIn](https://img.shields.io/badge/-📲%20Connect%20on%20Linkedin-blue?style=for-the-badge&logo=linkedin)](https://openinapp.co/connect-on-linkedin-puru "Purushottam Anand's LinkedIn Profile")

[![Purushottam Anand's Email](https://img.shields.io/badge/Gmail-use%20Desktop%20/%20Laptop%20to%20open%20Gmail-blue?style=for-the-badge&logo=gmail)](https://openinapp.co/gmailpuru "Gmail - use Desktop / Laptop to open Gmail")

[![Purushottam Anand's GitHub](https://img.shields.io/badge/GitHub-❤️%20Sponsor%20me%20on%20GitHub-gr?style=for-the-badge&logo=github)](https://openinapp.co/githubsponsorpuru "Purushottam Anand's GitHub Sponsor Page")

# 🚀 Let's learn and grow together!
- 🤖 We believe that the future belongs to those who master these skills, and we're excited to be a part of your journey.
- 💪 If you're ready to up your Python game, feel free to connect with me on [LinkedIn](https://openinapp.co/linkedinpuru "Purushottam Anand on Linkedin") and never miss out on these valuable resources! 🚀
- 👨‍💻 Happy coding! 🎉

### ❤️ Thank you for visiting my repository, and happy exploring 🤗

# 📖 License
### My [Python-Basics repository](https://github.com/creativepuru/Python-Basics) is licensed under the [Creative Commons Zero v1.0 Universal](https://github.com/creativepuru/Python-Basics/blob/main/LICENSE.txt) License.
- See [LICENSE](https://github.com/creativepuru/Python-Basics/blob/main/LICENSE.txt) for more information.

# SURPRISE
### 📚 Visit My Next Repository 👉🏻 [Python Advanced](https://github.com/creativepuru/Python-Advanced) to continue and excel your Python Journey !


## 🤝 SUPPORT ME 👉🏻 [![BMC](https://img.shields.io/badge/Buy%20Me%20a%20Coffee%20☕-%23FFDD00.svg?&style=for-the-badge&logo=buy-me-a-coffee&logoColor=black)](https://www.buymeacoffee.com/creativepuru)



Back to Top