Skip to content
Closed
Show file tree
Hide file tree
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
31 changes: 31 additions & 0 deletions log.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"id": "624e3afd",
"metadata": {},
"outputs": [],
"source": [
"\"\"\"2026-01-20 Интро, пункт 7.2.\"\"\""
]
},
{
"cell_type": "markdown",
"id": "492b0570",
"metadata": {},
"source": [
"1) Загрузил репозиторий;\n",
"2) Создал файл log.ipunb;\n",
"3) Выгрузил коммит."
]
}
],
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
5 changes: 5 additions & 0 deletions log.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
"""2026-01-20 Интро, пункт 7.2."""

# 1) Загрузил репозиторий;
# 2) Создал файл log.ipunb;
# 3) Выгрузил коммит.
69 changes: 69 additions & 0 deletions python/cpython.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"id": "c779c6fb",
"metadata": {},
"outputs": [],
"source": [
"\"\"\"2026-01-22 Answers.\"\"\""
]
},
{
"cell_type": "markdown",
"id": "1800d275",
"metadata": {},
"source": [
"1. Что такое CPython и чем он отличается от Python?\n",
"- Python - это концепция языка программирования высокого уровня (набор инструкций, алгоритмов и описаний). СPython - это \"живая\" официальная реализация Python на языке С, а так-же одноимённый интерпретатор кода. \n",
"\n",
"3. Сколько существует реализаций Python, и какая из них самая популярная?\n",
"- CPython (Самая популярная);\n",
"- IPython;\n",
"- IronPython;\n",
"- Jython;\n",
"- PyPy;\n",
"- PythonNet;\n",
"- Stackless Python\n",
"и другие. \n",
"\n",
"4. На каком языке написан CPython?\n",
"- на языке C.\n",
"\n",
"5. Кто создал CPython?\n",
"- Guido van Rossum.\n",
"\n",
"6. Почему Python считается быстрым, несмотря на то, что это интерпретируемый язык? \n",
"- "
]
},
{
"cell_type": "markdown",
"id": "d9f43978",
"metadata": {},
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.13.3"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
Loading