Search:

Found 1941 videos

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

How we are making Python 3.11 faster - presented by Mark Shannon by EuroPython 2022
28:52

How we are making Python 3.11 faster - presented by Mark Shannon

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - How we are making Python 3.11 faster - presented by Mark Shannon [The Auditorium on 2022-07-14] The "Faster CPython" project aims to speed up Python, specifically CPython, by a large factor over the next few releases. The firs...

Writing Faster Python 3 - presented by Sebastian Witowski by EuroPython 2022
42:05

Writing Faster Python 3 - presented by Sebastian Witowski

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - Writing Faster Python 3 - presented by Sebastian Witowski [The Auditorium on 2022-07-14] Did you know that Python preallocates integers from -5 to 257? Reusing them 1000 times, instead of allocating memory for a bigger integer...

Keynote: Killer Robots Considered Harmful - presented by Laura Nolan by EuroPython 2022
44:27

Keynote: Killer Robots Considered Harmful - presented by Laura Nolan

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - Keynote: Killer Robots Considered Harmful - presented by Laura Nolan [The Auditorium on 2022-07-14] Killer robots may sound like something from a movie, but in recent years weapons have been developed that can select targets a...

How to embed a Python interpreter in an iOS app - presented by Łukasz Langa by EuroPython 2022
44:50

How to embed a Python interpreter in an iOS app - presented by Łukasz Langa

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - How to embed a Python interpreter in an iOS app - presented by Łukasz Langa [Liffey A on 2022-07-15] Come see how you can make a native mobile app that embeds Python 3.10 to allow users to script app behavior. It's allowed by ...

When Models Query Models - presented by Michal Maciejewski by EuroPython 2022
32:28

When Models Query Models - presented by Michal Maciejewski

EuroPython 2022   |   0 views   |   2023-01-14

EuroPython 2022 - When Models Query Models - presented by Michal Maciejewski [Liffey Hall 1 on 2022-07-15] The design of large-scale engineering systems, including but not limited to aerospace, particle accelerators, nuclear power plants, is ca...

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