Search:

Found 6789 videos

Writing secure code in Python - presented by Yan Orestes by EuroPython 2022
38:46

Writing secure code in Python - presented by Yan Orestes

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - Writing secure code in Python - presented by Yan Orestes [Liffey B on 2022-07-15] Is your Python code secure? This talk will show how some inattentions, mistakes and assumptions that we, as developers, carry in our code can le...

Saving Lives with Predictive Geo - AI - presented by Sumedh Ghatage by EuroPython 2022
28:21

Saving Lives with Predictive Geo - AI - presented by Sumedh Ghatage

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - Saving Lives with Predictive Geo - AI - presented by Sumedh Ghatage [Liffey Hall 2 on 2022-07-15] We will demonstrate an end-to-end methodology using geospatial Python libraries to understand the use of Multi-Criteria Decision...

Unfolding the paper windmills - presented by Mai Giménez by EuroPython 2022
26:37

Unfolding the paper windmills - presented by Mai Giménez

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - Unfolding the paper windmills - presented by Mai Giménez [Liffey Hall 2 on 2022-07-15] Research is done on the shoulders of giants. Luckily and unluckily, those giants spoke paper-English and documented their achievements kind...

Jupyter - Under the Hood - presented by Dhanshree Arora by EuroPython 2022
39:55

Jupyter - Under the Hood - presented by Dhanshree Arora

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - Jupyter - Under the Hood - presented by Dhanshree Arora [Liffey Hall 2 on 2022-07-15] Jupyter Notebooks at their core are just JSON documents that contain all your code, markdown styles and outputs. Yet when you run a notebook...

Native Packaging of GUI Apps on Windows and macOS - presented by Tiago Montes by EuroPython 2022
31:56

Native Packaging of GUI Apps on Windows and macOS - presented by Tiago Montes

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - Native Packaging of GUI Apps on Windows and macOS - presented by Tiago Montes [Liffey Hall 1 on 2022-07-15] Distributing Python GUI applications to end users is a challenge: will they need to install Python? If so, which versi...

Packaging Python in 2022 - presented by Jeremiah Paige by EuroPython 2022
28:24

Packaging Python in 2022 - presented by Jeremiah Paige

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - Packaging Python in 2022 - presented by Jeremiah Paige [Liffey Hall 1 on 2022-07-15] The Python packaging landscape is experiencing a renaissance but along with new standards and new tools comes a lot of new choices when publi...

Handling Errors the Graceful Way in Python - presented by Riya Bansal by EuroPython 2022
27:46

Handling Errors the Graceful Way in Python - presented by Riya Bansal

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - Handling Errors the Graceful Way in Python - presented by Riya Bansal [Liffey B on 2022-07-15] In the process of programming, we are always going to encounter various errors. Things rarely go as planned, especially in the wor...

Leading & growing software teams - presented by Radoslav Georgiev by EuroPython 2022
44:06

Leading & growing software teams - presented by Radoslav Georgiev

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - Leading & growing software teams - presented by Radoslav Georgiev [Wicklow Hall 1 on 2022-07-15] Software development is a team game. As you progress through your career, you might end up in a leadership role, taking care of ...

EuroPython 2022 Closing Session by EuroPython 2022
29:44

EuroPython 2022 Closing Session

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - EuroPython 2022 Closing Session [The Auditorium on 2022-07-15] See you at EuroPython 2023! This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License http://creativecommons.o...

EuroPython 2022 Opening Session by EuroPython 2022
31:00

EuroPython 2022 Opening Session

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 Opening Session [The Auditorium on 2022-07-13] Welcome to EuroPython 2022! This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License http://creativecommons.org/licenses/by-nc-sa...

Property-based testing the Python way - presented by Emma Saroyan by EuroPython 2022
31:06

Property-based testing the Python way - presented by Emma Saroyan

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - Property-based testing the Python way - presented by Emma Saroyan [Liffey Hall 2 on 2022-07-13] This is an introductory talk about property-based testing. The talk requires some previous knowledge about testing to make the mos...

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