⌨️ () 2. Simple Bioinformatics DNA Count(00:13:24 - 00:29:44) - Build 12 Data Science Apps with Python and Streamlit - Full Course

⌨️ () 2. Simple Bioinformatics DNA Count(00:13:24 - 00:29:44)
Build 12 Data Science Apps with Python and Streamlit - Full Course

Learn how to build interactive and data-driven web apps in Python using the Streamlit library.

✏️ Course developed by Chanin Nantasenamat (aka Data Professor). Check out his YouTube channel for more data science tutorials: http://youtube.com/dataprofessor
🔗 And Medium blog posts for more data sc...
Learn how to build interactive and data-driven web apps in Python using the Streamlit library.

✏️ Course developed by Chanin Nantasenamat (aka Data Professor). Check out his YouTube channel for more data science tutorials: http://youtube.com/dataprofessor
🔗 And Medium blog posts for more data science tutorials: https://data-professor.medium.com/

⭐️ Course Contents ⭐️
⌨️ (0:00) Introduction
⌨️ (2:54) 1. Simple Stock Price
⌨️ (13:24) 2. Simple Bioinformatics DNA Count
⌨️ (29:44) 3. EDA Basketball
⌨️ (50:39) 4. EDA Football
⌨️ (1:00:48) 5. EDA SP500 Stock Price
⌨️ (1:24:03) 6. EDA Cryptocurrency
⌨️ (1:50:47) 7. Classification Iris
⌨️ (1:58:58) 8. Classification Penguins
⌨️ (2:16:08) 9. Regression Boston Housing
⌨️ (2:27:53) 10. Regression Bioinformatics Solubility
⌨️ (2:54:27) 11. Deploy to Heroku
⌨️ (3:04:37) 12. Deploy to Streamlit Sharing

⭐️ Code ⭐️
💻 1. Simple Stock Pric
https://github.com/dataprofessor/streamlit_freecodecamp/tree/main/app_1_simple_stock_price
💻 2. Simple Bioinformatics DNA Coun
https://github.com/dataprofessor/streamlit_freecodecamp/tree/main/app_2_simple_bioinformatics_dna
💻 3. EDA Basketbal
https://github.com/dataprofessor/streamlit_freecodecamp/tree/main/app_3_eda_basketball
💻 4. EDA Footbal
https://github.com/dataprofessor/streamlit_freecodecamp/tree/main/app_4_eda_football
💻 5. EDA SP500 Stock Pric
https://github.com/dataprofessor/streamlit_freecodecamp/tree/main/app_5_eda_sp500_stock
💻 6. EDA Cryptocurrenc
https://github.com/dataprofessor/streamlit_freecodecamp/tree/main/app_6_eda_cryptocurrency
💻 7. Classification Iri
https://github.com/dataprofessor/streamlit_freecodecamp/tree/main/app_7_classificatio_iris
💻 8. Classification Penguin
https://github.com/dataprofessor/streamlit_freecodecamp/tree/main/app_8_classification_penguins
💻 9. Regression Boston Housin
https://github.com/dataprofessor/streamlit_freecodecamp/tree/main/app_9_regression_boston_housing
💻 10. Regression Bioinformatics Solubilit
https://github.com/dataprofessor/streamlit_freecodecamp/tree/main/app_10_regression_bioinformatics_solubility
💻 11. Deploy to Heroku
https://github.com/dataprofessor/penguins-heroku

⭐️ More ways to connect with Chanin Nantasenamat ⭐️
✅ Website: http://dataprofessor.org/
✅ Newsletter: http://newsletter.dataprofessor.org
✅ Twitter:
✅ FaceBook: http://facebook.com/dataprofessor/
✅ Instagram: https://www.instagram.com/data.professor/
✅ LinkedIn: https://www.linkedin.com/in/chanin-nantasenamat/
✅ GitHub: https://github.com/dataprofessor/

--

Learn to code for free and get a developer job: https://www.freecodecamp.org

Read hundreds of articles on programming: https://freecodecamp.org/news
⌨️ () Introduction - Build 12 Data Science Apps with Python and Streamlit - Full Course

⌨️ () Introduction

Build 12 Data Science Apps with Python and Streamlit - Full Course
2021年01月08日 
00:00:00 - 00:02:54
I am sorry sir, what is your name again ? =)))I could not understand it...Nice course tho ! - Build 12 Data Science Apps with Python and Streamlit - Full Course

I am sorry sir, what is your name again ? =)))I could not understand it...Nice course tho !

Build 12 Data Science Apps with Python and Streamlit - Full Course
2021年01月08日 
00:00:05 - 03:11:52
⌨️ () 1. Simple Stock Price - Build 12 Data Science Apps with Python and Streamlit - Full Course

⌨️ () 1. Simple Stock Price

Build 12 Data Science Apps with Python and Streamlit - Full Course
2021年01月08日 
00:02:54 - 00:13:24
in  conda activate "dp" <- this could not find - Build 12 Data Science Apps with Python and Streamlit - Full Course

in conda activate "dp" <- this could not find

