Obsidian.md
Notion
Logseq
Joplin
Roam Research
Evernote
Standard Notes
Bear
Micro Python
Thonny
Invent With Python
Numba
Cliprun
Nim (programming language)
PlatformIO
Zig
Obsidian.mdNo Micro Python videos yet. You could help us improve this page by suggesting one.
Perhaps you know someone who swears by Obsidian, it may seem like a cult of overly devoted people for how passionate they are, but it's not without reason
I've been using Obsidian for over 3 years, at a point in my life when I felt I had to handle too much information and I felt like grasping water not being able to remember everything I wanted, language learning, programming, accounting, university, daily tasks. A friend recommended it to me next to Notion (of which he is a passionate cultist priest) and I reluctantly picked it and fell in love almost immediately.
Obsidian seems very simple, like a notepad with folder interface, similar to Sublime Text, but the ability to link files together in a Wiki style allows you to organize ideas in any way you want, one file may lead to a dozen or more ideas that are related
If you want to do something specific, Obsidian has a plethora of community created plugins that expand the functionality, in my case, I use obsidian to organize my classes both as a teacher and as a student, using local databases, calendars, dictionaries, slides, vector graphic drawings, excel-like tables, Anki connection, podcasts, and more
I've been using Obsidian for more than a year. It's been great. I think it offer a great balance of control, flexibility and extensibility. What is more, you own your own data, that's been a must-have feature for me. I just can't imagine putting all my knowledge into something that I don't have control over.
I think two of the most popular alternatives that people consider are Logseq and Roam Research. Although Logseq is a bit different, it's considered compatible with Obsidian. Supposedly, you can use them with a shared database (files. Both use simple text files for storage). I tried that once, a few months ago. It worked, yet it messed up a bit my Obsidian files ¯_(ツ)_/¯.
Based on our record, Obsidian.md seems to be a lot more popular than Micro Python. While we know about 1523 links to Obsidian.md, we've tracked only 84 mentions of Micro 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.
Inline preview, usually called WYSIWYG. Obsidian's Live Preview mode hides the syntax except where the cursor is. Obsidian is a far better personal knowledge base than anything else on this page, with backlinks, a graph and years of plugins, and if that is what you need the question of what its editor is called does not matter much. - Source: dev.to / 13 days ago
The stack is all open source: Obsidian, GBrain, Horizon, PGLite, and a couple of small Python scripts for the state machine and quality gates. None of the interesting parts are proprietary — the interesting part is the discipline. - Source: dev.to / 18 days ago
Obsidian is a note-taking app that stores everything as Plain markdown files. It lets you organize and structure your notes in a Flexible way, and because the files are plain text on disk, anything that can Read a directory can read your notes, including an AI agent. - Source: dev.to / 29 days ago
Install Obsidian: Download the client from obsidian.md and create a local Vault — just a local folder. - Source: dev.to / 2 months ago
Obsidian (https://obsidian.md/) Honestly its not huge and most are probably obvious, but those are what I immediately install on my machines. - Source: Hacker News / 2 months ago
Reasonably, that language is MicroPython [1] which is the special pared-down version of Python for memory-constrained embedded targets. [1]: https://micropython.org/. - Source: Hacker News / 7 months ago
In this post, we’ll walk through how to use MicroPython on the popular ESP8266 microcontroller to stream sensor data (like temperature and humidity) directly to a real-time web dashboard — no cloud platform, no third-party services, and no cost beyond your WiFi and coffee. - Source: dev.to / 11 months ago
Welcome to the world of MicroPython, an efficient and lightweight implementation of Python 3 that runs directly on microcontrollers like the ESP32. This blog post is a deep dive into building a real-world smart sensor project in under 15 minutes using MicroPython – no Arduino IDE, no C++, and no nonsense. - Source: dev.to / 11 months ago
I'll link to it because many people don't know a version of Python runs on microcontrollers: https://micropython.org/. - Source: Hacker News / over 1 year ago
I'm personally working on something like this for the ESP32, but written on top of micropython [1]. A few things are written in C such as the display driver, but otherwise most things are in micropython. We chose the T-Watch 2020 V3 microphone variant as the platform [2]. Our objective is to build a modern PDA device via a mostly stand-alone watch that can be synced across devices (initially the Linux desktop). We... - Source: Hacker News / over 1 year ago
Notion - All-in-one workspace. One tool for your whole team. Write, plan, and get organized.
Thonny - Python IDE for beginners
Logseq - Logseq is a local-first, non-linear, outliner notebook for organizing and sharing your personal knowledge base.
Invent With Python - Learn to program Python for free
Joplin - Joplin is a free, open source note taking and to-do application, which can handle a large number of notes organised into notebooks. The notes are searchable, tagged and modified either from the applications directly or from your own text editor.
Numba - Numba gives you the power to speed up your applications with high performance functions written...