Resources by Type
Blog's
The Ultimate Guide to Python Type Checking
In this guide, you will get a look into Python type checking. Traditionally, types have been handled by the Python interpreter in a flexible but implicit way. Recent versions of Python allow you to specify explicit type hints that can be used by different tools to help you develop your code more efficiently.
Radical Personal Finance
Hi there! My name is Joshua Sheats and I'm here to guide you on your path to financial freedom. I've learned from years of experience as a professional financial advisor what works and what doesn't. I'm here to share with you the proven strategies, tools, and tactics that you need to achieve your goals more quickly and more efficiently.
Introduction to the Go Programming Language
Hello and welcome to a Go Language programming tutorial. In this series, we're going to cover setting up and the basics of using Go in a practical way. Go is a programming language where you could easily run through the basics, and then be totally lost when it comes to actually applying it to some actual task.