ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,162 results

Craig Piercy
Python data types: memoryview

In this video, we will discuss the python data type: memoryview. Hey everyone! Welcome back. Today we're exploring one of ...

4:51
Python data types: memoryview

260 views

7 months ago

Simple Means Easy
Discover and Discard Duplicates with Python Pandas: No Excel Involved

"Looking for a straightforward way to manage duplicate values in your data, without the hassle of Excel? In this video, we delve ...

5:25
Discover and Discard Duplicates with Python Pandas: No Excel Involved

10 views

2 years ago

Craig Piercy
Python data types: bytearray

In this video, we will discuss the python data type: bytearray. Hey everyone! Welcome back. Today, we're taking a look at a ...

4:56
Python data types: bytearray

147 views

8 months ago

BioniChaos
Building an Interactive EEG Data Explorer with Python: A Kaggle Dataset Deep Dive

Join me as I embark on building an interactive tool for exploring EEG data using Python! In this video, I delve into a Kaggle EEG ...

18:52
Building an Interactive EEG Data Explorer with Python: A Kaggle Dataset Deep Dive

231 views

1 year ago

datalabcc
Python - Coding - 4.2

Python is a general purpose programming language and one of the most common tools in data science. For more on this topic ...

5:57
Python - Coding - 4.2

896 views

8 years ago

openOV
NeTEx Tutorial 1: The Basics in Python

This video contains a bit of background of the NeTEx standard to exchange public transport network and timetables. A series on ...

11:45
NeTEx Tutorial 1: The Basics in Python

629 views

2 years ago

csvconf
Karl Broman - Data cleaning principles

Why don't we teach data cleaning? It has been said that it is difficult to generalize: that what we learn from cleaning Medicare data ...

18:30
Karl Broman - Data cleaning principles

1,196 views

4 years ago

Craig Piercy
Python built-in function: next()

It's commonly used in loops, custom iteration logic, and lazy data processing. You'd use `next()` when: 1. Iterating over an iterator ...

4:12
Python built-in function: next()

85 views

10 months ago

BioniChaos
Optimizing EEG Data Visualization: JavaScript, Plotly vs. Chart.js, and Python Backend

In this video, I dive deep into EEG waveform visualization and how we can make it more responsive. I explore the challenges of ...

13:31
Optimizing EEG Data Visualization: JavaScript, Plotly vs. Chart.js, and Python Backend

127 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,225 views

4 years ago

Craig Piercy
Python built-in function: len()

It's efficient and widely used for data processing. You'd use `len()` when: 1. Checking the size of a sequence or collection. 2.

4:38
Python built-in function: len()

49 views

10 months 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,270 views

4 years ago

Applied Language Technology
Extending pandas DataFrames

In this video, I will show you how to add new information to pandas DataFrames by processing the existing data. We use pandas ...

10:08
Extending pandas DataFrames

838 views

4 years ago

David Largent
Basic Media Computation functions using Python

Briefly introduces the basic Media Computation functions (pickAFile, makePicture, show, makeSound, and play) in Python.

13:11
Basic Media Computation functions using Python

245 views

1 year ago

Pathling
How to group SNOMED data using Python and a terminology server

Have you ever wondered how to group or categorise your SNOMED codes? You can use the Pathling Python library to call out to ...

9:39
How to group SNOMED data using Python and a terminology server

626 views

3 years ago

Common Workflow Language
CWL-Airflow: recent updates & changes

Presenter: Michael Kotliar, Cincinnati Children's Hospital Medical Center Summary: "CWL-Airflow is a Python package that adds ...

12:57
CWL-Airflow: recent updates & changes

452 views

5 years ago

BioniChaos
Optimizing Dataset Quality: Building Metrics, Knowledge Graphs & Open-Source Data Tools

Join me in this journey to refine data analysis tools and create accessible, user-friendly biomedical data processing applications.

9:29
Optimizing Dataset Quality: Building Metrics, Knowledge Graphs & Open-Source Data Tools

28 views

1 year ago

OpenMDAO
Fitting tabular data using smooth curve fits

If you're fitting a curve or surface to data and want to ever use gradient-based optimizers or Newton solvers, make sure to do it in a ...

7:03
Fitting tabular data using smooth curve fits

973 views

3 years ago

Dutton Institute
L01V05 Basics Of Functions In Python

Video for EME 210 at Penn State. All sectors of the energy industry and related fields continuously use data to inform decisions.

4:37
L01V05 Basics Of Functions In Python

76 views

3 years ago

Craig Piercy
Python built-in function video: list()

It's a foundational function for data manipulation in Python. Let's start with a simple example: creating an empty list. Here, `list()` ...

4:20
Python built-in function video: list()

34 views

10 months ago