Org mode
Todoist
Workflowy
TickTick
Trello
Remember The Milk
Obsidian.md
Joplin
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
Org mode
Think PythonBased on our record, Org mode seems to be a lot more popular than Think Python. While we know about 186 links to Org mode, 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've been using org[0] for the past 10 years to store knowledge, project write-ups, notes, etc and love it. As I get deeper into AI I'm keeping that, like recently I created an org-edit tool to manage especially issues in the project write-ups. 1 file with all my several hundred projects accumulated over the years, and the value has only grown although it's becoming harder for me to personally consume; I'll likely... - Source: Hacker News / about 2 months ago
> But I think we will swing back to using GUIs when we find a performant way of making them I like this new TUI renaissance as well, but if you wanna see what a symbiotic relationship between GUIs x TUIs could look like you need to see what Emacs does with Orgmode and the whole Org ecosystem of org-agenda, org-roam, etc. Lot's of these TUIs from the awesome are somewhat already inside Emacs. https://orgmode.org/. - Source: Hacker News / 3 months ago
Question: why is `https://orgmode.org/` in html and not in ... Org mode? - Source: Hacker News / 8 months ago
Each code block could be evaluated in place, with results appearing inline. Want to test JSON parsing? Write a block, execute it, see the output. Need to try different data structures? Compare approaches side-by-side with immediate feedback. This resembles the classic Lisp REPL workflow but with all the organizational benefits of org-mode. The development document became a living laboratory. - Source: dev.to / about 1 year ago
I'm a fan of Org Mode with Emacs [0] and using the app BeOrg [1] on my iPhone. I have 3 main task files: - todo.org for things I need to do - backlog.org for things that I don't have to do now but should do in the future - inbox.org for any random ideas or notes The concept of an Inbox was taken straight from Getting Things Done [2]. I have different searches set up in BeOrg so that it is easy to view tasks from... - Source: Hacker News / about 1 year 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
Todoist - Todoist is a to-do list that helps you get organized, at work and in life.
Google's Python Class - Assorted educational materials provided by Google.
Workflowy - A better way to organize your mind.
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.
TickTick - TickTickis a cross-platform to-do list app & task manager helps you to get all things done and make life well organized.
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.