-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlesson6.html
56 lines (46 loc) · 2.27 KB
/
lesson6.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Python Language</title>
<link rel="stylesheet" href="css/lesson1.css">
</head>
<body>
<!--header-->
<header>
<h1>Python Language</h1>
</header>
<p>
<h1>What is Python?</h1>
<h2>Python is a high-level, general-purpose, and very popular programming language. Python programming language (latest Python 3) is being used in web development, Machine Learning applications, along with all cutting-edge technology in Software Industry.
Python language is being used by almost all tech-giant companies like – Google, Amazon, Facebook, Instagram, Dropbox, Uber… etc.
The biggest strength of Python is huge collection of standard library which can be used for the following:
<li>Machine Learning</li>
<li>GUI Applications (like Kivy, Tkinter, PyQt etc. )</li>
<li>Web frameworks like Django (used by YouTube, Instagram, Dropbox)</li>
<li>Image processing (like OpenCV, Pillow)</li>
<li>Web scraping (like Scrapy, BeautifulSoup, Selenium)</li>
<li>Test frameworks</li>
<li>Multimedia</li>
<li>Scientific computing</li>
<li>Text processing and many more...</li>
</h2>
<h2><li>Basic Structure of python data type:
<br><img src="images/Python-data-structure.jpg" width="800" height="400" class="img">
</li></h2>
<h2><li>Learn more by watching these tutorial ...</li></h2>
</p>
<div id="video-container">
<!-- استخدام إطار تكامل YouTube لتضمين الفيديو -->
<iframe width="800" height="400" src="https://www.youtube.com/embed/mvZHDpCHphk">
</iframe>
<br>
<br>
<br>
<a href="lesson1.html" id="download-button" target="_blank">Go To Next Lesson</a>
</div>
<footer>
</footer>
</body>
</html>