Mô tả

Coding knowledge is a must-have 21st century skill. The ability to read,write,and understand code

has never been more-important,useful,or lucrative as it is today.Computer code has forever changed our lives .

Some people can't even make it through the day without interacting with something built with code.

We will be building 20 real world projects using HTML ,CSS, JAVASCRIPT and PYTHON


HTML is the standard markup language for creating Web pages.

What is HTML?

  • HTML stands for Hyper Text Markup Language

  • HTML is the standard markup language for creating Web pages

  • HTML describes the structure of a Web page

  • HTML consists of a series of elements

  • HTML elements tell the browser how to display the content

  • HTML elements label pieces of content such as "this is a heading", "this is a paragraph"


CSS is the language we use to style a Web page.

What is CSS?

  • CSS stands for Cascading Style Sheets

  • CSS describes how HTML elements are to be displayed on screen, paper, or in other media

  • CSS saves a lot of work. It can control the layout of multiple web pages all at once

  • External stylesheets are stored in CSS files


JavaScript is the world's most popular programming language.

JavaScript is the programming language of the Web.


What is Python?

Python is a popular programming language. It was created by Guido van Rossum, and released in 1991.


It is used for:

  • web development (server-side),

  • software development,

  • mathematics,

  • system scripting.

  • What can Python do?

  • Python can be used on a server to create web applications.

  • Python can be used alongside software to create workflows.

  • Python can connect to database systems. It can also read and modify files.

  • Python can be used to handle big data and perform complex mathematics.

  • Python can be used for rapid prototyping, or for production-ready software development.

  • Why Python?

  • Python works on different platforms (Windows, Mac, Linux, Raspberry Pi, etc).

  • Python has a simple syntax similar to the English language.

  • Python has syntax that allows developers to write programs with fewer lines than some other programming languages.

  • Python runs on an interpreter system, meaning that code can be executed as soon as it is written. This means that prototyping can be very quick.

  • Python can be treated in a procedural way, an object-oriented way or a functional way.


Real Projects we will build step by step


  • Build an Analogue Clock

  • Build a Loan | Mortgage Calculator

  • Build a quote of the day app

  • Build a BMI Calculator

  • Build a Calculator

  • Build a Digital clock

  • Build a Contact Form

  • Build a Todo List App

  • Build an Interactive Quiz App

  • Build a Countdown Timer

  • Build a Currency Converter App

  • Build a Music Player App

  • Build a Random Password Generator

  • Build an Image Slider App

  • Build a Text to Speech App

  • Build a Lottery Numbers Simulator App

  • Build a Screen Break App

  • Build a Random Number Generator

  • Build a Number Guessing Game

Bạn sẽ học được gì

Build projects with HTML | CSS | JavaScript

Build Projects with Python

Build an Analogue Clock

Build a Loan | Mortgage Calculator

Build a quote of the day app

Build a BMI Calculator

Build a Digital Calculator

Build a Contact Form

Build a Todo List App

Build an Interactive Quiz App

Build a Countdown Timer

Build a Number Guessing Game

Build a Currency Converter App

Build a Music Player App

Build a Random Password Generator

Build an Image Slider App

Build a Text to Speech App

Build a Lottery Numbers Simulator App

Build a Screen Break App

Build a Random Number Generator

Yêu cầu

  • Required Free Software ( The course covers how to install them)

Nội dung khoá học

19 sections

Introduction to HTML | CSS | JAVASCRIPT

6 lectures
Introduction
00:37
Core Web Programming Languages
04:25
What is HTML
04:03
What is CSS
06:05
What is JAVASCRIPT
02:38
Installing a Text Editor
03:21

Build an Analogue Clock

8 lectures
What we will create
00:30
Creating project folder and structure
05:17
What is HTML Canvas
01:24
Creating the Canvas Object
09:15
Creating the clock face
06:13
Drawing the clock numbers
06:03
Drawing the time and hand
10:03
Project Code
00:01

Build a Mortgage | Loan Calculator

5 lectures
What we will create
00:50
Creating project folder and structure
09:43
Adding the logic
08:55
Adding CSS
03:29
Project Code
00:01

Build a Quote of the day app