Build 12 Data Science Apps with Python and Streamlit - Full Course
2021年01月08日 
00:06:43 - 03:11:52
⌨️ () 2. Simple Bioinformatics DNA Count - Build 12 Data Science Apps with Python and Streamlit - Full Course

⌨️ () 2. Simple Bioinformatics DNA Count

Build 12 Data Science Apps with Python and Streamlit - Full Course
2021年01月08日 
00:13:24 - 00:29:44
⌨️ () 3. EDA Basketball - Build 12 Data Science Apps with Python and Streamlit - Full Course

⌨️ () 3. EDA Basketball

Build 12 Data Science Apps with Python and Streamlit - Full Course
2021年01月08日 
00:29:44 - 00:50:39
not working showing error like this - Build 12 Data Science Apps with Python and Streamlit - Full Course

not working showing error like this

Build 12 Data Science Apps with Python and Streamlit - Full Course
2021年01月08日 
00:36:00 - 03:11:52
Han Solo: "let's now have a look at the code Chewie !" - Build 12 Data Science Apps with Python and Streamlit - Full Course

Han Solo: "let's now have a look at the code Chewie !"

Build 12 Data Science Apps with Python and Streamlit - Full Course
2021年01月08日 
00:37:59 - 03:11:52
this works because the original dataframe has all of its columns as object, you will need to cast to int/float accordingly. So the workaround, export then import as csv, actually casts the data to the correct datatype. - Build 12 Data Science Apps with Python and Streamlit - Full Course

this works because the original dataframe has all of its columns as object, you will need to cast to int/float accordingly. So the workaround, export then import as csv, actually casts the data to the correct datatype.

Build 12 Data Science Apps with Python and Streamlit - Full Course
2021年01月08日 
00:50:00 - 03:11:52
⌨️ () 4. EDA Football - Build 12 Data Science Apps with Python and Streamlit - Full Course

⌨️ () 4. EDA Football

Build 12 Data Science Apps with Python and Streamlit - Full Course
2021年01月08日 
00:50:39 - 01:00:48
⌨️ () 5. EDA SP500 Stock Price - Build 12 Data Science Apps with Python and Streamlit - Full Course

⌨️ () 5. EDA SP500 Stock Price

Build 12 Data Science Apps with Python and Streamlit - Full Course
2021年01月08日 
01:00:48 - 01:24:03
@ when you deployed the S&P 500 app that you wrote in Colab.  Did you just copy the code and save as .py and deploy as per the previous tutorials?  I have tried deploying from colab directly with no success. - Build 12 Data Science Apps with Python and Streamlit - Full Course

@ when you deployed the S&P 500 app that you wrote in Colab. Did you just copy the code and save as .py and deploy as per the previous tutorials? I have tried deploying from colab directly with no success.

Build 12 Data Science Apps with Python and Streamlit - Full Course
2021年01月08日 
01:15:26 - 03:11:52
⌨️ () 6. EDA Cryptocurrency - Build 12 Data Science Apps with Python and Streamlit - Full Course

⌨️ () 6. EDA Cryptocurrency

Build 12 Data Science Apps with Python and Streamlit - Full Course
2021年01月08日 
01:24:03 - 01:50:47
⌨️ () 7. Classification Iris - Build 12 Data Science Apps with Python and Streamlit - Full Course

⌨️ () 7. Classification Iris

Build 12 Data Science Apps with Python and Streamlit - Full Course
2021年01月08日 
01:50:47 - 01:58:58
⌨️ () 8. Classification Penguins - Build 12 Data Science Apps with Python and Streamlit - Full Course

⌨️ () 8. Classification Penguins

Build 12 Data Science Apps with Python and Streamlit - Full Course
2021年01月08日 
01:58:58 - 02:16:08
⌨️ () 9. Regression Boston Housing - Build 12 Data Science Apps with Python and Streamlit - Full Course

⌨️ () 9. Regression Boston Housing

Build 12 Data Science Apps with Python and Streamlit - Full Course
2021年01月08日 
02:16:08 - 02:27:53
⌨️ () 10. Regression Bioinformatics Solubility - Build 12 Data Science Apps with Python and Streamlit - Full Course

⌨️ () 10. Regression Bioinformatics Solubility

Build 12 Data Science Apps with Python and Streamlit - Full Course
2021年01月08日 
02:27:53 - 02:54:27
⌨️ () 11. Deploy to Heroku - Build 12 Data Science Apps with Python and Streamlit - Full Course

⌨️ () 11. Deploy to Heroku

Build 12 Data Science Apps with Python and Streamlit - Full Course
2021年01月08日 
02:54:27 - 03:04:37
th app discussed at - Build 12 Data Science Apps with Python and Streamlit - Full Course

th app discussed at

Build 12 Data Science Apps with Python and Streamlit - Full Course
2021年01月08日 
03:04:37 - 03:11:52
⌨️ () 12. Deploy to Streamlit Sharing - Build 12 Data Science Apps with Python and Streamlit - Full Course

⌨️ () 12. Deploy to Streamlit Sharing

Build 12 Data Science Apps with Python and Streamlit - Full Course
2021年01月08日 
03:04:37 - 03:11:52

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