|
via Udemy |
Go to Course: https://www.udemy.com/course/code-bootcamp-learn-to-code-by-building-20-real-projects/
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 PYTHONHTML is the standard markup language for creating Web pages.What is HTML?HTML stands for Hyper Text Markup LanguageHTML is the standard markup language for creating Web pagesHTML describes the structure of a Web pageHTML consists of a series of elementsHTML elements tell the browser how to display the contentHTML 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 SheetsCSS describes how HTML elements are to be displayed on screen, paper, or in other mediaCSS saves a lot of work. It can control the layout of multiple web pages all at onceExternal stylesheets are stored in CSS filesJavaScript 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 stepBuild an Analogue ClockBuild a Loan Mortgage CalculatorBuild a quote of the day appBuild a BMI CalculatorBuild a CalculatorBuild a Digital clockBuild a Contact FormBuild a Todo List AppBuild an Interactive Quiz AppBuild a Countdown TimerBuild a Currency Converter AppBuild a Music Player AppBuild a Random Password GeneratorBuild an Image Slider AppBuild a Text to Speech AppBuild a Lottery Numbers Simulator AppBuild a Screen Break AppBuild a Random Number GeneratorBuild a Number Guessing Game