-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpythonAuth.html
More file actions
126 lines (96 loc) · 3.59 KB
/
pythonAuth.html
File metadata and controls
126 lines (96 loc) · 3.59 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!DOCTYPE html>
<html>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="pA.css">
<script src='https://kit.fontawesome.com/a076d05399.js' crossorigin='anonymous'></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>python</title>
<style>
body{
background-color: #000;
}
.t{
color: darkturquoise;
}
#c{
color: seagreen;
text-align: right;
}
.t:hover{
color: seagreen;
}
@media screen and (max-width: 400px){
body{
background-color: #000;
background-size: 420px 780px;
padding: 0;
margin: 0;
}
}
@media screen and (min-width: 401px) and (max-width: 1800px){
body{
background-color: #000;
background-size: 1385px;
padding: 0;
margin: 0;
}
js-about{
padding: 0;
margin: 0;
color: slategray;
text-align: right;
}
}
</style>
<h3 style="color: orangered;">what is python <i class='fab fa-python'></i></h3>
</head>
<body>
<img src="icons/gifpy.gif" alt="python" width="390" height="250">
<h2 style="color: darkcyan; text-align: right;">: مقدمه</h2>
<p style="color: darkgray; text-align: right;;">
<br>
بايثون لغة برمجة، من لغات المستوى العالي، تتميز ببساطة كتابتها وقراءتها، سهلة
التعلم، تستخدم أسلوب البرمجة الكائنية (OOP)، مفتوحة المصدر، وقابلة للتطوير. تعتبر لغة بايثون لغة تفسيرية، متعددة الأغراض وتستخدم بشكل واسع في العديد من المجالات، كبناء البرامج المستقلة باستخدام الواجهات الرسومية المعروفة وفي عمل برامج الويب، بالإضافة إلى استخدامها كلغة برمجة نصية للتحكم في أداء بعض من أشهر البرامج المعروفة أو في بناء برامج ملحقة لها. وبشكل عام يمكن استخدام بايثون لبرمجة البرامج البسيطة للمبتدئين، ولإنجاز المشاريع الضخمة كأي لغة برمجية أخرى في نفس الوقت. غالباً ما يُنصح المبتدئين في ميدان البرمجة بتعلم هذه اللغة لأنها من بين أسرع اللغات البرمجية تعلماً
</p>
<h2 id="c">: مميزات البايثون </h2>
<br>
<div class="t">
<ul>
<li>دعم للبرمجة الوظيفية</li>
</ul>
<ul>
<li>سهلة التعلم</li>
</ul>
<ul>
<li>حرة ومفتوحة المصدر</li>
</ul>
<ul>
<li>لغة برمجة عالية المستوى</li>
</ul>
<ul>
<li>محمولة</li>
</ul>
<ul>
<li>كائنية التوجه</li>
</ul>
<ul>
<li>قابلة للامتداد</li>
</ul>
</div>
<br>
<hr width="380">
<br><br><br>
<hr width="150">
<div class="wt">
<a href="lod.html">watch course <i style="font-size:15px" class="fa"></i></a>
</div>
<hr width="150">
<br>
<br><br>
<br>
</body>
</html>