https://github.com/akash-nath29/python-for-beginners
Python Tutorial for Beginners
https://github.com/akash-nath29/python-for-beginners
python python-3 python3
Last synced: 29 days ago
JSON representation
Python Tutorial for Beginners
- Host: GitHub
- URL: https://github.com/akash-nath29/python-for-beginners
- Owner: Akash-nath29
- Created: 2024-06-08T09:28:10.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-06-08T11:05:57.000Z (11 months ago)
- Last Synced: 2025-02-12T11:53:37.342Z (3 months ago)
- Topics: python, python-3, python3
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python for Beginners
Welcome to the Python for Beginners repository! 🐍 This repository covers the basics of Python programming language, providing multiple files that delve into different topics to help you kickstart your journey into the world of Python.
## Contents
This repository includes the following files:
- [basics.py](./basics.py): Covers the basics (print statement and comments) in Python.
- [variables.py](./variables.py): Introduces variables in Python.
- [operators.py](./operators.py): Explains operators in Python.
- [strings.py](./strings.py): Covers different methods of strings in Python.
- [project1.py](./project1.py): Simple project implementing key concepts of String methods and print statements.
- [inputs.py](./inputs.py): Explains input function and type conversion in Python.
- [if-else-elif.py](./if-else-elif.py): Introduces logical statements (if, else and elif) in Python.
- [project2.py](./project2.py): Simple Project-2 implementing proper understanding of if-else statements.
- [non-primitive-datatypes.py](./non-premitive-datatypes.py): Explores non-premitive datatypes (List, Dictionary, Set, Tuple) in Python.
- [list-methods.py](./list-methods.py): Explains the methods of Lists in Python.## Getting Started
To get started with learning Python basics, clone this repository to your local machine:
```bash
git clone https://github.com/Akash-nath29/python-for-beginners.git
```Then, navigate to the repository directory and explore the files mentioned above.
## Contributing
Contributions to improve this repository and make it more beginner-friendly are welcome! Feel free to open an issue or pull request with suggestions, corrections, or additional topics you think should be covered.
## License
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.