ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

5,759 results

codebasics
Complete python roadmap | How to become an expert in python programming

Are you wondering how to be an expert python programmer? Then here is the best way you can. Watch this video till the end and ...

13:22
Complete python roadmap | How to become an expert in python programming

946,411 views

5 years ago

codebasics
Why Should You Learn Python? | Complete python3 tutorials for beginners

Python tutorial for beginners: In this tutorial we will learn why everyone should learn python. If you are a beginner and just starting ...

5:16
Why Should You Learn Python? | Complete python3 tutorials for beginners

559,329 views

8 years ago

codebasics
7 Job Options After Learning Python | Python Career Opportunities

Python offers different career opportunities. In this video, I will discuss 7 different career tracks you can pursue once you know ...

11:16
7 Job Options After Learning Python | Python Career Opportunities

137,369 views

3 years ago

codebasics
Python Tutorial -  10. Functions

In today's session, we will talk about “functions” in python. The video will explain the introduction of “functions”, why “functions” are ...

17:28
Python Tutorial - 10. Functions

45,114 views

9 years ago

codebasics
16. Class and Objects [Python 3 Programming Tutorials]

This video python tutorial will explain about “class” and “objects”. It has covered what is a class, how to create a class in python, ...

9:50
16. Class and Objects [Python 3 Programming Tutorials]

139,341 views

6 years ago

codebasics
Introduction | NLP Tutorial For Beginners In Python  -  Season 1 Episode 1

We are starting an Natural Language Processing tutorial for beginners series in Python. This will be the first episode in season 1.

10:07
Introduction | NLP Tutorial For Beginners In Python - Season 1 Episode 1

544,807 views

3 years ago

codebasics
Python Pandas Tutorial 1. What is Pandas python? Introduction and Installation

If you are working on data science, you must know about pandas python module. Pandas and python makes data science and ...

9:23
Python Pandas Tutorial 1. What is Pandas python? Introduction and Installation

1,423,225 views

8 years ago

codebasics
5 Unique Python Project Ideas for Your Resume | Python Projects for Beginners to Advanced

5 solid Python projects for your resume with code and all the materials included. I've also included a sample resume where these ...

11:29
5 Unique Python Project Ideas for Your Resume | Python Projects for Beginners to Advanced

243,077 views

3 years ago

codebasics
Data Structures & Algorithms Tutorial in Python #1 - What are data structures?

Data structures are basic building blocks of any software program. One can not become a good programmer without a sound ...

5:47
Data Structures & Algorithms Tutorial in Python #1 - What are data structures?

1,256,739 views

5 years ago

codebasics
FastAPI Tutorial | FastAPI vs Flask

FastAPI is a Python based web framework that allows you to write backend server in a matter of minutes. It can be used as a ...

16:13
FastAPI Tutorial | FastAPI vs Flask

200,806 views

4 years ago

codebasics
Vector Database Explained | What is Vector Database?

AI startups such as Pinecone, Milvus, and Chromadb have raised millions of $ in the hot AI boom era. They all have a common ...

6:52
Vector Database Explained | What is Vector Database?

215,324 views

2 years ago

codebasics
Machine Learning Tutorial Python -1: What is Machine Learning?

What is Machine Learning? This is an introduction to machine learning to begin the python machine learning tutorial series.

6:51
Machine Learning Tutorial Python -1: What is Machine Learning?

1,624,639 views

7 years ago

codebasics
5. Lists [Python 3 Programming Tutorials]

This python video answers about lists. It gives information about what is a list, how to create a list, range element, the use of list ...

10:24
5. Lists [Python 3 Programming Tutorials]

246,044 views

6 years ago

codebasics
14. if __name__ == "__main__" [Python 3 Programming Tutorials]

The python tutorial guides us about if “ __name__”==”__main__”. It will teach us what is “__name__” in python, how it is executed ...

4:25
14. if __name__ == "__main__" [Python 3 Programming Tutorials]

144,479 views

6 years ago

codebasics
Python Decorators Tutorial

Video without background music: https://youtu.be/IVWZxr0kOyI In this tutorial, I will explain decorators in a very simple way by ...

10:25
Python Decorators Tutorial

105,819 views

9 years ago

codebasics
11. Dictionaries and Tuples [Python 3 Programming Tutorials]

In this python tutorial, we will understand the concept of “dictionaries and tuples”. We will understand what are dictionaries, “order ...

8:46
11. Dictionaries and Tuples [Python 3 Programming Tutorials]

173,778 views

6 years ago

codebasics
Simple Explanation of Recursion | Recursion Python| Data Structures & Algorithms Tutorial Python #20

Recursion in Python: This video provides a very simple explanation of recursion such that even a high school student can ...

14:51
Simple Explanation of Recursion | Recursion Python| Data Structures & Algorithms Tutorial Python #20

131,489 views

4 years ago

codebasics
Machine Learning Tutorial Python - 2: Linear Regression Single Variable

In this tutorial we will predict home prices using linear regression. We use training data that has home areas in square feet and ...

15:14
Machine Learning Tutorial Python - 2: Linear Regression Single Variable

1,432,301 views

7 years ago

codebasics
Model Context Protocol Clearly Explained | MCP Beyond the Hype

This video contains a very simple explanation of MCP, also known as Model Context Protocol. We will first understand what ...

15:04
Model Context Protocol Clearly Explained | MCP Beyond the Hype

332,445 views

9 months ago

codebasics
numpy tutorial - introduction | numpy array vs python list

This tutorial covers an introduction to numpy python module. We'll see why numpy is very popular and talk about its main feature ...

10:35
numpy tutorial - introduction | numpy array vs python list

357,532 views

9 years ago

codebasics
8. If Statement [Python 3 Programming Tutorials]

The video will describe “if” statement in python, “if control” statement, the use of “if” statement, how to create “if” statement and the ...

13:19
8. If Statement [Python 3 Programming Tutorials]

207,405 views

6 years ago

Indently
Learn Python in Less than 10 Minutes for Beginners (Fast & Easy)

In this crash course I'll be teaching you the basics of Python in less than 10 minutes. Python is super easy to learn compared to ...

10:30
Learn Python in Less than 10 Minutes for Beginners (Fast & Easy)

1,161,565 views

4 years ago

codebasics
Python Pandas Tutorial 11. Reshape dataframe using melt

Pandas melt function provides a way to transform and reshape dataframe Topics that are covered in this Python Pandas Video: ...

5:16
Python Pandas Tutorial 11. Reshape dataframe using melt

136,499 views

8 years ago

codebasics
Spacy vs NLTK: NLP Tutorial For Beginners In Python - S1 E7

An end to end NLP project consists of many steps. These steps together forms an NLP pipeline. The pipeline has various stages ...

15:00
Spacy vs NLTK: NLP Tutorial For Beginners In Python - S1 E7

131,245 views

3 years ago

codebasics
Machine Learning Tutorial Python - 8:  Logistic Regression (Binary Classification)

Logistic regression is used for classification problems in machine learning. This tutorial will show you how to use sklearn ...

19:19
Machine Learning Tutorial Python - 8: Logistic Regression (Binary Classification)

736,259 views

7 years ago