Practice Projects for Python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Practice Projects for Python

I am new to programming, know the very basics and need some ideas as to practice python. What should I do? How to start with a project?

20th Dec 2016, 6:25 PM
iStealApples
iStealApples - avatar
5 Answers
+ 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
22nd Dec 2016, 1:20 PM
Given
Given - avatar
+ 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.
20th Dec 2016, 8:04 PM
luc_gar
luc_gar - avatar
+ 1
Do the tasks on codeforces
20th Dec 2016, 6:37 PM
Alikhan Suleimen
Alikhan Suleimen - avatar
+ 1
I prefer using Python for data analysis using libraries as: pyodbc, pandas, matplotlib, reportlab, etc. Usefull in technology, financial, medicine, ...
20th Dec 2016, 9:58 PM
🇨🇿 • 𝙈𝙞𝙧𝙤𝙨𝙡𝙖𝙫 𝘽𝙪𝙧𝙙𝙖
🇨🇿 • 𝙈𝙞𝙧𝙤𝙨𝙡𝙖𝙫 𝘽𝙪𝙧𝙙𝙖 - avatar
0
Thanks everyone
21st Dec 2016, 1:30 AM
iStealApples
iStealApples - avatar