Python 🐍 Work With Data
1.6K subscribers
76 photos
13 videos
136 files
441 links
A collection of books and articles on Python and various data manipulation tools. Overview of architecture of business intelligence systems, design and development of BI Reports, data processing in Python Pandas.
Download Telegram
Beginning_Data_Science_with_Python_and_Jupyter_by_Alex_Galea.epub
13 MB
Beginning Data Science with Python and Jupyter by Alex Galea.epub

+ Identify potential areas of investigation and perform exploratory data analysis
+ Plan a machine learning classification strategy and train classification models
+ Use validation curves and dimensionality reduction to tune and enhance your models
+ Scrape tabular data from web pages and transform it into Pandas DataFrames
+ Create interactive, web-friendly visualizations to clearly communicate your findings
Data_analysis_with_Python_a_modern_approach_by_Taieb,_David.epub
26.5 MB
Data analysis with Python a modern approach by Taieb, David.epub

Key Features
+ Bridge your data analysis with the power of programming, complex algorithms, and AI
+ Use Python and its extensive libraries to power your way to new levels of data insight
+ Work with AI algorithms, TensorFlow, graph algorithms, NLP, and financial time series
+ Explore this modern approach across with key industry case studies and hands-on projects

What you will learn
+ A new toolset that has been carefully crafted to meet for your data analysis challenges
+ Full and detailed case studies of the toolset across several of today's key industry contexts
+ Become super productive with a new toolset across Python and Jupyter Notebook
+ Look into the future of data science and which directions to develop your skills next
Forwarded from FEDOR BORSHEV
Чеклист: на что смотреть, когда затягиваешь в проект новую библиотеку

Зависимости — кошмар любого большого проекта: они приводят к уязвимостям, конфликтуют друг с другом, протухают и блокируют обновление фреймворка. Так получается потому, что добавить в проект зависимость не стоит ничего, а вот поддерживать её (или просто выпилить) — огромный труд.

Кроме очевидного способа минимизировать проблемы от зависимостей (поменьше их притаскивать, кек), есть ещё простая гигиена, которая помогает упростить жизнь. Прежде чем набрать npm install или что там у вас, найдите репозиторий зависимости в Гитхабе и проверьте его:
— Не смотрите на количество лайков.
— Есть ли тесты? Понятно ли написаны?
— Посмотрите 5 минут на код. Удаётся ли понять, как он работает?
— Были ли значимые (не «version bump») коммиты в последние полгода?
— Не смотрите на количество лайков.
— Растёт или падает количество скачиваний (можно найти в npm/pypi).
— Сколько висит неотвеченных пулл-реквестов?
— Какие issues обсуждают?
— Понятно ли написано ридми, много ли документации?

Ну и конечно, не смотрите на количество лайков — люди ставят их за громкие названия и красивые ридми, а не за код, который решает проблемы без геморроя.

Есть что добавить в чек-лист? Напишите на fedor@borshev.com
#пятница
Немного английского в ленту 🦠