5 lectures
What we will create
01:02
Creating project folder and structure
08:19
Adding CSS
04:42
Adding JavaScript
11:31
Project Code
00:01

Build a BMI Calculator

5 lectures
What we will create
01:16
Creating project folder and structure
08:53
Adding CSS
06:28
Adding JavaScript
09:40
Project Code
00:01

Build a basic Calculator

7 lectures
Overview
01:28
What we will create
01:48
Creating directories and files
03:15
Creating the structure
10:27
Adding CSS
09:49
Adding JavaScript
09:57
Project Code
00:01

Build a Digital Clock

7 lectures
Overview
01:31
What we will create
01:10
Creating directories and files
03:25
Creating the structure
07:39
Adding CSS
08:51
Adding JavaScript
08:30
Project Code
00:01

Build a Creating a Contact Form

7 lectures
Overview
01:58
What we will create
03:55
Creating directories and files
03:31
Creating the structure
09:48
Adding CSS
10:31
Adding JavaScript
09:49
Project Code
00:01

Build a Todo List App

8 lectures
Overview
01:13
What we will create
01:07
Creating directories and files
03:30
Creating the structure
07:48
Adding CSS
08:32
Adding JavaScript: Part 1
07:26
Adding JavaScript: Part 2
10:54
Project Code
00:01

Build an Interactive Quiz

8 lectures
Overview
01:11
What we will create
01:42
Creating directories and files
03:57
Creating the structure
09:51
Adding CSS
10:17
Adding JavaScript: Part 1
11:16
Adding JavaScript: Part 2
05:36
Project Code
00:01

Build a Countdown Timer

7 lectures
Overview
01:20
What we will create
00:35
Creating directories and files
03:24
Creating the structure
07:49
Adding CSS
09:13
Adding JavaScript
12:59
Project Code
00:01

Introduction to Python

7 lectures
What is Python
05:16
Installing Python on Windows
02:58
Installing Python on Macs
06:57
Installing Atom Text Editor
03:57
Creating a project directory
03:28
Updating Pip
03:31
Creating and Activating a Virtual environment
04:13

Building a Currency Converter

10 lectures
What we will create
02:58
Project design sketch
01:51
Creating a Python file
03:16
Building the app: part 1
06:34
Building the app: part 2
05:22
Building the app: part 3
06:54
Building the app: part 4
07:05
Building the app: part 5
11:57
Testing the app
01:59
Project Code
00:01

Build a Music Player App

8 lectures
What we will create
01:22
Project design sketch
01:10
Building the app: part 1
09:48
Building the app: part 2
08:46
Building the app: part 3
07:13
Building the app: part 4
12:08
Testing the app
03:25
Project Code
00:01

Building a Random Password Generator

6 lectures
What we will create
01:55
Project design sketch
01:37
Creating a Python file
07:33
Create a method and while loop
07:34
Testing the app
02:05
Project Code
00:01

Build a Digital Clock with Python

8 lectures
What we will create
00:57
Project design sketch
01:06
Creating a Python file
02:12
Building the clock: part 1
03:59
Building the clock: part 2
05:08
Building the clock: part 3
05:48
Testing the clock
05:11
Project Code
00:01

Build an Image Slider App

7 lectures
What we will create
00:30
Project design sketch
01:05
Creating a Python file
07:00
Creating a Python Class
11:48
Adding methods to class
13:09
Testing the app
02:12
Project Code
00:01

Build a text to speech app

4 lectures
Creating the app structure
04:20
Implementing the logic
07:19
Testing the app
02:46
Project Code
00:01

Mini Python Projects

5 lectures
Build a Lottery Number Simulator
09:04
Build a screen break program
07:16
Build a Random Number Generator
04:19
Build a Number Guessing Game
09:46
Thank You
00:09

Đánh giá của học viên

Chưa có đánh giá
Course Rating
5
0%
4
0%
3
0%
2
0%
1
0%

Bình luận khách hàng

Viết Bình Luận

Bạn đánh giá khoá học này thế nào?

image

Đăng ký get khoá học Udemy - Unica - Gitiho giá chỉ 50k!

Get khoá học giá rẻ ngay trước khi bị fix.