Python Forum

Full Version: I need some advice on My python Journey
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello guys,
basically I have been learning python from a course called "python for everybody" . I have managed to get on the end of 3rd course. However I am totally unaware to find where I can use python because everywhere I see is advanced . I want to begin simple and make great projects .Any advice for me ?
Should I switch to other language or what?
Please help!
Welcome to the forum.
Actually, it doesn't matter about how advanced you are. Everyone is like that at a point of time. Stick with python and practice regularly, and I assure that you will become very advanced one day. This forum is and always will be there to help you, if you get stuck anywhere on the path
Browsing through the available packages at pypi.org is one way to get some ideas.

Projects here range from simple to advanced, and for most, there will be a link to the github page where you can download the entire package source code for study (link is Homepage on pypi).

It will most likely inspire you to start a project that you can enjoy.