Skip to content

memonafra21/Python-course-academy

Repository files navigation

README

  • This repo is for the Streebo Academy Python Course by instructor Utkarsh Tiwari.

  • It is used to track and practice all Python problems taught in the course.

  • Each folder contains topic-wise problem files written only as comments. Read the comments and write your solution below them.

  • To start: clone the repo

    git clone <repo-link>
    

    Then open the folder in VS Code or any code editor.

  • After writing your solutions, commit and push your changes:

    git add .
    git commit -m "added solutions"
    git push
    
  • Do not delete or rename existing folders. Always add solutions inside the correct topic folder.

  • Students must keep adding new problems and solutions in the same style as the course continues so that everyone stays in sync.

  • You may add your own extra practice questions too, but maintain the same folder structure.


Useful Python Reference Links


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages