Explore >> Select a destination


You are here

kobzol.github.io
| | www.baturin.org
2.7 parsecs away

Travel
| | [AI summary] The text provides an in-depth exploration of functional programming concepts in OCaml, focusing on type systems, pattern matching, and data structures. It covers topics such as unit and boolean values as sum types, polymorphic types like option and result, and the use of match expressions for pattern matching. The text also includes exercises for practicing these concepts, such as defining functions, writing sum types, and implementing pattern matching.
| | leshow.github.io
2.9 parsecs away

Travel
| | I'd like to take a change for this blog and leave the more bleeding edge topics to focus on perhaps one of the most important things one can do in the Rust community: teaching new Rust developers. I've been thinking about how best to approach teaching Rust to those used to working with Java, in order to bring a group of developers up to speed with the language for a new project.
| | www.integralist.co.uk
3.7 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?
| | www.jeremymorgan.com
23.6 parsecs away

Travel
| Want to write and call functions with Python? Here's a complete step by step guide to help you master this skill.