You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
python_course/6. Финальный проект
Александр Пильщиков c5bec63bad mac 2 years ago
..
1. Финальный проект mac 2 years ago
Readme.ipynb mac 2 years ago
untitled.txt mac 2 years ago

Readme.ipynb

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

{
 "cells": [
  {
   "cell_type": "markdown",
   "id": "09a9d448",
   "metadata": {},
   "source": [
    "# Финальный проект #"
   ]
  },
  {
   "cell_type": "markdown",
   "id": "aef4130c",
   "metadata": {},
   "source": [
    "На последнем блоке курса вам предстоит реализовать полноценное серверное приложение для получения метрик от множества клиентов."
   ]
  },
  {
   "cell_type": "markdown",
   "id": "e4c42e55",
   "metadata": {},
   "source": [
    "## Задачи обучения ##\n",
    "\n",
    "- Создать своё серверное сетевое приложение."
   ]
  },
  {
   "cell_type": "markdown",
   "id": "31c4d4fe",
   "metadata": {},
   "source": [
    "## Оглавление ##"
   ]
  },
  {
   "cell_type": "markdown",
   "id": "878ed185",
   "metadata": {},
   "source": [
    "### Финальный проект ###\n",
    "\n",
    "- [Сервер для приема метрик](1.%20Финальный%20проект/Сервер%20для%20приема%20метрик.ipynb)\n",
    "- [Ваши впечатления о курсе](1.%20Финальный%20проект/Ваши%20впечатления%20о%20курсе.ipynb)"
   ]
  }
 ],
 "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.6.8"
  }
 },
 "nbformat": 4,
 "nbformat_minor": 5
}