https://github.com/rasnes/golang-python-comparison
A brief slide deck introducing Go and comparing it to Python
https://github.com/rasnes/golang-python-comparison
Last synced: 3 months ago
JSON representation
A brief slide deck introducing Go and comparing it to Python
- Host: GitHub
- URL: https://github.com/rasnes/golang-python-comparison
- Owner: rasnes
- Created: 2022-01-27T20:16:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-28T14:08:42.000Z (over 4 years ago)
- Last Synced: 2026-03-28T00:22:53.807Z (3 months ago)
- Size: 1010 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# golang-python-comparison
A brief slide deck introducing Go and comparing it to Python. Slides available here: https://rasnes.github.io/golang-python-comparison/
Tried https://marp.app/blog/marp-for-vs-code-v1, but could not get the desired layout with two columns with Markdown. Tried this approach https://github.com/marp-team/marp-core/issues/132, but it doesn't give me what I want. It seems to 1. only allow overflowing text to enter the second column, and 2. not allowing one to use Markdown _within_ the HTML tags.
Trying Reveal.js: https://www.evilznet.com/vscode-reveal/#/README
There I got it to work, with this approach: https://github.com/webpro/reveal-md/issues/223#issuecomment-527424283
It enables me to have two columns and have markdown in both.