puting a time stamp at @ so I can remember XD(02:00:00 - 09:56:23) - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

puting a time stamp at @ so I can remember XD(02:00:00 - 09:56:23)
Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Learn the basics of Python, Numpy, Pandas, Data Visualization, and Exploratory Data Analysis in this course for beginners. This was originally presented as a live course.

By the end of the course, you will be able to build an end-to-end real-world course project and earn a verified certificate o...
Learn the basics of Python, Numpy, Pandas, Data Visualization, and Exploratory Data Analysis in this course for beginners. This was originally presented as a live course.

By the end of the course, you will be able to build an end-to-end real-world course project and earn a verified certificate of accomplishment. There are no prerequisites for this course.

Learn more and register for a certificate of accomplishment here: http://zerotopandas.com

This full course video includes 6 lectures (all in this video):
• Introduction to Programming with Python
• Next Steps with Python
• Numerical Computing with Numpy
• Analyzing Tabular Data with Pandas
• Visualization with Matplotlib and Seaborn
• Exploratory Data Analysis - A Case Study

💻 Code References
• First steps with Python: https://jovian.ai/aakashns/first-steps-with-python
• Variables and data types: https://jovian.ai/aakashns/python-variables-and-data-types
• Conditional statements and loops: https://jovian.ai/aakashns/python-branching-and-loops
• Functions and scope: https://jovian.ai/aakashns/python-functions-and-scope
• Working with OS & files: https://jovian.ai/aakashns/python-os-and-filesystem
• Numerical computing with Numpy: https://jovian.ai/aakashns/python-numerical-computing-with-numpy
• 100 Numpy exercises: https://jovian.ai/aakashns/100-numpy-exercises
• Analyzing tabular data with Pandas: https://jovian.ai/aakashns/python-pandas-data-analysis
• Matplotlib & Seaborn tutorial: https://jovian.ai/aakashns/python-matplotlib-data-visualization
• Data visualization cheat sheet: https://jovian.ai/aakashns/dataviz-cheatsheet
• EDA on StackOverflow Developer Survey: https://jovian.ai/aakashns/python-eda-stackoverflow-survey
• Opendatasets python package: https://github.com/JovianML/opendatasets
• EDA starter notebook: https://jovian.ai/aakashns/zerotopandas-course-project-starter

⭐️ Course Contents ⭐️
0:00:00 Course Introduction

Lecture 1
0:01:42 Python Programming Fundamentals
0:02:40 Course Curriculum
0:05:24 Notebook - First Steps with Python and Jupyter
0:08:30 Performing Arithmetic Operations with Python
0:11:34 Solving Multi-step problems using variables
0:20:17 Combining conditions with Logical operators
0:22:22 Adding text using Markdown
0:23:50 Saving and Uploading to Jovian
0:26:38 Variables and Datatypes in Python
0:31:28 Built-in Data types in Python
1:07:19 Further Reading

Lecture 2
1:08:46 Branching Loops and Functions
1:09:02 Notebook - Branching using conditional statements and loops in Python
1:09:24 Branching with if, else, elif
1:15:25 Non Boolean conditions
1:19:00 Iteration with while loops
1:28:57 Iteration with for loops
1:36:27 Functions and scope in Python
1:36:53 Creating and using functions
1:42:24 Writing great functions in Python
1:45:38 Local variables and scope
2:08:19 Documentation functions using Docstrings
2:11:40 Exercise - Data Analysis for Vacation Planning

Lecture 3
2:17:17 Numercial Computing with Numpy
2:18:00 Notebook - Numerical Computing with Numpy
2:26:09 From Python Lists to Numpy Arrays
2:29:09 Operating on Numpy Arrays
2:34:33 Multidimensional Numpy Arrays
3:03:41 Array Indexing and Slicing
3:17:49 Exercises and Further Reading
3:20:50 Assignment 2 - Numpy Array Operations
3:29:16 100 Numpy Exercises
3:31:25 Reading from and Writing to Files using Python

Lecture 4
4:02:59 Analysing Tabular Data with Pandas
4:03:58 Notebook - Analyzing Tabular Data with Pandas
4:16:33 Retrieving Data from a Data Frame
4:32:00 Analyzing Data from Data Frames
4:36:27 Querying and Sorting Rows
5:01:45 Grouping and Aggregation
5:11:26 Merging Data from Multiple Sources
5:26:00 Basic Plotting with Pandas
5:38:27 Assignment 3 - Pandas Practice

