/Python-Basics

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

Primary LanguageJupyter NotebookCreative Commons Zero v1.0 UniversalCC0-1.0

Purushottam Anand 🇮🇳 on GitHub ☕

WELCOME MESSAGE

ABOUT MESSAGE

📚 Table of Contents

  • 🔰 ABOUT
  • 💻 Getting Started
  • 🔰 Description
  • 📣 Feedback & Contributions 🤝
  • 📲 How to reach me 💻
  • 📖 License
  • 💡 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 <Python-Basics>
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

Purushottam Anand's Email

Purushottam Anand's GitHub

🚀 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 and never miss out on these valuable resources! 🚀
  • 👨‍💻 Happy coding! 🎉

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

📖 License

  • See LICENSE for more information.

SURPRISE

📚 Visit My Next Repository 👉🏻 Python Advanced to continue and excel your Python Journey !



🤝 SUPPORT ME 👉🏻 BMC

Back to Top