5 Respuestas
+ 5
Since Your New To Programming, Try Standard Libraries Like Httplib2, Urllib3/5 And Requests To Scrape Data From The Internet.... For Added Complexity Use The re Module To Scrape By Category
+ 2
If you have reddit you should try r/Dailyprogrammer for daily project ideas. Before actually coding anything get a pen and paper and break down the problem. Ask questions like:
How will I solve it?
What will I use?
Is this an efficient way to solve it?
Then coding it should be easy as you already have the basics of the program written down.
+ 1
Do the tasks on codeforces
+ 1
I prefer using Python for data analysis using libraries as: pyodbc, pandas, matplotlib, reportlab, etc.
Usefull in technology, financial, medicine, ...
0
Thanks everyone