commit fed9ae193f0b908a984ca2d0963eba4690cc64ce Author: Alexey Date: Wed May 6 21:04:11 2026 +0300 first commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3a8d935 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.venv/ +__pycache__/ +.ipynb_checkpoints/ +*.pyc \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..d41a0d7 Binary files /dev/null and b/README.md differ diff --git a/week2_analysis.ipynb b/week2_analysis.ipynb new file mode 100644 index 0000000..8ef74fd --- /dev/null +++ b/week2_analysis.ipynb @@ -0,0 +1,49 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "id": "98b68155-817e-4e79-9eeb-6085b91b9796", + "metadata": {}, + "outputs": [], + "source": [] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "2180cc29-6f02-479e-a389-8878fc3628f4", + "metadata": {}, + "outputs": [], + "source": [] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "57218427-008b-450a-8d73-a170a207846e", + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "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.14.4" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +}