• Stars
    star
    11
  • Rank 1,690,447 (Top 34 %)
  • Language
    HTML
  • License
    MIT License
  • Created over 4 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Supporting material for the "Markdown To HTML Generator" article series

More Repositories

1

python-snippets

A collection of useful Python snippets
TeX
32
star
2

python-mail-to-kindle

Helps you saving your mail attachments (e.g. epub-files, PDFs) to a temporary directory, convert the files to MOBI-format and send them directly to your Kindle, so that you can read them later and do not have to do all this by hand.
Python
14
star
3

create-your-own-diff-tool-article

Supporting material for the "Create Your Own Diff-Tool using Python" article
Python
11
star
4

game-of-life

The 'Game of Life' is an (mac) console application written in C. It represents a modified version of the famous game of life thought of by mathematician Conway.
C
8
star
5

list-sort-vs-sorted-list

Supporting material for the "Python: list.sort() vs. sorted(list)" article
Python
6
star
6

diff-tool-video-snippets

Supporting material for the video "How to Create a Simple but Effective Diff-Tool in Python" published on my YouTube channel.
HTML
5
star
7

python-color-changer

Change a pictures colors using cli
Python
4
star
8

generate-file-reports-using-pythons-template-class

Supporting material for the "Generate File Reports Using Python's Template Class" article
HTML
4
star
9

deal-with-it-gif-generator

A web application generating deal-with-it GIFs using Python.
Python
3
star
10

scrape-github-orgs-article-snippets

Supporting material for the "How To Scrape The GitHub Organizations You Contributed To Using Python" article
Python
3
star
11

simple-browser-engine

Simple browser engine for educational purposes.
Rust
3
star
12

small-c-programs

Including small C-programs to learn the programming language C
C
3
star
13

pytest-loguru-support-video-snippets

Supporting material for the video "How to Add Loguru Support to Pytest in Python" published on my YouTube channel.
Python
3
star
14

rust-examples

A collection of programs implemented to learn Rust.
Rust
3
star
15

quart-compress

A package to compress responses in your Quart app with gzip
Python
3
star
16

python-training-beginners

Part one of a three-part series to teach Python for beginners
Python
3
star
17

url-shortener

Simple URL shortener written in Python
JavaScript
2
star
18

Coursera_Capstone

This repo is meant to be used for the capstone project.
Jupyter Notebook
2
star
19

simple-text-summarizer

A simple text summarizer written in Python to learn Natural Language Processing (NLP).
Python
2
star
20

docker-calibre

Dockerfile generating an image with calibre installed to manage e-books.
Dockerfile
2
star
21

pytest-custom-markers-video-snippets

Supporting material for the video "Register Custom pytest Markers" published on my YouTube channel.
Python
2
star
22

logging-made-easy-with-loguru-article-snippets

Supporting material for the article "Logging Made Easy With Loguru" published on my website.
Python
2
star
23

SortingAlgorithms

Sorting algorithms written in and made for Python
Python
2
star
24

support-bootstrap-alerts-in-python-markdown-article-snippets

Supporting material for the article "Support Bootstrap-Alerts In Python-Markdown" published on my website.
Python
2
star
25

article-introduction-to-itertools-snippets

Supporting material for the "Introduction To Itertools" article
Python
2
star
26

django-vocab-trainer

Django application to learn vocabulary or definitions
Python
2
star
27

web-information-panel

Python-based information-panel
Python
1
star
28

Photoblog

Self-made Photoblog made as part of #100DaysOfCode
PHP
1
star
29

latex-ebook-template

Simple and lightweight LaTeX eBook template.
TeX
1
star
30

modify-click-help-page

Example project on how to modify click help page.
Python
1
star
31

difflib-text-suggestion-tool

Supporting material for the video "How to Build a Simple Text Suggestion Tool in Python" published on my YouTube channel.
Python
1
star
32

java-snippets

A collection of small and useful Java snippets.
Java
1
star
33

personal-bookshelf

A web application representing a personal bookshelf allowing multi-user usage.
Python
1
star
34

slack-reactions

React on certain slack messages by making use of its event API
Python
1
star
35

python-markdown-bootstrap-alerts

Bootstrap alerts extension for Python-Markdown
Python
1
star
36

introduction-to-functools-article-snippets

Supporting material for the "Introduction To Functools" article
Python
1
star
37

customise-argparse-argument-type-video-snippets

Supporting material for the video "How to Convert Command-line Arguments to Specific Types in Python" published on YouTube.
Python
1
star
38

python-twitter-bot

Lightweight twitter bot
Python
1
star
39

ebook-template

A lightweight markdown ebook template
TeX
1
star
40

test-not-raising-exception-video-snippets

Supporting material for the video "How to Test Raising and Not Raising an Exception Using Only One Function in pytest" published on my YouTube channel.
Python
1
star
41

timing-context-manager-video-snippets

Supporting material for the video "Create a Context Manager in Python Measuring the Execution Time" published on YouTube.
Python
1
star
42

ros-lecture

Makefile
1
star
43

aoc2021

My solutions for Advent of Code 2021 using Rust.
Rust
1
star
44

flexible-decorators-video-snippets

Supporting material for the video"New Python 3.9 Feature: Flexible Decorators" published on my YouTube channel.
Python
1
star
45

generate-file-reports-video-snippets

Supporting material for the video "How to Generate File Reports Using Python's string.Template Class" published on my YouTube channel.
HTML
1
star
46

Vocab-trainer

Alpha version of a selfmade vocab-trainer
Python
1
star
47

java-fake-news-generator

Fake News Generator to gain knowledge about text analysis and text synthesis.
Java
1
star
48

chess-ai-paper

University paper describing the implementation of a chess ai using Python.
TeX
1
star
49

twitter-semantic-analysis

Application doing some semantic analysis w/ twitter API written in Python.
Python
1
star
50

why-you-should-use-more-enums-in-python-article-snippets

Supporting material for the "Why You Should Use More Enums In Python" article
Python
1
star
51

math-tokenizer

Simple and lightweighted tokenizer for mathematical functions
Python
1
star
52

capture-stdout-output-video-snippets

Supporting material for the video "How to Capture What Is Written to stdout in Python" published on my YouTube channel.
Python
1
star
53

introduction-to-pythons-operator-module-article-snippets

Supporting material for the article "Introduction to Python's Operator Module" published on my website.
Python
1
star
54

medium-api

Alternative Medium API for interacting with user specific data such as bookmarks.
Python
1
star
55

monkeypatch-global-variables-video-snippets

Supporting material for the video "How to Monkeypatch Global Variables in pytest" published on my YouTube channel.
Python
1
star
56

python-intercept-kindle

Project theintercept.com's RSS feed to get the latest articles, convert and send them to a Amazon Kindle device
Python
1
star
57

leverage-the-full-potential-of-type-hints-article-snippets

Supporting material for the article "Leverage the full potential of type hints" published on my website.
Python
1
star
58

click-help-page-video-snippets

Supporting material for the video โ€œ How to Dynamically Inject the Version Number into the Help Page of a Click CLI in Pythonโ€ published in my YouTube channel.
Python
1
star