-
Point 1: usabality/cosmetics
Initially, it seemed pretty natural for that func to have signature utime.ticks_diff(time_before, time_after). However, that function is intended to replace expression ti…
-
I think that, in addition to mem_free and mem_alloc, that we should have a function like mem_contig which returns the largest amount of contiguous memory (i.e. size of the largest object which could b…
-
The December release was skipped, but there have been enough changes to warrant a new release ASAP and it would be good to do it in the first week of January 2017. The biggest change was the update o…
-
I tried making my own asyncio-like event loop for the ESP8266 yesterday, and because the `types` module is not available, I simply copied the relevant part for `types.coroutine`. It turns out it uses …
-
cp: `./example_yield_coro.py' and`/home/main/x86_64/build_dir/target-x86_64_uClibc-0.9.33.2/micropython-lib-0.1-20150302-654c7d288603f7dae09eb09b57fb67b38c7ac6c3-654c7d288603f7dae09eb09b57fb67b38c7ac6…
-
```
Python 3.5.0b3 (default, Jul 14 2015, 02:26:39)
[GCC 4.8.4] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> def async():
... pass
...
>>>
```
vs
```
Mi…
-
@pfalcon and I are currently running a Kickstarter campaign to fund development of the ESP8266 port. Hopefully the campaign is successful! In that case we will have a lot of code to merge, and along…
-
See http://bugs.python.org/issue24449
@dpgeorge : FYI
-
For very simple, light-weight web apps (eg just parse and/or return some json) there is no need for template machinery. There is (almost) one point where templating is used in picoweb, namely the ren…
-
A sample webapp for picoweb/uasyncio https://github.com/pfalcon/notes-pico always was able to run in 150K. After d5e7f6e37edc2fecbc0b3ceb19df425bafd45c90 it requires at least 320K. So much for speedup…