
Typst
Quarto
Docusaurus
Overleaf
Productivity Power Tools
Obsidian.md
Google Docs
CharacterMap.org
Think Python
Google's Python Class
The New Boston video series
A Byte of Python
Hackr.io
Learn Python The Hard Way
Corey Schafer Youtube
Udacity - CS101
Think PythonBased on our record, Typst should be more popular than Think Python. It has been mentiond 51 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
ZUGFeRD and Factur-X are standards used in Germany and France that solve this by putting both readers in one file: a normal PDF users can look at, with the structured invoice data embedded as XML for automation. This post explains why you would want or need that and how Oicana produces such a file from a Typst template. - Source: dev.to / 20 days ago
Like many of us here I prefer not use PowerPoint. Recently I've been making slides in Typst (https://typst.app) which is great, except there's no good way to actually present the resulting PDF, and no support for speaker notes, videos or GIFS. To fix this I built Presio: https://presio.xyz. Present any PDF in the browser as two synced windows, a controller (speaker notes, timer, media controls) and a viewer for... - Source: Hacker News / 23 days ago
This post looks at what the European Accessibility Act and the US accessibility framework (ADA and Section 508) mean for businesses that produce PDFs, whether PDF/UA is actually required, and how Oicana exports PDF/UA-1 documents from Typst templates. - Source: dev.to / about 1 month ago
> Is there anything similar to (or better than) overleaf for collaborating on typst docs? To be clear, overleaf isnโt all that great but I sometimes work with groups that are used to it. Yes, https://typst.app/ is the official Typst app (part of how they make money). > Have conferences that traditionally accepted latex source (and specified latex templates) started accepting typst as well? Very few by now. - Source: Hacker News / about 1 month ago
Co-maintainer here. Tectonic is a cool project, but hasn't seen any significant changes in a few years---and likely won't anytime soon. It seems we maintainers don't have the time and motivation to put serious work into Tectonic. I haven't looked at the code in years (and thus may be wrong), but here's a quick overview: Tectonic's code consists of thin bindings to /harfbuzz/graphite/etc and a vendored XeTeX port,... - Source: Hacker News / about 1 month ago
This course actually starts with an introduction to Python. Since you don't have access yet, you can give Think Python a whirl - https://greenteapress.com/wp/think-python/ and for a more interactive experience, I really enjoyed this one - https://scrimba.com/learn/python. Source: about 3 years ago
Start with Think Python or learn x in y..both are free resources and good for basic understanding and practise. Source: about 3 years ago
This free book taught me Python many years ago https://greenteapress.com/wp/think-python/. Source: about 4 years ago
In terms of learning the basics of Python programming, you can get the first edition of Think Python in PDF form for free. Source: over 4 years ago
Computer Science โ For understanding software development. As for a programming language to learn, I recommend Python or Javascript. Try Crash Course's Computer Science videos, the free Think Python book, and/or Part 1 of The Modern JavaScript Tutorial. Source: over 4 years ago
Quarto - Open-source scientific and technical publishing system built on Pandoc.
Google's Python Class - Assorted educational materials provided by Google.
Docusaurus - Easy to maintain open source documentation websites
The New Boston video series - Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
Overleaf - The online platform for scientific writing. Overleaf is free: start writing now with one click. No sign-up required. Great on your iPad.
A Byte of Python - A Byte of Python is a Python programming tutorial and learning book that teaches you how to program with the Python programming language.