This repository contains Python programs completed during the GUVI Python certification as well as a Google Colab notebook for basic Python code. Additional files may be added to the Colab notebook in the future.
The GUVI Certification
file in this repository contains all the Python programs completed during the GUVI Python certification. These programs cover a wide range of topics and serve as a valuable resource for learning and practicing Python.
The Google Colab Notebook
file is a Google Colab notebook that contains basic Python code. You can view and run this notebook in a Colab environment, which allows you to experiment with Python code interactively. Feel free to add more code and documentation to this notebook as you continue to learn and explore Python.
If you would like to contribute to this repository by adding more Python programs, improving the existing code, or enhancing the Google Colab notebook, please follow these steps:
- Fork this repository to your GitHub account.
- Create a new branch for your contributions:
git checkout -b feature/your-feature-name
. - Make your changes, add new programs, or modify existing code.
- Ensure your code is well-documented and follows best practices.
- Commit your changes and push them to your forked repository:
git commit -m "Add your descriptive commit message"
andgit push origin feature/your-feature-name
. - Create a pull request to merge your changes into this repository.
Your contributions are highly appreciated!
Happy coding! 🐍