Skip to content

Commit 2e43db4

Browse files
committed
adding byte of python as a new resource
1 parent 2492f73 commit 2e43db4

File tree

6 files changed

+22
-42
lines changed

6 files changed

+22
-42
lines changed

best-python-resources.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ <h2>New to programming</h2>
6767
language.</p>
6868
</li>
6969
<li>
70+
<p><a href="http://www.swaroopch.com/notes/python/">A Byte of Python</a> is a beginner's
71+
tutorial for the Python language. </p>
72+
</li>
73+
<li>
7074
<p>I wrote a quick blog post on
7175
<a href="http://www.mattmakai.com/learning-python-for-non-developers.html">learning Python</a>
7276
that non-technical folks trying to learn to program may find useful.</p>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-04-26T10:41:34Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-04-26T12:07:50Z</updated></feed>

operating-systems.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ <h2>Operating System Resources</h2>
130130
</li>
131131
</ul>
132132
<h3>What topic do you need to learn to keep going?</h3>
133-
<div class="row">
133+
<div class="row">
134134
<div class="col-md-4">
135-
<div class="well select-next">
135+
<div class="well select-next">
136136
<a href="/web-servers.html" class="btn btn-success btn-full"><i class="fa fa-exchange fa-inverse fa-2x"></i></a>
137137
<p class="under-btn">
138138
I'll install Linux as my OS. What web server should I use?
@@ -142,6 +142,7 @@ <h3>What topic do you need to learn to keep going?</h3>
142142
<div class="col-md-4">
143143
<div class="well select-next">
144144
<a href="/application-dependencies.html" class="btn btn-success btn-full"><i class="fa fa-archive fa-inverse fa-2x"></i></a>
145+
</a>
145146
<p class="under-btn">
146147
How should I install Python libraries on the new OS?
147148
</p>
@@ -151,12 +152,11 @@ <h3>What topic do you need to learn to keep going?</h3>
151152
<div class="well select-next">
152153
<a href="/platform-as-a-service.html" class="btn btn-success btn-full"><i class="fa fa-puzzle-piece fa-inverse fa-2x"></i></a>
153154
<p class="under-btn">
154-
Forget servers and the OS. Tell me about the
155-
platform-as-a-service option.
155+
Forget servers. Tell me about the platform-as-a-service option.
156156
</p>
157157
</div>
158158
</div>
159-
</div> <style type="text/css">
159+
</div> <style type="text/css">
160160
#mc_embed_signup{background:#fff; clear:left; font:12px "Helvetica Neue",Arial,sans-serif; }
161161
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
162162
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */

source/content/pages/03-operating-systems/0301-operating-systems.markdown

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ title: Operating Systems
22
category: page
33
slug: operating-systems
44
sort-order: 03
5-
choice1url:
6-
choice1icon:
7-
choice1text:
8-
choice2url:
9-
choice2icon:
10-
choice2text:
11-
choice3url:
12-
choice3icon:
13-
choice3text:
5+
choice1url: /web-servers.html
6+
choice1icon: fa-exchange fa-inverse
7+
choice1text: I'll install Linux as my OS. What web server should I use?
8+
choice2url: /application-dependencies.html
9+
choice2icon: fa-archive fa-inverse
10+
choice2text: How should I install Python libraries on the new OS?
11+
choice3url: /platform-as-a-service.html
12+
choice3icon: fa-puzzle-piece fa-inverse
13+
choice3text: Forget servers. Tell me about the platform-as-a-service option.
1414
choice4url:
1515
choice4icon:
1616
choice4text:

source/content/pages/23-best-python-resources/2301-best-python-resources.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ I had when I was learning the language.
3737
an online book for people completely unfamiliar with the Python programming
3838
language.
3939

40+
* [A Byte of Python](http://www.swaroopch.com/notes/python/) is a beginner's
41+
tutorial for the Python language.
42+
4043
* I wrote a quick blog post on
4144
[learning Python](http://www.mattmakai.com/learning-python-for-non-developers.html)
4245
that non-technical folks trying to learn to program may find useful.

source/theme/templates/chapters/operating-systems.html

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)