Declarative Thinking and Programming
Offered By: EuroPython Conference via YouTube
Course Description
Overview
Explore declarative thinking and programming in this 29-minute EuroPython Conference talk. Discover the differences between declarative and imperative approaches through real-life examples, and learn how declarative programming can enhance problem-solving in Python. Examine practical applications, including the use of configuration files, list and dictionary comprehensions, and sets to avoid control flow statements. Gain insights into logistic programming with PyDatalog and see how it can be applied to solve mathematical crosswords. Understand the advantages of declarative programming for scalable execution and maintaining a single level of abstraction in your code.
Syllabus
Intro
Outline
Motivation
Imperative vs. Declarative
Leaky Abstractions
Example 1: List Comprehensions
Example 2: Dictionaries
Example 3
PyDatalog
Math Riddle
Other Applications
Summary
Taught by
EuroPython Conference
Related Courses
A Brief History of Data StorageEuroPython Conference via YouTube Breaking the Stereotype - Evolution & Persistence of Gender Bias in Tech
EuroPython Conference via YouTube We Can Get More from Spatial, GIS, and Public Domain Datasets
EuroPython Conference via YouTube Using NLP to Detect Knots in Protein Structures
EuroPython Conference via YouTube The Challenges of Doing Infra-As-Code Without "The Cloud"
EuroPython Conference via YouTube