One of Python’s most useful features is its interactive interpreter. It allows for very fast testing of ideas without the overhead of creating test files as is typical in most programming languages. However, the interpreter supplied with the standard Python distribution is somewhat limited for extended interactive use.
The goal of IPython is to create a comprehensive environment for interactive and exploratory computing.
The IPython Reference Guide provides beginners with a simple introduction to the basics, and experts will find advanced details they need.
In this you will see the following things below.
- IPython Documentation
- Overview
- What’s new in IPython
- Installation
- Tutorial
- Configuration and customization
- Developer’s guide for third party tools and libraries
- Guide for IPython core Developers
- IPython release process
- The IPython API
- About IPython
You will find all this section offline without any internet connection and learn IPython easily anywhere and anytime.
Una de las características más útiles de Python es su intérprete interactivo. Se permite realizar pruebas muy rápido de ideas sin la sobrecarga de crear archivos de prueba como es típico en la mayoría de los lenguajes de programación. Sin embargo, el intérprete suministrado con la distribución estándar de Python es algo limitada para el uso interactivo extendida.
El objetivo de IPython es crear un entorno completo para la computación interactiva y exploratorio.
La Guía de referencia IPython ofrece principiantes con una simple introducción a los conceptos básicos, y los expertos encontrará detalles avanzados que necesitan.
En este verá las siguientes cosas de abajo.
- Documentación IPython
- Visión de conjunto
- ¿Qué hay de nuevo en IPython
- Instalación
- Tutorial
- Configuración y personalización
- Guía del desarrollador de herramientas de terceros y bibliotecas
- Guía para desarrolladores del núcleo IPython
- proceso de liberación IPython
- La API IPython
- Sobre IPython
Encontrará toda esta sección en línea sin ningún tipo de conexión a Internet y aprender IPython fácilmente en cualquier lugar y en cualquier momento.