0
What project is best for a python startup. Just completed
I need Ideas
2 Antworten
+ 2
If you mean something to create, then try making a calculator. You can add options depending on how easy it is for you.
Then try to experiment with the code to make it shorter and more efficient. I found doing this really useful, since i'm a beginner myself. I made one that had the options "add, substract, multiply, divide and exponent". The first time I tried it was like 50 lines of code, and the second time I at least halved that by removing unnecessary parts.
+ 1
Thank you. I'm on it.