- ๐ฐ ABOUT
- ๐ป Getting Started
- ๐ฐ Description
- ๐ฃ Feedback & Contributions ๐ค
- ๐ฒ How to reach me ๐ป
- ๐ License
- ๐ก SURPRISE
- ๐ค SUPPORT ME
- โจ 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. ๐ช
- 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 usingpip
using below commands :
pip install jupyter
- Once you have
Python
andJupyter
installed, you canclone
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 defaultweb browser
. From here, you can navigate to the notebooks directory and open any of the notebooks to view the code examples.
- 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 ๐ค
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
- ๐ค 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! ๐
My Python-Basics repository is licensed under the Creative Commons Zero v1.0 Universal License.
- See LICENSE for more information.
๐ Visit My Next Repository ๐๐ป Python Advanced to continue and excel your Python Journey !