You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A tutorial with eventual content for both absolute beginners and experienced programmers.
5
-
6
-
## Libraries
7
-
[Python-Markdown](https://python-markdown.github.io/) - Converts Markdown to HTML
8
4
9
-
[Jinja](https://jinja.palletsprojects.com/en/3.0.x/) - Templating, used for links, codeblocks, and HTML
10
-
11
-
## Usage
12
-
After cloning the repository, create a virtual environment `python3 -m venv venv` and install all dependencies in requirements.txt `pip install -r requirements.txt`.
5
+
A tutorial with eventual content for both absolute beginners and experienced programmers.
6
+
Codeblocks that are automatically tested before being exported for use on my personal page's Python tutorial.
13
7
14
-
Refer to the Makefile for actions to take
8
+
Once, this repository held both a site generator and the markdown content of my Python tutorial.
0 commit comments