No description
Find a file
Syed Osama Ali Shah 7380546983 Add Python "Build Your Own Search Engine" tutorial
Adds a from-scratch, dependency-free (stdlib only) Python tutorial under
the Search Engine category. It builds a tokenizer, inverted index, boolean
queries (AND/OR/NOT), and TF-IDF ranking step by step, with a guided README,
focused modules, and a 20-test suite.
2026-06-09 22:07:27 +03:00
.gitattributes Create .gitattributes 2024-08-13 16:13:52 -05:00
codecrafters-banner.png Add banner 2022-05-16 06:42:58 +07:00
ISSUE_TEMPLATE.md Minor language update to issue template 2022-05-16 06:08:37 +07:00
README.md Add Python "Build Your Own Search Engine" tutorial 2026-06-09 22:07:27 +03:00

Banner

Build your own <insert-technology-here>

This repository is a compilation of well-written, step-by-step guides for re-creating our favorite technologies from scratch.

What I cannot create, I do not understand — Richard Feynman.

It's a great way to learn.

Tutorials

Build your own Distributed Systems

Build your own 3D Renderer

Build your own AI Model

Build your own Augmented Reality

Build your own BitTorrent Client

Build your own Blockchain / Cryptocurrency

Build your own Bot

Build your own Command-Line Tool

Build your own Database

Build your own Docker

Build your own Emulator / Virtual Machine

Build your own Front-end Framework / Library

Build your own Game

Build your own Git

Build your own Memory Allocator

Build your own Network Stack

Build your own Neural Network

Build your own Operating System

Build your own Physics Engine

Build your own Processor

Build your own Programming Language

Build your own Regex Engine

Build your own Search Engine

Build your own Shell

Build your own Template Engine

Build your own Text Editor

Build your own Visual Recognition System

Build your own Voxel Engine

Build your own Web Browser

Build your own Web Server

Uncategorized

Contribute

Origins & License

CC0

This repository is the work of many contributors. It was started by Daniel Stefanovic, and is now maintained by CodeCrafters, Inc. To the extent possible under law, CodeCrafters, Inc. has waived all copyright and related or neighboring rights to this work.