ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

995 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

203 views

5 months ago

LetsTalkAboutData
The Truth About Social Media: Data Analysis You NEED to See! | Social Media Analysis with Python

Ever wondered who spends the MOST time on social media? In this video, we analyze a dataset of 62 users to uncover trends in ...

18:57
The Truth About Social Media: Data Analysis You NEED to See! | Social Media Analysis with Python

69 views

9 months 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

600 views

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

209 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

887 views

8 years ago

Aalto Scientific Computing
2.2 Pandas 2/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.

13:47
2.2 Pandas 2/2 - Python for Scientific Computing 2023

152 views

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

111 views

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

122 views

6 months 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??

13,913 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

831 views

4 years ago

csvconf
Rdataretriever: A platform for downloading, cleaning, and installing publicly available datasets

Presenter: Henry Senyondo The rdataretriever provides an R interface to the Python-based Data Retriever software. The Data ...

17:58
Rdataretriever: A platform for downloading, cleaning, and installing publicly available datasets

138 views

4 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

27 views

11 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

15,972 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

175 views

1 year ago

Applied Language Technology
Loading text into Python

In this video, we will load a text file into Python and manipulate its contents. We will also learn about lists, tuples and for-loops in ...

6:54
Loading text into Python

520 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

9 months 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

2 years ago

BioniChaos
Enhancing Graphit: Integrating Real Data into Food Decoder for Better Insights

In this video, I dive into the current challenges of the Graphit tool, particularly its issues with entity recognition accuracy and visual ...

11:57
Enhancing Graphit: Integrating Real Data into Food Decoder for Better Insights

14 views

10 months 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

933 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

9 months ago

Dutton Institute
Data Types

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

13:44
Data Types

138 views

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

608 views

2 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

437 views

4 years ago

Dandalf
Python Paycheck Program

The video describes the first lab exercise - Create a Python program that computes a paycheck with overtime. The video describes ...

9:53
Python Paycheck Program

277 views

3 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()

73 views

8 months ago