Lecture 5
5:52:48 Visualization with Matplotlib and Seaborn
5:54:04 Notebook - Data Visualization with Matplotlib and Seaborn
6:06:43 Line Charts
6:11:27 Improving Default Styles with Seaborn
6:16:51 Scatter Plots
6:28:14 Histogram
6:38:47 Bar Chart
6:50:00 Heatmap
6:57:08 Displaying Images with Matplotlib
7:03:37 Plotting multiple charts in a grid
7:15:42 References and further reading
7:20:17 Course Project - Exploratory Data Analysis

Lecture 6
7:49:56 Exploratory Data Analysis - A Case Study
7:50:55 Notebook - Exploratory Data Analysis - A case Study
8:04:36 Data Preparation and Cleaning
8:19:37 Exploratory Analysis and Visualization
8:54:02 Asking and Answering Questions
9:22:57 Inferences and Conclusions
9:25:00 References and Future Work
9:29:41 Setting up and running Locally
9:34:21 Project Guidelines
9:45:00 Course Recap
9:48:01 What to do next?
9:49:10 Certificate of Accomplishment
9:50:11 What to do after this course?
9:52:16 Jovian Platform

✏️ This course is taught by Aakash N S, co-founder, and CEO of Jovian.

Jovian's YouTube channel: https://youtube.com/jovianml
Course Introduction - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Course Introduction

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
00:00:00 - 00:01:42
Python Programming Fundamentals - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Python Programming Fundamentals

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
00:01:42 - 00:02:40
Course Curriculum - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Course Curriculum

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
00:02:40 - 00:05:24
Notebook - First Steps with Python and Jupyter - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Notebook - First Steps with Python and Jupyter

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
00:05:24 - 00:08:30
Performing Arithmetic Operations with Python - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Performing Arithmetic Operations with Python

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
00:08:30 - 00:11:34
Solving Multi-step problems using variables - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Solving Multi-step problems using variables

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
00:11:34 - 00:20:17
@Nijaguna Darshan I got it from the problem I read @ . It says "A grocery store SELLS an ice bag for $1.25".You don't SELL goods at COST. Then it again said that, the profit is 20%.If the SELLING price is $1.25 and 20% is profit, then 80% should be its COST.Now if you multiply $1.25 with 80% you will get $1.00, don't you.? - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

@Nijaguna Darshan I got it from the problem I read @ . It says "A grocery store SELLS an ice bag for $1.25".You don't SELL goods at COST. Then it again said that, the profit is 20%.If the SELLING price is $1.25 and 20% is profit, then 80% should be its COST.Now if you multiply $1.25 with 80% you will get $1.00, don't you.?

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
00:12:00 - 09:56:23
I think there was a typo error in your very first grocery store Profit working @ . The price is 1.25 not the cost of the item as you typed. The cost will be 1.00.Or maybe I missed something 🤔 - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

I think there was a typo error in your very first grocery store Profit working @ . The price is 1.25 not the cost of the item as you typed. The cost will be 1.00.Or maybe I missed something 🤔

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
00:12:00 - 09:56:23
Combining conditions with Logical operators - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Combining conditions with Logical operators

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
00:20:17 - 00:22:22
Adding text using Markdown - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Adding text using Markdown

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
00:22:22 - 00:23:50
Saving and Uploading to Jovian - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Saving and Uploading to Jovian

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
00:23:50 - 00:26:38
Variables and Datatypes in Python - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Variables and Datatypes in Python

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
00:26:38 - 00:31:28
Built-in Data types in Python - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Built-in Data types in Python

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
00:31:28 - 01:07:19
Further Reading - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Further Reading

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
01:07:19 - 01:08:46
Branching Loops and Functions - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Branching Loops and Functions

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
01:08:46 - 01:09:02
Notebook - Branching using conditional  statements and loops in Python - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Notebook - Branching using conditional statements and loops in Python

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
01:09:02 - 01:09:24
Branching with if, else, elif - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Branching with if, else, elif

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
01:09:24 - 01:15:25
Non Boolean conditions - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Non Boolean conditions

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
01:15:25 - 01:19:00
Iteration with while loops - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Iteration with while loops

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
01:19:00 - 01:28:57
My timestamp: - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

