at  where the coeffiecients are prented, why are there 5 of them? what are those 5 variables?(00:11:55 - 00:17:06) - Python Machine Learning Tutorial #3 - Linear Regression p.2

at where the coeffiecients are prented, why are there 5 of them? what are those 5 variables?(00:11:55 - 00:17:06)
Python Machine Learning Tutorial #3 - Linear Regression p.2

In this python machine learning tutorial I will be showing you how to implement the linear regression algorithm to make predictions based on our data.
⭐ Kite is a free AI-powered coding assistant for Python that will help you code smarter and faster. Integrates with Atom, PyCharm, VS Code, Subli...
In this python machine learning tutorial I will be showing you how to implement the linear regression algorithm to make predictions based on our data.
⭐ Kite is a free AI-powered coding assistant for Python that will help you code smarter and faster. Integrates with Atom, PyCharm, VS Code, Sublime, Vim, and Spyder. I've been using Kite for 6 months and I love it! https://kite.com/download/?utm_medium=referral&utm_source=youtube&utm_campaign=techwithtim&utm_content=description-only

To have access to all resources and code seen in future videos visit my website!

Text-Based Tutorial & Code: https://techwithtim.net/tutorials/machine-learning-python/linear-regression-2/

UCI Data Set: https://archive.ics.uci.edu/ml/datasets/Student+Performance

**************************************************************
proXPN VPN: https://secure.proxpn.com/?a_aid=5c34b30d44d9d
Use the Code "SAVE6144" For 50% Off!

One-Time Donations: https://goo.gl/pbCE9J

Support the Channel: https://www.patreon.com/techwithtim

Twitter:

Join my discord server: https://discord.gg/pr2k55t
**************************************************************

Please leave a LIKE and SUBSCRIBE for more content!

Tags:
- Tech With Tim
- Machine learning with python
- Python machine learning for beginners
- Beginner machine learning tutorial python
- Machine learning tutorial 2019
- Python Tutorials
- Machine learning python

#tech with tim #python tutorials #python machine learning for beginners #python machine learning #python linear regression #linear regression python #machine learning linear regression #machine learning linear regression python #machine learning tutorial 2019 #artificial intelligence
In Singaporean Maths,  is covered in 7th Grade. - Python Machine Learning Tutorial #3 - Linear Regression p.2

In Singaporean Maths, is covered in 7th Grade.

Python Machine Learning Tutorial #3 - Linear Regression p.2
2019年01月19日 
00:03:42 - 00:17:06
I learnt it as y = mx + c - Python Machine Learning Tutorial #3 - Linear Regression p.2

I learnt it as y = mx + c

Python Machine Learning Tutorial #3 - Linear Regression p.2
2019年01月19日 
00:03:48 - 00:17:06
gradient - Python Machine Learning Tutorial #3 - Linear Regression p.2

gradient

Python Machine Learning Tutorial #3 - Linear Regression p.2
2019年01月19日 
00:04:19 - 00:17:06
I don't know if  is correct. It should be predicting a linear map from two variables to one, since we predict a third value based of any two values. The issue is that the line would only make predictions for a subset of the two values used to predict. Not trying to be pedantic, just not sure if I am understanding correctly - Python Machine Learning Tutorial #3 - Linear Regression p.2

I don't know if is correct. It should be predicting a linear map from two variables to one, since we predict a third value based of any two values. The issue is that the line would only make predictions for a subset of the two values used to predict. Not trying to be pedantic, just not sure if I am understanding correctly

Python Machine Learning Tutorial #3 - Linear Regression p.2
2019年01月19日 
00:07:02 - 00:17:06
One question: In  you noticed that you made a slight mistake, and as a result, you swapped y_train with x_test. How did you understand that it's a case to swapped those two? In other words, what was your logic to figure it out from the error message? BTW. doing tutorials with mistakes is cool, I see it more beneficial than having a clean tutorial without mistakes and without explaining those mistakes. - Python Machine Learning Tutorial #3 - Linear Regression p.2

One question: In you noticed that you made a slight mistake, and as a result, you swapped y_train with x_test. How did you understand that it's a case to swapped those two? In other words, what was your logic to figure it out from the error message? BTW. doing tutorials with mistakes is cool, I see it more beneficial than having a clean tutorial without mistakes and without explaining those mistakes.

Python Machine Learning Tutorial #3 - Linear Regression p.2
2019年01月19日 
00:09:39 - 00:17:06
Does anyone know why at  Tim swaps the x_test and y_train variables??? Or more specifically why his original code produces the error? - Python Machine Learning Tutorial #3 - Linear Regression p.2

Does anyone know why at Tim swaps the x_test and y_train variables??? Or more specifically why his original code produces the error?

Python Machine Learning Tutorial #3 - Linear Regression p.2
2019年01月19日 
00:09:52 - 00:17:06
small question:  if I try to run the program from , it keeps giving the error: - Python Machine Learning Tutorial #3 - Linear Regression p.2

small question: if I try to run the program from , it keeps giving the error:

Python Machine Learning Tutorial #3 - Linear Regression p.2
2019年01月19日 
00:09:55 - 00:17:06
I'm using a different file from UCI and at  I'm getting this error: TypeError: fit() missing 1 required positional argument: 'y'. Anyone knows what this might indicate? Maybe my dataset doesn't have labels for Y attributes? - Python Machine Learning Tutorial #3 - Linear Regression p.2

I'm using a different file from UCI and at I'm getting this error: TypeError: fit() missing 1 required positional argument: 'y'. Anyone knows what this might indicate? Maybe my dataset doesn't have labels for Y attributes?

Python Machine Learning Tutorial #3 - Linear Regression p.2
2019年01月19日 
00:09:56 - 00:17:06
I got 0.81 XD - Python Machine Learning Tutorial #3 - Linear Regression p.2

I got 0.81 XD

Python Machine Learning Tutorial #3 - Linear Regression p.2
2019年01月19日 
00:10:03 - 00:17:06
is the 'acc' variable supposed to output different values? that's what's happening for me - Python Machine Learning Tutorial #3 - Linear Regression p.2

is the 'acc' variable supposed to output different values? that's what's happening for me

Python Machine Learning Tutorial #3 - Linear Regression p.2
2019年01月19日 
00:10:30 - 00:17:06
at  where the coeffiecients are prented, why are there 5 of them? what are those 5 variables? - Python Machine Learning Tutorial #3 - Linear Regression p.2

at where the coeffiecients are prented, why are there 5 of them? what are those 5 variables?

Python Machine Learning Tutorial #3 - Linear Regression p.2
2019年01月19日 
00:11:55 - 00:17:06
At  , a line in 6 dimentional space would need 5 coef, just like in 2 dimentional space only 1 coef is needed. - Python Machine Learning Tutorial #3 - Linear Regression p.2

At , a line in 6 dimentional space would need 5 coef, just like in 2 dimentional space only 1 coef is needed.

Python Machine Learning Tutorial #3 - Linear Regression p.2
2019年01月19日 
00:12:28 - 00:17:06
: I think it's a 6-dimensional space as a 2-dimensional space function depends of 1 coefficient, not 2. - Python Machine Learning Tutorial #3 - Linear Regression p.2

: I think it's a 6-dimensional space as a 2-dimensional space function depends of 1 coefficient, not 2.

Python Machine Learning Tutorial #3 - Linear Regression p.2
2019年01月19日 
00:12:30 - 00:17:06
).  at . But gr8 video anyway :-) - Python Machine Learning Tutorial #3 - Linear Regression p.2

). at . But gr8 video anyway :-)

Python Machine Learning Tutorial #3 - Linear Regression p.2
2019年01月19日 
00:14:12 - 00:17:06

Tech With Tim

※本サイトに掲載されているチャンネル情報や動画情報はYouTube公式のAPIを使って取得・表示しています。

Timetable

動画タイムテーブル

動画数:984件

| Project Demo - Make 2048 In Python | Full Python Game Tutorial

| Project Demo

Make 2048 In Python | Full Python Game Tutorial
2024年04月09日 
00:00:00 - 00:00:50
| Project Overview/Plan - Make 2048 In Python | Full Python Game Tutorial

| Project Overview/Plan

Make 2048 In Python | Full Python Game Tutorial
2024年04月09日 
00:00:50 - 00:02:18
| Setup/Dependencies - Make 2048 In Python | Full Python Game Tutorial

| Setup/Dependencies

Make 2048 In Python | Full Python Game Tutorial
2024年04月09日 
00:02:18 - 00:03:45
| Constants Definition - Make 2048 In Python | Full Python Game Tutorial

| Constants Definition

Make 2048 In Python | Full Python Game Tutorial
2024年04月09日 
00:03:45 - 00:08:27
I noticed at , you put "RGV" instead of "RGB," I assume that's a typo? Also, later it says PI GAME instead of PYGAME. - Make 2048 In Python | Full Python Game Tutorial

I noticed at , you put "RGV" instead of "RGB," I assume that's a typo? Also, later it says PI GAME instead of PYGAME.

Make 2048 In Python | Full Python Game Tutorial
2024年04月09日  @Parabolic_Blocks 様 
00:05:43 - 01:15:53
| Game Loop - Make 2048 In Python | Full Python Game Tutorial

| Game Loop

Make 2048 In Python | Full Python Game Tutorial
2024年04月09日 
00:08:27 - 00:11:54
| Drawing - Make 2048 In Python | Full Python Game Tutorial

| Drawing

Make 2048 In Python | Full Python Game Tutorial
2024年04月09日 
00:11:54 - 00:19:42
| Defining The Tiles - Make 2048 In Python | Full Python Game Tutorial

| Defining The Tiles

Make 2048 In Python | Full Python Game Tutorial
2024年04月09日 
00:19:42 - 00:39:54
Love watching your videos I do have a question about the logic for determining tile colors though at . - Make 2048 In Python | Full Python Game Tutorial

Love watching your videos I do have a question about the logic for determining tile colors though at .

Make 2048 In Python | Full Python Game Tutorial
2024年04月09日  @barebonestactical 様 
00:24:50 - 01:15:53
You make great and inspiring videos, Tim. I love them a lot for new inspiration. However, I stopped at this one  and thought a bit. I probably missed the purpose of this game - dont know it. But the code is defenetely something I don't want to see in a huge project: The function get_random_pos. 1) Minor... the first two lines are of absolutely of no use (in python) 2)  using a key which seems strange (unless I read all the code) into an iterable that I dont know about. 3) Worst. This function could run forever - Make 2048 In Python | Full Python Game Tutorial

You make great and inspiring videos, Tim. I love them a lot for new inspiration. However, I stopped at this one and thought a bit. I probably missed the purpose of this game - dont know it. But the code is defenetely something I don't want to see in a huge project: The function get_random_pos. 1) Minor... the first two lines are of absolutely of no use (in python) 2) using a key which seems strange (unless I read all the code) into an iterable that I dont know about. 3) Worst. This function could run forever

Make 2048 In Python | Full Python Game Tutorial
2024年04月09日  @wonnor42 様 
00:39:04 - 01:15:53
| Moving The Tiles - Explanation - Make 2048 In Python | Full Python Game Tutorial

| Moving The Tiles - Explanation

Make 2048 In Python | Full Python Game Tutorial
2024年04月09日 
00:39:54 - 00:46:07
| Moving The Tiles - Implementation - Make 2048 In Python | Full Python Game Tutorial

| Moving The Tiles - Implementation

Make 2048 In Python | Full Python Game Tutorial
2024年04月09日 
00:46:07 - 01:15:53
| What is Asyncio? - Asyncio in Python - Full Tutorial

| What is Asyncio?

Asyncio in Python - Full Tutorial
2024年04月05日 
00:00:00 - 00:00:48
| When to use Async IO? - Asyncio in Python - Full Tutorial

| When to use Async IO?

Asyncio in Python - Full Tutorial
2024年04月05日 
00:00:48 - 00:02:04
| #1 - The Event Loop - Asyncio in Python - Full Tutorial

| #1 - The Event Loop

Asyncio in Python - Full Tutorial
2024年04月05日 
00:02:04 - 00:02:47
| #2 - Coroutines - Asyncio in Python - Full Tutorial

| #2 - Coroutines

Asyncio in Python - Full Tutorial
2024年04月05日 
00:02:47 - 00:09:52
| #3 - Tasks - Asyncio in Python - Full Tutorial

| #3 - Tasks

Asyncio in Python - Full Tutorial
2024年04月05日 
00:09:52 - 00:16:50
@ I don't disagree with how this was done, but for a demonstration I think I would have made sleep_time a list, and used a range() for 'id' in the for loop. And let 'id' be zero for the first one.  A little clearer what's happening with the tasks, imo. - Asyncio in Python - Full Tutorial

@ I don't disagree with how this was done, but for a demonstration I think I would have made sleep_time a list, and used a range() for 'id' in the for loop. And let 'id' be zero for the first one. A little clearer what's happening with the tasks, imo.

Asyncio in Python - Full Tutorial
2024年04月05日  @chrisw1462 様 
00:15:20 - 00:24:59
@  'Gives .. access to' is a bit misleading, as 'tg' doesn't exist before this line.  The whole interface is a bit clunky, IMO, so stuff like that just makes it harder to understand. - Asyncio in Python - Full Tutorial

@ 'Gives .. access to' is a bit misleading, as 'tg' doesn't exist before this line. The whole interface is a bit clunky, IMO, so stuff like that just makes it harder to understand.

Asyncio in Python - Full Tutorial
2024年04月05日  @chrisw1462 様 
00:16:02 - 00:24:59
| #4 - Futures - Asyncio in Python - Full Tutorial

| #4 - Futures

Asyncio in Python - Full Tutorial
2024年04月05日 
00:16:50 - 00:18:23
| #5 - Synchronization - Asyncio in Python - Full Tutorial

| #5 - Synchronization

Asyncio in Python - Full Tutorial
2024年04月05日 
00:18:23 - 00:24:59
| Introduction - 3 IMPRESSIVE Coding Resume Projects

| Introduction

3 IMPRESSIVE Coding Resume Projects
2024年04月02日 
00:00:00 - 00:00:36
| 1st Project Idea - 3 IMPRESSIVE Coding Resume Projects

| 1st Project Idea

3 IMPRESSIVE Coding Resume Projects
2024年04月02日 
00:00:36 - 00:02:45
| Full Guide Of The Best Resume Projects - 3 IMPRESSIVE Coding Resume Projects

| Full Guide Of The Best Resume Projects

3 IMPRESSIVE Coding Resume Projects
2024年04月02日 
00:02:45 - 00:03:00
| 2nd Project Idea - 3 IMPRESSIVE Coding Resume Projects

| 2nd Project Idea

3 IMPRESSIVE Coding Resume Projects
2024年04月02日 
00:03:00 - 00:03:56
| 3rd Project Idea - 3 IMPRESSIVE Coding Resume Projects

| 3rd Project Idea

3 IMPRESSIVE Coding Resume Projects
2024年04月02日 
00:03:56 - 00:05:45
| Conclusion - 3 IMPRESSIVE Coding Resume Projects

| Conclusion

3 IMPRESSIVE Coding Resume Projects
2024年04月02日 
00:05:45 - 00:06:02
| Overview - 10 Python Comprehensions You SHOULD Be Using

| Overview

10 Python Comprehensions You SHOULD Be Using
2024年03月29日 
00:00:00 - 00:00:11
| Basic List Comprehensions - 10 Python Comprehensions You SHOULD Be Using

| Basic List Comprehensions

10 Python Comprehensions You SHOULD Be Using
2024年03月29日 
00:00:11 - 00:02:06
| Comprehension Condition - 10 Python Comprehensions You SHOULD Be Using

| Comprehension Condition

10 Python Comprehensions You SHOULD Be Using
2024年03月29日 
00:02:06 - 00:04:22
| If You're Serious About Becoming A Developer - 10 Python Comprehensions You SHOULD Be Using

| If You're Serious About Becoming A Developer

10 Python Comprehensions You SHOULD Be Using
2024年03月29日 
00:04:22 - 00:05:20
| Comprehension With Multiple Conditions - 10 Python Comprehensions You SHOULD Be Using

| Comprehension With Multiple Conditions

10 Python Comprehensions You SHOULD Be Using
2024年03月29日 
00:05:20 - 00:07:42
regarding the check on string length (): - 10 Python Comprehensions You SHOULD Be Using

regarding the check on string length ():

10 Python Comprehensions You SHOULD Be Using
2024年03月29日  @DrDeuteron 様 
00:05:40 - 00:21:35
Shouldn't at  the first condition be greater than or equals to 2 like you show after? - 10 Python Comprehensions You SHOULD Be Using

Shouldn't at the first condition be greater than or equals to 2 like you show after?

10 Python Comprehensions You SHOULD Be Using
2024年03月29日  @giovannisins 様 
00:05:59 - 00:21:35
How does the example at &t work? you don't have to terminate login in []? - 10 Python Comprehensions You SHOULD Be Using

How does the example at &t work? you don't have to terminate login in []?

10 Python Comprehensions You SHOULD Be Using
2024年03月29日  @dmaynor 様 
00:06:30 - 00:21:35
I actually never knew you could insert multiple conditions like that, pretty cool! - 10 Python Comprehensions You SHOULD Be Using

I actually never knew you could insert multiple conditions like that, pretty cool!

10 Python Comprehensions You SHOULD Be Using
2024年03月29日  @Indently 様 
00:07:28 - 00:21:35
| Multiple List Comprehension - 10 Python Comprehensions You SHOULD Be Using

| Multiple List Comprehension

10 Python Comprehensions You SHOULD Be Using
2024年03月29日 
00:07:42 - 00:09:18
| If/Else In A Comprehension - 10 Python Comprehensions You SHOULD Be Using

| If/Else In A Comprehension

10 Python Comprehensions You SHOULD Be Using
2024年03月29日 
00:09:18 - 00:11:22
| Nested List Comprehension - 10 Python Comprehensions You SHOULD Be Using

| Nested List Comprehension

10 Python Comprehensions You SHOULD Be Using
2024年03月29日 
00:11:22 - 00:14:32
| Transformation In Comprehension - 10 Python Comprehensions You SHOULD Be Using

| Transformation In Comprehension

10 Python Comprehensions You SHOULD Be Using
2024年03月29日 
00:14:32 - 00:15:38
| Dictionary Comprehension - 10 Python Comprehensions You SHOULD Be Using

| Dictionary Comprehension

10 Python Comprehensions You SHOULD Be Using
2024年03月29日 
00:15:38 - 00:16:47
| Set Comprehension - 10 Python Comprehensions You SHOULD Be Using

| Set Comprehension

10 Python Comprehensions You SHOULD Be Using
2024年03月29日 
00:16:47 - 00:17:49
| Generator Comprehension - 10 Python Comprehensions You SHOULD Be Using

| Generator Comprehension

10 Python Comprehensions You SHOULD Be Using
2024年03月29日 
00:17:49 - 00:21:35
| Video Overview - Django & React Web App Tutorial - Authentication, Databases, Deployment & More...

| Video Overview

Django & React Web App Tutorial - Authentication, Databases, Deployment & More...
2024年03月26日 
00:00:00 - 00:00:39
| Project Demo - Django & React Web App Tutorial - Authentication, Databases, Deployment & More...

| Project Demo

Django & React Web App Tutorial - Authentication, Databases, Deployment & More...
2024年03月26日 
00:00:39 - 00:03:03
| Win a Cybertruck or $100,000 - Django & React Web App Tutorial - Authentication, Databases, Deployment & More...

| Win a Cybertruck or $100,000

Django & React Web App Tutorial - Authentication, Databases, Deployment & More...
2024年03月26日 
00:03:03 - 00:04:32
| Backend Setup/Installation - Django & React Web App Tutorial - Authentication, Databases, Deployment & More...

| Backend Setup/Installation

Django & React Web App Tutorial - Authentication, Databases, Deployment & More...
2024年03月26日 
00:04:32 - 00:10:11
| Django Settings - Django & React Web App Tutorial - Authentication, Databases, Deployment & More...

| Django Settings

Django & React Web App Tutorial - Authentication, Databases, Deployment & More...
2024年03月26日 
00:10:11 - 00:14:39
| Understanding JWT Tokens - Django & React Web App Tutorial - Authentication, Databases, Deployment & More...

| Understanding JWT Tokens

Django & React Web App Tutorial - Authentication, Databases, Deployment & More...
2024年03月26日 
00:14:39 - 00:18:00
| Making The Registration View - Django & React Web App Tutorial - Authentication, Databases, Deployment & More...

| Making The Registration View

Django & React Web App Tutorial - Authentication, Databases, Deployment & More...
2024年03月26日 
00:18:00 - 00:25:40
- I am making a project Manager. Do you have any recommendations? Like for example, What can I use for collaboration? - Django & React Web App Tutorial - Authentication, Databases, Deployment & More...

- I am making a project Manager. Do you have any recommendations? Like for example, What can I use for collaboration?

Django & React Web App Tutorial - Authentication, Databases, Deployment & More...
2024年03月26日  @simplegametutorials1341 様 
00:18:47 - 02:22:03
| Connecting Our Auth Routes - Django & React Web App Tutorial - Authentication, Databases, Deployment & More...

| Connecting Our Auth Routes

Django & React Web App Tutorial - Authentication, Databases, Deployment & More...
2024年03月26日 
00:25:40 - 00:32:58
No no rather wrap line. - Django & React Web App Tutorial - Authentication, Databases, Deployment & More...

No no rather wrap line.

Django & React Web App Tutorial - Authentication, Databases, Deployment & More...
2024年03月26日  @dev-akeel 様 
00:25:40 - 02:22:03
| Creating Custom Models - Django & React Web App Tutorial - Authentication, Databases, Deployment & More...

| Creating Custom Models

Django & React Web App Tutorial - Authentication, Databases, Deployment & More...
2024年03月26日 
00:32:58 - 00:38:57
| Writing Create, Read & Delete Views - Django & React Web App Tutorial - Authentication, Databases, Deployment & More...

| Writing Create, Read & Delete Views

Django & React Web App Tutorial - Authentication, Databases, Deployment & More...
2024年03月26日 
00:38:57 - 00:50:38
| Frontend Installation/Setup - Django & React Web App Tutorial - Authentication, Databases, Deployment & More...

| Frontend Installation/Setup

Django & React Web App Tutorial - Authentication, Databases, Deployment & More...
2024年03月26日 
00:50:38 - 00:52:20
| Frontend Organization & Axios Setup - Django & React Web App Tutorial - Authentication, Databases, Deployment & More...

| Frontend Organization & Axios Setup

Django & React Web App Tutorial - Authentication, Databases, Deployment & More...
2024年03月26日 
00:52:20 - 00:59:32
| Writing Protected Routes - Django & React Web App Tutorial - Authentication, Databases, Deployment & More...

| Writing Protected Routes

Django & React Web App Tutorial - Authentication, Databases, Deployment & More...
2024年03月26日 
00:59:32 - 01:08:57
| Navigation & Pages - Django & React Web App Tutorial - Authentication, Databases, Deployment & More...

| Navigation & Pages

Django & React Web App Tutorial - Authentication, Databases, Deployment & More...
2024年03月26日 
01:08:57 - 01:16:35
| 404 Page - Django & React Web App Tutorial - Authentication, Databases, Deployment & More...

| 404 Page

Django & React Web App Tutorial - Authentication, Databases, Deployment & More...
2024年03月26日 
01:16:35 - 01:17:30
| Making A Generic Form - Django & React Web App Tutorial - Authentication, Databases, Deployment & More...

| Making A Generic Form

Django & React Web App Tutorial - Authentication, Databases, Deployment & More...
2024年03月26日 
01:17:30 - 01:26:15
| Adding Form Styles - Django & React Web App Tutorial - Authentication, Databases, Deployment & More...

| Adding Form Styles

Django & React Web App Tutorial - Authentication, Databases, Deployment & More...
2024年03月26日 
01:26:15 - 01:27:06
| Connecting The Login/Register Form - Django & React Web App Tutorial - Authentication, Databases, Deployment & More...

| Connecting The Login/Register Form

Django & React Web App Tutorial - Authentication, Databases, Deployment & More...
2024年03月26日 
01:27:06 - 01:31:42
| Building The Home Page - Django & React Web App Tutorial - Authentication, Databases, Deployment & More...

| Building The Home Page

Django & React Web App Tutorial - Authentication, Databases, Deployment & More...
2024年03月26日 
01:31:42 - 01:44:10
I’m at  and I restarted my server and my front end to register again and it gave me a 401 also I just realized when I registered it didn’t show in my backend terminal like it showed for you? How do I fix 😢 - Django & React Web App Tutorial - Authentication, Databases, Deployment & More...

I’m at and I restarted my server and my front end to register again and it gave me a 401 also I just realized when I registered it didn’t show in my backend terminal like it showed for you? How do I fix 😢

Django & React Web App Tutorial - Authentication, Databases, Deployment & More...
2024年03月26日  @user-lm1qg1gm5z 様 
01:42:34 - 02:22:03
| Building The Note Component - Django & React Web App Tutorial - Authentication, Databases, Deployment & More...

| Building The Note Component

Django & React Web App Tutorial - Authentication, Databases, Deployment & More...
2024年03月26日 
01:44:10 - 01:48:41
| Frontend Finishing Touches - Django & React Web App Tutorial - Authentication, Databases, Deployment & More...

| Frontend Finishing Touches

Django & React Web App Tutorial - Authentication, Databases, Deployment & More...
2024年03月26日 
01:48:41 - 01:52:20
| Database Deployment - Django & React Web App Tutorial - Authentication, Databases, Deployment & More...

| Database Deployment

Django & React Web App Tutorial - Authentication, Databases, Deployment & More...
2024年03月26日 
01:52:20 - 02:00:03
| Deployment Configuration - Django & React Web App Tutorial - Authentication, Databases, Deployment & More...

| Deployment Configuration

Django & React Web App Tutorial - Authentication, Databases, Deployment & More...
2024年03月26日 
02:00:03 - 02:05:02
| Choreo Project Setup - Django & React Web App Tutorial - Authentication, Databases, Deployment & More...

| Choreo Project Setup

Django & React Web App Tutorial - Authentication, Databases, Deployment & More...
2024年03月26日 
02:05:02 - 02:07:39
| Backend Deployment - Django & React Web App Tutorial - Authentication, Databases, Deployment & More...

| Backend Deployment

Django & React Web App Tutorial - Authentication, Databases, Deployment & More...
2024年03月26日 
02:07:39 - 02:14:30
| Frontend Deployment - Django & React Web App Tutorial - Authentication, Databases, Deployment & More...

| Frontend Deployment

Django & React Web App Tutorial - Authentication, Databases, Deployment & More...
2024年03月26日 
02:14:30 - 02:16:23
| Connecting The Fronted To The Backend |  (2) - Django & React Web App Tutorial - Authentication, Databases, Deployment & More...

| Connecting The Fronted To The Backend | (2)

Django & React Web App Tutorial - Authentication, Databases, Deployment & More...
2024年03月26日 
02:16:23 - 02:22:03
| Connecting The Fronted To The Backend | (1) - Django & React Web App Tutorial - Authentication, Databases, Deployment & More...

| Connecting The Fronted To The Backend | (1)

Django & React Web App Tutorial - Authentication, Databases, Deployment & More...
2024年03月26日 
02:16:23 - 02:16:23
| The Problem With LLMs - Is NVIDIA’s ChatRTX The Next Big Thing?

| The Problem With LLMs

Is NVIDIA’s ChatRTX The Next Big Thing?
2024年03月23日 
00:00:00 - 00:01:01
| What Is ChatRTX? - Is NVIDIA’s ChatRTX The Next Big Thing?

| What Is ChatRTX?

Is NVIDIA’s ChatRTX The Next Big Thing?
2024年03月23日 
00:01:01 - 00:01:28
| ChatRTX Demo - Is NVIDIA’s ChatRTX The Next Big Thing?

| ChatRTX Demo

Is NVIDIA’s ChatRTX The Next Big Thing?
2024年03月23日 
00:01:28 - 00:05:03
| Installation & Requirements - Is NVIDIA’s ChatRTX The Next Big Thing?

| Installation & Requirements

Is NVIDIA’s ChatRTX The Next Big Thing?
2024年03月23日 
00:05:03 - 00:06:22
| How This Works (RAG) - Is NVIDIA’s ChatRTX The Next Big Thing?

| How This Works (RAG)

Is NVIDIA’s ChatRTX The Next Big Thing?
2024年03月23日 
00:06:22 - 00:10:49
| What Is A Decorator? - PLEASE Use These 5 Python Decorators

| What Is A Decorator?

PLEASE Use These 5 Python Decorators
2024年03月19日 
00:00:00 - 00:05:30
| What You NEED To Know - PLEASE Use These 5 Python Decorators

| What You NEED To Know

PLEASE Use These 5 Python Decorators
2024年03月19日 
00:05:30 - 00:06:14
| @property - PLEASE Use These 5 Python Decorators

| @property

PLEASE Use These 5 Python Decorators
2024年03月19日 
00:06:14 - 00:10:34
[] zero is not a positive number, it is a neutral number, you should improve the ‘if’ statement, nice video 👋 - PLEASE Use These 5 Python Decorators

[] zero is not a positive number, it is a neutral number, you should improve the ‘if’ statement, nice video 👋

PLEASE Use These 5 Python Decorators
2024年03月19日  @franco-gil 様 
00:09:02 - 00:20:12
What would happen if we try to assign some value to c.diameter? - PLEASE Use These 5 Python Decorators

What would happen if we try to assign some value to c.diameter?

PLEASE Use These 5 Python Decorators
2024年03月19日  @garfield-pro 様 
00:09:31 - 00:20:12
| @staticmethod - PLEASE Use These 5 Python Decorators

| @staticmethod

PLEASE Use These 5 Python Decorators
2024年03月19日 
00:10:34 - 00:12:10
| @classmethod - PLEASE Use These 5 Python Decorators

| @classmethod

PLEASE Use These 5 Python Decorators
2024年03月19日 
00:12:10 - 00:13:45
| @functools.cache - PLEASE Use These 5 Python Decorators

| @functools.cache

PLEASE Use These 5 Python Decorators
2024年03月19日 
00:13:45 - 00:17:09
| @dataclass - PLEASE Use These 5 Python Decorators

| @dataclass

PLEASE Use These 5 Python Decorators
2024年03月19日 
00:17:09 - 00:20:12
| What Are Virtual Environments? - Python Virtual Environments - Full Tutorial for Beginners

| What Are Virtual Environments?

Python Virtual Environments - Full Tutorial for Beginners
2024年03月16日 
00:00:00 - 00:00:47
| Creating a Virtual Environment - Python Virtual Environments - Full Tutorial for Beginners

| Creating a Virtual Environment

Python Virtual Environments - Full Tutorial for Beginners
2024年03月16日 
00:00:47 - 00:03:17
When you show the four common choices for virtual environments at , you seem to equate virtualenv with venv as the images display on screen. Beginners should understand that virtualenv is a third-party tool. - Python Virtual Environments - Full Tutorial for Beginners

When you show the four common choices for virtual environments at , you seem to equate virtualenv with venv as the images display on screen. Beginners should understand that virtualenv is a third-party tool.

Python Virtual Environments - Full Tutorial for Beginners
2024年03月16日  @BillAugersdca 様 
00:01:31 - 00:09:05
| Installing Packages - Python Virtual Environments - Full Tutorial for Beginners

| Installing Packages

Python Virtual Environments - Full Tutorial for Beginners
2024年03月16日 
00:03:17 - 00:04:29
| Saving Dependencies - Python Virtual Environments - Full Tutorial for Beginners

| Saving Dependencies

Python Virtual Environments - Full Tutorial for Beginners
2024年03月16日 
00:04:29 - 00:05:25
| Example Work Flow - Python Virtual Environments - Full Tutorial for Beginners

| Example Work Flow

Python Virtual Environments - Full Tutorial for Beginners
2024年03月16日 
00:05:25 - 00:07:07
| Virtual Environment Tips - Python Virtual Environments - Full Tutorial for Beginners

| Virtual Environment Tips

Python Virtual Environments - Full Tutorial for Beginners
2024年03月16日 
00:07:07 - 00:09:05
| Before Data Classes - Python Data Classes Are AMAZING! Here's Why

| Before Data Classes

Python Data Classes Are AMAZING! Here's Why
2024年03月14日 
00:00:00 - 00:01:14
| An Intro To Data Classes - Python Data Classes Are AMAZING! Here's Why

| An Intro To Data Classes

Python Data Classes Are AMAZING! Here's Why
2024年03月14日 
00:01:14 - 00:01:47
| How A Data Class Works - Python Data Classes Are AMAZING! Here's Why

| How A Data Class Works

Python Data Classes Are AMAZING! Here's Why
2024年03月14日 
00:01:47 - 00:04:57
| If You Want To Become A Developer - Python Data Classes Are AMAZING! Here's Why

| If You Want To Become A Developer

Python Data Classes Are AMAZING! Here's Why
2024年03月14日 
00:04:57 - 00:05:49
| Data Class Example - Python Data Classes Are AMAZING! Here's Why

| Data Class Example

Python Data Classes Are AMAZING! Here's Why
2024年03月14日 
00:05:49 - 00:06:58
| Optional Arguments - Python Data Classes Are AMAZING! Here's Why

| Optional Arguments

Python Data Classes Are AMAZING! Here's Why
2024年03月14日 
00:06:58 - 00:07:53
| Default Parameters - Python Data Classes Are AMAZING! Here's Why

| Default Parameters

Python Data Classes Are AMAZING! Here's Why
2024年03月14日 
00:07:53 - 00:10:28
| A Quick Tip - Help() - Python Data Classes Are AMAZING! Here's Why

| A Quick Tip - Help()

Python Data Classes Are AMAZING! Here's Why
2024年03月14日 
00:10:28 - 00:10:55
| Class Variables - Python Data Classes Are AMAZING! Here's Why

| Class Variables

Python Data Classes Are AMAZING! Here's Why
2024年03月14日 
00:10:55 - 00:11:39
| Inheritance - Python Data Classes Are AMAZING! Here's Why

| Inheritance

Python Data Classes Are AMAZING! Here's Why
2024年03月14日 
00:11:39 - 00:14:03
| InitVar - Python Data Classes Are AMAZING! Here's Why

| InitVar

Python Data Classes Are AMAZING! Here's Why
2024年03月14日 
00:14:03 - 00:16:11