Where can I exploit my python skills to program my first project? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Where can I exploit my python skills to program my first project?

Does anyone know where I can go to program my first project after I have completed Python?

2nd May 2018, 5:55 AM
Daniel De Costa
Daniel De Costa - avatar
2 Answers
+ 3
You can look up python coding challenges. Or just think of something interesting to you and use what you have learned to code it. For instance, a simple data mining program using test data in a CSV file to guess what a specific entry is based off of specific data. This involves things such as finding centroids of test data and normalizing the data sets. There's a lot of interesting things out there that might have already been figured out, but is still interesting to code up yourself.
2nd May 2018, 6:35 AM
Josh Schweigert
Josh Schweigert - avatar
0
Thanks for that info
2nd May 2018, 6:40 AM
Daniel De Costa
Daniel De Costa - avatar