@@ -8,67 +8,70 @@ meta: Many pages on Full Stack Python are a work-in-progress. This page aggregat
88
99
1010# Page Statuses
11- Many pages on Full Stack Python are a work-in-progress. This page aggregates
12- the status of each page on the site.
11+ There are 207 pages on Full Stack Python, not including blog posts, the
12+ table of contents, and the meta pages (like this one). Many pages are a
13+ work-in-progress. This page aggregates the status of each page on the site.
1314
1415Each page can be in one of four levels of maturity:
1516
16171 . Not yet created
17182 . Starter
18193 . Intermediate
19- 4 . Complete
20+ 4 . Maintain
2021
2122Pages are never technically "complete" because there will always be
22- the possibility of new sections and maintenance to the resources, but the
23- aspiration is for all pages to be fully-fleshed out and in the "Complete"
24- category.
23+ the possibility of new sections and link maintenance. However, the
24+ aspiration is for all pages to be fully-fleshed out and in the "Maintain"
25+ category where they do not require additional information beyond being
26+ kept up to date with accurate descriptions and resources.
2527
2628
2729## Chapter 1: Introduction
28- | Page | Status |
29- | --------------------------------------------------------| --------------|
30- | [ Introduction] ( /introduction.html ) | complete |
31- | [ Learning Programming] ( /learning-programming.html ) | starter |
32- | [ Why Use Python?] ( /why-use-python.html ) | intermediate |
33- | [ Enterprise Python] ( /enterprise-python.html ) | intermediate |
34- | [ Python Community] ( /python-community.html ) | starter |
35- | [ Companies Using Python] ( /companies-using-python.html ) | starter |
36- | [ Best Python Resources] ( /best-python-resources.html ) | complete |
37- | [ Must-watch Python Videos] ( /best-python-videos.html ) | intermediate |
38- | [ Podcasts] ( /best-python-podcasts.html ) | starter |
30+ | Page | Status |
31+ | ----------------------------------------------------------| --------------|
32+ | [ Introduction] ( /introduction.html ) | maintain |
33+ | [ Learning Programming] ( /learning-programming.html ) | starter |
34+ | [ The Python Language] ( /python-programming-language.html ) | intermediate |
35+ | [ Why Use Python?] ( /why-use-python.html ) | intermediate |
36+ | [ Enterprise Python] ( /enterprise-python.html ) | intermediate |
37+ | [ Python Community] ( /python-community.html ) | starter |
38+ | [ Companies Using Python] ( /companies-using-python.html ) | starter |
39+ | [ Best Python Resources] ( /best-python-resources.html ) | maintain |
40+ | [ Must-watch Python Videos] ( /best-python-videos.html ) | intermediate |
41+ | [ Podcasts] ( /best-python-podcasts.html ) | starter |
3942
4043
4144## Chapter 2: Development Environments
42- | Page | Status |
43- | ------------------------------------------------------------| --------------|
44- | [ Development environments] ( /development-environments.html ) | intermediate |
45- | [ Text Editors and IDEs] ( /text-editors-ides.html ) | starter |
46- | [ Vim] ( /vim.html ) | complete |
47- | [ Emacs] ( /emacs.html ) | intermediate |
48- | [ Sublime Text] ( /sublime-text.html ) | starter |
49- | [ PyCharm] ( /pycharm.html ) | starter |
50- | [ Jupyter Notebook] ( /jupyter-notebook.html ) | starter |
51- | [ Shells] ( /shells.html ) | starter |
52- | [ Bourne-again shell (Bash)] ( /bourne-again-shell-bash.html ) | starter |
53- | [ Zsh] ( /zsh-shell.html ) | starter |
54- | [ PowerShell] ( /powershell.html ) | starter |
55- | [ Terminal multiplexers] ( /terminal-multiplexers.html ) | starter |
56- | [ tmux] ( /tmux.html ) | starter |
57- | [ Screen] ( /screen.html ) | starter |
58- | [ Pymux] ( /pymux.html ) | starter |
59- | Environment configuration | not yet |
60- | [ Application dependencies] ( /application-dependencies.html ) | intermediate |
61- | virtual environments ( virtualenvs) | not yet |
62- | Environment variables | not yet |
63- | Localhost tunnels | not yet |
64- | [ Source Control] ( /source-control.html ) | intermediate |
65- | [ Git] ( /git.html ) | starter |
66- | [ Mercurial] ( /mercurial.html ) | starter |
67- | [ Apache Subversion] ( /apache-subversion.html ) | starter |
68- | [ Hosted source control] ( /hosted-source-control-services.html ) | starter |
69- | [ GitHub] ( /github.html ) | starter |
70- | [ BitBucket] ( /bitbucket.html ) | starter |
71- | [ GitLab] ( /gitlab.html ) | starter |
45+ | Page | Status |
46+ | -------------------------------------------------------------- | --------------|
47+ | [ Development environments] ( /development-environments.html ) | intermediate |
48+ | [ Text Editors and IDEs] ( /text-editors-ides.html ) | starter |
49+ | [ Vim] ( /vim.html ) | maintain |
50+ | [ Emacs] ( /emacs.html ) | intermediate |
51+ | [ Sublime Text] ( /sublime-text.html ) | starter |
52+ | [ PyCharm] ( /pycharm.html ) | starter |
53+ | [ Jupyter Notebook] ( /jupyter-notebook.html ) | starter |
54+ | [ Shells] ( /shells.html ) | starter |
55+ | [ Bourne-again shell (Bash)] ( /bourne-again-shell-bash.html ) | starter |
56+ | [ Zsh] ( /zsh-shell.html ) | starter |
57+ | [ PowerShell] ( /powershell.html ) | starter |
58+ | [ Terminal multiplexers] ( /terminal-multiplexers.html ) | starter |
59+ | [ tmux] ( /tmux.html ) | starter |
60+ | [ Screen] ( /screen.html ) | starter |
61+ | [ Pymux] ( /pymux.html ) | starter |
62+ | [ Environment configuration] ( /environment-configuration.html ) | starter |
63+ | [ Application dependencies] ( /application-dependencies.html ) | intermediate |
64+ | [ virtualenvs ] ( / virtual- environments- virtualenvs-venvs.html ) | starter |
65+ | [ Environment variables] ( /environment-variables.html ) | starter |
66+ | [ Localhost tunnels] ( /localhost-tunnels.html ) | starter |
67+ | [ Source Control] ( /source-control.html ) | intermediate |
68+ | [ Git] ( /git.html ) | starter |
69+ | [ Mercurial] ( /mercurial.html ) | starter |
70+ | [ Apache Subversion] ( /apache-subversion.html ) | starter |
71+ | [ Hosted source control] ( /hosted-source-control-services.html ) | starter |
72+ | [ GitHub] ( /github.html ) | starter |
73+ | [ BitBucket] ( /bitbucket.html ) | starter |
74+ | [ GitLab] ( /gitlab.html ) | starter |
7275
7376
7477## Chapter 3: Core Python Language
@@ -112,46 +115,17 @@ category.
112115| logbook | not yet |
113116
114117
115- ## Chapter 5: Documentation
116- | Page | Status |
117- | ------------------------------------------------------------| --------------|
118-
119-
120- ## Chapter 6: Security
118+ ## Chapter 4: Web Development
121119| Page | Status |
122120| ------------------------------------------------------------| --------------|
123121
124122
125- ## Chapter 7 : Web Development
123+ ## Chapter 5 : Web App Deployment
126124| Page | Status |
127125| ------------------------------------------------------------| --------------|
128126
129127
130- ## Chapter 8: Web App Deployment
128+ ## Chapter 6: DevOps
131129| Page | Status |
132130| ------------------------------------------------------------| --------------|
133131
134-
135- ## Chapter 9: Data
136- | Page | Status |
137- | ------------------------------------------------------------| --------------|
138-
139-
140- ## Chapter 10: Web APIs
141- | Page | Status |
142- | ------------------------------------------------------------| --------------|
143-
144-
145- ## Chapter 11: DevOps
146- | Page | Status |
147- | ------------------------------------------------------------| --------------|
148-
149-
150- ## Chapter 12: Meta
151- | Page | Status |
152- | ------------------------------------------------------------| --------------|
153- | [ Change log] ( change-log.html ) | intermediate |
154- | [ What "full stack" means] ( /what-full-stack-means.html ) | intermediate |
155- | [ About the author] ( /about-author.html ) | complete |
156- | [ Page statuses] ( /page-statuses.html ) | intermediate |
157- | [ Future directions] ( /future-directions.html ) | intermediate |
0 commit comments