
TiddlyWiki
Obsidian.md
Zim Wiki
Logseq
DokuWiki
Joplin
Notion
Evernote
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
TiddlyWiki
Think PythonNot too far ago, I invested several days into "mastering" and tuning TiddlyWiki. It was an interesting experience. I loved it on the whole and felt very enthusiastic about using it store all my knowledge. It's super flexible and use of tags, filters and macros make it unique. However, it's a bit complicated for mass adoption. Also, the extended use of its powerful features may make your computer tangibly slow.
That's why I found "Obsidian", that's what I'm using today to store my knowledge.
Based on our record, TiddlyWiki seems to be a lot more popular than Think Python. While we know about 200 links to TiddlyWiki, we've tracked only 9 mentions of Think Python. 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.
I don't think anyone you're calling a "shop" would do anything business-critical with it, but fwiw, Tiddlywiki fits in this category. https://tiddlywiki.com/. - Source: Hacker News / 28 days ago
Https://tiddlywiki.com/#WidgetMessage%3A%20tm-http-request A community version of TiddlyWiki called Bob (by OokTech) implements real-time, two-way communication between the server and the browser, and between different wikis managed by the same server. This is the closest functional equivalent to what Joe and Jeremy discussed, it's built on WebSockets and Node.js. - Source: Hacker News / 7 months ago
What is your innovation over https://tiddlywiki.com/. - Source: Hacker News / 8 months ago
Not a dig, but it reminds me of how much I used to like tiddly wiki. https://tiddlywiki.com/. - Source: Hacker News / 11 months ago
I have slightly different needs I suppose, but I settled for https://tiddlywiki.com/ as my SOHO wiki. There is a learning curve, but once you grasp some rather uncommon concepts it's quite good and very easy to setup, backup and manage locally or remotely. - Source: Hacker News / 12 months 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: over 3 years ago
Start with Think Python or learn x in y..both are free resources and good for basic understanding and practise. Source: over 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
Obsidian.md - A second brain, for you, forever. Obsidian is a powerful knowledge base that works on top of a local folder of plain text Markdown files.
Google's Python Class - Assorted educational materials provided by Google.
Zim Wiki - Zim is a graphical text editor used to maintain a collection of wiki pages. Each page can contain links to other pages, simple formatting and images.
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.
Logseq - Logseq is a local-first, non-linear, outliner notebook for organizing and sharing your personal knowledge base.
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.