Explore >> Select a destination


You are here

sobolevn.me
| | kristoff.it
12.5 parsecs away

Travel
| | Loris Cro's Blog
| | jeff.glass
14.1 parsecs away

Travel
| | Electronics, Making, Software Development, and Amateur Radio from a Midwest Nerd
| | www.integralist.co.uk
13.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?
| | notesbyanerd.com
90.2 parsecs away

Travel
| The Problem So recently Iposted thefollowing blog post explaining my approach to determining of an value is instance of a custom class. I also posted a reddit questionasking if my solution made ...