Explore >> Select a destination


You are here

kishstats.com
| | adl1995.github.io
1.8 parsecs away

Travel
| |
| | www.integralist.co.uk
2.9 parsecs away

Travel
| | 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?
| | lepisma.xyz
3.5 parsecs away

Travel
| | [AI summary] The author discusses the benefits of adopting optional static type checking with Python 'mypy' and gradually typed languages to improve code maintainability and reduce errors.
| | wwwtech.de
16.4 parsecs away

Travel
| [AI summary] A user shares their experience learning Rust, a systems programming language, by building a parallel file search tool and praising its safety features, type system, and documentation while critiquing some API usability.