|
You are here |
kishstats.com | ||
| | | | |
www.integralist.co.uk
|
|
| | | | | Introduction This post is going to cover a few tools and features I plan on using when writing Python code in 2019. I've grouped these into the following sections: Type Hints and Static Analysis Interfaces, Protocols and Abstract Methods Dependency Management (with pipenv) (OUTDATED! ?) ? read my post "Python Management and Project Dependencies". But before we get into it... time for some self-promotion ?? Want to be up and running quickly with Python? | |
| | | | |
florimond.dev
|
|
| | | | | Type hints add optional static typing to Python 3.5+, and I love them. I now use annotated variables throughout my projects. | |
| | | | |
hhvm.com
|
|
| | | | | tl/dr: we're doubling down on removing surprising implicit (and some explicit) coercions from the language. So far we | |
| | | | |
michael.stapelberg.ch
|
|
| | | Recently, I was wondering why I was pushing off accepting contributions in Debian for longer than in other projects. It occurred to me that the effort to accept a contribution in Debian is way higher than in other FOSS projects. | ||