← 返回首页
cleaning up sidebar · SangeCoder/fullstackpython.com@56d143f · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

Commit 56d143f

Browse files
committed
cleaning up sidebar
1 parent 1357e02 commit 56d143f

54 files changed

Lines changed: 313 additions & 696 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

‎about-author.html‎

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ <h3>Where to now?</h3>
8585
</div> <div id="mc_embed_signup">
8686
<form action="//mattmakai.us2.list-manage.com/subscribe/post?u=b7e774f0c4f05dcebbfee183d&amp;id=b22335388d" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
8787
<div id="mc_embed_signup_scroll">
88-
<h4>Interested in major updates to this site or an alert when a complete Full Stack Python book with detailed example code is released? Sign up here and you'll an occasional email only when there's big news to report.</h4>
88+
<h4>Sign up here to receive an email with major updates to this site and Python tutorials delivered to your inbox once a month.</h4>
8989
<div class="row">
9090
<div class="col-md-9">
9191
<input type="email" value="" name="EMAIL" class="email form-control" id="mce-EMAIL" placeholder="email address" required>
@@ -165,20 +165,12 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
165165
<div class="panel panel-success">
166166
<div class="panel-heading"><h3 class="panel-head">About the Author</h3></div>
167167
<div class="panel-body">
168-
Need more detailed tutorials and walkthroughs than you see here?
169-
<a href="/email.html">Sign up for an email alert when that content is created.</a>
168+
Major updates are tweeted via
169+
<a href="https://twitter.com/fullstackpython">@fullstackpython</a>.
170170
<hr/>
171-
<a href="/">Full Stack Python</a> is an open book that explains
172-
concepts in plain language and provides the most helpful resources
173-
on those topics.
174-
<hr/>
175-
<a href="http://twitter.com/mattmakai">Matt Makai</a> built
176-
this site with appreciated assistance from
177-
<a href="https://github.com/makaimc/fullstackpython.github.com/pulls">pull requests</a>.
178-
Major updates are tweeted via the
179-
<a href="https://twitter.com/fullstackpython">@fullstackpython</a>
180-
account.
181-
</div>
171+
Need more detailed tutorials than you see here?
172+
<a href="/email.html">Sign up to receive an email when that content is created.</a>
173+
</div>
182174
</div>
183175
</div></div>
184176
<hr/>

‎all.html‎

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5085,6 +5085,7 @@ <h1>Change Log</h1>
50855085
<h2>2015</h2>
50865086
<h3>February</h3>
50875087
<ul>
5088+
<li>Cleaned up the sidebar and <a href="/email.html">email</a> subscribe messaging.</li>
50885089
<li>Added new <a href="/monitoring.html">monitoring</a>, <a href="/websockets.html">websockets</a> and
50895090
<a href="/continuous-integration.html">continuous integration</a> resources.</li>
50905091
<li>New <a href="/django.html">Django</a> resources.</li>
@@ -5411,20 +5412,16 @@ <h3>Where to now?</h3>
54115412
<a href="/table-of-contents.html">table of contents</a> if you're
54125413
looking for a specific Python topic.
54135414
<hr/>
5414-
Need more detailed tutorials and walkthroughs than you see here?
5415-
<a href="/email.html">Sign up for an email alert when that content is created.</a>
5415+
Major updates are tweeted via
5416+
<a href="https://twitter.com/fullstackpython">@fullstackpython</a>.
54165417
<hr/>
5418+
Need more detailed tutorials than you see here?
5419+
<a href="/email.html">Sign up to receive an email when that content is created.</a>
5420+
<hr/>
54175421
<a href="/">Full Stack Python</a> is an open book that explains
54185422
concepts in plain language and provides the most helpful resources
54195423
on those topics.
5420-
<hr/>
5421-
<a href="http://twitter.com/mattmakai">Matt Makai</a> built
5422-
this site with appreciated assistance from
5423-
<a href="https://github.com/makaimc/fullstackpython.github.com/pulls">pull requests</a>.
5424-
Major updates are tweeted via the
5425-
<a href="https://twitter.com/fullstackpython">@fullstackpython</a>
5426-
account.
5427-
</div>
5424+
</div>
54285425
</div>
54295426
</div></div>
54305427
<hr/>

