Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure. Learn more →
ComputerScienceFromScratch Alternatives
Similar projects and alternatives to ComputerScienceFromScratch
-
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
-
-
rle_konami
Tool for decompress and recompress graphics from games developed by KONAMI for NES using RLE algorithm.
-
-
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
-
ComputerScienceFromScratch discussion
ComputerScienceFromScratch reviews and mentions
- MacPaint Art from the Mid-80s Still Looks Great Today
If you want to make MacPaint drawings that incorporate your modern photos then I make a program for that. Retro Dither on the Mac App Store dithers and exports photos to MacPaint (wrapped in MacBinary for transport):
https://oaksnow.com/retrodither/
There’s also a chapter in my new book explaining how to write the same program in Python including Atkinson dithering, the MacPaint file format and MacBinary. You can get the code for free and do the conversions yourself without Retro Dither here:
https://github.com/davecom/ComputerScienceFromScratch
The book is here:
https://nostarch.com/computer-science-from-scratch
- I Wrote a Compiler
This is very similar to the project I have in Chapter 2 of my new book Computer Science from Scratch [0]. It's also Tiny BASIC without INPUT. I called it NanoBASIC. But it's an interpreter not a compiler. This tutorial is a nice starting point. The chapter is much more comprehensive, so if you want to get into the weeds, I can recommend my own chapter (of course). But it's in Python, not Go. The code is on GitHub[1]. But this tutorial is great too.
0: https://nostarch.com/computer-science-from-scratch
1: https://github.com/davecom/ComputerScienceFromScratch
- Fun Computer Science Projects in Python
- A note from our sponsor - Stream getstream.io | 25 Dec 2025
Stats
davecom/ComputerScienceFromScratch is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of ComputerScienceFromScratch is Python.
Popular Comparisons
- ComputerScienceFromScratch VS k-nearest-neighbors-algorithm
- ComputerScienceFromScratch VS nes
- ComputerScienceFromScratch VS rle_konami
- ComputerScienceFromScratch VS C8SALT
- ComputerScienceFromScratch VS Basic-Algorithms
- ComputerScienceFromScratch VS pcbasic
- ComputerScienceFromScratch VS PyBasic
- ComputerScienceFromScratch VS MARS.COM
- ComputerScienceFromScratch VS Basice
- ComputerScienceFromScratch VS CHIP-8-emulator-python