importpython-barnner.png

该读

~ 文章, Blog, 教程...

In this review I’ll explain how Djaneiro can make your Django development workflow more productive and I’ll go over the pros and cons of the plugin as I experienced them. After that I’ll take a look at alternatives to Djaneiro in the Sublime Text plugin landscape. At the end I’ll share my final verdict and ratings.

(是也乎:

Djaneiro ~ 专门为 subl 用户打造的 django 环境... 由于出色的接口, subl 现在比 eclipes 当年的插件社区还要活跃... )

Talk by Steven F. Lott.

Write Python code and see how the ast looks like in the browser right now. No installation needed.

(是也乎:

在线实时代码编译结构观察服务 )

This project tries to provide a lot of piece of Python code that makes life easier.

(是也乎:

其实就是 mini 版本的 Python Cookbook

使用 virtualenv 发布本地文档网站

)

pandasql, a Python package we (Yhat) wrote that emulates the R package sqldf. It's a small but mighty library comprised of just 358 lines of code. The idea of pandasql is to make Python speak SQL. For those of you who come from a SQL-first background or still "think in SQL", pandasql is a nice way to take advantage of the strengths of both languages.

(是也乎:

pandasql

作为 Rodeo IDE 插件诚意之作; 只有 358 行代码!

)

BinaryTree is a minimal Python library which provides you with a simple API to generate, visualize and inspect binary trees so you can skip the tedious work of mocking up test trees, and dive right into practising your algorithms! Heaps and BSTs (binary search trees) are also supported.

patat (Presentations And The ANSI Terminal) is a small tool that allows you to show presentations using only an ANSI terminal. It does not require ncurses.

(是也乎:

patat

)

PyCon 2017 ( US ) site is live. Note - Registration starts on Oct 17th. If you are looking to speak/attend reach out dates for talk/tutorial/paper aka Call For Proposals ( CFP ) submission.

In this post we shall explore the different ways we can achieve concurrency and the benefits/drawbacks of them. With the advent of Python 3 the way we’re hearing a lot of buzz about “async” and “concurrency”, one might simply assume that Python recently introduced these concepts/capabilities. But that would be quite far from the truth. We have had async and concurrent operations for quite some times now. Also many beginners may think that asyncio is the only/best way to do async/concurrent operations.

Functional programming is a discipline, not a language feature. It is supported by a wide variety of languages, although those languages can make it more or less difficult to practice the discipline. Python has a number of features that support functional programming, including map/reduce functions, partial application, and decorators.

(是也乎:

功能性编程,而不是函式编程,又一门新的编程学科...

)

Jake VanderPlas explains Python’s essential syntax and semantics, built-in data types and structures, function definitions, control flow statements, and more, using Python 3 syntax.

(是也乎:

针对 Py3 新用户的简介 )

The Python Imaging Library or PIL allowed you to do image processing in Python. Here is a tutorial.

(是也乎:

瞌睡送枕头,对于图像处理,现在都用 Pillow 了 )

For the past couple of years, I’ve been writing automated tests for my employer. One of the many types of tests that I do is comparing how an application draws. Does it draw the same way every single time? If not, then we have a serious problem. An easy way to check that it draws the same each time is to take a screenshot and then compare it to future versions of the same drawing when the application gets updated.

This recipe shows how to get the names and types of all the attributes of a Python module. This can be useful when exploring new modules (either built-in or third-party), because attributes are mostly a) data elements or b) functions or methods, and for either of those, you would like to know the type of the attribute, so that, if it is a data element, you can print it, and if it is a function or method, you can print its docstring to get brief help on its arguments, processsing and outputs or return values, as a way of learning how to use it.

(是也乎:

也只有 Python 这种有足够内省能力的语言,才可以随时拷问出这么丰富的信息来; 代码来自:

http://jugad2.blogspot.in/2016/10/get-names-and-types-of-python-modules.html )

活动

~ Upcoming Conference / User Group Meet

项目

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

RocketFuel 拓扑映射引擎的Python实现

Make TLS/SSL security mass scans with testssl.sh and import results into ElasticSearch. Script collection for generating testssl.sh command lines that can be executed sequentially or in parallel with tools like GNU Parallel and importing the results into a structured document in ElasticSearch for further analysis.

(是也乎:

安全测试的各种结果自动导入 ElasticSearch 的 CLI 工具 )

A simple Python script that generate Call Graph of simple Racket program by generating dot language scripts. It uses naive approach that basically traverse the program and maintain a state machine regardless of context. Currently it only maintain a FSM so advance features of Racket, like lambda-function is not support, will improve if needed in the future.

(是也乎:

又一个程序运行可视化解析工具 )

Gender Classification Challenge for 'Learn Python for Data Science #1'. This is the code for the gender classification challenge for 'Learn Python for Data Science #1' by @Sirajology on YouTube. The code uses the scikit-learn machine learning library to train a decision tree on a small dataset of body metrics (height, width, and shoe size) labeled male or female. Then we can predict the gender of someone given a novel set of body metrics.

(是也乎:

猜性别挑战赛又一实例, 通过对人体数据进行机械学习来判定男女. )

tweets from the the second presidential debate. This repo contains data on roughly 150,000 debate tweets. However, to make the data compliant with Twitter's terms of service, the public data only contains tweet IDs. A short python script to convert that list of tweet IDs into the full twitter data is coming soon.

(是也乎:

米国总统竟选第二次辩论时所有有关 tweets 数据集, 可以用来预测成功率. )

Start a conversation with Ronald Reagan!. I made a chatbot that mimics Ronald Reagan.

(是也乎:

模仿里根总统语气的聊天儿机器人 )

An extension for Flask that help you generate fake data. Flask-Church is a small wrapper for Church library.

(是也乎:

上周介绍过的专注假数据生成的工具 Church 的 Falsk 配合模块. )

是也乎


Comments


大妈的多重宇宙 - YouTube

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

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


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


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

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