2 Antworten
+ 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.
0
Thanks for that info