‎api-creation.html‎

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ <h3>What's next after building an API for your web app?</h3>
254254
</div> <div id="mc_embed_signup">
255255
<form action="//mattmakai.us2.list-manage.com/subscribe/post?u=b7e774f0c4f05dcebbfee183d&amp;id=b22335388d" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
256256
<div id="mc_embed_signup_scroll">
257-
<h4>Interested in major updates to this site or an alert when a complete Full Stack Python book with detailed example code is released? Sign up here and you'll an occasional email only when there's big news to report.</h4>
257+
<h4>Sign up here to receive an email with major updates to this site and Python tutorials delivered to your inbox once a month.</h4>
258258
<div class="row">
259259
<div class="col-md-9">
260260
<input type="email" value="" name="EMAIL" class="email form-control" id="mce-EMAIL" placeholder="email address" required>
@@ -334,20 +334,12 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
334334
<div class="panel panel-success">
335335
<div class="panel-heading"><h3 class="panel-head">API Creation</h3></div>
336336
<div class="panel-body">
337-
Need more detailed tutorials and walkthroughs than you see here?
338-
<a href="/email.html">Sign up for an email alert when that content is created.</a>
337+
Major updates are tweeted via
338+
<a href="https://twitter.com/fullstackpython">@fullstackpython</a>.
339339
<hr/>
340-
<a href="/">Full Stack Python</a> is an open book that explains
341-
concepts in plain language and provides the most helpful resources
342-
on those topics.
343-
<hr/>
344-
<a href="http://twitter.com/mattmakai">Matt Makai</a> built
345-
this site with appreciated assistance from
346-
<a href="https://github.com/makaimc/fullstackpython.github.com/pulls">pull requests</a>.
347-
Major updates are tweeted via the
348-
<a href="https://twitter.com/fullstackpython">@fullstackpython</a>
349-
account.
350-
</div>
340+
Need more detailed tutorials than you see here?
341+
<a href="/email.html">Sign up to receive an email when that content is created.</a>
342+
</div>
351343
</div>
352344
</div></div>
353345
<hr/>

‎api-integration.html‎

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ <h3>What's next after integrating APIs into your app?</h3>
182182
</div> <div id="mc_embed_signup">
183183
<form action="//mattmakai.us2.list-manage.com/subscribe/post?u=b7e774f0c4f05dcebbfee183d&amp;id=b22335388d" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
184184
<div id="mc_embed_signup_scroll">
185-
<h4>Interested in major updates to this site or an alert when a complete Full Stack Python book with detailed example code is released? Sign up here and you'll an occasional email only when there's big news to report.</h4>
185+
<h4>Sign up here to receive an email with major updates to this site and Python tutorials delivered to your inbox once a month.</h4>
186186
<div class="row">
187187
<div class="col-md-9">
188188
<input type="email" value="" name="EMAIL" class="email form-control" id="mce-EMAIL" placeholder="email address" required>
@@ -262,20 +262,12 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
262262
<div class="panel panel-success">
263263
<div class="panel-heading"><h3 class="panel-head">API Integration</h3></div>
264264
<div class="panel-body">
265-
Need more detailed tutorials and walkthroughs than you see here?
266-
<a href="/email.html">Sign up for an email alert when that content is created.</a>
265+
Major updates are tweeted via
266+
<a href="https://twitter.com/fullstackpython">@fullstackpython</a>.
267267
<hr/>
268-
<a href="/">Full Stack Python</a> is an open book that explains
269-
concepts in plain language and provides the most helpful resources
270-
on those topics.
271-
<hr/>
272-
<a href="http://twitter.com/mattmakai">Matt Makai</a> built
273-
this site with appreciated assistance from
274-
<a href="https://github.com/makaimc/fullstackpython.github.com/pulls">pull requests</a>.
275-
Major updates are tweeted via the
276-
<a href="https://twitter.com/fullstackpython">@fullstackpython</a>
277-
account.
278-
</div>
268+
Need more detailed tutorials than you see here?
269+
<a href="/email.html">Sign up to receive an email when that content is created.</a>
270+
</div>
279271
</div>
280272
</div></div>
281273
<hr/>

