|
4 | 4 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
6 | 6 | <meta name="author" content="Matt Makai"> |
| 7 | + <meta name="description" content="In the future directions page on Full Stack Python I give some insight into what my current priorities are for enhancing the site."> |
7 | 8 | <link rel="shortcut icon" href="theme/img/fsp-fav.png"> |
8 | 9 | <title>Future Directions - Full Stack Python</title> |
9 | 10 | <!--[if lt IE 9]> |
|
40 | 41 | <h1>Future Directions</h1> |
41 | 42 | <p>Full Stack Python has completely blown away my expectations for what I could |
42 | 43 | accomplish with a side project. I really appreciate all the in-person feedback, |
43 | | -emails and pull requests I've received from the community.</p> |
44 | | -<p>For 2015 I'm looking forward to taking FSP far beyond the scope I originally |
45 | | -intended. Here are some thing to watch out for:</p> |
46 | | -<ol> |
47 | | -<li> |
48 | | -<p>Reordering of the content, with top level categories for </p> |
49 | | -<ul> |
50 | | -<li>web frameworks</li> |
51 | | -<li>deployment</li> |
52 | | -<li>data</li> |
53 | | -<li>performance</li> |
54 | | -<li>operations</li> |
55 | | -<li>security</li> |
56 | | -<li>front ends (web and mobile)</li> |
57 | | -</ul> |
58 | | -</li> |
59 | | -<li> |
60 | | -<p>More visuals such as the diagram on the |
61 | | - <a href="/source-control.html">source control</a> page</p> |
62 | | -</li> |
63 | | -<li> |
64 | | -<p>Step-by-step tutorials instead of just explanations and external resources</p> |
65 | | -</li> |
66 | | -</ol> |
| 44 | +emails and pull requests I've received from the community. Keep them coming!</p> |
| 45 | +<p>For 2015 I'm building out the scope of the site beyond web development into |
| 46 | +core Python concepts, data analysis and visualization and some hardware |
| 47 | +hacking such as with the Raspberry Pi and Arduino Yun.</p> |
| 48 | +<p>The biggest update though will be the Full Stack Python Guide to Deployments, |
| 49 | +an in-progress step-by-step tutorial ebook for learning how to deploy Python |
| 50 | +web applications.</p> |
67 | 51 | <p>Note that these plans can change based on |
68 | 52 | <a href="https://github.com/makaimc/fullstackpython.github.com/pulls">pull requests</a> |
69 | 53 | from the community. I work to integrate PRs within a day or two so please |
|
0 commit comments