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!
LeetCode #2351 in Python and Go

LeetCode #2351 in Python and Go

Solve the First Letter to Appear Twice problem in Python and Go.

LeetCode #1 in Python and Go

LeetCode #1 in Python and Go

Solve the Two Sum problem in Python and Go.

Markdown, Python, and Flask

Markdown, Python, and Flask

Generate web pages with with a bit of Markdown and Flask.

The Grace and Beauty of iA Writer

The Grace and Beauty of iA Writer

The best markdown editor on the planet!

HTTP Exceptions in FastAPI

HTTP Exceptions in FastAPI

Learn how to handle errors in FastAPI.

Documentation in FastAPI

Documentation in FastAPI

FastAPI automatically documents endpoints using the OpenAPI standard.

Routing in FastAPI

Routing in FastAPI

HTTP request methods tell the server what type of action should be performed.

Path and Query Parameters

Path and Query Parameters

Pass variables into the URL when making requests in FastAPI.

Up and Running with FastAPI

Up and Running with FastAPI

Set up a virtual environment and install FastAPI.