+ 1
Help
Does someone know what project can bigginer in phyton do?
9 Answers
+ 3
Vaja Dalaqishvili ,
did you have a look at the `code coach exercises` that are located in the `community section` ?
+ 2
There are many project ideas for beginners you ca try, you can find tons on the internet such as x 0 game, calculator, rock paper scrissors, etc
+ 2
i see your trying to do python intermediate in your profile. instead try going to this: https://www.sololearn.com/en/learn/courses/python-developer?location=2
+ 1
Try python developer or introduction to python
+ 1
You can create a password generator it is very simple
0
Vaja Dalaqishvili ,
did you have a look at the `code coach exercises` that are located in the `community section` ? I have tried
0
First learn python and then easy projects
0
also once you do a few lessons try going to the code bits section and make your own code. just play around with what you learned and spoiler, be carful because the code haves to be really specific manly in if its uppercase or lowercase. you cant have an uppercase print for example or it will not understand. but you don't need spaces for "=" signs its just a way to be more organized....i think
0
You can work with information from lists that the user needs to enter. You could figure out how to transform it for your own purpose.
You can also come up with your own simple program. It is enough to write the program algorithm in simple words. After converting it into a block diagram. And write code for it one by one.