We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 178bce6 commit 3549f31Copy full SHA for 3549f31
FunPy03_WorkingWithExel/Input.xlsx
11.7 KB
FunPy03_WorkingWithExel/README.md
@@ -0,0 +1,18 @@
1
+# Have Fun With Python No.3: Working with Exel
2
+# In this project we will learn:
3
+- How to read an exel file and working with it's data
4
+- How to create new exel file
5
+
6
+# Install required modules
7
+* Module: Requests </br>
8
+`pip install requests`
9
+* Module: Beautiful Soup </br>
10
+`pip install beautifulsoup4`
11
+* Module: lxml </br>
12
+`pip install lxml`
13
14
+# System Design
15
+
16
17
+# Project structure | Class Diagram
18
+
0 commit comments