Python3.5

L'environnement de développement : Python3.5

Python3.5: Généralités

Ce bloc de texte n'est malheureusement disponible qu'en anglais.

Python 3.5 is a version of the Python programming language released in September 2015. It is a further development of Python 3, which was first released in December 2008 and has many improvements over Python 2. In terms of web development, there are some important differences between Python 3.5 and Python 3: Speed: Python 3.5 includes several optimisations that improve the speed of Python applications. In particular, Python 3.5 includes a new implementation of the generator that is up to 40% faster than the previous implementation. Asynchronous programming: Python 3.5 supports asynchronous programming, which allows developers to write efficient web applications that can handle many concurrent connections. New libraries: Python 3.5 includes several new libraries that can be useful for web development, such as the "typing" module that supports type annotations. Improved error handling: Python 3.5 provides improved error handling features that help to quickly identify and fix errors in web applications. New syntax: Python 3.5 adds new syntax features that can improve the readability of web applications. One example is the use of the @ operator for matrix multiplication.

Python3.5: HTTP Constantes

http.HTTPStatus.CONTINUE
http.client.SWITCHING_PROTOCOLS
http.HTTPStatus.SWITCHING_PROTOCOLS
http.HTTPStatus.MOVED_PERMANENTLY
http.HTTPStatus.FOUND
http.HTTPStatus.BAD_REQUEST
http.HTTPStatus.UNAUTHORIZED
http.HTTPStatus.PAYMENT_REQUIRED
http.HTTPStatus.FORBIDDEN
http.HTTPStatus.NOT_FOUND
http.HTTPStatus.METHOD_NOT_ALLOWED
http.HTTPStatus.NOT_ACCEPTABLE
http.HTTPStatus.PROXY_AUTHENTICATION_REQUIRED
http.HTTPStatus.REQUEST_TIMEOUT
http.HTTPStatus.CONFLICT
http.HTTPStatus.GONE
http.HTTPStatus.LENGTH_REQUIRED
http.HTTPStatus.PRECONDITION_FAILED
http.HTTPStatus.REQUEST_ENTITY_TOO_LARGE
http.HTTPStatus.REQUEST_URI_TOO_LONG
http.HTTPStatus.UNSUPPORTED_MEDIA_TYPE
http.HTTPStatus.REQUESTED_RANGE_NOT_SATISFIABLE
http.HTTPStatus.EXPECTATION_FAILED
http.HTTPStatus.MISDIRECTED_REQUEST
http.HTTPStatus.UNPROCESSABLE_ENTITY
http.HTTPStatus.LOCKED
http.HTTPStatus.FAILED_DEPENDENCY
http.HTTPStatus.INTERNAL_SERVER_ERROR
http.HTTPStatus.NOT_IMPLEMENTED
http.HTTPStatus.BAD_GATEWAY
http.HTTPStatus.SERVICE_UNAVAILABLE
http.HTTPStatus.GATEWAY_TIMEOUT