importpython-barnner.png

该读

~ 文章, Blog, 教程...

I wrote a simple Python script to combine the per-category ratings-only data from the Amazon product reviews dataset curated by Julian McAuley, Rahul Pandey, and Jure Leskovec for their 2015 paper Inferring Networks of Substitutable and Complementary Products. The result is a 4.53 GB CSV that would definitely not open in Microsoft Excel. The truncated and combined dataset includes the user_id of the user leaving the review, the item_id indicating the Amazon product receiving the review, the rating the user gave the product from 1 to 5, and the timestamp indicating the time when the review was written (truncated to the Day). We can also infer the category of the reviewed product from the name of the data subset.

(是也乎:

item_histogram

是的,现在公开的数据早已超过了 Excel 的能力!

)

Python 3.6 added another interesting new feature that is known as Syntax for variable annotations.

(是也乎:

为了性能, Py3 向 C++ 飞奔而去 )

Over the past few years, the Python programming language gained a huge popularity boost and its community grew faster than ever. With this growth, a lot of tools appeared that help the community keep things organized and accessible. In this article I am going to provide a short list of iteOver the past few years, the Python programming language gained a huge popularity boost and its community grew faster than ever. With this growth, a lot of tools appeared that help the community keep things organized and accessible. In this article I am going to provide a short list of items every Python project should have in order to be accessible and maintainable.ms every Python project should have in order to be accessible and maintainable.

(是也乎:

这是又一份看起来简单,但是,坚持作到不容易的 check-list

requirements.txt/setup.py/Tests/Documentation/Conclusion

以及一个不言则明的目录结构!

)

Benoit's first article we shared couple of issues back talked about the memory leak in his crawler and how he found the culprit. In this second and final post of the series, you'll find out how Benoit used a combination of techniques and tools to analyze and resolve memory leaks in his Python application.

(是也乎:

这是个系列内存传说记述, )

Have you ever asked yourself how the store managers decide on product shelf placement in retail stores? There must be some strategy behind it, right? It can’t be just a random choice. Almost on daily basis, you receive product purchase recommendations from variety of sources where you have left your “digital fingerprint”. In many cases these recommendations make sense, what leaves you puzzled, how did they figured it out?

(是也乎:

market-basket-analysis

揭示零售卖场货架布置的背后动机... )

Apache Spark Meetup talk on: Building a modern data discovery and BI platform using Apache Spark and Catalyst with Kevin Beyer

Lessons learned by replacing httplib in Apache Libcloud with requests.

Author Michael Hausenblas explores several use cases where serverless is a great fit—primarily short-running, stateless jobs in event-driven architectures found in mobile or IoT applications. He also provides a guide for migrating from a monolithic application structure to serverless computing. The code snippet in the last chapter is in Python. Though it's a toy application.

While the underscore _ is used for just snake-case variables and functions in most languages (Of course, not for all), but it has special meanings in Python. If you are python programmer, for _ in range(10) , init(self) like syntax may be familiar.

Understanding how chatbots work is useful. A fundamental piece of machinery inside a chat-bot is the text classifier. Let’s look at the inner workings of an algorithm approach: Multinomial Naive Bayes. This is a classic algorithm for text classification and natural language processing (NLP). Fancy terms but how it works is relatively simple, common and surprisingly effective.

(是也乎:

针对 chatbots 技术 )

(是也乎:

pythoneer-most-use-words.png(PNG 图像,799x757 像素) - 缩放 (87%)

嗯哼... )

As a curator I can state that Vasudev Ram is definitely one of the most consistent Python blogger in terms of no of articles / code snippets he writes.

好物

~ 包/模块/库/片段...

PyTorch is a python package that provides two high-level features - Tensor computation (like numpy) with strong GPU acceleration and Deep Neural Networks built on a tape-based autograd system. You can reuse your favorite python packages such as numpy, scipy and Cython to extend PyTorch when needed.

(是也乎:

挖掘 GPU 能力的通用模块出来了 )

开源虚拟助理

(是也乎:

一看这名字就知道不聪明... )

Python实现的, 基于 NLTK 快速自动关键字提取算法

又一个 Flask 实现的 RESTful 接口框架

Python 的运行时类型检查器

django-eventsourcing offers common components that are required for building Event Sourcing Django applications.

( ̄▽ ̄)

嗯哼,已经放假,带牛妞已刷过魔都 Disney Land 对比米国原版的, 最大的差异是服务人员的态度 눈_눈

是也乎


Comments


大妈的多重宇宙 - YouTube

全新自媒体系列...科学幻想,读书,说故事...
点击注册~> 获得 100$ 体验券: DigitalOcean Referral Badge

订阅 substack 体验古早写作:
Zoom.Quiet’s Chaos42 | Substack


关注公众号, 持续获得相关各种嗯哼:
zoomquiet


蟒营®编程思维提高班Python版

**2021.01.11** 因大妈再次创业暂停定期开设, 转换为预约触发:
  • + 任何问题, 随时邮件提问可也:
    askdama@googlegroups.com
-->