AI-with-Tarun/30DaysOfPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn Python With Anime Vyuh In Easy Way. Tutorials available in detail in our Blog pag: Anime Vyuh Blog: A Fusion Of Coding And Anime

try:
    print("Share Anime Vyuh Blogs to your friends")
    print("Watch Anime and enjoy")
    print("Coding is Fun")
except ShareError:
    print("Seems like you haven't shared Anime Vyuh blog post")
except AnimeError:
    print("Watch Anime and become a weeb")
finally:
    print("Do you like my content?support by Buying me a coffee")

Each day complete the assigned by programs with tutorial avaiable on Anime Vyuh Website

Extra: Intermediate Python Concepts: coming soon,

You can contribute to see this repo, follow the below steps to contribute

  • clone the project and open your terminal and type the below command
    • git clone [project-url]
  • Create a new branch and work on it, don't make the changes on master branch
    • git checkout -b [your_branch_name] [Now your in new branch, check git branch, it will show the branch name you created]
  • Contibute and add your code
  • Add the changes made in modified file
    • git add .
  • Commit your changes with a good message
    • git commit -m "about code changes"
  • Push your changes to remote
    • git push --set-upstream origin your_branch_name
  • Don't push the master branch
  • Open and Make a Pull Request

Donate:

About

Learn Python With Anime Vyuh In Easy Way. Tutorials available in detail in our blog page

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published