-
Notifications
You must be signed in to change notification settings - Fork 78
/
Copy pathindex.html
373 lines (282 loc) · 17.1 KB
/
index.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
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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Python Pedia | One Stop for Python Programming Resources.</title>
<meta name="description" content="Python Pedia is one stop solution for Python Programming Resources. The Resources are categorized according to the Application of Language. It's all about Python.">
<meta name="keywords" content="Python, web, Scientific, Numeric, django, flask, pandas, ipython, scipy, kivy, numpy, pygame, networking, scikit, learn, pytest, nose, tutorials, books">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Parbhat Puri">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<!-- Open Graph -->
<meta property="og:url" content="https://parbhat.github.io/Python-Pedia/" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Python Pedia | One Stop for Python Programming Resources." />
<meta property="og:description" content="Python Pedia is one stop solution for Python Programming Resources. The Resources are categorized according to the Application of Language. It's all about Python." />
<meta property="og:image" content="http://i.imgur.com/CJVInER.png" />
<!-- Twitter Cards -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@pythonpedia">
<meta name="twitter:creator" content="@parbhatpuri">
<meta name="twitter:title" content="Python Pedia | One Stop for Python Programming Resources.">
<meta name="twitter:description" content="Python Pedia is one stop solution for Python Programming Resources. The Resources are categorized according to the Application of Language. It's all about Python.">
<meta name="twitter:image" content="http://i.imgur.com/CJVInER.png">
<link href='//fonts.googleapis.com/css?family=Open+Sans:700,400' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/grid.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div id="heading">
<div id="heading-logo"><a href="/Python-Pedia/"><div class="python-logo"></div></a></div>
<div id="heading-content">
<h1>Python Pedia</h1>
<h4>One Stop for Python Programming Resources. It's all about Python.</h4>
</div>
<div id="heading-social">
<a href="https://github.com/parbhat/python-pedia/commits/gh-pages.atom" target="_blank"><i class="fa fa-rss fa-2x"></i></a>
<a href="https://twitter.com/pythonpedia" target="_blank"><i class="fa fa-twitter fa-2x"></i></a>
<a href="https://github.com/parbhat/python-pedia" target="_blank"><i class="fa fa-github fa-2x"></i></a> <br>
</div>
</div>
<div class="app-body" id="python-apps">
<div class="line">
<div class="line-l-4 line-m-6 line-s-6 line-ss-12">
<div class="application">
<a href="/Python-Pedia/applications/scientific-and-numeric.html">
<div class="application-header">
<h3 class="text-center">Scientific and Numeric</h3>
</div>
<div class="application-content">
<p class="text-center">
<i class="fa fa-area-chart fa-5x"></i>
</p>
<p class="application-content-text">
Python is the language of choice in Scientific and Numeric. The libraries like
NumPy, SciPy, Pandas, matplot, IPython makes the problems easier. Python is
moving in this field at a faster pace. Click for more.
</p>
</div>
</a>
</div>
</div>
<div class="line-l-4 line-m-6 line-s-6 line-ss-12">
<div class="application">
<a href="/Python-Pedia/applications/web-development.html">
<div class="application-header">
<h3 class="text-center">Web Development</h3>
</div>
<div class="application-content">
<p class="text-center">
<i class="fa fa-html5 fa-5x"></i>
</p>
<p class="application-content-text">
Python powers biggest sites on the internet like YouTube, Pinterest, Quora, Instagram, Reddit etc. The frameworks like Django, Flask offer rich features and keeps you focused on your problem not common stuff.
</p>
</div>
</a>
</div>
</div>
<div class="line-l-4 line-m-6 line-s-6 line-ss-12">
<div class="application">
<a href="/Python-Pedia/applications/core-python.html">
<div class="application-header">
<h3 class="text-center">Core Python</h3>
</div>
<div class="application-content">
<p class="text-center">
<i class="fa fa-code fa-5x"></i>
</p>
<p class="application-content-text">
Python is a Dynamic and strongly typed programming language. The Standard library
contains a lot of useful modules to make your life easier. The language is rich in features, Algorithms, C APIs etc.
</p>
</div>
</a>
</div>
</div>
<div class="line-l-4 line-m-6 line-s-6 line-ss-12">
<div class="application">
<a href="/Python-Pedia/applications/network-programming.html">
<div class="application-header">
<h3 class="text-center">Network Programming</h3>
</div>
<div class="application-content">
<p class="text-center">
<i class="fa fa-exchange fa-5x"></i>
</p>
<p class="application-content-text">
Python provides support for Socket Programming and has libraries like Async IO,
gevent, Twisted, Tornado etc. Network Applications are being developed with great
features provided by Python language.
</p>
</div>
</a>
</div>
</div>
<div class="line-l-4 line-m-6 line-s-6 line-ss-12">
<div class="application">
<a href="/Python-Pedia/applications/game-development.html">
<div class="application-header">
<h3 class="text-center">Game Development</h3>
</div>
<div class="application-content">
<p class="text-center">
<i class="fa fa-gamepad fa-5x"></i>
</p>
<p class="application-content-text">
With Python you can create Awesome games. The libraries like Pygame, Cocos2d, PyOpenGL, Panda3D make this possible. Work is being done in this field to improve
Python performance. Click for more.
</p>
</div>
</a>
</div>
</div>
<div class="line-l-4 line-m-6 line-s-6 line-ss-12">
<div class="application">
<a href="/Python-Pedia/applications/embedded-python.html">
<div class="application-header">
<h3 class="text-center">Embedded Python</h3>
</div>
<div class="application-content">
<p class="text-center">
<i class="fa fa-cog fa-5x"></i>
</p>
<p class="application-content-text">
Python can be used in embedded, small or minimal hardware devices. Python is being used in Device interfacing, Robotics, Raspberry Pi, Arduino. It is used for Automating build systems and automating tests.
</p>
</div>
</a>
</div>
</div>
<div class="line-l-4 line-m-6 line-s-6 line-ss-12">
<div class="application">
<a href="/Python-Pedia/applications/database-access.html">
<div class="application-header">
<h3 class="text-center">Database Access</h3>
</div>
<div class="application-content">
<p class="text-center">
<i class="fa fa-database fa-5x"></i>
</p>
<p class="application-content-text">
Python comes with a sqlite3 module and can be connected to other Databases
by libraries like mysql-python, psycopg2, PyMongo etc. The Libraries like SQLAlchemy, Django ORM helps in implementing ORM.
</p>
</div>
</a>
</div>
</div>
<div class="line-l-4 line-m-6 line-s-6 line-ss-12">
<div class="application">
<a href="/Python-Pedia/applications/devops.html">
<div class="application-header">
<h3 class="text-center">DevOps</h3>
</div>
<div class="application-content">
<p class="text-center">
<i class="fa fa-server fa-5x"></i>
</p>
<p class="application-content-text">
Python is a famous language among the DevOps community. Python provides tools like
Ansible, salt, Fabric etc. which makes deployment and monitoring easier. It also reduces the maintenance problems easily.
</p>
</div>
</a>
</div>
</div>
<div class="line-l-4 line-m-6 line-s-6 line-ss-12">
<div class="application">
<a href="/Python-Pedia/applications/guis.html">
<div class="application-header">
<h3 class="text-center">GUIs</h3>
</div>
<div class="application-content">
<p class="text-center">
<i class="fa fa-desktop fa-5x"></i>
</p>
<p class="application-content-text">
Python has a large number of GUI frameworks/toolkits available, from TkInter (traditionally bundled with Python, using Tk) to Kivy (library for creating NUI applications). The others are PyQt, PySide, wxPython etc.
</p>
</div>
</a>
</div>
</div>
<div class="line-l-4 line-m-6 line-s-6 line-ss-12">
<div class="application">
<a href="/Python-Pedia/applications/testing.html">
<div class="application-header">
<h3 class="text-center">Testing</h3>
</div>
<div class="application-content">
<p class="text-center">
<i class="fa fa-expand fa-5x"></i>
</p>
<p class="application-content-text">
Testing is very important for every project in today's world. Python has testing frameworks like unittest, nose, pytest, mamba etc. Web testing with selenium, splinter and fake data using faker, fake2db. Click to know more.
</p>
</div>
</a>
</div>
</div>
<div class="line-l-4 line-m-6 line-s-6 line-ss-12">
<div class="application">
<a href="/Python-Pedia/applications/tutorials.html">
<div class="application-header">
<h3 class="text-center">Tutorials</h3>
</div>
<div class="application-content">
<p class="text-center">
<i class="fa fa-book fa-5x"></i>
</p>
<p class="application-content-text">
This section covers the most useful tutorials so beginners can easily begin the learning process. Application specific tutorials are under each application section. Click to learn this wonderful language.
</p>
</div>
</a>
</div>
</div>
<div class="line-l-4 line-m-6 line-s-6 line-ss-12">
<div class="application">
<a href="/Python-Pedia/applications/community.html">
<div class="application-header">
<h3 class="text-center">Python Community</h3>
</div>
<div class="application-content">
<p class="text-center">
<i class="fa fa-users fa-5x"></i>
</p>
<p class="application-content-text">
Python has a large and diverse community. The community spreads the use of language by organising conferences like Pycon, Djangocon, PyData etc. Local user groups play a key role in educating beginners.
</p>
</div>
</a>
</div>
</div>
</div>
<footer>
<div class="line">
<div class="line-l-12">
<p>
Made with <i class="fa fa-heart"></i> for awesome Python Community. Contributions are welcome on <a href="https://github.com/parbhat/python-pedia" target="_blank">Github <i class="fa fa-github"></i></a>
</p>
</div>
</div>
</footer>
</div>
<script src="js/plugins.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-66860029-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>