Skip to content

๐ŸŒŸ I wanted to share some amazing free resources for learning Python! ๐Ÿค“๐Ÿ‘จโ€๐ŸŽ“๐Ÿ‘ฉโ€๐ŸŽ“ So, this repository is all about Basics of Python ๐Ÿ

License

Notifications You must be signed in to change notification settings

creativepuru/Python-Basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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