蠎加载 105
原文: Import Python Weekly Newsletter - Issue No 105 欢迎, 来 PyChina/weekly 共同翻译/增订/推荐 周刊 蠎消息 ;-) 该读 ~ 文章, Blog, 教程… 现代字典 ~ Raymond Hettinger : Python core-python, dict Python’s dictionaries are stunningly good. Over the years, many great ideas have combined together to produce the modern implementation in Python 3.6. This fun talk is given by Raymond Hettinger, the Python core developer responsible for the set implementation and who designed the compact-and-ordered dict implemented in CPython for Python 3.6 and in PyPy for Python 2.7. (是也乎: 事实证明一个贴心的数据类型可以增加很多语言的依赖, 但是,另外一个现实也证明了只有一种数据类型的开发语言一样可以很好的使用, 所以? 存乎一心了. ) 通过 SSH 远程运行 Python 3 ssh, click I ran into this situation today where I wanted to issue a few commands over ssh to a remote host as part of a Click command I’m building to do some ops automation here at REVSYS. It’s probably not perfect in terms of error handling, but it sure is simple!. (是也乎: 嗯哼,就是 Fabric3 的软广呗. ) 用 Python 介绍数据科学 - Univeristy of Michigan data science, mooc The course will also introduce data manipulation and cleaning techniques using the popular python pandas data science library and introduce the abstraction of the DataFrame as the central data structure for data analysis. The course will end with a statistics primer, showing how various statistical measures can be applied to pandas DataFrames. By the end of the course, students will be able to take tabular data, clean it, manipulate it, and run basic inferential statistical analyses. (是也乎: 就是 panda 呗… ) 用 Python 进行数据整理 In this post, I will summarize some tidying examples Wickham uses in his paper and I will demonstrate how to do so using the Python pandas library. (是也乎: 依然是 Panda 呢… ) 用 Python 查询和展示天气数据 data science Considering rich Python Ecosystem of tools, libraries, and frameworks for data crunching, I’d like to share a few examples how to plug Datahub API as a data source to your Python-based workflow. I’ll start with a simple example: how to turn Datahub API JSON output into Numpy arrays using Pandas framework. (是也乎: 针对 Datahub API 输出的 JSON ) 2017 放弃 Python 2 python3 Python 3.6.0 came out day before yesterday, and it was like a Christmas present for many of us. But in the midst of all the celebration, many of you were still asking if it is safe to drop Python 2 and move over to Python 3. There still seems to be a fear of missing out on useful third party libraries that lack Python 3 support. So in this post, I will try to settle this issue once and for all by presenting the relevant data. After you have seen all the data, you will be able to come to your own conclusion (I have already expressed my conclusion in the title). (是也乎: 目测嗯哼的… ) 从 Python 到 Numpy numpy There are already a fair number of books about Numpy (see Bibliography) and a legitimate question is to wonder if another book is really necessary. As you may have guessed by reading these lines, my personal answer is yes, mostly because I think there is room for a different approach concentrating on the migration from Python to Numpy through vectorization. (是也乎: 是一部完备的小书…CC 协议,还没有翻译为中文…. rougier/from-python-to-numpy: An open-access book on numpy vectorization techniques, Nicolas P. Rougier, 2017 rST 格式 ) 加速 Python 运行: 案例研究 performance 支持 PyKids 服务 community pykids is a voluntary effort to bring Python to elementary school (5th & 6th grades). At present I run AWS servers to support my venture. These servers are available for anyone to use. I run a monthly bill of about 20 USD to run this server. The money that you donate will go into support keeping these servers online. 为小白的 Python IDE IDE (是也乎: 乱说! 初学更加不应该用 IDE 了… ) 检查 Python 包依赖 dependency (是也乎: 可怕的 Dependencies of django ) 为毛 Python 不是俺的最爱 opinion (是也乎: Python 的目标从来不是最爱哪… ) 好物 ~ 包/模块/库/片段… ...