Peter

Results 13 comments of Peter

@justinmk I did some more digging and have found that Vim and Neovim are not consistent with how they handle var references. Consider this snippet: python

@ksamuel: FWIW I couldn't get Nuitka to compile a simple `print("Hello world")` to less than 200KB, which executes about 20x _slower_ than the 65KB executable produced by Pycom. I don't...

I would love to have a stable Python API for my [dotfiles management project](https://homely.readthedocs.io). (See https://github.com/phodge/homely/blob/master/homely/pipinstall.py) My wishlist of features: * `get_installed_version(package_name, user=False)`: returns the version number of the currently...