A beginner-friendly repo for beginners to learn python fundamentals.
To get started, simply browse through the contents of this repository and choose a topic that interests you. Each tutorial provides step-by-step instructions, code examples, and explanations to help you understand Python concepts.
Contributions are appreciated! If you'd like to contribute to this Python tutorial repository, please follow these guidelines:
- Ensure your tutorial is clear, concise, and beginner-friendly.
- Use proper formatting and syntax highlighting for code examples.
- Provide explanations and comments to help readers understand the code.
- Include any necessary setup instructions or prerequisites.
- Avoid plagiarism. If you're referring to external sources, provide proper attribution.
- Test your tutorial to ensure it works as intended.
- Fork this repository to your GitHub account.
- Clone the forked repository to your local machine.
- Create a new branch for your tutorial:
git checkout -b tutorial-topic. - Add your tutorial files to the appropriate directory.
- Commit your changes:
git commit -m "Add tutorial for topic". - Push to your forked repository:
git push origin tutorial-topic. - Submit a pull request to the main repository's
mainbranch.
Your pull request will be reviewed and feedback will be provided. Once approved, your tutorial will be merged into the main repository.
This repository is licensed under the MIT License.