Search:

Found 6790 videos

Dance with shadows: stubs, patch and mock - presented by María Andrea Vignau by EuroPython 2022
32:14

Dance with shadows: stubs, patch and mock - presented by María Andrea Vignau

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - Dance with shadows: stubs, patch and mock - presented by María Andrea Vignau [Liffey Hall 2 on 2022-07-13] A comprehensive but simple introduction to the use of fake objects. Explain how to inject this object and use in test u...

An Introduction to Apache TVM - presented by Leandro Nunes by EuroPython 2022
44:55

An Introduction to Apache TVM - presented by Leandro Nunes

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - An Introduction to Apache TVM - presented by Leandro Nunes [Liffey Hall 2 on 2022-07-13] This talk will present an introduction to Apache TVM using its Python API, and will include a demonstration using examples of deep learni...

Making AI Happen at Your Company - presented by Alexander CS Hendorf by EuroPython 2022
29:48

Making AI Happen at Your Company - presented by Alexander CS Hendorf

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - Making AI Happen at Your Company - presented by Alexander CS Hendorf [Liffey Hall 1 on 2022-07-13] Many incumbents are transitioning to new technologies while their businesses operate on systems that are years or decades old. ...

Classifying LEGO Bricks with Machine Learning - presented by Piotr Rybak by EuroPython 2022
27:17

Classifying LEGO Bricks with Machine Learning - presented by Piotr Rybak

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - Classifying LEGO Bricks with Machine Learning - presented by Piotr Rybak [Liffey Hall 1 on 2022-07-13] During this talk, I will walk you through my journey to create the Lego bricks recognition application in Python. I will st...

I have to Confess, I still Love Pandas - presented by Cheuk Ting Ho by EuroPython 2022
28:17

I have to Confess, I still Love Pandas - presented by Cheuk Ting Ho

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - I have to Confess, I still Love Pandas - presented by Cheuk Ting Ho [Liffey Hall 1 on 2022-07-13] In this talk, Cheuk will reapproach Pandas as someone who is a fluent user of the library. Cheuk will review why Pandas is usefu...

Data Warehouses Meet Data Lakes - presented by Mauro by EuroPython 2022
34:15

Data Warehouses Meet Data Lakes - presented by Mauro

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - Data Warehouses Meet Data Lakes - presented by Mauro [Liffey Hall 1 on 2022-07-13] In this talk, I will explain the current challenges of a datalake and how we can approach a moderm data architecture with the help of pyspark,...

Working with Audio in Python (feat. Pedalboard) - presented by Peter Sobot by EuroPython 2022
29:37

Working with Audio in Python (feat. Pedalboard) - presented by Peter Sobot

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - Working with Audio in Python (feat. Pedalboard) - presented by Peter Sobot [Liffey B on 2022-07-13] Digital audio has been around for 40 years, but working with audio data can still be complicated, especially in Python. In thi...

Automate the Boring Stuff with Slackbot(ver.2) - presented by Takanori Suzuki by EuroPython 2022
27:36

Automate the Boring Stuff with Slackbot(ver.2) - presented by Takanori Suzuki

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - Automate the Boring Stuff with Slackbot(ver.2) - presented by Takanori Suzuki [Liffey B on 2022-07-13] In addition, we often use chat such as Slack for daily communication. So, I created a chatbot(PyCon JP Bot: https://github....

Protocols - Static duck typing for decoupled code - presented by Ran Zvi by EuroPython 2022
20:58

Protocols - Static duck typing for decoupled code - presented by Ran Zvi

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - Protocols - Static duck typing for decoupled code - presented by Ran Zvi [Liffey B on 2022-07-13] Python introduces Protocols to support static duck typing, where static type checkers (mypy) and other tools can verify code cor...

Protocols in Python: Why You Need Them - presented by Rogier van der Geer by EuroPython 2022
28:40

Protocols in Python: Why You Need Them - presented by Rogier van der Geer

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - Protocols in Python: Why You Need Them - presented by Rogier van der Geer [Liffey B on 2022-07-13] Protocols have been around since Python 3.8. So what are they, and how can they help you write better code? And how are they di...

Czech Drought Monitoring system  - presented by Monika Bláhová by EuroPython 2022
26:20

Czech Drought Monitoring system - presented by Monika Bláhová

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - Czech Drought Monitoring system – a journey from manual work to global drought monitoring and machine learning, powered by Python - presented by Monika Bláhová [Liffey B on 2022-07-13] This talk aims to encourage beginner deve...

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...