ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,366 results

PyCon DE
PyCon.DE 2017 Sefan Behnel - Lift your Speed Limits with Cython

Stefan has been using Python since the beginning of the century and is probably best known as core developer of Cython and ...

42:01
PyCon.DE 2017 Sefan Behnel - Lift your Speed Limits with Cython

394 views

8 years ago

EuroPython Conference
Cython 3 – Python at the speed of C — Stefan Behnel

EuroPython 2023 — Forum Hall on 2023-07-21] https://ep2023.europython.eu/session/cython-3-python-at-the-speed-of-c Cython ...

31:15
Cython 3 – Python at the speed of C — Stefan Behnel

10,265 views

2 years ago

EuroPython Conference
How we used vectorization for 1000x Python speedups (no C or Spark needed!)

EuroPython 2024 — Forum Hall on 2024-07-11] How we used vectorization for 1000x Python speedups (no C or Spark needed!)

40:40
How we used vectorization for 1000x Python speedups (no C or Spark needed!)

464 views

1 year ago

EuroPython Conference
Cristián Maureira-Fredes - Learn CPython by breaking it

Learn CPython by breaking it [EuroPython 2021 - Talk - 2021-07-30 - Optiver] [Online] By Cristián Maureira-Fredes One of the ...

29:31
Cristián Maureira-Fredes - Learn CPython by breaking it

593 views

4 years ago

EuroPython Conference
Stefan Behnel - Get up to speed with Cython 3.0

"Get up to speed with Cython 3.0 [EuroPython 2019 - Talk - 2019-07-11 - PyCharm] [Basel, CH] By Stefan Behnel Processing lots ...

46:30
Stefan Behnel - Get up to speed with Cython 3.0

13,437 views

6 years ago

EuroPython Conference
HPy: a better C API for Python - presented by Ronan Lamy

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

29:38
HPy: a better C API for Python - presented by Ronan Lamy

1,485 views

3 years ago

Association Francophone Python
PyConFR 2019 - Equip Your Performance Toolbox - Cython vs Pybind11 - Gavin Chan

Developing Python applications is handy and rapid, but performance is always concerned, especially on the CPU bound ...

30:00
PyConFR 2019 - Equip Your Performance Toolbox - Cython vs Pybind11 - Gavin Chan

426 views

5 years ago

EuroPython Conference
Stefan Behnel - Fast Async Code with Cython and AsyncIO

Stefan Behnel - Fast Async Code with Cython and AsyncIO [EuroPython 2016] [18 July 2016] [Bilbao, Euskadi, Spain] ...

42:24
Stefan Behnel - Fast Async Code with Cython and AsyncIO

3,991 views

9 years ago

EuroPython Conference
Stefan Behnel - Cython to speed up your Python code

Cython to speed up your Python code [EuroPython 2018 - Talk - 2018-07-26 - Moorfoot] [Edinburgh, UK] By Stefan Behnel Cython ...

46:17
Stefan Behnel - Cython to speed up your Python code

4,250 views

7 years ago

Python New Zealand
Cython: get the benefits of C without leaving Python

Chris LeBlanc https://kiwi.pycon.org/schedule/presentation/71/ Cython is an optimising static compiler based on Pyrex, created by ...

27:52
Cython: get the benefits of C without leaving Python

18,232 views

10 years ago

EuroPython Conference
How we are making CPython faster. Past, present and future — Mark Shannon

EuroPython 2023 — Forum Hall on 2023-07-19] ...

28:16
How we are making CPython faster. Past, present and future — Mark Shannon

2,122 views

2 years ago

Python Core Dev Sprint 2022
Carl Meyer demoing how Cinder does fast Python @ the 2022 core dev sprint

Carl Meyer from Meta talking about Cinder at the October 2022 Python Core Developer Sprint hosted at Google in Sunnyvale ...

23:05
Carl Meyer demoing how Cinder does fast Python @ the 2022 core dev sprint

242 views

3 years ago

