Where is there a public repository of open source Python code? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Where is there a public repository of open source Python code?

Hi All, New to programming, originally drawn to Python because I was checking out Google's ML services and they posted that users would need to know Python. I've been going through the tutorials for it here, but I would like to try it some shortcuts, if possible. I can follow directions pretty good, but most of the open source material out there seems to be intended for experienced coders. I've already tried GitHub, and couldn't find anything I could easily use. Maybe I'm not searching with the right queries. Can anyone point me in the right direction? I'm interested in code that can pull data from the web and store it in either a Google Sheet or an Excel file. I'm trying to collect information from free people information sites, sites that have phone numbers and addresses, and possibly work information. Thanks everyone!

22nd Aug 2018, 12:17 PM
M M
M M - avatar
3 Answers
+ 2
Web scraping. I’ve done it with just requests and beautifulsoup module. You need some knowledge of html.
22nd Aug 2018, 12:44 PM
Toni Isotalo
Toni Isotalo - avatar
+ 2
pypi is repository for python modules beautifulsoup 4 is called bs4
24th Sep 2018, 9:07 PM
Toni Isotalo
Toni Isotalo - avatar
0
I read a little bit of a tutorial on beautifulsoup a little while back, and it looked like you enter a command through Python and download the module and then you can study working with it. this kind of brings me back to my original question: is there a list of modules out there for Python, along with example code for hope to use them? Thanks for replying.
24th Sep 2018, 7:04 PM
M M
M M - avatar