Search:

Found 6930 videos

Correlating messy data with "correlate" - presented by Larry Hastings by EuroPython 2022
27:48

Correlating messy data with "correlate" - presented by Larry Hastings

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - Correlating messy data with ""correlate"" - presented by Larry Hastings [Liffey B on 2022-07-14] Data correlation! What could be more computer science-y! Ever needed to find matching items between two sets of data? Maybe even ...

Lint All the Things! - presented by Luke Lee by EuroPython 2022
28:57

Lint All the Things! - presented by Luke Lee

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - Lint All the Things! - presented by Luke Lee [Liffey B on 2022-07-14] Many teams document the conventions for their projects. However, documentation gets out of date, forgotten, or sometimes ignored. Simple documentation requi...

Lessons learnt from building my own library - presented by Stephanos by EuroPython 2022
27:45

Lessons learnt from building my own library - presented by Stephanos

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - Lessons learnt from building my own library - presented by Stephanos [Liffey B on 2022-07-14] This talk is about all the mistakes that I made while building a library, how I would have avoided making them if I started today, w...

Creating the Next Generation of Billionaires - Part 4 - presented by Lilian by EuroPython 2022
19:37

Creating the Next Generation of Billionaires - Part 4 - presented by Lilian

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - Creating the Next Generation of Billionaires - Part 4 - presented by Lilian [Liffey B on 2022-07-14] Our generation of young people in school (aged 5-18) have noticed the connection between Computer pRogramming, Technology, Bi...

Developers Documentation: your secret weapon - presented by Frédéric Harper by EuroPython 2022
43:30

Developers Documentation: your secret weapon - presented by Frédéric Harper

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - Developers Documentation: your secret weapon - presented by Frédéric Harper [Liffey B on 2022-07-14] You can have the best product in your expertise area, but if your documentation isn’t on par with the flawless experience you...

Build-A-Database with Python - presented by Sangarshanan by EuroPython 2022
29:19

Build-A-Database with Python - presented by Sangarshanan

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - Build-A-Database with Python - presented by Sangarshanan [Liffey A on 2022-07-14] This talk will help unlock the internal workings of a Database by breaking down the abstractions that make it. We will use Python as our weapon ...

Debugging asynchronous programs in Python - presented by Andrii Soldatenko by EuroPython 2022
26:12

Debugging asynchronous programs in Python - presented by Andrii Soldatenko

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - Debugging asynchronous programs in Python - presented by Andrii Soldatenko [Liffey A on 2022-07-14] Luckily, when it comes to debugging asynchronous applications in python, we have a couple of options to consider. The writers ...

Self-explaining APIs - presented by Roberto Polli by EuroPython 2022
44:57

Self-explaining APIs - presented by Roberto Polli

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - Self-explaining APIs - presented by Roberto Polli [Liffey A on 2022-07-14] This talk will present strategies and python tools to create semantically interoperable REST APIs. After the problem statement, various solutions will ...

EuroPython 2022 Sponsor Highlight & Recruitment by EuroPython 2022
26:14

EuroPython 2022 Sponsor Highlight & Recruitment

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - EuroPython 2022 Sponsor Highlight & Recruitment [Liffey A on 2022-07-14] Many of our sponsors are looking to hire talented people and EuroPython is the perfect place to reach out to them! In this session, our sponsors will ea...

Forget Mono vs. Multi-Repo - Building Centralized Git Workflows with Python by EuroPython 2022
30:17

Forget Mono vs. Multi-Repo - Building Centralized Git Workflows with Python

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - Forget Mono vs. Multi-Repo - Building Centralized Git Workflows with Python - presented by Daniel Koch [Liffey A on 2022-07-14] The mono vs. multi-repo is an age-old debate in the DevOpsphere, and one that can still cause flam...

Let's talk about JWT - presented by Jessica Temporal by EuroPython 2022
25:42

Let's talk about JWT - presented by Jessica Temporal

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - Let's talk about JWT - presented by Jessica Temporal [Wicklow Hall 1 on 2022-07-14] JSON Web tokens dominated the way we give access to APIs and how we carry data from users, but to use JWTs safely we need to understand how th...

When gRPC met Python - presented by Sanket Singh by EuroPython 2022
23:16

When gRPC met Python - presented by Sanket Singh

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - When gRPC met Python - presented by Sanket Singh [Wicklow Hall 1 on 2022-07-14] gRPC is one of the most new breakthroughs in the world of client server interaction. Using gRPC our client can directly make a call to a serv...

How I wrote a Python client for HTTP/3 proxies - presented by Miloslav Pojman by EuroPython 2022
27:27

How I wrote a Python client for HTTP/3 proxies - presented by Miloslav Pojman

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - How I wrote a Python client for HTTP/3 proxies - presented by Miloslav Pojman [Wicklow Hall 1 on 2022-07-14] MASQUE (https://tools.ietf.org/id/draft-schinazi-masque-01.html) (Multiplexed Application Substrate over QUIC Encrypt...

Async Django - presented by Ivaylo Donchev by EuroPython 2022
30:46

Async Django - presented by Ivaylo Donchev

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - Async Django - presented by Ivaylo Donchev [Wicklow Hall 1 on 2022-07-14] This talk will cover: 1. What is the difference between asynchrony and concurrency? 2. Python and Django tools for asynchronous programming. 3. Example...

Walk-through of Django internals - presented by Hitul Mistry by EuroPython 2022
41:35

Walk-through of Django internals - presented by Hitul Mistry

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - Walk-through of Django internals - presented by Hitul Mistry [Wicklow Hall 1 on 2022-07-14] ⭐ Talk will start with the introduction of how does end to end web request works internally in Django. ⭐ The talk will introduce user...

Thursday's Lightning Talks by EuroPython 2022
54:18

Thursday's Lightning Talks

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - Thursday's Lightning Talks - presented by [The Auditorium on 2022-07-14] 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 cer...

Automate cleaning code in few easy steps! - presented by Ester by EuroPython 2022
19:49

Automate cleaning code in few easy steps! - presented by Ester

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - Automate cleaning code in few easy steps! - presented by Ester [The Auditorium on 2022-07-14] Have you ever been in a situation where you check your pipelines to see if he’s finished running the tests and you find that he hasn...

Game Development with CircuitPython - presented by Radomir Dopieralski by EuroPython 2022
39:10

Game Development with CircuitPython - presented by Radomir Dopieralski

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - Game Development with CircuitPython - presented by Radomir Dopieralski [The Auditorium on 2022-07-15] Making games on small devices is great fun and also a great way to learn. You don't have to worry about breaking anything, a...

Diversity & Inclusion in the Python Community Panel by EuroPython 2022
01:00:17

Diversity & Inclusion in the Python Community Panel

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - Diversity & Inclusion in the Python Community Panel - presented by Tereza Iofciu, Marlene Mhangami, Naomi Ceder, Nabanita Roy & Iqbal Abdullah [The Auditorium on 2022-07-14] Come meet some of the folks working on Diversity and...