Search:

Found 1941 videos

The Design of Everyday APIs - presented by Lynn Root by EuroPython 2022
27:56

The Design of Everyday APIs - presented by Lynn Root

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - The Design of Everyday APIs - presented by Lynn Root [Liffey B on 2022-07-13] What makes a good API for a library? Or more importantly, what makes it bad? Implementing an API is an art. It’s the connection between the user an...

HPy: a better C API for Python - presented by Ronan Lamy by EuroPython 2022
29:38

HPy: a better C API for Python - presented by Ronan Lamy

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - HPy: a better C API for Python - presented by Ronan Lamy [Liffey A on 2022-07-13] The official Python C API is specific to the current implementation of CPython. It has served us well and forms the basis upon which our entire ...

PySnooper: Never use print for debugging again - presented by Ram Rachum by EuroPython 2022
29:31

PySnooper: Never use print for debugging again - presented by Ram Rachum

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - PySnooper: Never use print for debugging again - presented by Ram Rachum [Liffey A on 2022-07-13] I had an idea for a debugging solution for Python that doesn't require complicated configuration like PyCharm. I released PySnoo...

Raise better errors with Exception Groups - presented by Or Chen by EuroPython 2022
23:47

Raise better errors with Exception Groups - presented by Or Chen

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - Raise better errors with Exception Groups - presented by Or Chen [Liffey A on 2022-07-13] New to python 3.11, Exception Groups help you raise and handle errors more robustly than ever before - you will delve deep into the curr...

Taking charge of your race conditions - presented by Borjan Tchakaloff by EuroPython 2022
44:26

Taking charge of your race conditions - presented by Borjan Tchakaloff

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - Taking charge of your race conditions - presented by Borjan Tchakaloff [Liffey A on 2022-07-13] Anybody working with concurrency (threads, processes, or more abstractly workers) eventually encounters a _race condition_. This k...

My journey using Docker as a development tool - presented by Haseeb Majid by EuroPython 2022
26:25

My journey using Docker as a development tool - presented by Haseeb Majid

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - My journey using Docker as a development tool - presented by Haseeb Majid [Wicklow Hall 1 on 2022-07-13] Docker is a prevalent tool in our industry today, it is widely used for several proposes. In this talk, I would like to d...

Using python to predict Asset price reversals. - presented by Niall O'Connor by EuroPython 2022
33:17

Using python to predict Asset price reversals. - presented by Niall O'Connor

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - Using python to predict Asset price reversals. - presented by Niall O'Connor [Wicklow Hall 1 on 2022-07-13] Using Pandas, Python and Plotly to locate potential trend reversals in Stocks, Crypto or any OHLC feed. Learn how to l...

What happens when you import a module? - presented by Reuven M. Lerner by EuroPython 2022
29:07

What happens when you import a module? - presented by Reuven M. Lerner

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - What happens when you import a module? - presented by Reuven M. Lerner [The Auditorium on 2022-07-13] Modules are a key feature of Python, allowing us to easily reuse our own code and take advantage of publicly available modul...

CPython Developer Panel by EuroPython 2022
01:01:44

CPython Developer Panel

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - CPython Developer Panel - presented by Łukasz Langa, Pablo Galindo Salgado, Mark Shannon, Steve Dower, Irit Katriel, Batuhan Taskaya & Ken Jin [The Auditorium on 2022-07-13] Come meet the folks who make the Python programming ...

CPython bugs & risky features - presented by disconnect3d by EuroPython 2022
36:34

CPython bugs & risky features - presented by disconnect3d

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - CPython bugs & risky features - presented by disconnect3d [The Auditorium on 2022-07-13] In this talk we will look into a few bug cases or doubtful features in CPython some of which are still present (and known to bugs.python....

Wednesday's Lightning Talks by EuroPython 2022
37:56

Wednesday's Lightning Talks

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - Wednesday's Lightning Talks [The Auditorium on 2022-07-13] Signing up is on a first-come-first-served basis. The queue is reset every day in the morning. You may talk about / present (almost) everything with certain boundaries...

Scalpel: The Python Static Analysis Framework - presented by Jiawei Wang by EuroPython 2022
25:10

Scalpel: The Python Static Analysis Framework - presented by Jiawei Wang

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - Scalpel: The Python Static Analysis Framework - presented by Jiawei Wang [The Auditorium on 2022-07-14] Scalpel is a Python Static Analysis Framework. It provides essential program analysis functions for facilitating the imple...