ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,208 results

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,362 views

10 months ago

Trading Nerd
I Build My Own Charting Software | From 0 To Algo Trader - Ep. 2

In this episode, I build a charting software for my algotrading framework using Lightweight Charts. Lightweight Charts is a free ...

4:50
I Build My Own Charting Software | From 0 To Algo Trader - Ep. 2

10,673 views

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

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,292 views

1 year ago

Jonathan Dinu
How does Ray compare to Apache Spark??

In this video I compare and contrast the Apache Spark and the Ray frameworks, including how they differ conceptually, differences ...

14:56
How does Ray compare to Apache Spark??

14,092 views

4 years ago

Alex Demko
STOP Using MATPLOTLIB Alone! Here's What Happens When You Add PANDAS

Get ready for a shocking combination! In this video, we'll reveal the power of combining Matplotlib and Pandas in Jupyter ...

8:10
STOP Using MATPLOTLIB Alone! Here's What Happens When You Add PANDAS

82 views

1 year 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,419 views

8 months ago

AI era
How to explore "DataSet" using Pandas & Python??

Video explains about how to explore datasets using Pandas and Python. for code, Github link: ...

8:06
How to explore "DataSet" using Pandas & Python??

131 views

5 years ago

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

745 views

9 months ago

AeStudios
Python Basics Part 1| IF ELSE, LOOPS| USER INPUT | LIBRARIES | #aestudios

Python Basics in Tamil, this video covers about if else statement, loops and getting input from user also installing libraries Let's ...

5:13
Python Basics Part 1| IF ELSE, LOOPS| USER INPUT | LIBRARIES | #aestudios

186 views

5 years ago

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

Looking on libraries in Python, there are basically two different types of libraries. First, there is the Python Standard Library. This is ...

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

44 views

2 years ago

Aalto Scientific Computing
4.1 Icebreaker - Python for Scientific Computing 2023

The icebreaker/intro session of the day You probably don't want to watch this and instead will go to the main material. ----- Python ...

9:28
4.1 Icebreaker - Python for Scientific Computing 2023

61 views

2 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,243 views

3 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

Serdar Yegulalp
Akilang: A compiler created with Python + LLVM

A brief demo of a project I've been tinkering with, a compiler for a simple little language that uses Python 3.6 and the llvmlite ...

8:08
Akilang: A compiler created with Python + LLVM

5,284 views

7 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

Home Of
Python vs C++: Which Language Should You Choose for Modern Development?

Python is presented as an accessible language, emphasizing its easy syntax and rapid development capabilities, alongside its ...

5:05
Python vs C++: Which Language Should You Choose for Modern Development?

35 views

10 months ago

chantastic
i tried Cursor… and it's good? (writing python with AI)

Couldn't make it to LaraCon. Did the next best thing and made low-effort Cursor AI content. 00:00 Why I'm trying Cursor 00:36 Set ...

16:55
i tried Cursor… and it's good? (writing python with AI)

20,591 views

1 year ago

Aalto Scientific Computing
3.1 Icebreaker - Python for Scientific Computing 2023

The icebreaker/intro session of the day You probably don't want to watch this and instead will go to the main material. We have a ...

10:21
3.1 Icebreaker - Python for Scientific Computing 2023

68 views

2 years ago

Christian Drumm
Python for Beginners - Week 6 Unit 2 - Importing libraries

Hello, welcome to week six, unit two, importing libraries. In order to use libraries in Python, you need to import them first. We will ...

10:55
Python for Beginners - Week 6 Unit 2 - Importing libraries

44 views

2 years ago

Inria Learning Lab
Concluding Remarks on Machine Learning with scikit-learn: Key Messages and Societal Impact

This video is part of the Mooc “Machine learning in Python with scikit-learn ” hosted on FUN platform: ...

12:46
Concluding Remarks on Machine Learning with scikit-learn: Key Messages and Societal Impact

610 views

3 years 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,690 views

4 years ago

Christian Drumm
Python for Beginners - Week 6 Unit 4 - Other standard libraries

We can actually have a look at the source code of these Python modules, of these Python libraries from the standard library.

15:40
Python for Beginners - Week 6 Unit 4 - Other standard libraries

42 views

2 years ago

Jonathan Dinu
Introduction to Distributed Computing with the Ray Framework

In this video, I give a brief introduction to distributed computing concepts and show how the Ray framework provides elegant ...

15:13
Introduction to Distributed Computing with the Ray Framework

16,154 views

4 years ago

Alex Demko
STOP Making SQL Database Mistakes with Python!

Join me as I demonstrate how to master SQL and Python integration, showing you essential techniques for database connectivity ...

19:34
STOP Making SQL Database Mistakes with Python!

204 views

1 year ago