ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

167 results

sentdex
Python 3 Programming Tutorial - Functions

The idea of a function is to assign a set of code, and possibly variables, known as parameters, to a single bit of text. You can think ...

3:05
Python 3 Programming Tutorial - Functions

292,689 views

11 years ago

sentdex
Practical Machine Learning Tutorial with Python Intro p.1

The objective of this course is to give you a holistic understanding of machine learning, covering theory, application, and inner ...

5:55
Practical Machine Learning Tutorial with Python Intro p.1

2,878,776 views

9 years ago

sentdex
Deep Learning with Python, TensorFlow, and Keras tutorial

An updated deep learning introduction using Python, TensorFlow, and Keras. Text-tutorial and notes: ...

20:34
Deep Learning with Python, TensorFlow, and Keras tutorial

1,356,392 views

7 years ago

Programming with Mosh
Python Full Course for Beginners

Learn Python for AI, machine learning, and web development with this beginner-friendly course! Get 6 months of PyCharm ...

6:14:07
Python Full Course for Beginners

46,893,236 views

6 years ago

Tech With Tim
Do THIS instead of watching endless tutorials - how I’d learn Python FAST…

These are two of the best beginner-friendly Python resources I recommend: Python Programming Fundamentals (Datacamp) ...

10:34
Do THIS instead of watching endless tutorials - how I’d learn Python FAST…

509,317 views

8 months ago

sentdex
Neural Networks from Scratch - P.1 Intro and Neuron Code

Building neural networks from scratch in Python introduction. Neural Networks from Scratch book: https://nnfs.io Playlist for this ...

16:59
Neural Networks from Scratch - P.1 Intro and Neuron Code

1,683,622 views

5 years ago

Tech With Tim
How I'd Learn ML/AI FAST If I Had to Start Over

Start you tech career today with Simplilearn: https://bit.ly/Tech-with-Tim-AIML AI is changing extremely fast in 2025, and so is the ...

10:43
How I'd Learn ML/AI FAST If I Had to Start Over

279,047 views

9 months ago

sentdex
Intro and Screen reading - Python plays Grand Theft Auto V p.1

The purpose of this project is to use Python to play Grand Theft Auto 5. There are many things to do in GTA V, but our first goal will ...

14:44
Intro and Screen reading - Python plays Grand Theft Auto V p.1

610,014 views

8 years ago

sentdex
Support Vector Machine Fundamentals - Practical Machine Learning Tutorial with Python p.23

In this tutorial, we cover some more of the fundamentals of the Support Vector Machine. https://pythonprogramming.net ...

15:35
Support Vector Machine Fundamentals - Practical Machine Learning Tutorial with Python p.23

91,086 views

9 years ago

sentdex
Data Structure - Creating a Chatbot with Deep Learning, Python, and TensorFlow p.2

What's going on everyone and welcome to the 2nd part of the chatbot with Python and TensorFlow tutorial series. By now, I am ...

9:48
Data Structure - Creating a Chatbot with Deep Learning, Python, and TensorFlow p.2

227,773 views

8 years ago

sentdex
Support Vector Machine Intro and Application  - Practical Machine Learning Tutorial with Python p.20

In this tutorial, we introduce the theory of the Support Vector Machine (SVM), which is a classification learning algorithm for ...

8:31
Support Vector Machine Intro and Application - Practical Machine Learning Tutorial with Python p.20

149,607 views

9 years ago

sentdex
Why Python 3? Python 2 vs Python 3

This video covers why one is encouraged to try Python 3. This is whether you are a complete noob to Python and programming, ...

7:36
Why Python 3? Python 2 vs Python 3

655,093 views

12 years ago

sentdex
Intro/basic GUI - PyQt with Python GUI  Programming tutorial

PyQT is a Python wrapper around the QT GUI application development framework. To get PyQT, head to: ...

12:56
Intro/basic GUI - PyQt with Python GUI Programming tutorial

715,405 views

10 years ago

sentdex
Making your own Haar Cascade Intro - OpenCV with Python for Image and Video Analysis 17

Welcome to an object detection tutorial with OpenCV and Python. In this tutorial, you will be shown how to create your very own ...

17:25
Making your own Haar Cascade Intro - OpenCV with Python for Image and Video Analysis 17

300,281 views

10 years ago

sentdex
Regression How it Works - Practical Machine Learning Tutorial with Python p.7

Welcome to the seventh part of our machine learning regression tutorial within our Machine Learning with Python tutorial series.

7:57
Regression How it Works - Practical Machine Learning Tutorial with Python p.7

212,378 views

9 years ago

sentdex
How to Sort a Python Dictionary By Value or Key!

Sentdex.com Facebook.com/sentdex Twitter.com/sentdex How to sort a dictionary within python, by key or value, even though the ...

7:26
How to Sort a Python Dictionary By Value or Key!

70,571 views

12 years ago

sentdex
Python 3 Tutorial: Print Function and Strings

The print function in Python is a function that outputs to your console window whatever you say you want to print out. At first blush ...

9:31
Python 3 Tutorial: Print Function and Strings

481,001 views

12 years ago

3Blue1Brown
How I animate 3Blue1Brown | A Manim demo with Ben Sparks

A behind-the-scenes look at how I animate videos. Code for all the videos: https://github.com/3b1b/videos Manim: ...

53:41
How I animate 3Blue1Brown | A Manim demo with Ben Sparks

2,780,921 views

1 year ago

sentdex
MySQL Database with Python Tutorial Part 1 - Intro

Python + MySQL in playlist: ...

9:48
MySQL Database with Python Tutorial Part 1 - Intro

256,577 views

12 years ago

Tech With Tim
Learn Pandas in 30 Minutes - Python Pandas Tutorial

Visit https://postmarkapp.com/lp/tech-with-tim and use coupon code TECHWITHTIM to get 20% off any plan for three months.

30:37
Learn Pandas in 30 Minutes - Python Pandas Tutorial

150,414 views

5 months ago

sentdex
Django Web Development with Python Introduction

Welcome to the updated web development in Python with the Django web framework tutorial series. In these tutorials, we will be ...

19:13
Django Web Development with Python Introduction

265,742 views

7 years ago

sentdex
Regression Training and Testing - Practical Machine Learning Tutorial with Python p.4

Welcome to part four of the Machine Learning with Python tutorial series. In the previous tutorials, we got our initial data, we ...

16:26
Regression Training and Testing - Practical Machine Learning Tutorial with Python p.4

488,736 views

9 years ago

freeCodeCamp.org and CS50
Harvard CS50’s Artificial Intelligence with Python – Full University Course

This course from Harvard University explores the concepts and algorithms at the foundation of modern artificial intelligence, diving ...

11:51:22
Harvard CS50’s Artificial Intelligence with Python – Full University Course

4,416,843 views

2 years ago

b001
BREAKING Python Loops?? #python #programming #coding

Become a Master Python Developer: https://bit.ly/b001-python Background Music: Rain, Book And Cup Of Tea by | e s c p ...

1:00
BREAKING Python Loops?? #python #programming #coding

234,364 views

2 years ago

sentdex
A. I. Learns to Play Starcraft 2 (Reinforcement Learning)

Tinkering with reinforcement learning via Stable Baselines 3 and Starcraft 2. Code and model: https://github.com/Sentdex/SC2RL ...

17:42
A. I. Learns to Play Starcraft 2 (Reinforcement Learning)

424,155 views

3 years ago