Web Design Front end
HTML begining course
Hypertext Markup Language is the standard markup language for creating web pages and web applications. With Cascading Style Sheets and JavaScript, it forms a triad of cornerstone technologies for the World Wide Web
CSS begining course
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
JavaScript begining course
JavaScript is most commonly used as a client side scripting language. This means that JavaScript code is written into an HTML page. When a user requests an HTML page with JavaScript in it, the script is sent to the browser and it's up to the browser to do something with it.
Server side programming
PHP is an open source server-side language which is used for creating dynamic web pages. It can be embedded into HTML. PHP is usually used in conjunction with a MySQL database.
Popular Programming
Python is a general purpose and high level programming language. You can use Python for developing desktop GUI applications, websites and web applications
Machine learning
R is a programming language and free software environment for statistical computing and graphics supported by the R Foundation for Statistical Computing.