File tree Expand file tree Collapse file tree
source/content/pages/13-meta Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5991,6 +5991,9 @@ <h1>Change Log</h1>
59915991< h2 > 2015</ h2 >
59925992< h3 > May</ h3 >
59935993< ul >
5994+ < li > Got a whole lot of work done on my upcoming
5995+ < a href ="http://www.deploypython.com/ "> Full Stack Python Guide to Deployments</ a > book.
5996+ Very close to releasing it (looking at mid-June).</ li >
59945997< li > Added new < a href ="/django.html "> Django</ a > resources, especially around migrations
59955998 in Django 1.7+.</ li >
59965999< li > Worked on making < a href ="/why-use-python.html "> Why Use Python?</ a > page specific to
@@ -6319,9 +6322,10 @@ <h1>Future Directions</h1>
63196322< p > For 2015 I'm building out the scope of the site beyond web development into
63206323core Python concepts, data analysis and visualization and some hardware
63216324hacking such as with the Raspberry Pi and Arduino Yun.</ p >
6322- < p > The biggest update though will be the Full Stack Python Guide to Deployments,
6323- an in-progress step-by-step tutorial ebook for learning how to deploy Python
6324- web applications.</ p >
6325+ < p > The biggest update though will come with the release of
6326+ < a href ="http://www.deploypython.com/ "> The Full Stack Python Guide to Deployments</ a > ,
6327+ a step-by-step tutorial book for learning how to deploy Python web
6328+ applications.</ p >
63256329< p > Note that these plans can change based on
63266330< a href ="https://github.com/makaimc/fullstackpython.github.com/pulls "> pull requests</ a >
63276331from the community. I work to integrate PRs within a day or two so please
Original file line number Diff line number Diff line change @@ -42,6 +42,9 @@ <h1>Change Log</h1>
4242< h2 > 2015</ h2 >
4343< h3 > May</ h3 >
4444< ul >
45+ < li > Got a whole lot of work done on my upcoming
46+ < a href ="http://www.deploypython.com/ "> Full Stack Python Guide to Deployments</ a > book.
47+ Very close to releasing it (looking at mid-June).</ li >
4548< li > Added new < a href ="/django.html "> Django</ a > resources, especially around migrations
4649 in Django 1.7+.</ li >
4750< li > Worked on making < a href ="/why-use-python.html "> Why Use Python?</ a > page specific to
Original file line number Diff line number Diff line change 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 >2015-05-29T17:32:33Z </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 >2015-05-29T17:35:08Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -41,9 +41,10 @@ <h1>Future Directions</h1>
4141< p > For 2015 I'm building out the scope of the site beyond web development into
4242core Python concepts, data analysis and visualization and some hardware
4343hacking such as with the Raspberry Pi and Arduino Yun.</ p >
44- < p > The biggest update though will be the Full Stack Python Guide to Deployments,
45- an in-progress step-by-step tutorial ebook for learning how to deploy Python
46- web applications.</ p >
44+ < p > The biggest update though will come with the release of
45+ < a href ="http://www.deploypython.com/ "> The Full Stack Python Guide to Deployments</ a > ,
46+ a step-by-step tutorial book for learning how to deploy Python web
47+ applications.</ p >
4748< p > Note that these plans can change based on
4849< a href ="https://github.com/makaimc/fullstackpython.github.com/pulls "> pull requests</ a >
4950from the community. I work to integrate PRs within a day or two so please
Original file line number Diff line number Diff line change 1414
1515## 2015
1616### May
17+ * Got a whole lot of work done on my upcoming
18+ [ Full Stack Python Guide to Deployments] ( http://www.deploypython.com/ ) book.
19+ Very close to releasing it (looking at mid-June).
1720* Added new [ Django] ( /django.html ) resources, especially around migrations
1821 in Django 1.7+.
1922* Worked on making [ Why Use Python?] ( /why-use-python.html ) page specific to
Original file line number Diff line number Diff line change @@ -14,9 +14,10 @@ For 2015 I'm building out the scope of the site beyond web development into
1414core Python concepts, data analysis and visualization and some hardware
1515hacking such as with the Raspberry Pi and Arduino Yun.
1616
17- The biggest update though will be the Full Stack Python Guide to Deployments,
18- an in-progress step-by-step tutorial ebook for learning how to deploy Python
19- web applications.
17+ The biggest update though will come with the release of
18+ [ The Full Stack Python Guide to Deployments] ( http://www.deploypython.com/ ) ,
19+ a step-by-step tutorial book for learning how to deploy Python web
20+ applications.
2021
2122Note that these plans can change based on
2223[ pull requests] ( https://github.com/makaimc/fullstackpython.github.com/pulls )
You can’t perform that action at this time.
0 commit comments