Skip to content

Commit ff1452e

Browse files
authored
Update README.md
1 parent f39c861 commit ff1452e

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

FunPy02_SanDealTiki/README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
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.
89
Above knowlegde is very nessesary when you crawling data from some where.
910

1011
# Install required modules

0 commit comments

Comments
 (0)