/python-programming-tute

Add-on complementary resources for Foundations of Programming course ITECH1400

Primary LanguageJupyter Notebook

Programming with Python Tutorials and Exercises

Add-on complementary resources for Foundations of Programming course ITECH1400

Table of Contents

Topic Description Google Colab Link
1-python-basics.ipynb Basics of Python Programming Open In Colab
1-python-basics-exercises.ipynb Exercises for Basics of Python Programming Open In Colab
2-conditionals-lists-loops.ipynb Conditionals, Lists, and Loops in Python Open In Colab
2-conditionals-lists-loops-exercises.ipynb Exercises for Conditionals, Lists, and Loops in Python Open In Colab
3-functions-classes-inheritance.ipynb Functions, Classes and Objects, and Inheritance in Python Open In Colab
4-logging-in-python.ipynb Logging in Python Open In Colab

Note: To work with the notebook in Google Colab, you'll need to have a Google account. If you don't have one, you can sign up for free here. Once you have an account, simply click on the "Open in Colab" button next to the notebook you want to open, and it will launch in a new tab in your browser.

Clone and Pull Updates

git clone https://github.com/hkhdair/python-programming-tute.git
cd python-programming-tute

then pull for updates

git pull

Contributing

If you find any issues or have suggestions for improvements, please feel free to report them by creating an issue in the issue tracker.

If you'd like to contribute to this tutorial, you can do so by opening a pull request. Here are the steps:

  1. Fork the repository by clicking the "Fork" button in the top-right corner of the repository page.

  2. Clone your fork of the repository to your local machine using Git.

  3. Make your changes to the code in your local copy of the repository.

  4. Push your changes to your fork of the repository.

  5. Create a pull request by clicking the "New pull request" button in the top-right corner of the repository page.

  6. Describe your changes and submit the pull request.