ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

54 results

Python In Production
PhD in Python Functions

From kindergarten to PhD, this may be the most comprehensive video on Python functions. In this chapter, we start with the basics ...

31:18
PhD in Python Functions

1 view

16 min ago

PyCon US
How to Build Your First Real Time Voice Agent in Python...- Camila Hinojosa Añez, Elizabeth Fuentes

Full talk title: "How to Build Your First Real-Time Voice Agent in Python (Without Losing Your Mind)" Voice agents powered by ...

26:55
How to Build Your First Real Time Voice Agent in Python...- Camila Hinojosa Añez, Elizabeth Fuentes

0 views

27 min ago

PyCon US
Why you, as a Python developer, should learn Rust - Daniel Szoke

In this talk, I will introduce the Rust programming language from a Python developer's perspective. We will explore some of Rust's ...

26:32
Why you, as a Python developer, should learn Rust - Daniel Szoke

1 view

33 min ago

PyCon US
Create a Python Package From Zero to Hero - Mario Munoz

Ever wondered where those cool things that you pip install come from? Have you thought about what it might take for you—yes, ...

29:52
Create a Python Package From Zero to Hero - Mario Munoz

2 views

26 min ago

PyCon US
Python for Humans - Designing Python Code Like a User Interface - Justin Lee

This talk explores how UI and UX design principles such as layout, labeling, affordances, and hierarchy can help you write Python ...

29:41
Python for Humans - Designing Python Code Like a User Interface - Justin Lee

3 views

27 min ago

PyCon US
Making Python Faster with Free Threading and Mypyc - Jukka Lehtosalo

It's common to hear complaints about Python being slow. In this talk, I will show how to make some Python programs dramatically ...

33:50
Making Python Faster with Free Threading and Mypyc - Jukka Lehtosalo

2 views

26 min ago

PyCon US
Learning Computer Science with Python and Music(21) - Michael Scott Asato Cuthbert

Courses mixing computation and the arts or humanities are usually marketed as “applied.” Students take what they learn in ...

30:13
Learning Computer Science with Python and Music(21) - Michael Scott Asato Cuthbert

4 views

24 min ago

PyCon US
What Python Developers Need to Know About Hardware: A Practical Guide...- Vyas Ramasubramani

Full talk title: "What Python Developers Need to Know About Hardware: A Practical Guide to GPU Memory, Kernel Scheduling, ...

33:36
What Python Developers Need to Know About Hardware: A Practical Guide...- Vyas Ramasubramani

2 views

28 min ago

juan bosh garcia
Python Final Project: CLI Task Manager from Scratch

The last video of the course. We build a complete command-line task manager using everything we've learned: dataclasses ...

8:34
Python Final Project: CLI Task Manager from Scratch

3 views

35 min ago

PyCon US
High Performance LLM Inference in Pure Python with PyTorch Custom Ops - Yineng Zhang

This talk presents how a modern large language model (LLM) inference engine written entirely in Python can reach performance ...

18:26
High Performance LLM Inference in Pure Python with PyTorch Custom Ops - Yineng Zhang

0 views

25 min ago

Lanre Adebayo
CSE 310 Python Hello World Program

The print() function is a built-in Python function that displays text on the screen. In this case, it prints the message 'Hello World' to ...

1:24
CSE 310 Python Hello World Program

1 view

39 min ago

PyCon US
Rust for CPython: Making Python Safer and More Robust for Everyone - Emma Smith

You're running a program written in Python and suddenly Segmentation fault (Core dumped) - your program crashed. Wait what?

31:30
Rust for CPython: Making Python Safer and More Robust for Everyone - Emma Smith

2 views

33 min ago

PyCon US
Distributing AI with Python in the Browser: Edge Inference and Flexibility... - Fabio Pliger

AI models are often complex, require a lot of resources to run and many considerations in terms of security, privacy, and ...

30:14
Distributing AI with Python in the Browser: Edge Inference and Flexibility... - Fabio Pliger

0 views

29 min ago

PyCon US
How to give your Python code to someone else - Russell Keith-Magee

You've written some Python code. It works great on your machine. Now you want someone else to use that code. How do you ...

31:11
How to give your Python code to someone else - Russell Keith-Magee

4 views

32 min ago

PyCon US
Beyond the P-Value: A Data Scientist’s Guide to Tier-1 Feature Launches - Jyoti Yadav

In a perfect world, every feature launch is a clean A/B test with a clear winner. In the world of high-growth platforms like Meta, ...

24:00
Beyond the P-Value: A Data Scientist’s Guide to Tier-1 Feature Launches - Jyoti Yadav

0 views

33 min ago

PyCon US
Conquer multithreaded Python with Blanket - Larry Hastings

Debugging and testing multithreaded code in Python is so challenging. How do you create reproducible tests of multithreaded ...

40:51
Conquer multithreaded Python with Blanket - Larry Hastings

4 views

33 min ago

PyCon US
GitHub Actions Security in Python Packages - Andrew Nesbitt

GitHub Actions is the dominant CI system for Python open source, used for testing and publishing including trusted publishing to ...

30:20
GitHub Actions Security in Python Packages - Andrew Nesbitt

0 views

33 min ago

PyCon US
No More Spreadsheets! Building PyLadiesCon Infrastructure with Python and Django - Mariatta

PyLadiesCon is an online conference for the Global PyLadies community. It is one of a kind conference with programming spans ...

40:00
No More Spreadsheets! Building PyLadiesCon Infrastructure with Python and Django - Mariatta

1 view

27 min ago

PyCon US
Lazy imports and the art of interpreter procrastination - Brittany Reynoso

From CLI developers to maintainers of large applications, many Python developers have been bitten by the high overhead of ...

30:22
Lazy imports and the art of interpreter procrastination - Brittany Reynoso

2 views

33 min ago

PyCon US
The Surprising Effectiveness of Immutable Data Structures - Brett Slatkin

Although Python is a multi-paradigm language that supports writing functional code, practically speaking there are limitations that ...

40:49
The Surprising Effectiveness of Immutable Data Structures - Brett Slatkin

1 view

33 min ago