My timestamp:

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
01:21:00 - 09:56:23
solution for  anyone ? - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

solution for anyone ?

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
01:23:42 - 09:56:23
Iteration with for loops - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Iteration with for loops

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
01:28:57 - 01:36:27
Functions and scope in Python - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Functions and scope in Python

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
01:36:27 - 01:36:53
Creating and using functions - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Creating and using functions

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
01:36:53 - 01:42:24
@ For clarification we refer to function variables as Parameters at the function definition and as Arguments at the function invocation (call). - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

@ For clarification we refer to function variables as Parameters at the function definition and as Arguments at the function invocation (call).

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
01:39:48 - 09:56:23
Writing great functions in Python - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Writing great functions in Python

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
01:42:24 - 01:45:38
Local variables and scope - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Local variables and scope

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
01:45:38 - 02:08:19
puting a time stamp at @ so I can remember XD - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

puting a time stamp at @ so I can remember XD

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
02:00:00 - 09:56:23
Documentation functions using Docstrings - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Documentation functions using Docstrings

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
02:08:19 - 02:11:40
Exercise - Data Analysis for Vacation Planning - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Exercise - Data Analysis for Vacation Planning

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
02:11:40 - 02:17:17
Numercial Computing with Numpy - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Numercial Computing with Numpy

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
02:17:17 - 02:18:00
Notebook - Numerical Computing with Numpy - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Notebook - Numerical Computing with Numpy

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
02:18:00 - 02:26:09
pokemon fans got the reference - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

pokemon fans got the reference

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
02:21:45 - 09:56:23
just for me: - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

just for me:

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
02:25:40 - 09:56:23
From Python Lists to Numpy Arrays - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

From Python Lists to Numpy Arrays

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
02:26:09 - 02:29:09
Operating on Numpy Arrays - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Operating on Numpy Arrays

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
02:29:09 - 02:34:33
In  if we did de np.dot gets wrong value when compared with loop routine. Did someone see this? - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

In if we did de np.dot gets wrong value when compared with loop routine. Did someone see this?

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
02:33:09 - 09:56:23
at  min in this videomy np.dot product is coming in negative but while doing by zip function the answer is correct.and if i copy paste from the notes provided by still answer is note same. and under 1000 range answer is giving exact values - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

at min in this videomy np.dot product is coming in negative but while doing by zip function the answer is correct.and if i copy paste from the notes provided by still answer is note same. and under 1000 range answer is giving exact values

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
02:33:16 - 09:56:23
Multidimensional Numpy Arrays - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Multidimensional Numpy Arrays

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
02:34:33 - 03:03:41
Array Indexing and Slicing - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Array Indexing and Slicing

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
03:03:41 - 03:17:49
My timeline : - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

My timeline :

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
03:03:41 - 09:56:23
I am at @ - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

I am at @

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
03:03:50 - 09:56:23
"if you don't know these terms - don't worry about it" XD LMAO - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

"if you don't know these terms - don't worry about it" XD LMAO

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
03:14:07 - 09:56:23
Exercises and Further Reading - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Exercises and Further Reading

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
03:17:49 - 03:20:50
Assignment 2 - Numpy Array Operations - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Assignment 2 - Numpy Array Operations

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
03:20:50 - 03:29:16
100 Numpy Exercises - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

100 Numpy Exercises

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
03:29:16 - 03:31:25
Reading from and Writing to Files using Python - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Reading from and Writing to Files using Python

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
03:31:25 - 04:02:59
- The 104 Dislikers start to bark in the background. - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

