Anime-Vyuh / 30DaysOfPython

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

Home Page:https://animevyuh.org/category/python-tutorials

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

30DaysOfPython

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")

Python Tutorial Series

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

Extra: Intermediate Python Concepts: coming soon,

📧 Stay tuned by subscribing to Anime Vyuh Newsletter 📧

Contribute

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 GitHub and Make a Pull Request

Support

Donate:

Author

About

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

https://animevyuh.org/category/python-tutorials


Languages

Language:Python 100.0%