-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathresources.html
executable file
·258 lines (243 loc) · 16.6 KB
/
resources.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
{% extends "base22.html" %}
{% load static %}
{% load i18n mezzanine_tags blog_tags staticfiles keyword_tags disqus_tags %}
{% block meta_title %}{% if page %}{{ page.meta_title }}{% else %}{% trans "Resource" %}{% endif %}{% endblock %}
{% block content %}
<!--=== Breadcrumbs ===-->
<div class="breadcrumbs">
<div class="container">
<h1 class="pull-left"><strong>Resources</strong></h1>
</div>
</div><!--/breadcrumbs-->
<!--=== End Breadcrumbs ===-->
<div class="parallax-bg parallaxBg1">
<!--=== Content Part ===-->
<!-- Books Block-->
<div class="container content">
<div class="row">
<div>
<h2><img src="{% static 'pro_images/book1.png' %}" class="img-responsive hover-effect" alt="" /><strong>Books</strong></a></h2>
</div>
<br>
<div class="one-page-inner one-default">
<div class="container content">
<div class="row content-boxes-v2">
<div class="col-md-4 md-margin-bottom-30">
<h3 class="heading-sm">
<i class="icon-custom rounded-x icon-sm icon-bg-blue fa fa-lightbulb-o"></i>
<strong><span><a href="https://wiki.python.org/moin/IntroductoryBooks">Introductory Books</a></span></strong>
</h3>
<h5>The books on this link are all general introductions to the Python language. Most of these books will contain a few chapters on particular applications such as GUI interfaces or Web programming, but won't go into great detail on any one topic. </h5>
</div>
<div class="col-md-4 md-margin-bottom-30">
<h3 class="heading-sm">
<i class="icon-custom rounded-x icon-sm icon-bg-blue fa fa-bullhorn"></i>
<strong><span><a href="https://wiki.python.org/moin/AdvancedBooks">Advanced Books</a></span></strong>
</h3>
<h5>The books on this link are all for when you don't want gentle, and want some advance things in Python programming language</h5>
</div>
<div class="col-md-4">
<h3 class="heading-sm">
<i class="icon-custom rounded-x icon-sm icon-bg-blue icon-line icon-rocket"></i>
<strong><span><a href="https://wiki.python.org/moin/ReferenceBooks">Reference Books</a></span></strong>
</h3>
<h5> If you want to refer to the Python Books page for lists of application-specific books. Experienced programmers who prefer a brief and condensed introduction should look at the list of Reference Books. </h5>
</div>
</div>
</div>
</div>
<div class="col-sm-6 content-boxes-v3 content-boxes-v3-right sm-margin-bottom-30">
<div class="margin-bottom-30">
<div class="content-boxes-in-v3">
<h4><strong><a href="http://shop.oreilly.com/product/0636920045267.do">Think Python</a></strong></h4>
<h5>If you have never programmed before, this is the book you need. This book assumes that you have very little knowledge of programming and will provide everything you need to get started with Python . . . . .</h5>
<a href="https://goo.gl/BQmsjv" class="btn-u btn-brd-hover btn-u-blue">Get this Book</a>
</div>
</div>
<br>
<div class="clearfix margin-bottom-30">
<div class="content-boxes-in-v3">
<h4><strong><a href="http://learning-python.com/about-lp.html">Learning Python</a></strong></h4>
<h5>Get a comprehensive, in-depth introduction to the core Python language with this hands-on book. Based on author Mark Lutz’s popular training course, this updated fifth edition will help you quickly . . . . .</h5>
<a href="https://goo.gl/J9kgwW" class="btn-u btn-brd-hover btn-u-blue">Get this Book</a>
</div>
</div>
<br>
<div class="clearfix margin-bottom-30">
<div class="content-boxes-in-v3">
<h4><strong><a href="http://learning-python.com/about-lp.html">Starting Out with Python</a></strong></h4>
<h5>A clear and student-friendly introduction to the fundamentals of Python In Starting Out with Python®, 4th Edition, Tony Gaddis’ accessible coverage introduces students to the basics of programming in . . . . . </h5>
<a href="https://goo.gl/qsni48" class="btn-u btn-brd-hover btn-u-blue">Get this Book</a>
</div>
</div>
</div>
<div class="col-sm-6 content-boxes-v3">
<div class="clearfix margin-bottom-30">
<div class="content-boxes-in-v3">
<h4><strong><a href="https://learnpythonthehardway.org/">Learn Python the Hard Way</a></strong></h4>
<h5>You'll learn Python by working through 52 brilliantly crafted exercises. Watch the programs run. As you do, you'll learn how software works; what good programs look like; how to read, write, and think about code; . . . . . </h5>
<a href="https://goo.gl/WA9cHs" class="btn-u btn-brd-hover btn-u-blue">Get this Book</a>
</div>
</div>
<br>
<div class="clearfix margin-bottom-30">
<div class="content-boxes-in-v3">
<h4><strong><a href="https://automatetheboringstuff.com/">Automate the Boring Stuff with Python</a></strong></h4>
<h5>Practical Programming for Total Beginners, In Automate the Boring Stuff with Python, you’ll learn how to use Python to write programs that do in minutes what would take you hours to do by hand—no prior programming . . . . . .</h5>
<a href="https://goo.gl/dHpLst" class="btn-u btn-brd-hover btn-u-blue">Get this Book</a>
</div>
</div>
<br>
<div class="clearfix margin-bottom-30">
<div class="content-boxes-in-v3">
<h4><strong><a href="https://automatetheboringstuff.com/">Beginning Programming with Python For Dummies</a></strong></h4>
<h5>Beginning Programming with Python For Dummies is the perfect guide to this dynamic and powerful programming language—even if you've never coded before! Author John Paul Mueller draws on his vast programming . . . . . . .</h5>
<a href="https://goo.gl/Ttt35a" class="btn-u btn-brd-hover btn-u-blue">Get this Book</a>
</div>
</div>
<br>
<div class="clearfix margin-bottom-30">
<div class="content-boxes-in-v3">
<h4><strong><a href="https://automatetheboringstuff.com/">Test-Driven Development with Python: Obey the Testing Goat: Using Django, Selenium, and JavaScript </a></strong></h4>
<h5>You’ll learn how to write and run tests before building each part of your app, and then develop the minimum amount of code required to pass those tests. The result? Clean code that works.. . . . . . .</h5>
<a href="https://www.obeythetestinggoat.com/" class="btn-u btn-brd-hover btn-u-blue">Get this Book</a>
</div>
</div>
</div>
</div>
</div>
<hr class="devider devider-db">
<div class="container content">
<div class="row">
<div>
<h2><img src="{% static 'pro_images/videos.png' %}" class="img-responsive hover-effect" alt="" /><strong>Videos</strong></h2>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="thumbnails thumbnail-style">
<a href="https://goo.gl/C6897J"><img class="img-responsive" src="{% static 'pro_images/vid1.jpg' %}" alt=""></a>
<div class="caption">
<h3><a class="hover-effect" href="https://goo.gl/C6897J">Python 3.4 Programming Tutorials</a></h3>
<p>Tutorials by thenewboston</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="thumbnails thumbnail-style">
<a href="https://goo.gl/TEJ887"><img href="https://goo.gl/TEJ887" class="img-responsive" src="{% static 'pro_images/vid2.JPG' %}" alt=""></a>
<div class="caption">
<h3><a class="hover-effect" href="https://goo.gl/TEJ887">Zero to Hero with Python</a></h3>
<p>Tutorials by Microsoft Virtual Academy</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="thumbnails thumbnail-style">
<a href="https://goo.gl/7rjZjw"><img class="img-responsive" src="{% static 'pro_images/vid3.jpg' %}" alt=""></a>
<div class="caption">
<h3><a class="hover-effect" href="https://goo.gl/7rjZjw">Python Tutorials</a></h3>
<p>Tutorials by Corey Schafer.</p>
</div>
</div>
</div>
</div>
</div>
<hr class="devider devider-db">
<div class="container content">
<div class="row">
<div>
<h2><img src="{% static 'pro_images/link-icon.png' %}" class="img-responsive hover-effect" alt="" /><strong>Links</strong></h2>
</div>
<div class="one-page-inner one-default">
<div class="container content">
<div class="row content-boxes-v2">
<div class="col-md-4 md-margin-bottom-30">
<a href="http://www.python.org/" class="btn btn-lg rounded btn-primary"><i class="fa fa-link"></i> Python Home Page</a>
</div>
<div class="col-md-4 md-margin-bottom-30">
<a href="http://pypi.python.org/pypi" class="btn btn-lg rounded btn-primary"><i class="fa fa-link"></i> Python Package Index</a>
</div>
<div class="col-md-4">
<a href="http://www.python.org/psf/" class="btn btn-lg rounded btn-primary"><i class="fa fa-link"></i> The Python Software Foundation</a>
</div>
</div><br>
<div class="col-md-3 md-margin-bottom-30">
<h3 class="heading-sm">
<i class="icon-custom rounded-x icon-sm icon-bg-blue fa fa-link"></i>
<strong><span><a href="https://www.python.org/about/quotes/">Quotes about Python</a></span></strong>
</h3>
</div>
<div class="col-md-3 md-margin-bottom-30">
<h3 class="heading-sm">
<i class="icon-custom rounded-x icon-sm icon-bg-yellow fa fa-link"></i>
<strong><span><a href="http://blog.python.org/">Python Blog</a></span></strong>
</h3>
</div>
<div class="col-md-3">
<h3 class="heading-sm">
<i class="icon-custom rounded-x icon-sm icon-bg-blue fa fa-link"></i>
<strong><span><a href="https://www.python.org/blogs/">Python News</a></span></strong>
</h3>
</div>
<div class="col-md-3">
<h3 class="heading-sm">
<i class="icon-custom rounded-x icon-sm icon-bg-yellow fa fa-link"></i>
<strong><span><a href="https://www.python.org/about/success/">Python Success Stories</a></span></strong>
</h3>
</div>
<div class="col-md-3 md-margin-bottom-30">
<h3 class="heading-sm">
<i class="icon-custom rounded-x icon-sm icon-bg-blue fa fa-link"></i>
<strong><span><a href="https://www.python.org/community/">Python Community</a></span></strong>
</h3>
</div>
<div class="col-md-3 md-margin-bottom-30">
<h3 class="heading-sm">
<i class="icon-custom rounded-x icon-sm icon-bg-yellow fa fa-link"></i>
<strong><span><a href="https://www.python.org/events/">Python Events</a></span></strong>
</h3>
</div>
<div class="col-md-3">
<h3 class="heading-sm">
<i class="icon-custom rounded-x icon-sm icon-bg-blue fa fa-link"></i>
<strong><span><a href="http://pyfound.blogspot.com/">ThePSF New</a></span></strong>
</h3>
</div>
<div class="col-md-3">
<h3 class="heading-sm">
<i class="icon-custom rounded-x icon-sm icon-bg-yellow fa fa-link"></i>
<strong><span><a href="https://pycon.blogspot.com/">PyCon News</a></span></strong>
</h3>
</div>
<div class="col-md-3">
<h3 class="heading-sm">
<i class="icon-custom rounded-x icon-sm icon-bg-blue fa fa-link"></i>
<strong><span><a href="https://www.python.org/doc/essays/">Python Essays</a></span></strong>
</h3>
</div>
<div class="col-md-3">
<h3 class="heading-sm">
<i class="icon-custom rounded-x icon-sm icon-bg-yellow fa fa-link"></i>
<strong><span><a href="https://www.python.org/downloads/">Python Downloads</a></span></strong>
</h3>
</div>
<div class="col-md-3">
<h3 class="heading-sm">
<i class="icon-custom rounded-x icon-sm icon-bg-blue fa fa-link"></i>
<strong><span><a href="http://www.pycon.org/">Python Conferences</a></span></strong>
</h3>
</div>
<div class="col-md-3">
<h3 class="heading-sm">
<i class="icon-custom rounded-x icon-sm icon-bg-yellow fa fa-link"></i>
<strong><span><a href="http://pyvideo.org/">PyVideo</a></span></strong>
</h3>
</div>
</div>
</div>
</div>
</div>
</div><!--/container-->
<!--=== End Content Part ===-->
{% endblock %}