IT-новости про Python, которые стоит знать

Собрали в одном месте самые важные ссылки
читайте нас в Twitter


Новый материал в ленте
  Topological Sort

A Directed Acyclic Graph (DAG) is a common data structure used to contain a series of related items that must have certain order or dependency. Topological sorting is used to help find where you might start processing to get in order handling of the items in a DAG.


Python Дайджест. Выпуск 136

(25.07.2016 - 31.07.2016)

поделиться выпуском 
Дайджест python,

Релизы

  aiohttp - 0.22.2

http клиент/сервер для asyncio. Изменения описаны по ссылке https://allmychanges.com/p/python/aiohttp/#0.22.2. Скачать можно по ссылке: https://pypi.python.org/pypi/aiohttp

  lxml - 3.6.1

Мощный и быстрый модуль для обработки XML/HTML. Изменения описаны по ссылке https://allmychanges.com/p/python/lxml/#3.6.1. Скачать можно по ссылке: http://pypi.python.org/pypi/lxml/

  tornado - 4.4.1

Масштабируемый, не блокирующий web-сервер. Изменения описаны по ссылке https://allmychanges.com/p/python/tornado/#4.4.1. Скачать можно по ссылке: https://pypi.python.org/pypi/tornado/