Peter Bengtsson: Headsupper.io
tl;drHeadsupper.io is a free GitHub webhook service that emails people when commits have the configurable keyword "headsup" in it. IntroductionHeadsupper.io is great for when you have a GitHub project...
View ArticleLintel Technologies: Desktop GUI libraries in Python
If you want to build desktop GUIs, Python is right candidate to pick. It offers you plethora of GUI libraries compared to any other language. So, there are high number of chances that, some library in...
View ArticleFrançois Dion: Tensorflow jupyter notebook
In an orbit near youAt the last PYPTUG meeting, I demoed Google's Tensorflow deep learning toolkit. I did that using the Jupyter notebook. If you are not familiar with this, check out try.jupyter.org...
View ArticleWill McGugan: Announcing Moya 0.6.0
I'm happy to announce release 0.6.0 of Moya.Moya is a web-application platform written in Python. In that respect it is a lot like other Python frameworks such as Django, Pyramid, Flask, Bottle etc....
View ArticleMoya Project: Moya 0.6.0 Released
I'm happy to announce the release of Moya version 0.6.0.This version contains a number of new features and enhancements, as well as improvements in performance. See here for the full change list. I've...
View ArticlePython Insider: Python 3.5.1 and Python 3.4.4rc1 are now available
Python 3.5.1 and Python 3.4.4rc1 are now available for download.You can download Python 3.5.1 here, and you can download Python 3.4.4rc1 here.Python 2.7.11 was also released today, making this a Python...
View ArticleVasudev Ram: Using JSON Schema with Python to validate JSON data
By Vasudev RamI got to know about JSON Schema and the jsonschema Python library recently.JSON Schema is a scheme (pun not intended) or method for checking that input JSON data adheres to a specified...
View ArticleLintel Technologies: Common constructs of GUI programs
In this post we will go over some of the basic and common constructs that you come across while building GUI programs almost in any language or library. The following are some of the common items that...
View ArticleChris Moffitt: Creating Advanced Excel Workbooks with Python
IntroductionI have written several articles about using python and pandas to manipulate data and create useful Excel output. In my experience, no matter how strong the python tools are, there are times...
View ArticleMike Driscoll: PyDev of the Week: Marc-Andre Lemburg
This week we would like to welcome Marc-Andre Lemburg (@malemburg) as our PyDev of the Week. Mr. Lemburg is a Python core developer and entrepreneur. He owns his own business eGenix and writes about...
View ArticleMike Driscoll: Python 101 Christmas Sale
I’m putting my book, Python 101, on sale for the rest of the month of December. You can now get it for 50% off by using the following offer code: xmas2015This code also works for pre-ordering the...
View ArticleReuven Lerner: Reminder: Free Webinar on data science in Python
There’s still time to register for my free, one-hour Webinar on data science in Python, which will be tomorrow (Tuesday). There’s clearly too much material for me to give just one Webinar, so this...
View ArticleRobin Wilson: Bokeh plots with DataFrame-based tooltips
Recently I’ve been investigating a key dataset in my research, and really seeking to understand what is causing the patterns that I see. I realised that it would be really useful if I could plot an...
View ArticleContinuum Analytics News: Mar 12 - 13: Join us at PyData Amsterdam to see the...
Upcoming EventsPostedWednesday, March 2, 2016Continuum Analytics will be at PyData Amsterdam March 12 - 13, 2016. Stay tuned for updates on talks and more! Get more info and register
View ArticleContinuum Analytics News: May 20 - 21: Find the Continuum Analytics team at...
Upcoming EventsPostedThursday, December 31, 2015Join us in Berlin May 20 - 21 for PyData Berlin! Register and get updates
View ArticleContinuum Analytics News: May 28 - June 5: Continuum Analytics will be at...
Upcoming EventsPostedWednesday, December 30, 2015The Continuum Analytics team is traveling to Portland, OR for PyCon 2016, May 28 - June 5, 2016. Lets talk Anaconda! Register or get more info
View ArticleMarc-André Lemburg: PyDev of the Week
Mike Driscoll has been running a great blog series about Python developers called “PyDev of the Week” for more than a year now and today it was my turn to answer his interview questions.I love projects...
View ArticleIan Ozsvald: “Data Science Delivered” (a collection of notes on...
Over the last year I’ve given a collection of keynotes and talks around shipping and supporting data science products with Python. I’ve started to gather up my notes into a document – they’re hosted on...
View ArticleA. Jesse Jiryu Davis: Announcing PyMongo 3.2
Our Python team released PyMongo 3.2 today. This time I wasn't involved at all; Bernie Hackett, Anna Herlihy, and Luke Lovett developed this version, with a contribution from Felix Yan.Version 3.2...
View ArticleTalk Python to Me: #37 Python Cybersecurity and Penetration Testing
How secure is your application? Do you know the main vulnerabilities that most apps suffer from? How would you even start answer these questions? On this episode of Talk Python To Me, Justin Seitz is...
View Article