Live data from Hacker News

Microdot: Yet another Python web framework

blog.miguelgrinberg.com

21–28 of 28 posts

Re: Microdot: Yet another Python web framework

#21

Microdot creator here. Happy to answer any questions about Microdot if you have any!

pyATL organizer here. I was looking for a project to write a talk about and this is perfect. Thanks for sharing it.

If you’re ever in the Atlanta area please don’t hesitate to reach out. We’d love to have you hang out.

Re: Microdot: Yet another Python web framework

#24

Microdot creator here. Happy to answer any questions about Microdot if you have any!

pyATL organizer here. I was looking for a project to write a talk about and this is perfect. Thanks for sharing it. If you’re ever in the Atlanta area please don’t hesitate to reach out. We’d love to have you hang out.

Thanks, will keep it in mind!

Re: Microdot: Yet another Python web framework

#25
I use microdot on a pi pico w and while it does work it also runs the board out of ram and makes connecting to wifi somewhat nondeterministic.

I solved this my precompiling to bytecode both microdot and picozero libraries. Works great now, I just have to remember to do this again every time I update micropython.

Re: Microdot: Yet another Python web framework

#27

Microdot creator here. Happy to answer any questions about Microdot if you have any!

The library looks quite similar to aiohttp (asyncio web server with route decorators and WebSocket support). Is there a reason to use one over the other if you're not using MicroPython? A feature comparison and/or benchmarks would be great.

Re: Microdot: Yet another Python web framework

#28

Microdot creator here. Happy to answer any questions about Microdot if you have any!

I love your docs - went through a major part of it on a mobile yesterday and basically understood how things work. Which is a nice result, as I usually don't code at all, sometimes script.

I felt similar simplicity with a few python projects before (Flask included), but then noticed it was just a facade of "weird". This one gives me those vibes again and I want to find out if it will work out for some status pages I'm thinking of :)

Great work.

Post reply on HN