-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpython.html
More file actions
102 lines (86 loc) · 5.2 KB
/
python.html
File metadata and controls
102 lines (86 loc) · 5.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
<title>OurPython|资料</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/styles.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script src="../../assets/js/ie-emulation-modes-warning.js"></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">首页</a>
<a class="navbar-brand" href="python.html"> 资料</a>
<a class="navbar-brand" href="download.html"> 下载</a>
<a class="navbar-brand" href="about.html"> 关于</a>
</div>
<div class="navbar-collapse collapse">
</div><!--/.navbar-collapse -->
</div>
</div>
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="jumbotron">
<div class="container">
<h1><font color="">What's is python?</font></h1>
<p>Python由荷兰数学和计算机科学研究学会的<a href="dev.html"><font color="Green">Guido van Rossum</font></a>于1990 年代初设计,作为一门叫做<a href="abc.html"><font color="Green">ABC</font></a>语言的替代品。Python提供了高效的高级数据结构,还能简单有效地<a href="object.html"><font color="Green">面向对象编程</font></a>。Python语法和动态类型,以及解释型语言的本质,使它成为多数平台上写脚本和快速开发应用的编程语言,随着版本的不断更新和语言新功能的添加,逐渐被用于独立的、大型项目的开发。Python解释器易于扩展,可以使用<a href="c.html"><font color="Green">C</font></a>或<a href="cjj.html"><font color="Green">C++</font></a>(或者其他可以通过C调用的语言)扩展新的功能和数据类型。Python 也可用于可定制化软件中的扩展程序语言。Python丰富的标准库,提供了适用于各个主要系统平台的源码或机器码。</p>
<p><a class="btn btn-primary btn-lg" role="button" href="https://baike.baidu.com/item/Python/407313">了解更多 »</a></p>
</div>
</div>
<div class="container">
<!-- Example row of columns -->
<div class="row">
<div class="col-md-4">
<h2>Learn.</h2>
<p>想要学习python,掌握python,给你推荐了一个学习网站,去看看吧!</p>
<p><a class="btn btn-primary" href="https://m.runoob.com/python/python-tutorial.html" role="button">Learn »</a></p>
</div>
<div class="col-md-4">
<h2>大数据.</h2>
<p>python还有一个很重要的用途,那就是人工智能和大数据,一起去了解把!</p>
<p><a class="btn btn-primary" href="https://blog.csdn.net/weixin_39718888/article/details/109752324" role="button">Learn »</a></p>
</div>
<div class="col-md-4">
<h2>Whatch video.</h2>
<p>文字太枯燥?无法了解,没有趣味?看一段视频吧,来了解一下python!</p>
<p><a class="btn btn-primary" href="video.html" role="button">Watch video »</a></p>
</div>
</div>
<img src="rgzn.jpg" width="900" height="500"><hr>
<img src="rgzn2.jpg" width="900" height="500"><hr>
<img src="rgzn3.jpg" width="900" height="500">
<hr>
<footer>
<p>=======================================|© 黄花初中-803班-张家豪,陈世林|======================================</p>
</footer>
</div> <!-- /container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>