3ème Info

Welcome to our Class

Let's learn some Python/Front-end and do some exercices

Choose your interest

What is Python ?

Python is a high-level, interpreted programming language that is widely used for web development, data analysis, artificial intelligence, and scientific computing. It is known for its simple syntax, which makes it easy to learn and use, and for its large and active developer community, which has created a wide range of libraries and frameworks that can be easily integrated into Python projects. Python is a general-purpose language, which means that it can be used to build almost any type of software, from simple scripts to complex applications. It is also highly portable, meaning that code written in Python can run on almost any device, operating system, or platform.

What is HTML ?

HTML (HyperText Markup Language) is a markup language used to structure and format content on the web. It is the standard markup language for creating web pages and web applications. HTML is used to create the structure and content of a web page, while CSS is used to control the styling and layout of the page, and JavaScript is used to add interactivity and dynamic behavior to the page. Together, these technologies form the basis of modern web development.

What is CSS ?

CSS (Cascading Style Sheets) is a stylesheet language used to control the appearance and layout of HTML documents. It is used to style web pages and web applications, and is an essential part of modern web development. CSS allows you to specify the colors, fonts, sizes, and positions of elements in an HTML document. It enables you to create consistent, professional-looking designs that can be easily maintained and modified.

What is JavaScript ?

JavaScript is a programming language that is commonly used to add interactivity and dynamic behavior to web pages. It is a client-side language, which means that it is executed by the user's web browser, rather than by a server. JavaScript is also used in other contexts, such as mobile app development, desktop application development, and server-side programming (using technologies like Node.js). It is a popular and widely-used language that is supported by most modern web browsers.

Most Popular