Zope Resurrection Part 2 Defibrillation
Afterreanimationwe starteddefibrillation of Zope and … it kinda worked: On oursprint we gotthe following things done to help Zope in the python 3 wonderland : Release zope.testbrowser 5.0 which is...
View ArticleScipy’s mannwhitneyu function
Without looking it up, can yousay what the following code does: import numpy as npfrom scipy import statsa = np.arange(25)b = np.arange(25)+4print(stats.mannwhitneyu(a , b)) You probably guessed that...
View ArticleFun with Edison
The Intel Edison seems like a marvelous device. I got the version sitting on an Arduino. The combination is just sick. Running Node or python on such a little board while being able to fully integrate...
View ArticleAnalysis without boundaries
Passport. (source: hjl on Flickr ). We’re living in the golden era of data analytics. With data more available than ever, companies have endless opportunities to process and analyze data to extract...
View ArticleRunning background tasks with Flask and RQ
I wrote several webapps but it took me a while to understand how to run a long task and get the result back (without blocking the server). Of course, you should use a task queue like Celery or RQ ....
View ArticlePython 101/201 Educational Giveaway
I think it’s very important for teens and college students to learn how to program. Science, Technology, Engineering and Mathematics such a crucial set of topics to learn about that I have decided to...
View Article10个应该早点知道的Python技巧
★ 我的这一生都在编程,但是我没有成为一名程序员。最初,我的大部分工作都是用Visual Basic来完成的,还包括一些其它语言工具,比如R语言,C语言、 javascript...
View ArticleMorepath 0.16 released!
I'm proud to announce the release of Morepath 0.16. Morepath_ is a python web framework that is easy to use and lightweight but grows with you when your project demands more. Morepath 0.16 is one of...
View ArticleTying place names to county names with geonames.org
Ever had to figure out which county a town falls into? It’s harder than it looks. San Francisco falls in San Francisco County. That’s easy. Los Angeles is in Los Angeles County. Done. New York spans...
View ArticleHelping Developers Move Faster
Veracode’s mission is to secure the software that powers the world. And one of the most interesting parts of working here, is that in order to achieve that goal, we get to learn about the entire...
View ArticleAzure DocumentDB SDK updates include Python 3 support
Azure DocumentDB, Microsoft’s globally replicated, low latency, NoSQL database, is pleased to announce updates to all four of its client-side SDKs. The biggest improvements were made to the python SDK,...
View ArticleResearch at Aylien: a call for collaboration
At Aylien we are using recent advances in Artificial Intelligence to try to understand natural language. Part of what we do is building products such as our Text Analysis API and News API to help...
View Articleukasz Langa: RE: Diversity on the Python sprint in September
RE: Diversity on the python sprint in September 4 Oct 2016, 7:19 p.m. (updated: 4 Oct 2016, 8:25 p.m.) As an organizer, I feel compelled to respond to the accusations about this event not being diverse...
View ArticleSentry 8.9.0 发布,Python 实时日志平台
Sentry 8.9.0 发布了,Sentry 是一个实时的事件日志和聚合平台,基于Django 构建。 Sentry 可以帮助你将 python 程序的所有 exception 自动记录下来,然后在一个好用的 UI 上呈现和搜索。处理 exception 是每个程序的必要部分,所以 Sentry 也几乎可以说是所有项目的必备组件。 该版本改进如下: Added support for...
View ArticleData Mining in Python: A Guide
Data mining and algorithms Data mining is t he process of discovering predictive information from the analysis of large databases. For a data scientist, data mining can be a vague and daunting task it...
View ArticleAccomplishments Sept 2016
As a reminder, a one-page summary of all the courses, books & videos I’ve reviewed in the past year can be found on myJourney Roadmap page. South Carolina is hot. We went to a “fall festival” in...
View ArticleCMOS #14: Johnny Ray Austin - Mo - Django - VueJS
00:02 Gabor Szabo Hello there, you're listening to the CMOS, to the Code Maven open source podcast and video interview series, I'm your host, Gabor Szabo, and with me is Johnny Ray Austin . Hi Johnny!...
View ArticleTracking a Laser pointer with Python and OpenCV
A recent thread on the OpenCV mailing list (entitled: "Tracking laser dots") discussed techniques that could be used to track the dot from a laser pointer. This sounded like something fun, so I finally...
View ArticleThe Never-ending "To-Learn" List
I'm officially a student! August marked the beginning of a new semester for me, and this time I'm a full-time student. After being on the faculty side of things for a while, I'm actually having a...
View ArticlePyOpenGL on OS X
Update: July 7, 2010:For the past year or so I've been using virtualenv , virtualenvwrapper , and pip to manage and install python packages, and I highly encourage everyone to use these tools! It may...
View Article