- The 104 Dislikers start to bark in the background.

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
03:47:48 - 09:56:23
Analysing Tabular Data with Pandas - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Analysing Tabular Data with Pandas

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
04:02:59 - 04:03:58
Notebook - Analyzing Tabular Data with Pandas - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Notebook - Analyzing Tabular Data with Pandas

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
04:03:58 - 04:16:33
Retrieving Data from a Data Frame - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Retrieving Data from a Data Frame

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
04:16:33 - 04:32:00
Analyzing Data from Data Frames - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Analyzing Data from Data Frames

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
04:32:00 - 04:36:27
Querying and Sorting Rows - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Querying and Sorting Rows

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
04:36:27 - 05:01:45
Grouping and Aggregation - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Grouping and Aggregation

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
05:01:45 - 05:11:26
Merging Data from Multiple Sources - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Merging Data from Multiple Sources

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
05:11:26 - 05:26:00
Basic Plotting with Pandas - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Basic Plotting with Pandas

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
05:26:00 - 05:38:27
Assignment 3 - Pandas Practice - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Assignment 3 - Pandas Practice

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
05:38:27 - 05:52:48
Visualization with Matplotlib and Seaborn - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Visualization with Matplotlib and Seaborn

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
05:52:48 - 05:54:04
Notebook - Data Visualization with Matplotlib and Seaborn - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Notebook - Data Visualization with Matplotlib and Seaborn

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
05:54:04 - 06:06:43
Line Charts - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Line Charts

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
06:06:43 - 06:11:27
Improving Default Styles with Seaborn - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Improving Default Styles with Seaborn

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
06:11:27 - 06:16:51
Scatter Plots - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Scatter Plots

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
06:16:51 - 06:28:14
Histogram - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Histogram

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
06:28:14 - 06:38:47
Bar Chart - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Bar Chart

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
06:38:47 - 06:50:00
Heatmap - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Heatmap

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
06:50:00 - 06:57:08
Please HELP!!!!! At  , when I am creating the pivot table, the months are in ascending order alphabetically. How can I convert them into the custom order Jan, Feb, March.....? - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Please HELP!!!!! At , when I am creating the pivot table, the months are in ascending order alphabetically. How can I convert them into the custom order Jan, Feb, March.....?

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
06:52:45 - 09:56:23
Displaying Images with Matplotlib - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Displaying Images with Matplotlib

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
06:57:08 - 07:03:37
Plotting multiple charts in a grid - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Plotting multiple charts in a grid

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
07:03:37 - 07:15:42
References and further reading - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

References and further reading

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
07:15:42 - 07:20:17
Course Project - Exploratory Data Analysis - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Course Project - Exploratory Data Analysis

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
07:20:17 - 07:49:56
Exploratory Data Analysis - A Case Study - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Exploratory Data Analysis - A Case Study

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
07:49:56 - 07:50:55
Notebook - Exploratory Data Analysis - A case Study - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Notebook - Exploratory Data Analysis - A case Study

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
07:50:55 - 08:04:36
Data Preparation and Cleaning - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Data Preparation and Cleaning

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
08:04:36 - 08:19:37
Exploratory Analysis and Visualization - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Exploratory Analysis and Visualization

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
08:19:37 - 08:54:02
Asking and Answering Questions - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Asking and Answering Questions

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
08:54:02 - 09:22:57
Inferences and Conclusions - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Inferences and Conclusions

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
09:22:57 - 09:25:00
References and Future Work - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

References and Future Work

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
09:25:00 - 09:29:41
Setting up and running Locally - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Setting up and running Locally

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
09:29:41 - 09:34:21
Project Guidelines - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Project Guidelines

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
09:34:21 - 09:45:00
Course Recap - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Course Recap

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
09:45:00 - 09:48:01
What to do next? - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

What to do next?

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
09:48:01 - 09:49:10
Certificate of Accomplishment - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Certificate of Accomplishment

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
09:49:10 - 09:50:11
What to do after this course? - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

What to do after this course?

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
09:50:11 - 09:52:16
Jovian Platform - Data Analysis with Python Course - Numpy, Pandas, Data Visualization

Jovian Platform

Data Analysis with Python Course - Numpy, Pandas, Data Visualization
2021年02月19日 
09:52:16 - 09:56:23

freeCodeCamp.org

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

Timetable

動画タイムテーブル

動画数:1629件

⌨️ () 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
⌨️ () Introduction - Easily Automate Business Tasks – No-Code Automation Course

⌨️ () Introduction

Easily Automate Business Tasks – No-Code Automation Course
2024年03月28日 
00:00:00 - 00:05:23
⌨️ () Getting started - Easily Automate Business Tasks – No-Code Automation Course

⌨️ () Getting started

Easily Automate Business Tasks – No-Code Automation Course
2024年03月28日 
00:05:23 - 00:08:26
⌨️ () Lead Management Automation - Easily Automate Business Tasks – No-Code Automation Course

