Welcome to Ice Cream Code!

Codes, talks, and writes about Python and Go development. We share programming tutorials, free resources and inspiration.

Welcome to Ice Cream Code!
What Is FastAPI?

What Is FastAPI?

FastAPI is one of the best Python web frameworks for building RESTful APIs.

What is JSON?

What is JSON?

Store and transport data with JSON

What Is an API?

What Is an API?

Application programmable interfaces are what the internet function.

Structs in Go

Structs in Go

Learn how structs work in Go.

Maps in Go

Maps in Go

Learn how Maps work in Go.

Python Exceptions

Python Exceptions

Handle errors gracefully with Python's try and except statements.

Python Functions

Python Functions

Organize and reuse your code with functions.

Loops in Go

Loops in Go

Loop through data in Go.

Dictionaries and Sets in Python

Dictionaries and Sets in Python

Collect and process data using dictionaries and sets in Python.