PyScript and the Magic of Python in the Browser
June 02, 2023
44 min
Free
python
pyscript
web-development
javascript
browser
programming-languages
object-oriented-programming
code-reuse
functional-programming
Description
This presentation revisits two core concepts of Object-Oriented programming: encapsulation and code reuse. Using a series of examples, we'll ask whether these concepts have satisfied their promises, and how functional approaches can do a better job. We'll also see that objects still have value in making library use easy.