‎application-dependencies.html‎

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ <h3>What do you need to learn after installing your app dependencies?</h3>
220220
</div> <div id="mc_embed_signup">
221221
<form action="//mattmakai.us2.list-manage.com/subscribe/post?u=b7e774f0c4f05dcebbfee183d&amp;id=b22335388d" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
222222
<div id="mc_embed_signup_scroll">
223-
<h4>Interested in major updates to this site or an alert when a complete Full Stack Python book with detailed example code is released? Sign up here and you'll an occasional email only when there's big news to report.</h4>
223+
<h4>Sign up here to receive an email with major updates to this site and Python tutorials delivered to your inbox once a month.</h4>
224224
<div class="row">
225225
<div class="col-md-9">
226226
<input type="email" value="" name="EMAIL" class="email form-control" id="mce-EMAIL" placeholder="email address" required>
@@ -313,20 +313,12 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
313313
<div class="panel panel-success">
314314
<div class="panel-heading"><h3 class="panel-head">Application Dependencies</h3></div>
315315
<div class="panel-body">
316-
Need more detailed tutorials and walkthroughs than you see here?
317-
<a href="/email.html">Sign up for an email alert when that content is created.</a>
316+
Major updates are tweeted via
317+
<a href="https://twitter.com/fullstackpython">@fullstackpython</a>.
318318
<hr/>
319-
<a href="/">Full Stack Python</a> is an open book that explains
320-
concepts in plain language and provides the most helpful resources
321-
on those topics.
322-
<hr/>
323-
<a href="http://twitter.com/mattmakai">Matt Makai</a> built
324-
this site with appreciated assistance from
325-
<a href="https://github.com/makaimc/fullstackpython.github.com/pulls">pull requests</a>.
326-
Major updates are tweeted via the
327-
<a href="https://twitter.com/fullstackpython">@fullstackpython</a>
328-
account.
329-
</div>
319+
Need more detailed tutorials than you see here?
320+
<a href="/email.html">Sign up to receive an email when that content is created.</a>
321+
</div>
330322
</div>
331323
</div></div>
332324
<hr/>

‎application-programming-interfaces.html‎

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ <h3>What's next after learning about APIs?</h3>
149149
</div> <div id="mc_embed_signup">
150150
<form action="//mattmakai.us2.list-manage.com/subscribe/post?u=b7e774f0c4f05dcebbfee183d&amp;id=b22335388d" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
151151
<div id="mc_embed_signup_scroll">
152-
<h4>Interested in major updates to this site or an alert when a complete Full Stack Python book with detailed example code is released? Sign up here and you'll an occasional email only when there's big news to report.</h4>
152+
<h4>Sign up here to receive an email with major updates to this site and Python tutorials delivered to your inbox once a month.</h4>
153153
<div class="row">
154154
<div class="col-md-9">
155155
<input type="email" value="" name="EMAIL" class="email form-control" id="mce-EMAIL" placeholder="email address" required>
@@ -229,20 +229,12 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
229229
<div class="panel panel-success">
230230
<div class="panel-heading"><h3 class="panel-head">Application Programming Interfaces</h3></div>
231231
<div class="panel-body">
232-
Need more detailed tutorials and walkthroughs than you see here?
233-
<a href="/email.html">Sign up for an email alert when that content is created.</a>
232+
Major updates are tweeted via
233+
<a href="https://twitter.com/fullstackpython">@fullstackpython</a>.
234234
<hr/>
235-
<a href="/">Full Stack Python</a> is an open book that explains
236-
concepts in plain language and provides the most helpful resources
237-
on those topics.
238-
<hr/>
239-
<a href="http://twitter.com/mattmakai">Matt Makai</a> built
240-
this site with appreciated assistance from
241-
<a href="https://github.com/makaimc/fullstackpython.github.com/pulls">pull requests</a>.
242-
Major updates are tweeted via the
243-
<a href="https://twitter.com/fullstackpython">@fullstackpython</a>
244-
account.
245-
</div>
235+
Need more detailed tutorials than you see here?
236+
<a href="/email.html">Sign up to receive an email when that content is created.</a>
237+
</div>
246238
</div>
247239
</div></div>
248240
<hr/>

