Skip to content

Commit ed36d76

Browse files
committed
work on page statuses
1 parent 5169558 commit ed36d76

File tree

1 file changed

+75
-85
lines changed

1 file changed

+75
-85
lines changed

content/pages/meta/05-page-statuses.markdown

Lines changed: 75 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -27,105 +27,95 @@ kept up to date with accurate descriptions and resources.
2727

2828

2929
## Chapter 1: Introduction
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 |
30+
|Page | Status |
31+
|---------------------------------------------------------|--------------|
32+
|[Introduction](/introduction.html) | maintain |
33+
|[Learning Programming](/learning-programming.html) | intermediate |
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 |
4242

4343

4444
## Chapter 2: Development Environments
45-
| Page | Status |
45+
|Page | Status |
4646
|--------------------------------------------------------------|--------------|
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 |
75-
76-
77-
## Chapter 3: Core Python Language
78-
| Page | Status |
79-
|------------------------------------------------------------|--------------|
80-
| [Programming language](/python-programming-language.html) | starter |
81-
| Language concepts | not yet |
82-
| [Generators](/generators.html) | intermediate |
83-
| [Comprehensions](/comprehensions.html) | intermediate |
84-
| Decorators | not yet |
85-
| Runtimes | not yet |
86-
| CPython | not yet |
87-
| PyPy | not yet |
88-
| MicroPython | not yet |
89-
| IronPython | not yet |
90-
| Jython | not yet |
91-
92-
93-
## Chapter 4: Testing
94-
| Page | Status |
95-
|------------------------------------------------------------|--------------|
96-
| [Testing](/testing.html) | starter |
97-
| Testing approaches | not yet |
98-
| [Unit testing](/unit-testing.html) | starter |
99-
| [Integration testing](/integration-testing.html) | starter |
100-
| Database testing | not yet |
101-
| Load testing | not yet |
102-
| Test-driven development | not yet |
103-
| Testing concepts | not yet |
104-
| [Code metrics](/code-metrics.html) | starter |
105-
| Code coverage | not yet |
106-
| Mocking | not yet |
107-
| [Debugging](/debugging.html) | starter |
108-
| pdb | not yet |
109-
| ipdb | not yet |
110-
| pudb | not yet |
111-
| wdb | not yet |
112-
| [Logging](/logging.html) | intermediate |
113-
| stdlib logging | not yet |
114-
| DTrace | not yet |
115-
| logbook | not yet |
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 |
75+
76+
77+
## Chapter 3: Data
78+
|Page | Status |
79+
|-----------------------------------------------------------|--------------|
80+
|[Relational databases](/databases.html) | intermediate |
81+
|[PostgreSQL](/postgresql.html) | intermediate |
82+
|[MySQL](/mysql.html) | intermediate |
83+
|[SQLite](/sqlite.html) | intermediate |
84+
|[ORMs](/object-relational-mappers-orms.html) | maintain |
85+
|[SQLAlchemy](/sqlalchemy.html) | intermediate |
86+
|[Peewee](/peewee.html) | starter |
87+
88+
11689

11790

11891
## Chapter 4: Web Development
119-
| Page | Status |
120-
|------------------------------------------------------------|--------------|
92+
|Page | Status |
93+
|-----------------------------------------------------------|--------------|
94+
|[Web development](/web-development.html) | starter |
95+
|[Testing](/testing.html) | starter |
96+
|[Unit testing](/unit-testing.html) | starter |
97+
|[Integration testing](/integration-testing.html) | starter |
98+
|Database testing | not yet |
99+
|[Code metrics](/code-metrics.html) | starter |
100+
|[Debugging](/debugging.html) | starter |
101+
|pdb | not yet |
102+
|ipdb | not yet |
103+
|pudb | not yet |
104+
|wdb | not yet |
121105

122106

123107
## Chapter 5: Web App Deployment
124-
| Page | Status |
108+
|Page | Status |
125109
|------------------------------------------------------------|--------------|
110+
|[Deployment](/deployment.html) | intermediate |
126111

127112

128113
## Chapter 6: DevOps
129114
| Page | Status |
130115
|------------------------------------------------------------|--------------|
116+
|[DevOps](/devops.html) | starter |
117+
|[Logging](/logging.html) | intermediate |
118+
|stdlib logging | not yet |
119+
|DTrace | not yet |
120+
|logbook | not yet |
131121

0 commit comments

Comments
 (0)