Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
76 results
Understanding Python's Debugging Internals - Liran Haimovitch - PyCon Israel 2019 https://www.rookout.com/
2,376 views
7 years ago
Craig Maloney http://pyohio.org/schedule/presentation/263/ Ever since a moth was discovered in the Mark II computer we've dealt ...
5,656 views
8 years ago
by Brian Bouterse At: FOSDEM 2017 When things go wrong in production, it can be necessary to troubleshootproblems where ...
1,269 views
Slides available here: http://il.pycon.org/2016/static/sessions/john-schwarz.pdf.
842 views
"Understanding Python's Debugging Internals (Liran Haimovitch) [PyCon JP 2020] https://pycon.jp/2020/timetable/"
97 views
5 years ago
Cette présentation vous explique les bases de Pdb ainsi que GDB, afin de debugger plus facilement vos scripts Python.
436 views
EuroPython 2022 - Debugging asynchronous programs in Python - presented by Andrii Soldatenko [Liffey A on 2022-07-14] ...
2,089 views
3 years ago
PySnooper - Never use print for debugging again - Ram Rachum - PyCon Israel 2019.
1,543 views
You can find the lecture notes and exercises for this lecture at https://missing.csail.mit.edu/2020/debugging-profiling/ Help us ...
103,075 views
6 years ago
Armin Rigo https://2016.za.pycon.org/talks/42/ RevDB is an experimental "reverse debugger" for Python, similar to UndoDB-GDB ...
940 views
9 years ago
"Debugging in Python 3.6: Better, Faster, Stronger [EuroPython 2017 - Talk - 2017-07-10 - Anfiteatro 1] [Rimini, Italy] Python 3.6 ...
1,511 views
"RevDB is an experimental "reverse debugger" for Python, similar to UndoDB-GDB or LL for C. You run your program once, ...
173 views
Debugging Your Code with Data Visualization [EuroPython 2018 - Talk - 2018-07-26 - Fintry [PyData]] [Edinburgh, UK] By James ...
875 views
Si tu penses que `print()` est ta meilleure amie pour debugger ton script Python, alors il est vraiment necessaire que tu regardes ...
467 views
EuroPython 2022 - PySnooper: Never use print for debugging again - presented by Ram Rachum [Liffey A on 2022-07-13] I had ...
2,245 views
EuroPython 2025 — Forum Hall on 2025-07-17] *A new safe external debugger interface for CPython by Pablo Galindo ...
540 views
7 months ago
You can find the lecture notes and exercises for this lecture at https://hacker-tools.github.io/program-introspection/ Help us caption ...
2,983 views
In this talk we'll try to understand how Python debugger should be changed to work with Jupyter cells and how these changes are ...
1,566 views
As any OpenStack operator knows a straightforward request, such as creating a VM, requires multiple services to successfully ...
3,229 views
10 years ago
Lors du debugging d'un programme, on est souvent amené à faire des choses automatisables, comme afficher les différents ...
417 views
12 years ago
In this episode, we talk about debugging. It's something that everyone has to do, but is hardy ever taught. We go through some ...
69 views
But what happens when the program is hard to profile, like for instance the Python Debugger? In this talk we're going dive deep ...
316 views
Na live de hoje vamos bater um papo sobre como debugar código python na hora em que problemas aparecem. Vamos falar ...
12,443 views
Streamed 4 years ago
Does your code work? Probably not. The libraries you're using probably don't work either. If you're lucky, the OS does, but even ...
8,611 views
11 years ago
by Derek Parker At: FOSDEM 2019 https://video.fosdem.org/2019/UD2.120/delvehandson.webm Hands on Go debugging with ...
322 views
Monochrome Investigation: Debugging from the command line debugging is an important skill, sometimes the art of catching the ...
310 views
"The joy of deleting code EuroPython 2020 - Talk - 2020-07-23 - Microsoft Online By Radosław Ganczarek They say measuring ...
459 views
... numerous software packages for scientific computing in Python, including PyOpenCL, PyCUDA and the PuDB Python debugger ...
789 views
GDB: A Gentle Intro by Jason Clark We love Ruby's elegance, simplicity, and flexibility. But our favorite language perches atop a ...
664 views
You can do a lot in Python using this editor. Aaron will demonstrate his setup as well as some fun features.
12,260 views
Whenever you submit a patch to OpenStack it is run through an extensive set of automated tests designed to ensure we always ...
403 views
Speaker: Anand Reddy Pandikunta Details: https://in.pycon.org/cfp/pycon-india-2015/proposals/python-traceback-for-humans/
1,603 views
20-21.10.2012 UA PYCON 2012. day 1 Hall A Vladimir Pouzanov REPL Done Right The talk covers various strategies on REPL ...
433 views
13 years ago
Montreal, March 16th, 2015, by Julia Evans - You might think of the Linux kernel as something that only kernel developers need to ...
1,824 views
An off the cuff nighttime recording for building the EDKII OvmfPkgX64 firmware for testing with QEMU, using VS Build Tools on ...
578 views
4 months ago
OpenStack is incredibly complex with tons of moving parts. When we run tests against a running OpenStack in the gate sometimes ...
732 views
"Improve your developer's toolset [EuroPython 2017 - Talk - 2017-07-11 - PythonAnywhere Room] [Rimini, Italy] For Python ...
454 views
An introduction to StackTach and Stacky, a pair of tools for monitoring and debugging OpenStack (nova) deployments.
5,757 views
... datasets didn't have this method 49:00 - Reviewing errors 55:00 - Python debugger pdb %debug 56:50 - List comprehension to ...
2,637 views
Peter Lovett https://linux.conf.au/schedule/30262/view_talk Python is an excellent tool for *nix people. It is easy and fast to develop ...
2,277 views
Memory Management in Python * **Speaker**: Jatin Goel ([Twitter](https://twitter.com/_JatinGoel)) * **Description**: In this talk ...
366 views
Tracing in Python (Ionel Cristian Mărieș) This talk will explore Python's tracing API (sys.settrace) and give a sneak peek into ...
200 views
(recorded on Tue June 23rd 2020) Tutorial website: https://easybuilders.github.io/easybuild-tutorial Event page: ...
1,117 views
Parallelised analysis of large-scale bibliometric data (with Dask in Python, DuckDB and DBeaver in SQL) Using example of ...
442 views
4 years ago
By, Graham Dumpleton The Django debug toolbar is for many an indispensable part of the developer toolkit. This talk will look at ...
606 views
This talk explains how to perform SQL query analysis and how to rewrite your views to reduce the number of queries Django uses ...
3,732 views
Les debuggers de programmes natifs comme GDB ou DBX reçoivent des informations du compilateur qu'il faut habituellement ...
224 views
PyCon Taiwan 2020|一般演講 Talks 投影片 ...
As the number and scope of OpenStack projects expands, project creators have a need to rapidly test that their project is ...
1,180 views
Артем Малышев - Как написать свой debugger Слайды: http://proofit404.github.io/talks/homemade-debugger/slides/#/ ...
253 views
bpftrace is a relatively new open source tracer for modern Linux (kernels 5.x.y) that may help to troubleshoot performance issues ...
219 views
About these sessions: https://forums.fast.ai/t/live-coding-aka-walk-thrus/96617. Playlist: ...
6,755 views
PyCon Taiwan 2020|一般演講 Talks 投影片 Slides:https://gitpitch.com/takanory/slides?p=20200905pycontw#/ 摘要 ...
88 views
This talk was presented at PyCon India 2020 Online. PyCon India is the largest gathering of Pythonistas in India for the Python ...
363 views
By, Ara Anjargolian Since the days of version 1.0, the Django community has added countless features that address performance ...
1,549 views
ISR Distinguished Speaker Series presents Miryung Kim, Associate Professor, Dept. of Computer Science, University of California ...
1,055 views
It goes without saying that one of the most important things all OpenStack clouds from big to small is to be 100% sure that ...
1,591 views
Dive with us into the complexity of dynamic languages, with the example of Python. We will introduce techniques that could be ...
Debugging across openstack services, specially network or storage issues, is becoming increasingly difficult due to the distributed ...
268 views
Breaking the Speed Limit with Django QuerySets and MySQL - learn no-duh, oh-okay, and holy-moly methods to make your ...
984 views
Debugging Cloud Foundry Apps: Via Service Mesh, Open Tracing - Idit Levine, Solo.io The mainstreaming of containerization and ...
524 views
This is the first of a series of hands-on demos ...
701 views
Merlijn Wajer Tracy is a system call tracing, modification and injection framework for Linux, written entirely in C and some ...
793 views
418 views
EuroPython 2022 - Robyn: An async Python web framework with a Rust runtime - presented by Sanskar Jethi [Wicklow Hall 1 on ...
1,966 views
All Things Open 2014 All Things Open 2015, October 19th and 20th, Raleigh NC. All Things Open 2015, October 19th and 20th, ...
270 views
By, Nina Zakharenko Django REST Framework can make creating a RESTFUL api quick and easy. Join me as I go over: - What ...
25,984 views
This screencast helps students with the notebook of the course Applied Economic Analysis. website of the course: ...
259 views
Before actually doing computation on data, one needs to clean up a messy data set, which almost always involves some kind of ...
2,013 views
After constructing your OpenStack cloud, it can be difficult to determine whether you've actually configured all the components ...
1,121 views
My standard development technique with PostgreSQL is to hack away in Emacs, try things out on live data, and eventually build ...
247 views
NLPW::2014 Nederlandse Perl Workshop, 25-April, Utrecht by: Jonathan Worthington.
2,116 views
By, Matt Makai The top five Django problems in large enterprise organizations are integrating with Active Directory, passing ...
8,814 views
The community surrounding the Plone Foundation is an integral part in the success of Plone, and is what continually draws us to ...
330 views
Log chat: http://paste.openstack.org/show/736904/ ---- Như đã thông báo từ lần trước, chúng tôi sẽ sự định tổ chức webinar 1 ...
166 views
13.08.2015 tarihinde İstanbul'da yapılan 2. meetup'a ait kayıt. Etkinlik süresince OpenStack Neutron Debugging konusu ele ...
211 views