蠎加载 153
原文: Import Python Weekly Newsletter - Issue No 153 欢迎, 来 PyChina/weekly 共同翻译/增订/推荐 周刊 蠎消息 ;-) 该读 ~ 文章, Blog, 教程… Awesome python talks videos An opinionated list of awesome videos related to Python, with a focus on training and gaining hands-on experience. (是也乎: 没有中文分享… ) 对象模型 core-python, oops Here, then, is a (very) brief run through the inner workings of objects in four very dynamic languages. I don’t think I really appreciated objects until I’d spent some time with Python, and I hope this can help someone else whet their own appetite. 用于数据分析的Python - 关键性逐行回顾 pandas A not so nice review of Python for Data Analysis Book (是也乎: 最怕逐行解释的图书了… ) Python软件基金会新闻: PSF 从 Mozilla 开放源代码项目中获得 $ 170,000 赠款,以提高 PyPI 的可持续性 PSF, mozilla Today we are excited to announce that we have applied for, and been awarded, a grant to help improve the sustainability of the Python Package Index in the amount of $170,000. This has been awarded by Mozilla, through the Foundational Technology track of their Open Source Support Program. We would like to thank Mozilla for their support. (是也乎: 细思恐极…mozilla? ) 免费 Apache Spark™ 指南 ebook, advert, free The Definitive Guide to Apache Spark. Download today! (是也乎: 这种广告越多越好 ) 使用 Python 的 Pathlib 模块 - 实用商用 Python pathlib The pathlib module was first included in python 3.4 and has been enhanced in each of the subsequent releases. Pathlib is an object oriented interface to the filesystem and provides a more intuitive method to interact with the filesystem in a platform agnostic and pythonic manner. I recently had a small project where I decided to use pathlib combined with pandas to sort and manage thousands of files in a nested directory structure. Once it all clicked, I really appreciated the capabilities that pathlib provided and will definitely use it in projects going forward. That project is the inspiration for this post. (是也乎: 最常用, 也最无奈的一个模块, 特别是遇到中文… ) 使用 NLTK 可视化 我最爱 专辑的歌词 NLTK A few weeks ago I was enrolled in Python for Data Science by UCSD on EdX.org. It is an introductory course so it starts with the basics but by the end of it you have worked with Twitter’s API, predicted weather using Machine Learning and even done some Natural Language Processing using NLTK. (是也乎: 前提是 lyrics 的语种都兼容吧? 果然和中文歌曲没什么关系 ) python cheat sheet core-python pypika sql PyPika is a Python API for building SQL queries. The motivation behind PyPika is to provide a simple interface for building SQL queries without limiting the flexibility of handwritten SQL. Designed with data analysis in mind, PyPika leverages the builder design pattern to construct queries to avoid messy string formatting and concatenation. It is also easily extended to take full advantage of specific features of SQL database vendors. (是也乎: 可以说叕一个 SQL 的 Py DSL ) 好物 ~ 包/模块/库/片段… ...