A Gentle Introduction to Computer Science
18 May 2021
We've written this series on computer science basics for anyone to read, including beginners. Instead of going into every detail we try to maintain easy and concise reading, focused on building an intuitive grasp on basic concepts as well as an overview of how they come together in the real world.
Articles in this Series:
- Binary Numbers: A Gentle Introduction
- True or False? An Introduction to Boolean Algebra
- Variables and Data Types: How to Talk to Computers
- Getting Started with Python: A Minimal Set-up Guide
- Control Flow Basics: How to Write Computer Programs (using Python)
- Functions: How to Simplify, Reuse, and Expand your Code
- Code-Along: Use Basic Python to Simulate a Card Game