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.
一个Python的最有用的功能是它的交互式解释。它允许在不创建测试文件,在大多数编程语言典型的开销的想法非常快的测试。然而,与标准的Python分配供给的解释器是延长的交互使用比较有限的。
IPython的目标是创造互动性和探索性计算的综合环境。
IPython的参考指南初学者提供一个简单的基本的介绍,专家会发现,他们需要先进的细节。
在此,你将在下面看到下面的东西。
- IPython的文档
- 概述
- 什么在IPython中的新功能
- 安装
- 教程
- 配置和定制
- 开发人员对第三方工具和库指南
- 指南IPython的核心开发人员
- IPython的释放过程
- IPython的API
- 关于IPython的
你会发现这一切的部分离线没有任何互联网连接和学习IPython的轻松,随时随地。