From fed9ae193f0b908a984ca2d0963eba4690cc64ce Mon Sep 17 00:00:00 2001 From: Alexey Date: Wed, 6 May 2026 21:04:11 +0300 Subject: [PATCH] first commit --- .gitignore | 4 ++++ README.md | Bin 0 -> 32 bytes week2_analysis.ipynb | 49 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 53 insertions(+) create mode 100644 .gitignore create mode 100644 README.md create mode 100644 week2_analysis.ipynb 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 0000000000000000000000000000000000000000..d41a0d7d7b4b721d2abfc5ca45d0a7e779061eaf GIT binary patch literal 32 kcmezWPnki1L7c^a#RQ0LSu9vgSrmXGVv5ELybN3n0B8RMa{vGU literal 0 HcmV?d00001 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 +}