⌨️ () Lead Management Automation

Easily Automate Business Tasks – No-Code Automation Course
2024年03月28日 
00:08:26 - 00:09:19
⌨️ () Lead organization with Facebook Lead Ads and Google Sheets - Easily Automate Business Tasks – No-Code Automation Course

⌨️ () Lead organization with Facebook Lead Ads and Google Sheets

Easily Automate Business Tasks – No-Code Automation Course
2024年03月28日 
00:09:19 - 00:21:32
⌨️ () Lead Enrichment with web-hooks, HubSpot, Slack and Clearbit - Easily Automate Business Tasks – No-Code Automation Course

⌨️ () Lead Enrichment with web-hooks, HubSpot, Slack and Clearbit

Easily Automate Business Tasks – No-Code Automation Course
2024年03月28日 
00:21:32 - 00:58:04
⌨️ () Lead classification with Typeform and Hubspot - Easily Automate Business Tasks – No-Code Automation Course

⌨️ () Lead classification with Typeform and Hubspot

Easily Automate Business Tasks – No-Code Automation Course
2024年03月28日 
00:58:04 - 01:10:10
⌨️ () Qualify incoming leads with Google Sheets and Clearbit - Easily Automate Business Tasks – No-Code Automation Course

⌨️ () Qualify incoming leads with Google Sheets and Clearbit

Easily Automate Business Tasks – No-Code Automation Course
2024年03月28日 
01:10:10 - 01:29:43
⌨️ () Ecommerce Automation - Easily Automate Business Tasks – No-Code Automation Course

⌨️ () Ecommerce Automation

Easily Automate Business Tasks – No-Code Automation Course
2024年03月28日 
01:29:43 - 01:30:27
⌨️ () Generate Product Descriptions with ChatGPT and Google Sheets - Easily Automate Business Tasks – No-Code Automation Course

⌨️ () Generate Product Descriptions with ChatGPT and Google Sheets

Easily Automate Business Tasks – No-Code Automation Course
2024年03月28日 
01:30:27 - 01:45:49
⌨️ () Ticketing/Barcode Automation - Easily Automate Business Tasks – No-Code Automation Course

⌨️ () Ticketing/Barcode Automation

Easily Automate Business Tasks – No-Code Automation Course
2024年03月28日 
01:45:49 - 01:46:13
⌨️ () Generate barcoded tickets with Google Sheets and Google Docs - Easily Automate Business Tasks – No-Code Automation Course

⌨️ () Generate barcoded tickets with Google Sheets and Google Docs

Easily Automate Business Tasks – No-Code Automation Course
2024年03月28日 
01:46:13 - 02:07:45
⌨️ () Automation In-house - Easily Automate Business Tasks – No-Code Automation Course

⌨️ () Automation In-house

Easily Automate Business Tasks – No-Code Automation Course
2024年03月28日 
02:07:45 - 02:08:05
⌨️ () Generate calendar events with Trello and Google Calendar - Easily Automate Business Tasks – No-Code Automation Course

⌨️ () Generate calendar events with Trello and Google Calendar

Easily Automate Business Tasks – No-Code Automation Course
2024年03月28日 
02:08:05 - 02:17:03
⌨️ () Make a to-do list from Discord Messages and Google Sheets - Easily Automate Business Tasks – No-Code Automation Course

⌨️ () Make a to-do list from Discord Messages and Google Sheets

Easily Automate Business Tasks – No-Code Automation Course
2024年03月28日 
02:17:03 - 02:33:16
⌨️ () Automation and AI - Easily Automate Business Tasks – No-Code Automation Course

⌨️ () Automation and AI

Easily Automate Business Tasks – No-Code Automation Course
2024年03月28日 
02:33:16 - 02:34:00
⌨️ () Automate emails with ChatGPT and Gmail - Easily Automate Business Tasks – No-Code Automation Course

⌨️ () Automate emails with ChatGPT and Gmail

Easily Automate Business Tasks – No-Code Automation Course
2024年03月28日 
02:34:00 - 03:00:24
⌨️ () Recap - Easily Automate Business Tasks – No-Code Automation Course

⌨️ () Recap

Easily Automate Business Tasks – No-Code Automation Course
2024年03月28日 
03:00:24 - 03:00:39