File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 11# In this project we will learn:
2- - How to read data from file
3- - How to create and work with multiple python source files at a time
4- - How to create class and working with OOP (Object Oriented Programming)
5- - How to use module Request to get data from a web site
6- - How to use module Beautiful Soup to parse data from html contents from above step
7- - How to create a Thread and how to work with multiple threads at a time
2+ - How to read data from file.
3+ - How to create and work with multiple python source files at a time.
4+ - How to create class and working with OOP (Object Oriented Programming).
5+ - How to use module Request to get data from a web site.
6+ - How to use module Beautiful Soup to parse data from html contents from above step.
7+ - How to create a Thread and how to work with multiple threads at a time.
8+ - Also know how to handle code with difference operating system.
89Above knowlegde is very nessesary when you crawling data from some where.
910
1011# Install required modules
You can’t perform that action at this time.
0 commit comments