Name of the language

Description and functionality

Python

Python is an interpreted, cross-paradigm, cross-platform programming language. It promotes structured, functional and object-oriented imperative programming. The latter is equipped with strong dynamic typing, automatic memory management by garbage collection and an exception management system; works on most computer platforms, from smartphones to mainframes. It is designed to maximize programmer productivity by offering high-level tools and easy-to-use syntax.

Django

Django is an open-source python framework dedicated to web 2.0 development. It’s “The web framework for perfectionists under pressure”. It is oriented for developers who need to produce a solid project quickly. As it is always complicated to start from scratch, Django offers a solid project base.

HTML

It is a language used to compose web pages. We speak of markup language and not of programming language, because the purpose of HTML is to frame the different elements present in a page (images, titles, paragraphs, etc.) with tags to allow them to be formatted secondarily. (via a style sheet) and to make sense.

CSS

CSS stands for Cascading Style Sheets. It is a style language whose syntax is extremely simple but its performance is remarkable. Indeed, CSS is concerned with the formatting of content embedded with HTML.

JavaScript

It’s a programming language that allows you to create dynamically updated content, control multimedia content, animate images, and everything else you can. The JavaScript language is mainly used to improve the ergonomics of a website and/or a user application interface.