Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define IPython #385

Merged
merged 3 commits into from
Mar 10, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion glossary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4970,11 +4970,24 @@
If an invariant expression is not true, this is indicative of a problem, and
may result in failure or early termination of the program.

- slug: ipython
ref:
- jupyter
en:
term: "IPython"
def: >
Short for "Interactive [Python](#python)", it is a [console](#console) designed
to assist interactive and exploratory programming with features such
as coloured text, [tab-completion](#tab_completion),
[filesystem](#filesystem) navigation, quick access to
[documentation](#docstring) and [shell commands](#shell).

am:
term: የማይለዋወጥ
def: >
የሆነ ነገር በማንኛውም ጊዜ በፕሮግራሙ ውስጥ ወይም በ ውስጥ (እውነት)(#true) መሆን አለበት [የሕይወት ዑደት](#lifecycle) የአንድ [ነገር](#object)። ተለዋዋጭነት ብዙውን ጊዜ የሚገለጸው [ማረጋገጫዎችን](#assertion) በመጠቀም ነው ፡፡


- slug: iso_date_format
en:
term: "ISO date format"
Expand Down Expand Up @@ -5100,7 +5113,7 @@
term: "Jupyter"
def: >
Project Jupyter is a non-profit, open-source project that was born out of the IPython Project
in 2014 as IPython evolved to support interactive [data science](#data_science) and scientific
in 2014 as [IPython](#ipython) evolved to support interactive [data science](#data_science) and scientific
computing in many different programming languages.

am:
Expand Down