ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,383 results

Aalto Scientific Computing
4.3 Packaging - Python for Scientific Computing 2021

How to package and distribute software you write. After you create code, what comes next: how do you distribute it? Here, we ...

30:58
4.3 Packaging - Python for Scientific Computing 2021

180 views

4 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

77 views

2 years ago

EuroPython Conference
From pip to poetry - Python ways of packaging and publishing presented by Vinícius Gubiani Ferreira

EuroPython 2022 - From pip to poetry - Python (many) ways of packaging and publishing - presented by Vinícius Gubiani Ferreira ...

27:00
From pip to poetry - Python ways of packaging and publishing presented by Vinícius Gubiani Ferreira

3,428 views

3 years ago

EuroPython Conference
Justin Mayer - Zen of Python Dependency Management

"Zen of Python Dependency Management [EuroPython 2019 - Talk - 2019-07-12 - Boston] [Basel, CH] By Justin Mayer Ensuring ...

28:33
Justin Mayer - Zen of Python Dependency Management

2,521 views

6 years ago

EuroPython Conference
Xavier Fernandez - PIP Internals

Xavier Fernandez - PIP Internals [EuroPython 2015] [20 July 2015] [Bilbao, Euskadi, Spain] pip is certainly one of the most used ...

28:57
Xavier Fernandez - PIP Internals

353 views

10 years ago

PyCon SK
Michal Cyprian - Make sudo pip Safe Again

At the present time, running sudo pip3 in Fedora is not safe. Pip shares its installation directory with DNF package manager, can ...

26:22
Michal Cyprian - Make sudo pip Safe Again

265 views

8 years ago

Red Hat Developer
micropipenv: The one installation tool | DevNation Day 2020

Speaker: Fridolín Pokorný, Red Hat What's the best way to manage and install dependencies? Should I use pip, Pipenv, pip-tools ...

26:24
micropipenv: The one installation tool | DevNation Day 2020

398 views

5 years ago

EuroPython Conference
Sebastian Witowski - Python Versions and Dependencies Made Easy

Python Versions and Dependencies Made Easy [EuroPython 2021 - Talk - 2021-07-28 - Optiver] [Online] By Sebastian Witowski ...

29:19
Sebastian Witowski - Python Versions and Dependencies Made Easy

1,102 views

4 years ago

Aalto Scientific Computing
4.1 Dependencies - Python for Scientific Computing 2021

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

54:24
4.1 Dependencies - Python for Scientific Computing 2021

136 views

4 years ago

Software Underground
Tutorial: Getting started in Python

Rob Leckenby Things you'll need: - Course materials: http://github.com/Zabamund/T22_getting_started - Slack channel: ...

1:28:58
Tutorial: Getting started in Python

2,744 views

Streamed 3 years 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

163 views

1 year ago

codima
Python Pakete packen und via pip lokal installieren

In diesem Video werden wir die Struktur für ein python Paket durchsprechen und mit pip lokal von und auf dem eigenen Rechner ...

35:06
Python Pakete packen und via pip lokal installieren

172 views

3 years ago

EuroPython Conference
pip install malware — Max Kahan

EuroPython 2023 — South Hall 2A on 2023-07-20] https://ep2023.europython.eu/session/pip-install-malware pip install malware: ...

29:24
pip install malware — Max Kahan

663 views

2 years ago

Cyber BlackHole
Python-E19 PIP Python Package Manager in breif | Tamil

Python #Programming #Tamil Chapters: 0:00 pip Package intro 2:45 Pip 4:30 pip installation 8:10 pip list 9:30 pip uninstall 10:25 ...

20:30
Python-E19 PIP Python Package Manager in breif | Tamil

495 views

6 years ago

Tech With Pro
Python Installation Guide: Setup Python & Virtual Environment Step-by-Step

Welcome to our step-by-step guide on Python Installation and setting up Python Virtual Environments! In this video, we'll walk you ...

38:32
Python Installation Guide: Setup Python & Virtual Environment Step-by-Step

253 views

1 year ago

EuroPython Conference
Mark Smith - Publish a (Perfect) Python Package on PyPI

"Publish a (Perfect) Python Package on PyPI [EuroPython 2019 - Talk - 2019-07-10 - Shanghai] [Basel, CH] By Mark Smith Always ...

29:33
Mark Smith - Publish a (Perfect) Python Package on PyPI

4,020 views

6 years ago

PyLondinium
The Adventures of pip and pacman: A Tale of Package Managers - László Kiss Kollár - PyLondinium19

Overview Installing Python packages can be frustrating for new (and even not so new) users of Python. If we simply follow the ...

24:49
The Adventures of pip and pacman: A Tale of Package Managers - László Kiss Kollár - PyLondinium19

320 views

6 years ago

Software Underground
Tutorial: Getting started with Python

TRANSFORM 2020 - Virtual Conference Robert Leckenby To access the repos link: https://swu.ng/t20-mon-python 0:00 Intro and ...

2:11:44
Tutorial: Getting started with Python

9,075 views

Streamed 5 years ago

PyCon Israel
Pipenv - The Python Companion You Wish You Always Had - Avi Aminov - PyCon Israel 2019

Pipenv - The Python Companion You Wish You Always Had - Avi Aminov - PyCon Israel 2019.

21:42
Pipenv - The Python Companion You Wish You Always Had - Avi Aminov - PyCon Israel 2019

530 views

6 years ago

EuroPython Conference
Best practices for securely consuming open source in Python — Ciara Carey

EuroPython 2024 — Terrace 2B on 2024-07-11] Best practices for securely consuming open source in Python by Ciara Carey ...

32:53
Best practices for securely consuming open source in Python — Ciara Carey

170 views

1 year ago

PyDiff Cardiff's Python Meetup
PyDiff - November 21st 2017 - Al Carney - pip install stylo

Introducing my first Python package, stylo! It is a package which attempts to provide a toolkit for creating images and animated ...

32:30
PyDiff - November 21st 2017 - Al Carney - pip install stylo

14 views

7 years ago

Software Underground
Tutorial: Publishing your first Python package

Matt Hall What you'll need: - Slack channel: #t22-tue-packaging (visit https://softwareunderground.org/slack to join) - A working ...

2:01:36
Tutorial: Publishing your first Python package

729 views

Streamed 3 years ago

AI + Open Source Dev with Brylie
Migrating from Poetry to pip and pip-tools

Switching to a more conventional project set up using pip with the addition of pip-tools.

2:28:04
Migrating from Poetry to pip and pip-tools

308 views

Streamed 2 years ago

PythonPH
PyCon APAC 2025 - Managing Private Pip Repositories with AWS CodeArtifact by Ike Gabriel Yuson

... I will be talking about streamlining Python packages So basically setting up private pip um packages with AWS code artifact So ...

29:38
PyCon APAC 2025 - Managing Private Pip Repositories with AWS CodeArtifact by Ike Gabriel Yuson

65 views

7 months ago

PyCon South Africa
Introducing PIP.Services, a new open-source toolkit for enterprise-level microservice creation

By: Eugenio Andrieu Event: PyConZA 2021 URL: ...

33:32
Introducing PIP.Services, a new open-source toolkit for enterprise-level microservice creation

109 views

Streamed 4 years ago