PyCon Taiwan
Why Should You Learn Writing C Extension?|Gavin Chan|PyCon TW 2020

PyCon Taiwan 2020|一般演講 Talks 投影片 Slides:https://gavincyi.github.io/pycon-why-should-you-learn-writing-c-extension ...

38:56
Why Should You Learn Writing C Extension?|Gavin Chan|PyCon TW 2020

115 views

5 years ago

Tom Delalande
Comparing 10 programming languages. I built the same app in all of them.

Many modern programming languages have some great features like null safety, exhaustive switch statements, error handling, ...

21:33
Comparing 10 programming languages. I built the same app in all of them.

239,625 views

1 year ago

CppNow
C++Now 2018: Keno Fischer & Bart Janssens “The Julia Language and C++: The Perfect Marriage?”

http://cppnow.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

1:25:05
C++Now 2018: Keno Fischer & Bart Janssens “The Julia Language and C++: The Perfect Marriage?”

7,393 views

7 years ago

FOSDEM
Lift your Speed Limits with Cython Fast native code for Python

by Stefan Behnel At: FOSDEM 2018 Room: K.1.105 (La Fontaine) Scheduled start: 2018-02-03 13:00:00+01.

49:54
Lift your Speed Limits with Cython Fast native code for Python

405 views

7 years ago

Code Geek
HPy: A Better C API for Python

Learn about HPy, a better C API for Python. It's a new C API designed from the ground CPython: The Python Programming ...

29:38
HPy: A Better C API for Python

245 views

3 years ago

Python-FOSDEM
Integrating Python and C using CFFI

One of Python's early and lasting strengths has been how easy it is to call into or wrap existing C libraries using extension ...

23:25
Integrating Python and C using CFFI

1,758 views

11 years ago

The Linux Foundation
Develop Your Embedded Applications Faster: Comparing C and Golang - Marcin Pasinski, Mender.io

Develop Your Embedded Applications Faster: Comparing C and Golang - Marcin Pasinski, Mender.io As a strategy, ...

47:02
Develop Your Embedded Applications Faster: Comparing C and Golang - Marcin Pasinski, Mender.io

8,333 views

8 years ago

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

EuroPython 2022 - How we are making Python 3.11 faster - presented by Mark Shannon [The Auditorium on 2022-07-14] The ...

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

60,573 views

3 years ago

North Bay Python
Call C code quickly and compatibly with CFFI

Zack Voase https://2017.northbaypython.org/schedule/presentation/17/ Have you ever wanted to speed up a slow part of your ...

27:23
Call C code quickly and compatibly with CFFI

1,283 views

8 years ago

EuroPython Conference
Vinayak Mehta - A Tale Of Python C Extensions And Cross-Platform Wheels

A Tale Of Python C Extensions And Cross-Platform Wheels [EuroPython 2021 - Talk - 2021-07-30 - Optiver] [Online] By Vinayak ...

25:01
Vinayak Mehta - A Tale Of Python C Extensions And Cross-Platform Wheels

340 views

4 years ago

EuroPython Conference
Stefan Behnel, David Woods - Fast native data structures: C/C++ from Python

Fast native data structures: C/C++ from Python [EuroPython 2021 - Talk - 2021-07-28 - Brian] [Online] By Stefan Behnel, David ...

45:58
Stefan Behnel, David Woods - Fast native data structures: C/C++ from Python

614 views

4 years ago

EuroPython Conference
Stefan Behnel - Get native with Cython

Stefan Behnel - Get native with Cython [EuroPython 2015] [21 July 2015] [Bilbao, Euskadi, Spain] [Cython][1] is not only an ...

40:08
Stefan Behnel - Get native with Cython

1,053 views

10 years ago

EuroPython Conference
Sebastian Witowski - Writing faster Python

Sebastian Witowski - Writing faster Python [EuroPython 2016] [19 July 2016] [Bilbao, Euskadi, Spain] ...

24:10
Sebastian Witowski - Writing faster Python

100,967 views

9 years ago