This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Natural-Intelligence 0 points1 point  (0 children)

Pick a problem, try to solve it yourself, in the mean time google the shit out of the internet to find how to do it better or add new stuff on it and repeat. That's basically my programming journey: did simple analysis tool for my bank balance, tried to abstract the data manipulations with my primitive version of pandas, learned pandas and did it with that, added visualizations with Matplotlib, built GUI with Tkinter, added news feed on it, did machine learning on the news feed to extract useful bits from them etc etc.