|
|
Subscribe / Log in / New account

Python 3.5 is on its way

Python 3.5 is on its way

Posted Jul 18, 2015 15:30 UTC (Sat) by tack (guest, #12542)
Parent article: Python 3.5 is on its way

As far as I remember, the new async/await stuff isn't just syntax. They allow for asynchronous context managers and async iterators which I understand isn't possible with tulip.

Also, just wanted to give a tip of the hat to zipped applications. Ever since I discovered them not long ago (I think it was when poking at the youtube-dl app), I've used them extensively. Not just useful for bundling code, but also data. For example, an embedded webserver and all the static files (javascript, images, etc.) can be bundled inside a single downloadable file. (I use this for personal projects as well as work projects where it's common for me to include supporting Java jars to be spawned by Python.)


to post comments

Python 3.5 is on its way

Posted Jul 21, 2015 22:05 UTC (Tue) by sjj (guest, #2020) [Link]

Now I want a tool that intelligently "compiles" a .pyz application. Figure out assets and libraries not in the standard library, go build the zip and done.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds