No, it isn't true. Please learn how Python objects really work. Assignment doesn't care whether you're assigning lists, ints or something else.(06:41:28 - 12:19:52) - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

No, it isn't true. Please learn how Python objects really work. Assignment doesn't care whether you're assigning lists, ints or something else.(06:41:28 - 12:19:52)
Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

This Python data science course will take you from knowing nothing about Python to coding and analyzing data with Python using tools like Pandas, NumPy, and Matplotlib.


💻 Code: https://github.com/datapublishings/Course-python-data-science

This is a hands-on course and you will practice everyth...
This Python data science course will take you from knowing nothing about Python to coding and analyzing data with Python using tools like Pandas, NumPy, and Matplotlib.


💻 Code: https://github.com/datapublishings/Course-python-data-science

This is a hands-on course and you will practice everything you learn step-by-step. This course was created by Maxwell Armi. You can check out more of his data science videos on his YouTube channel here: https://www.youtube.com/c/AISciencesLearn

🎥 Learn more about Data Science with videos from freeCodeCamp's Data Science Playlist: https://www.youtube.com/playlist?list=PLWKjhJtqVAblQe2CCWqV4Zy3LY01Z8aF1

⭐️ Course Contents ⭐️
⌨️ (0:00:00) Introduction to the Course and Outline
⌨️ (0:03:53) The Basics of Programming
⌨️ (1:11:35) Why Python
⌨️ (1:33:09) How to Install Anaconda and Python
⌨️ (1:37:25) How to Launch a Jupyter Notebook
⌨️ (1:46:28) How to Code in the iPython Shell
⌨️ (1:53:33) Variables and Operators in Python
⌨️ (2:27:45) Booleans and Comparisons in Python
⌨️ (2:55:37) Other Useful Python Functions
⌨️ (3:20:04) Control Flow in Python
⌨️ (5:11:52) Functions in Python
⌨️ (6:41:47) Modules in Python
⌨️ (7:30:04) Strings in Python
⌨️ (8:23:57) Other Important Python Data Structures: Lists, Tuples, Sets, and Dictionaries
⌨️ (9:36:10) The NumPy Python Data Science Library
⌨️ (11:04:12) The Pandas Python Data Science Python Library
⌨️ (12:01:31) The Matplotlib Python Data Science Library
⌨️ (12:09:00) Example Project: A COVID19 Trend Analysis Data Analysis Tool Built with Python Libraries

#data science #python #pandas #matplotlib #numpy
() Introduction to the Course and Outline - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

() Introduction to the Course and Outline

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
00:00:00 - 00:03:53
Could you add timecode? For clarity, you will need to set the first timecode with  so that youtube knows to create breakpoints on the video. - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

Could you add timecode? For clarity, you will need to set the first timecode with so that youtube knows to create breakpoints on the video.

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
00:00:00 - 12:19:52
⌨ () Introduction to the Course and Outline - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

⌨ () Introduction to the Course and Outline

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
00:00:00 - 00:03:53
⌨️ () Introduction to the Course and Outline - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

⌨️ () Introduction to the Course and Outline

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
00:00:00 - 00:03:53
⌨ () The Basics of Programming - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

⌨ () The Basics of Programming

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
00:03:53 - 01:11:35
⌨️ () The Basics of Programming - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

⌨️ () The Basics of Programming

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
00:03:53 - 01:11:35
if task (extracting the integer and checking if even or not ) quike..modulo operator :integer_x=int(x)if integer_x % 2 == 0 :this is even (print)*else:this is not even * - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

if task (extracting the integer and checking if even or not ) quike..modulo operator :integer_x=int(x)if integer_x % 2 == 0 :this is even (print)*else:this is not even *

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
00:04:18 - 12:19:52
I'm so lost at . I think I need to keep rewatching it. - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

I'm so lost at . I think I need to keep rewatching it.

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
00:05:11 - 12:19:52
in  if I don't write the return value statement it still works. why is that? - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

in if I don't write the return value statement it still works. why is that?

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
00:06:04 - 12:19:52
Great course! I went through the last part of this  through the end but had trouble finding the csv file. Maybe upload the file to the github so I can follow along those portions of the video? - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

Great course! I went through the last part of this through the end but had trouble finding the csv file. Maybe upload the file to the github so I can follow along those portions of the video?

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
00:09:36 - 12:19:52
are you sure we need to have consistent elements for multiple dimensions.I guess it will directly consider left out elements in array as NaN - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

are you sure we need to have consistent elements for multiple dimensions.I guess it will directly consider left out elements in array as NaN

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
00:09:45 - 12:19:52
"B might be that person, who doesn't know how to find the maximum" 😂 the shade 😂 - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

"B might be that person, who doesn't know how to find the maximum" 😂 the shade 😂

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
00:11:09 - 12:19:52
: - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

:

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
00:16:00 - 12:19:52
Bookmark - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

Bookmark

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
00:40:30 - 12:19:52
He says L[2] is the second value in the list... doesn't the list start at [0], meaning the second value in the list should be L[1] ? - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

He says L[2] is the second value in the list... doesn't the list start at [0], meaning the second value in the list should be L[1] ?

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
00:44:15 - 12:19:52
you made a mistake as L[2] is 0 and L[3] is 73 as list has indexing from 0 to n-1 - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

you made a mistake as L[2] is 0 and L[3] is 73 as list has indexing from 0 to n-1

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
00:44:32 - 12:19:52
someone explain it for me  why counter is 2 pls ? - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

someone explain it for me why counter is 2 pls ?

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
00:49:40 - 12:19:52
At  minutes doesn’t the python index start at 0 not 1 as you have suggested - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

At minutes doesn’t the python index start at 0 not 1 as you have suggested

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
00:51:00 - 12:19:52
There is an error at  & 1:07:10, you didn't miss an equal sign here. There shouldn't be an equal sign. if n=6, and you count from 0,1,2,3,4,5 you actually got 6 elements without including 6. so n<6 gives you 6 items, n<=6 will give you 7 items, and you will get an error with this code. I hope this helps, thank you! - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

There is an error at & 1:07:10, you didn't miss an equal sign here. There shouldn't be an equal sign. if n=6, and you count from 0,1,2,3,4,5 you actually got 6 elements without including 6. so n<6 gives you 6 items, n<=6 will give you 7 items, and you will get an error with this code. I hope this helps, thank you!

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
01:03:51 - 12:19:52
And today I am on  ...These man is truly a legend...He is teaching without any advertisement yrr...He is a true teacher❤️❤️ - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

And today I am on ...These man is truly a legend...He is teaching without any advertisement yrr...He is a true teacher❤️❤️

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
01:10:00 - 12:19:52
Why Python - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

Why Python

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
01:11:35 - 01:20:27
⌨ () Why Python - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

⌨ () Why Python

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
01:11:35 - 01:33:09
⌨️ () Why Python - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

⌨️ () Why Python

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
01:11:35 - 01:33:09
Saving this for later - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

Saving this for later

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
01:11:38 - 12:19:52
What is an IDE - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

What is an IDE

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
01:20:27 - 01:29:48
IDE statistics - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

IDE statistics

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
01:29:48 - 01:33:10
Folk who only want to learn data science and python....I mean those who come from cs background little bit aware about basic data structure and flowchart and pseudocode...then move onto directly - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

Folk who only want to learn data science and python....I mean those who come from cs background little bit aware about basic data structure and flowchart and pseudocode...then move onto directly

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
01:30:00 - 12:19:52
⌨ () How to Install Anaconda and Python - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

⌨ () How to Install Anaconda and Python

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
01:33:09 - 01:37:25
⌨️ () How to Install Anaconda and Python - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

⌨️ () How to Install Anaconda and Python

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
01:33:09 - 01:37:25
Installing Python (Anaconda) - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

Installing Python (Anaconda)

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
01:33:10 - 01:37:25
Hello World Program - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

Hello World Program

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
01:37:25 - 01:53:33
⌨ () How to Launch a Jupyter Notebook - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

⌨ () How to Launch a Jupyter Notebook

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
01:37:25 - 01:46:28
⌨️ () How to Launch a Jupyter Notebook - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

⌨️ () How to Launch a Jupyter Notebook

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
01:37:25 - 01:46:28
⌨ () How to Code in the iPython Shell - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

⌨ () How to Code in the iPython Shell

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
01:46:28 - 01:53:33
⌨️ () How to Code in the iPython Shell - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

⌨️ () How to Code in the iPython Shell

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
01:46:28 - 01:53:33
Variables & Operators - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

Variables & Operators

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
01:53:33 - 02:27:46
⌨ () Variables and Operators in Python - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

⌨ () Variables and Operators in Python

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
01:53:33 - 02:27:45
⌨️ () Variables and Operators in Python - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

⌨️ () Variables and Operators in Python

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
01:53:33 - 02:27:45
anyone know why '10/3' gives a decimal that ends in 5??? As a math teacher, this really bothers me! - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

anyone know why '10/3' gives a decimal that ends in 5??? As a math teacher, this really bothers me!

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
02:20:10 - 12:19:52
_e = 6....It is allowed but we cannot see it in %whos....Can anybody answer me why ? - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

_e = 6....It is allowed but we cannot see it in %whos....Can anybody answer me why ?

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
02:24:30 - 12:19:52
Why it's not showing in %whos @ - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

Why it's not showing in %whos @

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
02:26:28 - 12:19:52
⌨ () Booleans and Comparisons in Python - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

⌨ () Booleans and Comparisons in Python

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
02:27:45 - 02:55:37
⌨️ () Booleans and Comparisons in Python - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

⌨️ () Booleans and Comparisons in Python

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
02:27:45 - 02:55:37
Type bool & Comparisons - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

Type bool & Comparisons

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
02:27:46 - 02:55:39
⌨ () Other Useful Python Functions - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

⌨ () Other Useful Python Functions

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
02:55:37 - 03:20:04
⌨️ () Other Useful Python Functions - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

⌨️ () Other Useful Python Functions

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
02:55:37 - 03:20:04
Some Useful Functions - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

Some Useful Functions

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
02:55:39 - 03:20:04
How calculate the remainder? Thanks - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

How calculate the remainder? Thanks

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
03:10:29 - 12:19:52
Control Flow - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

Control Flow

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
03:20:04 - 05:11:54
⌨ () Control Flow in Python - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

⌨ () Control Flow in Python

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
03:20:04 - 05:11:52
⌨️ () Control Flow in Python - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

⌨️ () Control Flow in Python

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
03:20:04 - 05:11:52
So for the problem around , in which we have to find the integer portion of a float, and then check if it's even or odd, i did something like this. Could someone tell me if it's a good solution, or if there is a case where this won't work? - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

So for the problem around , in which we have to find the integer portion of a float, and then check if it's even or odd, i did something like this. Could someone tell me if it's a good solution, or if there is a case where this won't work?

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
04:00:00 - 12:19:52
For the exercise at starting at () the following code is the simplest version i came up withx=float(input("Enter a real number :"))print (int(x))if int(x)%2 == 0:print("Even")else:print("odd") - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

For the exercise at starting at () the following code is the simplest version i came up withx=float(input("Enter a real number :"))print (int(x))if int(x)%2 == 0:print("Even")else:print("odd")

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
04:08:00 - 12:19:52
and the quotient will be the integer part. (Program @ - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

and the quotient will be the integer part. (Program @

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
04:10:00 - 12:19:52
Very interesting video and easy to understand. Although I have a doubt at . If x is positive can I write print(int(x)) to return only the integer value? I got the desired result though ;) Below is my code.... - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

Very interesting video and easy to understand. Although I have a doubt at . If x is positive can I write print(int(x)) to return only the integer value? I got the desired result though ;) Below is my code....

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
04:10:40 - 12:19:52
at ..you extract the number easily by X = int(float(input("Please Inter a float Number : "))) - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

at ..you extract the number easily by X = int(float(input("Please Inter a float Number : ")))

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
04:10:56 - 12:19:52
I dont understand why you didnt use the int() function around  it would be way easier - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

I dont understand why you didnt use the int() function around it would be way easier

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
04:11:00 - 12:19:52
()  Can't we use y=int(x) there??? - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

() Can't we use y=int(x) there???

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
04:11:52 - 12:19:52
at , can we use the int() function to get the number before the decimal? I tried it on some floats such as 4.69, 2.9999, and it gave me 4 and 2 - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

at , can we use the int() function to get the number before the decimal? I tried it on some floats such as 4.69, 2.9999, and it gave me 4 and 2

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
04:13:19 - 12:19:52
This code would do the trick at  question🙂 - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

This code would do the trick at question🙂

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
04:17:00 - 12:19:52
problem around , cant u just do: - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

problem around , cant u just do:

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
04:19:00 - 12:19:52
the integer portion could just be extracted using int(x). Don't know why we complicate it so much - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

the integer portion could just be extracted using int(x). Don't know why we complicate it so much

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
04:21:00 - 12:19:52
for this program. to get the digits before the decimal point, can't we just use int() to convert the float to int and we will get only the before decimal digits - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

for this program. to get the digits before the decimal point, can't we just use int() to convert the float to int and we will get only the before decimal digits

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
04:21:10 - 12:19:52
()  While Loop - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

() While Loop

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
04:21:35 - 04:41:52
still learning and now im in - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

still learning and now im in

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
04:21:38 - 12:19:52
: Loops - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

: Loops

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
04:21:40 - 12:19:52
- Loops - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

- Loops

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
04:21:41 - 12:19:52
@freeCodeCamp.org at  we have build one program using IF function can't we just use the below mentioned code?a = float(input("Value of a: "))A= int(a)if A%2==0:print('even')else:print('odd')print(A) - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

@freeCodeCamp.org at we have build one program using IF function can't we just use the below mentioned code?a = float(input("Value of a: "))A= int(a)if A%2==0:print('even')else:print('odd')print(A)

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
04:23:37 - 12:19:52
: while describing the "break" and "continue" it was not required to take the value of n. It did confuse me for a while. Because we are just checking if the remainder is zero or not. Rectify me if I am wrong. - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

: while describing the "break" and "continue" it was not required to take the value of n. It did confuse me for a while. Because we are just checking if the remainder is zero or not. Rectify me if I am wrong.

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
04:41:00 - 12:19:52
()  For Loop - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

() For Loop

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
04:41:52 - 04:56:40
Does anyone know why my at  my set in jupyter, starts printing the 2nd argument(4.9) followed by the 3rd(cherry) and then the 1st(apple) argument? Also while applying the break function it doesnt print apple, but only shows the last two instead of the first two arguments of the set. - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

Does anyone know why my at my set in jupyter, starts printing the 2nd argument(4.9) followed by the 3rd(cherry) and then the 1st(apple) argument? Also while applying the break function it doesnt print apple, but only shows the last two instead of the first two arguments of the set.

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
04:50:20 - 12:19:52
Resume - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

Resume

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
04:50:37 - 12:19:52
At  I get output cherry instead of apple.... What is the issue - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

At I get output cherry instead of apple.... What is the issue

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
04:55:22 - 12:19:52
() Loop practice - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

() Loop practice

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
04:56:40 - 05:12:05
Sorting , - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

Sorting ,

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
05:03:00 - 07:03:01
For question in , rearranging numbersI wrote a shorter version:L = [1,2,4,-5,7,9,3,2]temp = 0for i in range(len(L)):for j in range(i,len(L)):if L[i] > L[j]:temp = L[i]L[i] = L[j]L[j] = tempprint(L) - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

For question in , rearranging numbersI wrote a shorter version:L = [1,2,4,-5,7,9,3,2]temp = 0for i in range(len(L)):for j in range(i,len(L)):if L[i] > L[j]:temp = L[i]L[i] = L[j]L[j] = tempprint(L)

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
05:09:00 - 12:19:52
I understand the problem but i think you made it complicated,i stayed 2 days to understand it a little bit - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

I understand the problem but i think you made it complicated,i stayed 2 days to understand it a little bit

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
05:09:21 - 12:19:52
I didn’t understand the code can anyone help me? - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

I didn’t understand the code can anyone help me?

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
05:09:34 - 12:19:52
17/08/20: - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

17/08/20:

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
05:09:57 - 05:09:57
alternative shorter code to - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

alternative shorter code to

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
05:09:57 - 06:14:53
Teacher says that it is very important to master this kind of structures (). What is the name of that structure ? so I can google it and try to master. - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

Teacher says that it is very important to master this kind of structures (). What is the name of that structure ? so I can google it and try to master.

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
05:11:18 - 12:19:52
sort list - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

sort list

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
05:11:25 - 12:19:52
In the exercise finished around  there is no need of 'c' variableL = [1,2,4,-5,7,9,3,2]for j in range(len(L)):m = L[j]idx = jfor i in range(j, len(L)):if L[i]<m:m = L[i]idx = itmp = L[j]L[j] = mL[idx] = tmpprint(L) - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

In the exercise finished around there is no need of 'c' variableL = [1,2,4,-5,7,9,3,2]for j in range(len(L)):m = L[j]idx = jfor i in range(j, len(L)):if L[i]<m:m = L[i]idx = itmp = L[j]L[j] = mL[idx] = tmpprint(L)

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
05:11:30 - 12:19:52
Can someone explain this whole part for the min value! - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

Can someone explain this whole part for the min value!

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
05:11:34 - 12:19:52
⌨ () Functions in Python - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

⌨ () Functions in Python

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
05:11:52 - 06:41:47
⌨️ () Functions in Python - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

⌨️ () Functions in Python

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
05:11:52 - 06:41:47
Functions - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

Functions

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
05:11:54 - 06:41:48
() Functions_Definition - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

() Functions_Definition

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
05:12:05 - 05:20:26
() Functions_Doc string - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

() Functions_Doc string

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
05:20:26 - 12:19:52
@Kashif Murtaza Sorry, I want to ask a question. When I run the function in  (checkArgs), I always got an error message saying that " 'int' object is not callable". I've made sure that I give three arguments on the function, so the error that is explained later in the video won't happen. Why is this happening, can anyone explain it to me? I'd really appreciate it. Thanks. - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

@Kashif Murtaza Sorry, I want to ask a question. When I run the function in (checkArgs), I always got an error message saying that " 'int' object is not callable". I've made sure that I give three arguments on the function, so the error that is explained later in the video won't happen. Why is this happening, can anyone explain it to me? I'd really appreciate it. Thanks.

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
05:44:05 - 12:19:52
Sorry, I want to ask a question. When I run the function in  (checkArgs), I always got an error message saying that " 'int' object is not callable". I've made sure that I give three arguments on the function, so the error that is explained later in the video won't happen. Why is this happening, can anyone explain it to me? I'd really appreciate it. Thanks. - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

Sorry, I want to ask a question. When I run the function in (checkArgs), I always got an error message saying that " 'int' object is not callable". I've made sure that I give three arguments on the function, so the error that is explained later in the video won't happen. Why is this happening, can anyone explain it to me? I'd really appreciate it. Thanks.

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
05:44:05 - 12:19:52
. I tried to run the same code on jupyter but when I'm printing the value I'm only getting the 1st value as an output not the sum of the values. What could be the issue? - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

. I tried to run the same code on jupyter but when I'm printing the value I'm only getting the 1st value as an output not the sum of the values. What could be the issue?

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
06:21:00 - 12:19:52
No, it isn't true. Please learn how Python objects really work. Assignment doesn't care whether you're assigning lists, ints or something else. - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

No, it isn't true. Please learn how Python objects really work. Assignment doesn't care whether you're assigning lists, ints or something else.

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
06:41:28 - 12:19:52
⌨ () Modules in Python - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

⌨ () Modules in Python

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
06:41:47 - 07:30:04
⌨️ () Modules in Python - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

⌨️ () Modules in Python

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
06:41:47 - 07:30:04
Modules - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

Modules

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
06:41:48 - 07:02:45
Really thankful for this video. While explaining 'Modules' part  , you can see the time 4:43AM on presented screen, hats off to dedication of teacher. - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

Really thankful for this video. While explaining 'Modules' part , you can see the time 4:43AM on presented screen, hats off to dedication of teacher.

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
06:56:35 - 12:19:52
I am not able to save module in mac. Please help me. its in - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

I am not able to save module in mac. Please help me. its in

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
06:58:34 - 12:19:52
I completed till the beginning tutorial of the Modules () and  I will keep updating my progress. At the current time, I feel that I took my first steps and became aware of the programming basics. - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

I completed till the beginning tutorial of the Modules () and I will keep updating my progress. At the current time, I feel that I took my first steps and became aware of the programming basics.

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
07:02:44 - 12:19:52
Practice Functions - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

Practice Functions

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
07:02:45 - 07:30:06
Problem Solving - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

Problem Solving

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
07:03:01 - 09:16:41
Can someone pls explain how / why we get the lowest number: ()m=L[0]i=0idx=0for x in L:if x<m:m=xidx=ielse:i=i+1 - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

Can someone pls explain how / why we get the lowest number: ()m=L[0]i=0idx=0for x in L:if x<m:m=xidx=ielse:i=i+1

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
07:08:38 - 12:19:52
list for the error around  for int/float : - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

list for the error around for int/float :

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
07:20:00 - 12:19:52
⌨ () Strings in Python - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

⌨ () Strings in Python

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
07:30:04 - 08:23:57
⌨️ () Strings in Python - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

⌨️ () Strings in Python

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
07:30:04 - 08:23:57
Strings - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

Strings

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
07:30:06 - 08:23:57
Data Structure - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

Data Structure

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
08:23:57 - 09:36:12
⌨ () Other Important Python Data Structures: Lists, Tuples, Sets, and Dictionaries - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

⌨ () Other Important Python Data Structures: Lists, Tuples, Sets, and Dictionaries

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
08:23:57 - 09:36:10
⌨️ () Other Important Python Data Structures: Lists, Tuples, Sets, and Dictionaries - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

⌨️ () Other Important Python Data Structures: Lists, Tuples, Sets, and Dictionaries

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
08:23:57 - 09:36:10
Problem Solving with Data StructuresJust a Timestamp for myself - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

Problem Solving with Data StructuresJust a Timestamp for myself

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
09:16:41 - 12:19:52
At  why did you we use while loop for taking input ? Also why did we set the condition in while loop to be true? - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

At why did you we use while loop for taking input ? Also why did we set the condition in while loop to be true?

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
09:26:00 - 12:19:52
At  when using a while loop and saying while true what are you referring to being as true ? You have no reference to a variable being true , does a return statement in the while loop render the loop to be false ? - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

At when using a while loop and saying while true what are you referring to being as true ? You have no reference to a variable being true , does a return statement in the while loop render the loop to be false ?

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
09:26:19 - 12:19:52
⌨ () The NumPy Python Data Science Library - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

⌨ () The NumPy Python Data Science Library

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
09:36:10 - 11:04:12
⌨️ () The NumPy Python Data Science Library - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

⌨️ () The NumPy Python Data Science Library

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
09:36:10 - 11:04:12
Numpy - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

Numpy

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
09:36:12 - 11:04:13
Those who have already known python should watch the video from ,this is where numpy starts .those who are beginner to python can watch the whole video - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

Those who have already known python should watch the video from ,this is where numpy starts .those who are beginner to python can watch the whole video

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
09:36:13 - 12:19:52
my reminder - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

my reminder

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
10:06:24 - 12:19:52
... The humanity of coding 🤣 this is so fun - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

... The humanity of coding 🤣 this is so fun

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
10:30:30 - 12:19:52
at  he could've done something likeidx = 0for i in range(len(A)):if A[i] == -1200:idx = ibreakand find the index if there is not a known method - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

at he could've done something likeidx = 0for i in range(len(A)):if A[i] == -1200:idx = ibreakand find the index if there is not a known method

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
10:30:37 - 12:19:52
The Numpy Section: Getting index of a given element ()If anyone is trying to figure out other option besides np.argwhere(A == -1200)Please try out: np.where(A == -1200) - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

The Numpy Section: Getting index of a given element ()If anyone is trying to figure out other option besides np.argwhere(A == -1200)Please try out: np.where(A == -1200)

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
10:30:55 - 12:19:52
was kinda great like even that made me think on my own how could i find the index of a particular element - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

was kinda great like even that made me think on my own how could i find the index of a particular element

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
10:31:02 - 12:19:52
⌨ () The Pandas Python Data Science Python Library - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

⌨ () The Pandas Python Data Science Python Library

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
11:04:12 - 12:01:31
⌨️ () The Pandas Python Data Science Python Library - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

⌨️ () The Pandas Python Data Science Python Library

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
11:04:12 - 12:01:31
Pandas - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

Pandas

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
11:04:13 - 12:01:34
print(A('a'))TypeError: 'Series' object is not callable - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

print(A('a'))TypeError: 'Series' object is not callable

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
11:10:00 - 12:19:52
)'' at "" - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

)'' at ""

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
11:23:20 - 12:19:52
At  it just feels like , I am watching myself 😅😅.Awesome  work 👌 👌 - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

At it just feels like , I am watching myself 😅😅.Awesome work 👌 👌

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
11:31:00 - 12:19:52
Does someone knows why he reset indexes and sum  them ? - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

Does someone knows why he reset indexes and sum them ?

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
11:55:50 - 12:19:52
I got this error what should i do now ?'DataFrameGroupBy' object has no attribute 'groupby' - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

I got this error what should i do now ?'DataFrameGroupBy' object has no attribute 'groupby'

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
11:56:10 - 12:19:52
⌨ () The Matplotlib Python Data Science Library - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

⌨ () The Matplotlib Python Data Science Library

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
12:01:31 - 12:09:00
⌨️ () The Matplotlib Python Data Science Library - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

⌨️ () The Matplotlib Python Data Science Library

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
12:01:31 - 12:09:00
Matplotlib - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

Matplotlib

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
12:01:34 - 12:19:52
for everybody at around  , you can also look up the hexadecimal number of the desired color and give that to python in high commas , so like 'hdmn' - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

for everybody at around , you can also look up the hexadecimal number of the desired color and give that to python in high commas , so like 'hdmn'

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
12:05:00 - 12:19:52
⌨ () Example Project: A COVID19 Trend Analysis Data Analysis Tool Built with Python Libraries - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

⌨ () Example Project: A COVID19 Trend Analysis Data Analysis Tool Built with Python Libraries

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
12:09:00 - 12:19:52
⌨️ () Example Project: A COVID19 Trend Analysis Data Analysis Tool Built with Python Libraries - Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

⌨️ () Example Project: A COVID19 Trend Analysis Data Analysis Tool Built with Python Libraries

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)
2020年06月02日 
12:09:00 - 12:19:52

freeCodeCamp.org

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

Timetable

動画タイムテーブル

動画数:1630件

⌨️ () Video Introduction - Data Science Essentials – Crash Course in A/B Testing with Case Study

⌨️ () Video Introduction

Data Science Essentials – Crash Course in A/B Testing with Case Study
2024年04月16日 
00:00:00 - 00:03:49
⌨️ () Introduction to Data Science and A/B Testing - Data Science Essentials – Crash Course in A/B Testing with Case Study

⌨️ () Introduction to Data Science and A/B Testing

Data Science Essentials – Crash Course in A/B Testing with Case Study
2024年04月16日 
00:03:49 - 00:05:38
⌨️ () Basics of A/B Testing in Data Science - Data Science Essentials – Crash Course in A/B Testing with Case Study

⌨️ () Basics of A/B Testing in Data Science

Data Science Essentials – Crash Course in A/B Testing with Case Study
2024年04月16日 
00:05:38 - 00:07:06
⌨️ () Key Parameters of A/B Testing for Data Scientists - Data Science Essentials – Crash Course in A/B Testing with Case Study

⌨️ () Key Parameters of A/B Testing for Data Scientists

Data Science Essentials – Crash Course in A/B Testing with Case Study
2024年04月16日 
00:07:06 - 00:09:24
⌨️ () Formulating Hypotheses and Identifying Primary Metrics in Data Science A/B Testing - Data Science Essentials – Crash Course in A/B Testing with Case Study

⌨️ () Formulating Hypotheses and Identifying Primary Metrics in Data Science A/B Testing

Data Science Essentials – Crash Course in A/B Testing with Case Study
2024年04月16日 
00:09:24 - 00:19:55
⌨️ () Designing an A/B Test: Data Science Approach - Data Science Essentials – Crash Course in A/B Testing with Case Study

⌨️ () Designing an A/B Test: Data Science Approach

Data Science Essentials – Crash Course in A/B Testing with Case Study
2024年04月16日 
00:19:55 - 00:37:56
⌨️ () Resources for A/B Testing in Data Science - Data Science Essentials – Crash Course in A/B Testing with Case Study

⌨️ () Resources for A/B Testing in Data Science

Data Science Essentials – Crash Course in A/B Testing with Case Study
2024年04月16日 
00:37:56 - 00:39:22
⌨️ () Analyzing A/B Test Results in Python: Data Science Techniques - Data Science Essentials – Crash Course in A/B Testing with Case Study

⌨️ () Analyzing A/B Test Results in Python: Data Science Techniques

Data Science Essentials – Crash Course in A/B Testing with Case Study
2024年04月16日 
00:39:22 - 01:01:00
⌨️ () Data Science Portfolio Project: Case Study with AB Testing - Data Science Essentials – Crash Course in A/B Testing with Case Study

⌨️ () Data Science Portfolio Project: Case Study with AB Testing

Data Science Essentials – Crash Course in A/B Testing with Case Study
2024年04月16日 
01:01:00 - 01:04:38
⌨️ () Reintroduction to A/B Testing in the Data Science Process - Data Science Essentials – Crash Course in A/B Testing with Case Study

⌨️ () Reintroduction to A/B Testing in the Data Science Process

Data Science Essentials – Crash Course in A/B Testing with Case Study
2024年04月16日 
01:04:38 - 01:21:07
⌨️ () Data Science Techniques: Loading Data with Pandas for A/B Testing - Data Science Essentials – Crash Course in A/B Testing with Case Study

⌨️ () Data Science Techniques: Loading Data with Pandas for A/B Testing

Data Science Essentials – Crash Course in A/B Testing with Case Study
2024年04月16日 
01:21:07 - 01:29:19
⌨️ () Data Science Visualization: Using Matplotlib and Seaborn for A/B Test Click Data - Data Science Essentials – Crash Course in A/B Testing with Case Study

⌨️ () Data Science Visualization: Using Matplotlib and Seaborn for A/B Test Click Data

Data Science Essentials – Crash Course in A/B Testing with Case Study
2024年04月16日 
01:29:19 - 01:38:38
⌨️ () Data Science Power Analysis: Understanding A/B Test Model Parameters - Data Science Essentials – Crash Course in A/B Testing with Case Study

⌨️ () Data Science Power Analysis: Understanding A/B Test Model Parameters

Data Science Essentials – Crash Course in A/B Testing with Case Study
2024年04月16日 
01:38:38 - 01:44:25
⌨️ () Data Science Calculations: Pooled Estimates and Variance for A/B Testing - Data Science Essentials – Crash Course in A/B Testing with Case Study

⌨️ () Data Science Calculations: Pooled Estimates and Variance for A/B Testing

Data Science Essentials – Crash Course in A/B Testing with Case Study
2024年04月16日 
01:44:25 - 02:06:48
⌨️ () Computing A/B Test P-Values: Data Science Methods for Statistical Significance - Data Science Essentials – Crash Course in A/B Testing with Case Study

⌨️ () Computing A/B Test P-Values: Data Science Methods for Statistical Significance

Data Science Essentials – Crash Course in A/B Testing with Case Study
2024年04月16日 
02:06:48 - 02:12:42
⌨️ () Practical Significance in A/B Testing: A Data Science Perspective - Data Science Essentials – Crash Course in A/B Testing with Case Study

⌨️ () Practical Significance in A/B Testing: A Data Science Perspective

Data Science Essentials – Crash Course in A/B Testing with Case Study
2024年04月16日 
02:12:42 - 02:29:07
⌨️ () Conclusion: Wrapping Up A/B Testing in Data Science - Data Science Essentials – Crash Course in A/B Testing with Case Study

⌨️ () Conclusion: Wrapping Up A/B Testing in Data Science

Data Science Essentials – Crash Course in A/B Testing with Case Study
2024年04月16日 
02:29:07 - 02:33:06
⌨️ () Introduction - Digital Ocean Tutorial – Deploy Django and Other Frameworks

⌨️ () Introduction

Digital Ocean Tutorial – Deploy Django and Other Frameworks
2024年04月15日 
00:00:00 - 00:01:21
⌨️ () Create account - Digital Ocean Tutorial – Deploy Django and Other Frameworks

⌨️ () Create account

Digital Ocean Tutorial – Deploy Django and Other Frameworks
2024年04月15日 
00:01:21 - 00:02:15
⌨️ () Create server - Digital Ocean Tutorial – Deploy Django and Other Frameworks

⌨️ () Create server

Digital Ocean Tutorial – Deploy Django and Other Frameworks
2024年04月15日 
00:02:15 - 00:07:53
⌨️ () Install software - Digital Ocean Tutorial – Deploy Django and Other Frameworks

⌨️ () Install software

Digital Ocean Tutorial – Deploy Django and Other Frameworks
2024年04月15日 
00:07:53 - 00:11:52
⌨️ () Configure Postgresql - Digital Ocean Tutorial – Deploy Django and Other Frameworks

⌨️ () Configure Postgresql

Digital Ocean Tutorial – Deploy Django and Other Frameworks
2024年04月15日 
00:11:52 - 00:15:56
⌨️ () Users and environment - Digital Ocean Tutorial – Deploy Django and Other Frameworks

⌨️ () Users and environment

Digital Ocean Tutorial – Deploy Django and Other Frameworks
2024年04月15日 
00:15:56 - 00:19:41
⌨️ () Requirements.txt - Digital Ocean Tutorial – Deploy Django and Other Frameworks

⌨️ () Requirements.txt

Digital Ocean Tutorial – Deploy Django and Other Frameworks
2024年04月15日 
00:19:41 - 00:22:26
⌨️ () Separate settings file - Digital Ocean Tutorial – Deploy Django and Other Frameworks

⌨️ () Separate settings file

Digital Ocean Tutorial – Deploy Django and Other Frameworks
2024年04月15日 
00:22:26 - 00:24:01
⌨️ () Introducing Git - Digital Ocean Tutorial – Deploy Django and Other Frameworks

⌨️ () Introducing Git

Digital Ocean Tutorial – Deploy Django and Other Frameworks
2024年04月15日 
00:24:01 - 00:31:36
⌨️ () Environmental variables - Digital Ocean Tutorial – Deploy Django and Other Frameworks

⌨️ () Environmental variables

Digital Ocean Tutorial – Deploy Django and Other Frameworks
2024年04月15日 
00:31:36 - 00:33:16
⌨️ () Init database - Digital Ocean Tutorial – Deploy Django and Other Frameworks

⌨️ () Init database

Digital Ocean Tutorial – Deploy Django and Other Frameworks
2024年04月15日 
00:33:16 - 00:36:46
⌨️ () Configure Gunicorn - Digital Ocean Tutorial – Deploy Django and Other Frameworks

⌨️ () Configure Gunicorn

Digital Ocean Tutorial – Deploy Django and Other Frameworks
2024年04月15日 
00:36:46 - 00:45:25
⌨️ () Configure Supervisor - Digital Ocean Tutorial – Deploy Django and Other Frameworks

⌨️ () Configure Supervisor

Digital Ocean Tutorial – Deploy Django and Other Frameworks
2024年04月15日 
00:45:25 - 00:48:44
⌨️ () Configure Nginx - Digital Ocean Tutorial – Deploy Django and Other Frameworks

⌨️ () Configure Nginx

Digital Ocean Tutorial – Deploy Django and Other Frameworks
2024年04月15日 
00:48:44 - 00:57:38
⌨️ () SSL / Let's Encrypt - Digital Ocean Tutorial – Deploy Django and Other Frameworks

⌨️ () SSL / Let's Encrypt

Digital Ocean Tutorial – Deploy Django and Other Frameworks
2024年04月15日 
00:57:38 - 00:59:26
⌨️ () Repeat procedure - Digital Ocean Tutorial – Deploy Django and Other Frameworks

⌨️ () Repeat procedure

Digital Ocean Tutorial – Deploy Django and Other Frameworks
2024年04月15日 
00:59:26 - 01:15:47
⌨️ () Introduction - One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI

⌨️ () Introduction

One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI
2024年04月11日 
00:00:00 - 00:01:54
The timing on this video being dropped was PERFECT. I was JUST complaining there wasn't a good video on this 😂 She's brilliant can't wait to finish this. - One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI

The timing on this video being dropped was PERFECT. I was JUST complaining there wasn't a good video on this 😂 She's brilliant can't wait to finish this.

One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI
2024年04月11日  @beemoore6578 様 
00:01:30 - 01:29:35
⌨️ () What is Figma? - One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI

⌨️ () What is Figma?

One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI
2024年04月11日 
00:01:54 - 00:02:22
⌨️ () The design - One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI

⌨️ () The design

One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI
2024年04月11日 
00:02:22 - 00:06:28
⌨️ () Locofy Lightning and LocoAI - One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI

⌨️ () Locofy Lightning and LocoAI

One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI
2024年04月11日 
00:06:28 - 00:25:18
Starting at  Ania is showing the responsiveness - One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI

Starting at Ania is showing the responsiveness

One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI
2024年04月11日  @jando3176 様 
00:12:50 - 01:29:35
⌨️ () Let’s build out our app! - One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI

⌨️ () Let’s build out our app!

One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI
2024年04月11日 
00:25:18 - 00:40:45
⌨️ () Sync to GitHub - One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI

⌨️ () Sync to GitHub

One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI
2024年04月11日 
00:40:45 - 00:49:40
⌨️ () Create a Database - One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI

⌨️ () Create a Database

One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI
2024年04月11日 
00:49:40 - 00:54:49
⌨️ () Create Authentication - One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI

⌨️ () Create Authentication

One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI
2024年04月11日 
00:54:49 - 01:28:20
⌨️ () Let’s deploy our app! - One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI

⌨️ () Let’s deploy our app!

One-Click AI Web Development Tutorial - Learn how to Turn Figma Designs into Working Code using AI
2024年04月11日 
01:28:20 - 01:29:35
⌨️ () Intro - Learn Python Backend Development by Building 3 Projects [Full Course]

⌨️ () Intro

Learn Python Backend Development by Building 3 Projects [Full Course]
2024年04月10日 
00:00:00 - 00:01:30
⌨️ () AI Web App - Learn Python Backend Development by Building 3 Projects [Full Course]

⌨️ () AI Web App

Learn Python Backend Development by Building 3 Projects [Full Course]
2024年04月10日 
00:01:30 - 03:07:35
Django - Learn Python Backend Development by Building 3 Projects [Full Course]

Django

Learn Python Backend Development by Building 3 Projects [Full Course]
2024年04月10日  @jonathanmeza4141 様 
01:02:13 - 01:11:33
Postgres - Learn Python Backend Development by Building 3 Projects [Full Course]

Postgres

Learn Python Backend Development by Building 3 Projects [Full Course]
2024年04月10日  @jonathanmeza4141 様 
01:11:33 - 10:08:02
@CodeWithTomi can you post the information on setting up the Qovery account with AWS you mentioned at timestamp ? Thanks! - Learn Python Backend Development by Building 3 Projects [Full Course]

@CodeWithTomi can you post the information on setting up the Qovery account with AWS you mentioned at timestamp ? Thanks!

Learn Python Backend Development by Building 3 Projects [Full Course]
2024年04月10日  @Dorso2009 様 
01:13:20 - 10:08:02
I'm stuck on . i got "error 500" - Learn Python Backend Development by Building 3 Projects [Full Course]

I'm stuck on . i got "error 500"

Learn Python Backend Development by Building 3 Projects [Full Course]
2024年04月10日  @walassi834 様 
02:33:00 - 10:08:02
⌨️ () Netflix Clone - Learn Python Backend Development by Building 3 Projects [Full Course]

⌨️ () Netflix Clone

Learn Python Backend Development by Building 3 Projects [Full Course]
2024年04月10日 
03:07:35 - 06:11:33
⌨️ () Spotify Clone - Part 1 - Learn Python Backend Development by Building 3 Projects [Full Course]

⌨️ () Spotify Clone - Part 1

Learn Python Backend Development by Building 3 Projects [Full Course]
2024年04月10日 
06:11:33 - 06:33:25
⌨️ () Spotify Clone - Part 2 - Learn Python Backend Development by Building 3 Projects [Full Course]

⌨️ () Spotify Clone - Part 2

Learn Python Backend Development by Building 3 Projects [Full Course]
2024年04月10日 
06:33:25 - 06:55:45
⌨️ () Spotify Clone - Part 3 - Learn Python Backend Development by Building 3 Projects [Full Course]

⌨️ () Spotify Clone - Part 3

Learn Python Backend Development by Building 3 Projects [Full Course]
2024年04月10日 
06:55:45 - 09:50:21
⌨️ () Spotify Clone - Part 4 - Learn Python Backend Development by Building 3 Projects [Full Course]

⌨️ () Spotify Clone - Part 4

Learn Python Backend Development by Building 3 Projects [Full Course]
2024年04月10日 
09:50:21 - 10:07:48
⌨️ () Outro - Learn Python Backend Development by Building 3 Projects [Full Course]

⌨️ () Outro

Learn Python Backend Development by Building 3 Projects [Full Course]
2024年04月10日 
10:07:48 - 10:08:02
⌨️ () Course Overview - Learn React Router v6 – Full Course

⌨️ () Course Overview

Learn React Router v6 – Full Course
2024年04月04日 
00:00:00 - 00:02:23
⌨️ () Introduction To React Router - Learn React Router v6 – Full Course

⌨️ () Introduction To React Router

Learn React Router v6 – Full Course
2024年04月04日 
00:02:23 - 00:05:08
⌨️ () Project Overview - Learn React Router v6 – Full Course

⌨️ () Project Overview

Learn React Router v6 – Full Course
2024年04月04日 
00:05:08 - 00:07:01
⌨️ () Project Setup - Learn React Router v6 – Full Course

⌨️ () Project Setup

Learn React Router v6 – Full Course
2024年04月04日 
00:07:01 - 00:09:23
⌨️ () Installing React Router - Learn React Router v6 – Full Course

⌨️ () Installing React Router

Learn React Router v6 – Full Course
2024年04月04日 
00:09:23 - 00:10:33
⌨️ () Setting up React Router - Learn React Router v6 – Full Course

⌨️ () Setting up React Router

Learn React Router v6 – Full Course
2024年04月04日 
00:10:33 - 00:14:11
⌨️ () Introduction to Routing - Learn React Router v6 – Full Course

⌨️ () Introduction to Routing

Learn React Router v6 – Full Course
2024年04月04日 
00:14:11 - 00:20:37
⌨️ () Boilerplate code - Learn React Router v6 – Full Course

⌨️ () Boilerplate code

Learn React Router v6 – Full Course
2024年04月04日 
00:20:37 - 00:21:23
⌨️ () Adding a new Route - Learn React Router v6 – Full Course

⌨️ () Adding a new Route

Learn React Router v6 – Full Course
2024年04月04日 
00:21:23 - 00:22:12
⌨️ () How to Navigate between Pages - Learn React Router v6 – Full Course

⌨️ () How to Navigate between Pages

Learn React Router v6 – Full Course
2024年04月04日 
00:22:12 - 00:25:01
⌨️ () Nested Routes - Learn React Router v6 – Full Course

⌨️ () Nested Routes

Learn React Router v6 – Full Course
2024年04月04日 
00:25:01 - 00:31:37
⌨️ () Creating a custom "Not Found" page - Learn React Router v6 – Full Course

⌨️ () Creating a custom "Not Found" page

Learn React Router v6 – Full Course
2024年04月04日 
00:31:37 - 00:35:30
⌨️ () Dynamic Routing - Learn React Router v6 – Full Course

⌨️ () Dynamic Routing

Learn React Router v6 – Full Course
2024年04月04日 
00:35:30 - 00:43:34
⌨️ () Programmatic Navigation - Learn React Router v6 – Full Course

⌨️ () Programmatic Navigation

Learn React Router v6 – Full Course
2024年04月04日 
00:43:34 - 00:53:27
⌨️ () Route Guarding - Learn React Router v6 – Full Course

⌨️ () Route Guarding

Learn React Router v6 – Full Course
2024年04月04日 
00:53:27 - 01:02:45
⌨️ () Navbar Adjustment - Learn React Router v6 – Full Course

⌨️ () Navbar Adjustment

Learn React Router v6 – Full Course
2024年04月04日 
01:02:45 - 01:06:07
⌨️ () Navigation Transition Animation - Learn React Router v6 – Full Course

⌨️ () Navigation Transition Animation

Learn React Router v6 – Full Course
2024年04月04日 
01:06:07 - 01:16:54
⌨️ () Lazy Loading - Learn React Router v6 – Full Course

⌨️ () Lazy Loading

Learn React Router v6 – Full Course
2024年04月04日 
01:16:54 - 01:24:34
⌨️ () Advanced Route Config - Learn React Router v6 – Full Course

⌨️ () Advanced Route Config

Learn React Router v6 – Full Course
2024年04月04日 
01:24:34 - 01:37:09
⌨️ () The Final Project - Learn React Router v6 – Full Course

⌨️ () The Final Project

Learn React Router v6 – Full Course
2024年04月04日 
01:37:09 - 01:38:09
⌨️ () The END! - Learn React Router v6 – Full Course

⌨️ () The END!

Learn React Router v6 – Full Course
2024年04月04日 
01:38:09 - 01:43:23
⌨️ () Intro - Build a Dev Portfolio as a 2D Game – JavaScript Course

⌨️ () Intro

Build a Dev Portfolio as a 2D Game – JavaScript Course
2024年04月04日 
00:00:00 - 00:03:35
⌨️ () Setup - Build a Dev Portfolio as a 2D Game – JavaScript Course

⌨️ () Setup

Build a Dev Portfolio as a 2D Game – JavaScript Course
2024年04月04日 
00:03:35 - 00:16:40
⌨️ () Loading assets - Build a Dev Portfolio as a 2D Game – JavaScript Course

⌨️ () Loading assets

Build a Dev Portfolio as a 2D Game – JavaScript Course
2024年04月04日 
00:16:40 - 00:19:36
⌨️ () How to use Tiled to draw maps - Build a Dev Portfolio as a 2D Game – JavaScript Course

⌨️ () How to use Tiled to draw maps

Build a Dev Portfolio as a 2D Game – JavaScript Course
2024年04月04日 
00:19:36 - 00:36:23
⌨️ () Writing logic to display map - Build a Dev Portfolio as a 2D Game – JavaScript Course

⌨️ () Writing logic to display map

Build a Dev Portfolio as a 2D Game – JavaScript Course
2024年04月04日 
00:36:23 - 00:45:02
⌨️ () Creating the player - Build a Dev Portfolio as a 2D Game – JavaScript Course

⌨️ () Creating the player

Build a Dev Portfolio as a 2D Game – JavaScript Course
2024年04月04日 
00:45:02 - 00:52:13
⌨️ () Writing logic to display boundaries - Build a Dev Portfolio as a 2D Game – JavaScript Course

⌨️ () Writing logic to display boundaries

Build a Dev Portfolio as a 2D Game – JavaScript Course
2024年04月04日 
00:52:13 - 00:58:07
⌨️ () Writing logic to display dialogue - Build a Dev Portfolio as a 2D Game – JavaScript Course

⌨️ () Writing logic to display dialogue

Build a Dev Portfolio as a 2D Game – JavaScript Course
2024年04月04日 
00:58:07 - 01:16:28
⌨️ () Spawning the player + player movement logic - Build a Dev Portfolio as a 2D Game – JavaScript Course

⌨️ () Spawning the player + player movement logic

Build a Dev Portfolio as a 2D Game – JavaScript Course
2024年04月04日 
01:16:28 - 01:26:33
⌨️ () Writing logic for scaling the camera + animations + dialogue text - Build a Dev Portfolio as a 2D Game – JavaScript Course

⌨️ () Writing logic for scaling the camera + animations + dialogue text

Build a Dev Portfolio as a 2D Game – JavaScript Course
2024年04月04日 
01:26:33 - 01:37:41
⌨️ () Introduction - Understanding AI from Scratch – Neural Networks Course

⌨️ () Introduction

Understanding AI from Scratch – Neural Networks Course
2024年04月02日 
00:00:00 - 00:07:12
⌨️ () The Playground - Understanding AI from Scratch – Neural Networks Course

⌨️ () The Playground

Understanding AI from Scratch – Neural Networks Course
2024年04月02日 
00:07:12 - 00:14:34
⌨️ () One Neuron - Understanding AI from Scratch – Neural Networks Course

⌨️ () One Neuron

Understanding AI from Scratch – Neural Networks Course
2024年04月02日 
00:14:34 - 00:29:07
⌨️ () Clarrifications - Understanding AI from Scratch – Neural Networks Course

⌨️ () Clarrifications

Understanding AI from Scratch – Neural Networks Course
2024年04月02日 
00:29:07 - 00:31:58
⌨️ () Lesson 2 - Understanding AI from Scratch – Neural Networks Course

⌨️ () Lesson 2

Understanding AI from Scratch – Neural Networks Course
2024年04月02日 
00:31:58 - 00:32:16
⌨️ () Genetic Algorithm - Understanding AI from Scratch – Neural Networks Course

⌨️ () Genetic Algorithm

Understanding AI from Scratch – Neural Networks Course
2024年04月02日 
00:32:16 - 00:43:04
⌨️ () 2 Inputs - Understanding AI from Scratch – Neural Networks Course

⌨️ () 2 Inputs

Understanding AI from Scratch – Neural Networks Course
2024年04月02日 
00:43:04 - 01:02:42
⌨️ () Hidden Layers - Understanding AI from Scratch – Neural Networks Course

⌨️ () Hidden Layers

Understanding AI from Scratch – Neural Networks Course
2024年04月02日 
01:02:42 - 01:13:03
⌨️ () Misconceptions - Understanding AI from Scratch – Neural Networks Course

⌨️ () Misconceptions

Understanding AI from Scratch – Neural Networks Course
2024年04月02日 
01:13:03 - 01:14:18
⌨️ () Lesson 3 (More Outputs) - Understanding AI from Scratch – Neural Networks Course

⌨️ () Lesson 3 (More Outputs)

Understanding AI from Scratch – Neural Networks Course
2024年04月02日 
01:14:18 - 01:55:59
⌨️ () Lesson 4 (Traffic Rules) - Understanding AI from Scratch – Neural Networks Course

⌨️ () Lesson 4 (Traffic Rules)

Understanding AI from Scratch – Neural Networks Course
2024年04月02日 
01:55:59 - 02:24:10
⌨️ () Lesson 5 (Compass Sensor) - Understanding AI from Scratch – Neural Networks Course

⌨️ () Lesson 5 (Compass Sensor)

Understanding AI from Scratch – Neural Networks Course
2024年04月02日 
02:24:10 - 02:35:20
⌨️ () The need for Shortest Path - Understanding AI from Scratch – Neural Networks Course

⌨️ () The need for Shortest Path

Understanding AI from Scratch – Neural Networks Course
2024年04月02日 
02:35:20 - 02:37:10
at💻 Use "1. Starting Codebase" from Phase 3 in Lesson 6 (if you didn't code anything yet) - Understanding AI from Scratch – Neural Networks Course

at💻 Use "1. Starting Codebase" from Phase 3 in Lesson 6 (if you didn't code anything yet)

Understanding AI from Scratch – Neural Networks Course
2024年04月02日 
02:36:49 - 00:00:00
⌨️ () Updating the Self-driving Car codebase - Understanding AI from Scratch – Neural Networks Course

⌨️ () Updating the Self-driving Car codebase

Understanding AI from Scratch – Neural Networks Course
2024年04月02日 
02:37:10 - 02:57:39
⌨️ () Lesson 6 (Dijkstra's Algorithm) - Understanding AI from Scratch – Neural Networks Course

⌨️ () Lesson 6 (Dijkstra's Algorithm)

Understanding AI from Scratch – Neural Networks Course
2024年04月02日 
02:57:39 - 03:24:03
Amazing content thanks.... I was mindblowed at  🤯 - Understanding AI from Scratch – Neural Networks Course

Amazing content thanks.... I was mindblowed at 🤯

Understanding AI from Scratch – Neural Networks Course
2024年04月02日  @stabilini 様 
03:14:45 - 03:44:18
⌨️ () Lesson 7 (Dijkstra with AI Agents) - Understanding AI from Scratch – Neural Networks Course

⌨️ () Lesson 7 (Dijkstra with AI Agents)

Understanding AI from Scratch – Neural Networks Course
2024年04月02日 
03:24:03 - 03:43:13
⌨️ () Final Challenge - Understanding AI from Scratch – Neural Networks Course

⌨️ () Final Challenge

Understanding AI from Scratch – Neural Networks Course
2024年04月02日 
03:43:13 - 03:44:18