ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

814 results

Programming with Mosh
Python Full Course for Beginners

Master Python from scratch No fluff—just clear, practical coding skills to kickstart your journey! Want to dive deeper? - Check ...

2:02:21
Python Full Course for Beginners

5,261,099 views

11 months 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,371 views

7 years ago

freeCodeCamp.org and CS50
Harvard CS50’s Introduction to Programming with Python – Full University Course

Learn Python programming from Harvard University. It dives more deeply into the design and implementation of web apps with ...

15:57:48
Harvard CS50’s Introduction to Programming with Python – Full University Course

7,800,614 views

2 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,891,498 views

6 years ago

Programming with Mosh
Python for Beginners - Learn Coding with Python in 1 Hour

Learn Python basics in just 1 hour! Perfect for beginners interested in AI and coding. ⚡ Plus, get 6 months of PyCharm FREE with ...

1:00:06
Python for Beginners - Learn Coding with Python in 1 Hour

23,549,651 views

5 years ago

sentdex
Introduction - Data Analysis and Data Science with Python and Pandas

Welcome to a data analysis tutorial with Python and the Pandas data analysis library. The field of data analytics is quite large and ...

21:36
Introduction - Data Analysis and Data Science with Python and Pandas

289,497 views

6 years ago

sentdex
Asyncio - Asynchronous programming with coroutines - Intermediate Python Programming p.26

Welcome to an Asyncio with Python tutorial. This tutorial will be specifically for Python 3.5+, using the latest asyncio keywords.

28:37
Asyncio - Asynchronous programming with coroutines - Intermediate Python Programming p.26

151,051 views

7 years ago

Ryan O'Connell, CFA, FRM
Build a Python Trading Bot for Algorithmic Trading Using AI | Full Tutorial

Learn how to build a Python trading bot for real-time algorithmic trading in this complete step-by-step tutorial. You'll connect to live ...

38:15
Build a Python Trading Bot for Algorithmic Trading Using AI | Full Tutorial

62,454 views

9 months ago

sentdex
ChatGPT API in Python

Exploring the ChatGPT (GPT3.5) API from OpenAI and building some simple chat applications with it. Github code: ...

35:18
ChatGPT API in Python

185,630 views

2 years ago

sentdex
Facial Recognition with Python and the face_recognition library

Welcome to a tutorial for implementing the face recognition package for Python. The purpose of this package is to make facial ...

31:05
Facial Recognition with Python and the face_recognition library

235,440 views

5 years ago

sentdex
Autoencoders in Python with Tensorflow/Keras

Text-based tutorial and sample code: https://pythonprogramming.net/autoencoders-tutorial/ Neural Networks from Scratch book: ...

49:39
Autoencoders in Python with Tensorflow/Keras

79,968 views

4 years ago

sentdex
Python 3 Programming Tutorial - urllib module

The urllib module in Python 3 allows you access websites via your program. This opens up as many doors for your programs as ...

24:04
Python 3 Programming Tutorial - urllib module

290,851 views

11 years ago

sentdex
Recurrent Neural Networks (RNN) - Deep Learning w/ Python, TensorFlow & Keras p.7

In this part we're going to be covering recurrent neural networks. The idea of a recurrent neural network is that sequences and ...

21:20
Recurrent Neural Networks (RNN) - Deep Learning w/ Python, TensorFlow & Keras p.7

250,550 views

7 years ago

sentdex
Neural Networks from Scratch - P.4 Batches, Layers, and Objects

Neural Networks from Scratch book: https://nnfs.io NNFSiX Github: https://github.com/Sentdex/NNfSiX Playlist for this series: ...

33:47
Neural Networks from Scratch - P.4 Batches, Layers, and Objects

380,874 views

5 years ago

Tech With Tim
Python Selenium Tutorial - Automate Websites and Create Bots

Today i'm going to show you everything you need to know about Selenium so you can get up-and-running as fast as possible.

36:42
Python Selenium Tutorial - Automate Websites and Create Bots

492,364 views

2 years ago

Dave Ebbelaar
Building AI Agents in Pure Python - Beginner Course

Want to start freelancing? Let me help: https://go.datalumina.com/AnPJSFV Want to learn real AI Engineering? Go here: ...

46:44
Building AI Agents in Pure Python - Beginner Course

384,576 views

1 year ago

sentdex
Brain Computer Interface w/ Python and OpenBCI for EEG data

Learning how to read EEG data in Python for the purposes of creating a brain computer interface with hopes of doing things like ...

22:53
Brain Computer Interface w/ Python and OpenBCI for EEG data

210,753 views

6 years ago

sentdex
Neural Networks from Scratch - P.5 Hidden Layer Activation Functions

Neural Networks from Scratch book, access the draft now: https://nnfs.io NNFSiX Github: https://github.com/Sentdex/NNfSiX ...

40:06
Neural Networks from Scratch - P.5 Hidden Layer Activation Functions

346,223 views

5 years ago

sentdex
Groupby - Data Analysis with Python and Pandas p.3

Hello and welcome to another data analysis with Python and Pandas tutorial. In this tutorial, we're going to change up the dataset ...

20:19
Groupby - Data Analysis with Python and Pandas p.3

92,245 views

6 years ago

Corey Schafer
Python Tutorial: File Objects - Reading and Writing to Files

In this Python Tutorial, we will be learning how to read and write to files. You will likely come into contact with file objects at some ...

24:33
Python Tutorial: File Objects - Reading and Writing to Files

2,019,557 views

9 years ago

sentdex
Programming Autonomous self-driving cars with Carla and Python

Checking out Carla, which is an open source autonomous driving simulator. Carla creates a sort of open world with streets, other ...

29:04
Programming Autonomous self-driving cars with Carla and Python

313,686 views

6 years ago

sentdex
Introduction - Deep Learning and Neural Networks with Python and Pytorch p.1

Hello and welcome to a deep learning with Python and Pytorch tutorial series, starting from the basics. Text-based tutorials and ...

24:49
Introduction - Deep Learning and Neural Networks with Python and Pytorch p.1

465,862 views

6 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,295 views

5 months ago

sentdex
Data - Deep Learning and Neural Networks with Python and Pytorch p.2

So now that you know the basics of what Pytorch is, let's apply it using a basic neural network example. The very first thing we ...

28:17
Data - Deep Learning and Neural Networks with Python and Pytorch p.2

198,280 views

6 years ago

sentdex
Socket Chatroom server - Creating chat application with sockets in Python

We've made it through the basics of working with sockets, and now we're ready to try to actually build something with them, so, ...

23:06
Socket Chatroom server - Creating chat application with sockets in Python

287,496 views

6 years ago