
🎧 CS50: Unplugged and Unfiltered
FaktaCS50: Unplugged and Unfiltered is your no-nonsense companion to Harvard’s entire CS50 curriculum — from CS50x to AI, Web, and beyond. Each episode breaks down lectures, problem sets, and concepts with clear explanations, honest commentary, and real-world relevance. Whether you’re enrolled or learning solo, we help you decode CS50 — lecture by lecture, concept by concept. 🎧 New episodes weekly. Follow and code smarter.
Siste episoder av 🎧 CS50: Unplugged and Unfiltered podcast
- CS50 Python: Pythonic Utilities & Advanced Concepts! 🛠️🚀 (01:01:29)
Level up your Python game with powerful, elegant tools and pro-level techniques! In this CS50 episode, we explore Pythonic utilities—like comprehensions, lambda functions, decorators, and context managers—that make your code cleaner, faster, and smarter. Perfect for developers who are ready to write code in the Pythonic way. 🐍✨
- CS50 Python: OOP Power—Classes, Inheritance & More! 🧱🐍 (00:45:50)
Dive into the world of Object-Oriented Programming with Python! This CS50 episode unpacks the core concepts of classes, methods, inheritance, and overloading. Learn how to structure clean, reusable code and model real-world problems with elegance. Whether you're building apps or brushing up for interviews, this one’s a must-listen! 🧠💡
- CS50 Python: Mastering Regular Expressions! 🔍🧵 (00:37:57)
Tame the power of text with Python’s regular expressions! In this CS50 episode, we explore how re lets you search, match, and manipulate strings like a pro. From basic patterns to powerful real-world use cases, this hands-on guide will elevate your coding toolkit. Regex doesn’t have to be scary—let’s decode it together! 🐍📜
- CS50 Python: File Handling—From Text to Binary! 📁➡️🧠 (00:31:25)
Unlock the power of Python file handling with this CS50 deep dive! Learn how to seamlessly read and write both text and binary files using real-world examples. Whether you're logging data, processing files, or building tools, this episode gives you the skills to handle anything Python throws your way. Ideal for students, hobbyists, and aspiring devs alike! 🐍💾
- CS50 Python: Supercharge with Libraries & APIs! 📚🔌 (00:20:14)
Your Python code is powerful — but what if it could do even more? 💡 In this episode, we explore how to extend Python's abilities using external libraries and APIs. From installing packages with pip to fetching real-time data from the web, we show you how to level up your programs and unlock a world of possibilities. 🌐💥 Join us as we turn simple scripts into smart, connected Python apps!
- CS50 Python: Supercharge with Libraries & APIs! 📚🔌 (00:33:28)
Your Python code is powerful — but what if it could do even more? 💡 In this episode, we explore how to extend Python's abilities using external libraries and APIs. From installing packages with pip to fetching real-time data from the web, we show you how to level up your programs and unlock a world of possibilities. 🌐💥 Join us as we turn simple scripts into smart, connected Python apps!
- CS50 Python: Mastering Exceptions & Error Handling! 🚨🐍 (00:34:48)
Ever wondered what actually happens when your Python code breaks? 😵💻 In this episode, we dive deep into exceptions, try/except blocks, and how Python handles errors like a pro. From zero-division disasters to type mismatch mayhem, we’ll teach you how to catch bugs before they catch you! 🐞 Tune in as we break down the logic behind graceful error recovery and why it's a superpower every Python programmer needs.
- CS50 Python: Loops, Lists & Dictionaries Unlocked! 🔁🐍 (00:20:12)
Ready to loop like a pro? 🔁 In this CS50 Python episode, we dive into the magic of iteration—exploring loops, lists, and dictionaries in a fun and simple way. Whether you’re new to Python or need a quick refresh, this episode will help you master these essential tools for writing powerful, efficient code. 🐍Hit play and let’s keep things rolling!
- CS50 Python: Mastering Conditionals & Control Flow 🚦🐍 (00:18:52)
What if, else, and beyond! 🚦 In this CS50 Python episode, we unlock the power of conditional logic and control flow to make your programs smarter and more dynamic. Whether you're new to coding or brushing up your skills, we break it all down in a fun, beginner-friendly way. 🐍Level up your Python game—hit play and let's control the flow together!
- CS50 Python Kickstart: Code, Functions & Data Made Simple! 🚀🐍 (00:20:27)
Ready to crack the Python code? 🐍 In this CS50-inspired episode, we break down Python’s core building blocks—code, functions, variables, and data types—in a way that’s fun, simple, and perfect for absolute beginners! Whether you’re dreaming of coding your apps or just curious about programming, this is your launchpad. 🚀Let’s make Python make sense—press play and dive in!
- CS50x 2025 - Lecture 9: Web Applications with Flask (00:28:00)
Learn how to build dynamic web applications using Flask, a lightweight Python framework. This lecture dives into routing, templates, sessions, and the request-response cycle, providing the tools to create interactive and server-driven websites. An essential lesson for aspiring full-stack developers.
- CS50x 2025 - Lecture 8: The Internet, HTML, CSS, and JavaScript (00:20:48)
Explore how the internet works and how web pages come to life. This lecture covers essential web technologies—HTML for structure, CSS for style, and JavaScript for interactivity—while also explaining how domain names, IP addresses, and HTTP tie everything together. A foundational step in understanding the modern web.
- CS50x 2025 - Lecture 7 : Data and SQL (00:21:02)
Data is power—and Lecture 7 of CS50x 2025 equips you to harness it. Join Professor Malan as he demystifies relational databases and introduces SQL, the Structured Query Language that drives data interaction in countless applications. Learn how to store, retrieve, and manipulate information efficiently using SQL commands and logical thinking.🔹 Topics Covered:Relational databases and schemasSQL basics: SELECT, INSERT, UPDATE, DELETEQuery filtering and joinsDesigning and normalizing tablesReal-world database applications🗃️ A must-listen for future data scientists, backend developers, and anyone fascinated by the logic behind modern apps.
- CS50x 2025 - Lecture 6 : Introduction to Python (00:24:36)
Ready to explore the world's most beginner-friendly programming language? In Lecture 6 of CS50x 2025, Professor David Malan introduces Python—highlighting its simplicity, versatility, and growing role in modern software development. This lecture walks through Python syntax, control structures, functions, and more, all with CS50’s trademark clarity. Whether you’re transitioning from C or starting fresh, this episode is your launchpad into Python programming.🔹 Topics Covered:Python syntax and semanticsVariables, loops, and conditionalsFunctions and scopeComparison with C and other languagesPythonic practices🎧 Ideal for aspiring developers, students, and Python-curious learners!
- CS50x 2025 - Lecture 5: Demystifying Data Structures (00:16:45)
Dive into the heart of computer science with Lecture 5 of Harvard's CS50x 2025! In this episode, Professor David Malan unpacks essential data structures including arrays, linked lists, stacks, queues, hash tables, and more. Whether you're new to CS or brushing up for interviews, this lecture offers clear explanations and real-world examples to strengthen your foundation in programming logic and memory management.🔹 Topics Covered:Arrays & memory allocationLinked lists and dynamic memoryStacks and queuesHashing and hash tablesBig-picture design considerations📚 Perfect for students, developers, and tech enthusiasts seeking to deepen their understanding of data organization in computing.
- CS50x 2025 – Week 4: Memory Unlocked: Pointers & Strings in C (00:22:15)
Dive into the heart of C programming with pointers, memory management, and string manipulation—a crucial step in mastering how programs truly work behind the scenes.
- CS50x 2025 – Week 3: Sorting Logic: Cracking the Code Behind Algorithms (00:20:37)
Unpack the building blocks of efficient programming—algorithms, sorting techniques, and data structures—a Cs50x 2025 journey into the logic that powers every line of code.
- CS50x 2025-Week 2:Breaking Code: The DNA of Programming (00:43:07)
In this episode, we decode the building blocks that power the digital world. Join me as we dive into the second lecture of Harvard’s Cs50x 2025 — from conditions and loops to functions and variables, we explore how simple elements form complex programs. Whether you're new to coding or brushing up, this journey into the logic of code will help you think like a programmer. 🔍💻
- CS50x 2025 – Week 1: How Computers Really Work (No Experience Needed) (00:27:21)
New to coding? Perfect. Welcome to Week 1 of CS50x 2025—the most popular intro to computer science on the planet. This episode is your gateway into how computers actually think, why programming isn’t just for techies, and how you’ll start solving real-world problems like a pro. It’s fast, fun, and beginner-friendly—with zero jargon and plenty of “aha!” moments. Hit play and start your CS journey today.
- CS50’s Introduction to Artificial Intelligence: Exploring AI Fundamentals (00:14:44)
Dive into the world of Artificial Intelligence with this episode from CS50’s Introduction to AI. Explore key concepts, from search algorithms to machine learning and neural networks. Whether you're new to AI or looking to deepen your understanding, this episode provides a solid foundation for the future of intelligent systems. Please tune in to discover how AI shapes technology and our everyday lives!
- CS50x 2025 - Week 0: Introduction to CS50x(2025) (00:44:50)
Welcome to the first episode of CS50x Unplugged! In this episode, we dive into Lecture 0 of CS50x 2025, exploring the fundamentals of computer science and problem-solving. Whether you're new to programming or looking for a refresher, we’ll break down key concepts, introduce computational thinking, and set the stage for the journey ahead. Join us as we decode the world of computing—one step at a time!