Python for Beginners: What is Binary Logic? (Part 2)
Автор: Jacob Itegboje
Загружено: 2025-05-22
Просмотров: 47
                Описание:
                    This is Part 2 of the binary operations series (   • Python for Beginners: What is Binary Logic...  ). I'll walk you through my test-driven development (TDD) process for creating functions for Negate First, Logical NAND, Tautology, and Logical Disjunction. I'll write simple tests, watch them fail, and then refine code to make them pass, all while learning how to simplify complex if statements into concise, "Pythonic" one-liners. 
part 1 -    • Python for Beginners: Learn Logic  
part 2 -    • Python for Beginners: What is Binary Logic...  
part 3 -    • Python for Beginners: What is Binary Logic...  
part 4 -    • Python for Beginners: What is Binary Logic...  
part 5 -    • Python for Beginners: What is Binary Logic...  
part 6 -    • Python for Beginners: What Truth Table? (t...  
Welcome to Pumping Python, my name is Jacob Itegboje and in this video, I cover four new operations, showing you how to simplify code to its most elegant form.
Here’s a breakdown of the key concepts we'll cover:
Negate First: I write and simplify a function to perform the logical negation of the first input.
Logical NAND: I code the NAND gate and simplify it down to a single line of code (return not (P and Q)).
Tautology: I make a function that always returns true, no matter the input.
Logical Disjunction (OR): The logical OR operator and refinement to its most efficient form (return P or Q).
00:06 - Negate First
04:49 - Logical NAND
09:36 - Tautology
11:54 - Logical Disjunction (OR)
16:30 - Review
   • Python for Beginners: Learn Logic  
   • Python for Beginners: What is Binary Logic...  
https://www.pumpingpython.com/how_to/...
https://www.pumpingpython.com/data_st...
https://www.pumpingpython.com/data_st...
https://www.pumpingpython.com/data_st...
Watch the rest of the Truth Table Series    • truth table  
Watch the rest of Pumping Python    • Pumping Python                  
                
Повторяем попытку...
Доступные форматы для скачивания:
Скачать видео
- 
                                
Информация по загрузке: