ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,841 results

pyOpenSci: open source for open science
Create Your First Python Package Tutorial - Everything You Need to Know | pyOpenSci

Learn how to turn your Python code into a reusable package with Hatch! From setup to installation, this beginner-friendly tutorial ...

15:32
Create Your First Python Package Tutorial - Everything You Need to Know | pyOpenSci

772 views

9 months ago

Surfalytics | Fast Track to Data Career
Just enough Python or how to start with Python | Module 0.6 | Surfalytics

Python is the #1 language for data work, data development, data analysis, machine learning, and generative AI.

26:44
Just enough Python or how to start with Python | Module 0.6 | Surfalytics

123 views

1 month ago

freeCodeCamp.org
Python for Everybody - Full University Python Course

This Python 3 tutorial course aims to teach everyone the basics of programming computers using Python. The course has no ...

13:40:10
Python for Everybody - Full University Python Course

7,577,952 views

6 years ago

codingjerk
Understand Python's Virtual Environments, Pinning, Lock Files, pip, uv | In One Video

A video on Python dependency management. Version pinning, virtual environments and modern tooling, and uv. Voiced by ...

8:49
Understand Python's Virtual Environments, Pinning, Lock Files, pip, uv | In One Video

8,412 views

10 months ago

Jonathan Dinu
Stateful Distributed Computing in Python with Ray Actors

Learn how to perform stateful distributed computation in Python with the Ray actors API.

16:33
Stateful Distributed Computing in Python with Ray Actors

8,704 views

4 years ago

Aalto Scientific Computing
3.3 Libraries - Python for Scientific Computing 2023

Your code doesn't exist alone. It is one part of a large ecosystem, where many other things exist for you to build off of. This is ...

17:49
3.3 Libraries - Python for Scientific Computing 2023

91 views

2 years ago

EmacsConf and Emacs hangouts
EmacsConf 2025: Swanky Python: Interactive development for Python - Scott Zimmermann (he/him)

https://emacsconf.org/2025/talks/swanky You can view this and other resources using free/libre software at ...

21:04
EmacsConf 2025: Swanky Python: Interactive development for Python - Scott Zimmermann (he/him)

650 views

2 months ago

Aalto Scientific Computing
Separating Python code and releasing it as a PyPI package

A demonstration of publishing a package on PyPI, by taking some code in a larger library that deserves its own package. This is ...

58:00
Separating Python code and releasing it as a PyPI package

165 views

2 years ago

Aalto Scientific Computing
3.4 Dependencies - Python for Scientific Computing 2023

Dependency management with environments and requirement files in Python. When you have projects that depend on other ...

51:40
3.4 Dependencies - Python for Scientific Computing 2023

78 views

2 years ago

Code with Ebrima
Python Documentation Tutorial for Beginners 2025: From Basics to Expert!📚

Description: Master Python Documentation: Learn How to Use Official Python Docs Like a Pro! Python documentation is an ...

29:16
Python Documentation Tutorial for Beginners 2025: From Basics to Expert!📚

793 views

10 months ago

Jeremy Howard
Getting Started With CUDA for Python Programmers

I used to find writing CUDA code rather terrifying. But then I discovered a couple of tricks that actually make it quite accessible.

1:17:56
Getting Started With CUDA for Python Programmers

78,942 views

2 years ago

Webstrome Python
Make $1000 / Day With #python  Email Automation In 2024

Build python email automation project. In this project you will get in-depth understanding of concept for various library in ...

42:06
Make $1000 / Day With #python Email Automation In 2024

73 views

1 year ago

Cours Python
2.8 Introduction aux modules

Ouvrons maintenant un interpréteur Python pour commencer à jouer avec les modules. Nous allons commencer par importer le ...

4:19
2.8 Introduction aux modules

2,335 views

8 years ago

codingjerk
This will fix Python type checking

So, Astral is working on a new Python type checker. Let's check it out! *Time stamps:* - 00:00 - Intro - 00:31 - Type Annotations ...

6:23
This will fix Python type checking

26,470 views

8 months ago

Aalto Scientific Computing
4.3 Packaging - Python for Scientific Computing 2023

Here, we discuss how to package and distribute your work via pyproject.toml and the Python Package Index and other things.

23:55
4.3 Packaging - Python for Scientific Computing 2023

113 views

2 years ago

Kai Puolamäki
SLISEMAP: Python library for combining dimensionality reduction with local explanations

Björklund, A., Mäkelä, J. & Puolamäki, K. (2022). SLISEMAP: Supervised dimensionality reduction through local explanations.

3:20
SLISEMAP: Python library for combining dimensionality reduction with local explanations

87 views

3 years ago

Dario
Call a Rust Function from Python Like A Boss with Maturin

Use the performance advantage of #rustlang in Python by writing Python modules using Rust!!! You can build python libraries ...

4:37
Call a Rust Function from Python Like A Boss with Maturin

3,246 views

3 years ago

Mr Ash Co
python ollama read local file (EASY)

Let's code a super simple script to send a local file to ollama using python. Subscribe ...

7:54
python ollama read local file (EASY)

15,390 views

1 year ago

CodeRefinery
6.3 Modular Code Development - CodeRefinery 2024 Mar

In this live-coding demo session we take a Python script as starting point which reads data, computes simple statistics, and ...

1:19:22
6.3 Modular Code Development - CodeRefinery 2024 Mar

86 views

1 year ago

Christian Drumm
Python for Beginners - Week 6 Unit 1 - What are libraries?

Where can you find those libraries? Maybe one should be mentioned, namely the Python Package Index. This is basically a big ...

7:32
Python for Beginners - Week 6 Unit 1 - What are libraries?

44 views

2 years ago

COMPUTER & EXCEL SOLUTION
Creating ping pong game in Python with pygame package@COMPUTEREXCELSOLUTION

Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...

1:32
Creating ping pong game in Python with pygame package@COMPUTEREXCELSOLUTION

223 views

3 years ago

CodeRefinery
6.2 Modular Code Development - CodeRefinery 2024 Sep

In this live-coding demo session we take a Python script as starting point which reads data, computes simple statistics, and ...

1:10:41
6.2 Modular Code Development - CodeRefinery 2024 Sep

49 views

1 year ago

Pythonista Empire
🔰 Extract Source Code of Webpages using Python  | Urllib Library 📃

Program to Extract Source code of any webpage without browser. In this video, you gonna learn to extract the source code of a ...

1:10
🔰 Extract Source Code of Webpages using Python | Urllib Library 📃

341 views

5 years ago

Solve Computer Science
Understand Python unit tests in 5 minutes

In this video I show you an overview of unit tests in Python: what they are, how they work and how to write effective ones by ...

5:15
Understand Python unit tests in 5 minutes

98 views

2 years ago

Solve Computer Science
Mastering Python packages: organizing files and best practices - Virtual environments (#02)

Lesson #02 of the "Mastering Python packages: organizing files and best practices" course. Course intro: ...

12:09
Mastering Python packages: organizing files and best practices - Virtual environments (#02)

128 views

1 year ago