‎best-python-resources.html‎

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ <h3>Those resources should help get you started. What's next?</h3>
267267
</div> <div id="mc_embed_signup">
268268
<form action="//mattmakai.us2.list-manage.com/subscribe/post?u=b7e774f0c4f05dcebbfee183d&amp;id=b22335388d" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
269269
<div id="mc_embed_signup_scroll">
270-
<h4>Interested in major updates to this site or an alert when a complete Full Stack Python book with detailed example code is released? Sign up here and you'll an occasional email only when there's big news to report.</h4>
270+
<h4>Sign up here to receive an email with major updates to this site and Python tutorials delivered to your inbox once a month.</h4>
271271
<div class="row">
272272
<div class="col-md-9">
273273
<input type="email" value="" name="EMAIL" class="email form-control" id="mce-EMAIL" placeholder="email address" required>
@@ -360,20 +360,12 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
360360
<div class="panel panel-success">
361361
<div class="panel-heading"><h3 class="panel-head">Best Python Resources</h3></div>
362362
<div class="panel-body">
363-
Need more detailed tutorials and walkthroughs than you see here?
364-
<a href="/email.html">Sign up for an email alert when that content is created.</a>
363+
Major updates are tweeted via
364+
<a href="https://twitter.com/fullstackpython">@fullstackpython</a>.
365365
<hr/>
366-
<a href="/">Full Stack Python</a> is an open book that explains
367-
concepts in plain language and provides the most helpful resources
368-
on those topics.
369-
<hr/>
370-
<a href="http://twitter.com/mattmakai">Matt Makai</a> built
371-
this site with appreciated assistance from
372-
<a href="https://github.com/makaimc/fullstackpython.github.com/pulls">pull requests</a>.
373-
Major updates are tweeted via the
374-
<a href="https://twitter.com/fullstackpython">@fullstackpython</a>
375-
account.
376-
</div>
366+
Need more detailed tutorials than you see here?
367+
<a href="/email.html">Sign up to receive an email when that content is created.</a>
368+
</div>
377369
</div>
378370
</div></div>
379371
<hr/>

‎bottle.html‎

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ <h3>What do you need to learn next?</h3>
137137
</div> <div id="mc_embed_signup">
138138
<form action="//mattmakai.us2.list-manage.com/subscribe/post?u=b7e774f0c4f05dcebbfee183d&amp;id=b22335388d" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
139139
<div id="mc_embed_signup_scroll">
140-
<h4>Interested in major updates to this site or an alert when a complete Full Stack Python book with detailed example code is released? Sign up here and you'll an occasional email only when there's big news to report.</h4>
140+
<h4>Sign up here to receive an email with major updates to this site and Python tutorials delivered to your inbox once a month.</h4>
141141
<div class="row">
142142
<div class="col-md-9">
143143
<input type="email" value="" name="EMAIL" class="email form-control" id="mce-EMAIL" placeholder="email address" required>
@@ -217,20 +217,12 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
217217
<div class="panel panel-success">
218218
<div class="panel-heading"><h3 class="panel-head">Bottle</h3></div>
219219
<div class="panel-body">
220-
Need more detailed tutorials and walkthroughs than you see here?
221-
<a href="/email.html">Sign up for an email alert when that content is created.</a>
220+
Major updates are tweeted via
221+
<a href="https://twitter.com/fullstackpython">@fullstackpython</a>.
222222
<hr/>
223-
<a href="/">Full Stack Python</a> is an open book that explains
224-
concepts in plain language and provides the most helpful resources
225-
on those topics.
226-
<hr/>
227-
<a href="http://twitter.com/mattmakai">Matt Makai</a> built
228-
this site with appreciated assistance from
229-
<a href="https://github.com/makaimc/fullstackpython.github.com/pulls">pull requests</a>.
230-
Major updates are tweeted via the
231-
<a href="https://twitter.com/fullstackpython">@fullstackpython</a>
232-
account.
233-
</div>
223+
Need more detailed tutorials than you see here?
224+
<a href="/email.html">Sign up to receive an email when that content is created.</a>
225+
</div>
234226
</div>
235227
</div></div>
236228
<hr/>

0 commit comments

Comments
 (0)

Footer

© 2026 GitHub, Inc.