Where can i find open source projects?
were can i find advance ( hardest ) python projects with source code ?
List of Python projects with source code
# judge the leap year
def judge_leap_year(year):
if isleap(year):
return True
else:
return FalseHm........
More on reddit.comPython project ideas for upper beginner/intermediate
70+ Python Projects For Beginners, Intermediate & Advanced Developers With Source Code
More on reddit.comWhen can you start building Python projects?
What are Python projects for beginners?
What is the easiest project in Python?
Videos
What are some software projects written in python that are well-structured and use good code design practices that are worth spending time to study?
alot of list I could find on the internet are basic beginner python projects ( done quite a few )
i wanted to ask if someone has a list of the most advance pythone projects with source code.
or a website with a ton of projects.
Here is my contribution to Python beginners a list of Python mini projects with source code. If you are also interested in contributing to Python mini projects you can also add to the website.
if you are interested in checking out my contribution you can follow the below link also if you are interested please don't forget to share
https://ideasorblogs.in/python-projects/
I hope this will be useful for beginners