Search:

Found 1972 videos

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

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