ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

765 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

760 views

9 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

164 views

2 years 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

112 views

2 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

Aalto Scientific Computing
3.4 Dependencies - Python for Scientific Computing 2023

... https://aaltoscicomp.github.io/python-for-scicomp/dependencies/ 00:00 About dependency management 01:04 Python Package ...

51:40
3.4 Dependencies - Python for Scientific Computing 2023

78 views

2 years ago

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

Maybe one should be mentioned, namely the Python Package Index. This is basically a big repository that makes it easy to install ...

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

44 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

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

117 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,573,661 views

6 years ago

Solve Computer Science
Mastering Python packages: organizing files and best practices - course intro (#00)

Welcome to this course called "Mastering Python packages: organizing files and best practices". In this video I present you the ...

2:58
Mastering Python packages: organizing files and best practices - course intro (#00)

57 views

1 year ago

Aalto Scientific Computing
2.3 Visualizaiton - Python for Scientific Computing 2023

In this lesson, we discuss the matplotlib Python library which can be used to make figures like this. This isn't the only Python tool, ...

46:58
2.3 Visualizaiton - Python for Scientific Computing 2023

139 views

2 years ago

NERSC
Day 2  Using Python at NERSC and Best Practices

Part of the New User Training and Updated Best Practices on Perlmutter: February 15-16, 2024 Please see ...

29:19
Day 2 Using Python at NERSC and Best Practices

112 views

1 year 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)

643 views

1 month ago

NERSC
Day 1: Using Python at NERSC and Best Practices

This is part of NERSC New User Training September 24- 25, 2025 ...

24:10
Day 1: Using Python at NERSC and Best Practices

15 views

3 months ago

NERSC
06- Using Python at NERSC

Part of the NERSC New User Training on September 7-8, 2023. Please see ...

26:27
06- Using Python at NERSC

108 views

2 years ago

NERSC
11 - Python at NERSC

Part of the NERSC New User Training on September 28, 2022. Please see ...

15:37
11 - Python at NERSC

254 views

3 years ago

Solve Computer Science
Mastering Python packages: organizing files and best practices - Requirements files (#03)

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

14:56
Mastering Python packages: organizing files and best practices - Requirements files (#03)

53 views

1 year ago

Microsoft Visual Studio
Getting Started with Python in Visual Studio Code

In this episode, Robert is joined by Tyreke White, who shows us how to get started with Python development using Visual Studio ...

32:48
Getting Started with Python in Visual Studio Code

242,484 views

6 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

Aalto Scientific Computing
1.5 Pandas 1/2 - Python for Scientific Computing 2023

Pandas is the standard tabular data package for Python. It allows you to do plenty of operations quickly and seamlessly.

32:35
1.5 Pandas 1/2 - Python for Scientific Computing 2023

258 views

2 years ago

Solve Computer Science
Mastering Python packages: organizing files and best practices - Git tips (#01)

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

14:47
Mastering Python packages: organizing files and best practices - Git tips (#01)

131 views

1 year ago

NERSC
Day 1- Using Python at NERSC and Best Practices

And so module versus a conda package, you want to keep in mind that some of our modules like the Python is a module that we ...

24:48
Day 1- Using Python at NERSC and Best Practices

55 views

6 months ago

Abel Siqueira
Best Frenemies: Julia and Python - Includes code for PyData Amsterdam 2023

Julia and Python are often seen as competitors, but in this video, I want to show the integration between them. Using the ...

9:33
Best Frenemies: Julia and Python - Includes code for PyData Amsterdam 2023

213 views

2 years ago

Microsoft Visual Studio
Visual Studio 2019 Launch: Python development with Visual Studio

Visual Studio 2019 comes with a number of updates for Python developers. See how Visual Studio 2019 makes working with ...

14:16
Visual Studio 2019 Launch: Python development with Visual Studio

179,483 views

6 years ago

Christian Drumm
Python for Beginners - Week 6 Unit 5 - Installing additional libraries

An alternative would be to directly jump into this Python Package Index, the PyPI org server. Here, most of the libraries are ...

6:22
Python for Beginners - Week 6 Unit 5 - Installing additional libraries

44 views

2 years ago