Marcos Dione: breaking-off
Having my own version of the python parser has proven, so far, to be clumsy and chaotic. Clumsy because it means that I need a special interpreter just to run my language (which in any case uses an...
View ArticleMozilla Web Development: Node.js static file build steps in Python Heroku apps
I write a lot of webapps. I like to use Python for the backend, but most frontend tools are written in Node.js. LESS gives me nicer style sheets, Babel lets me write next-generation JavaScript, and NPM...
View ArticlePython 4 Kids: Python for Kids Book: Project 6
In these posts I outline the contents of each project in my book Python For Kids For Dummies. If you have questions or comments about the project listed in the title post them here. Any improvements...
View ArticleShiningPanda: Track your licenses!
Requires.io is proud to introduce a new feature: license tracking for your requirements!And if a licence differs between your version of a package and its latest one, you get the information in both...
View ArticleCodementor: Data Science with Python & R: Data Frames I
MotivationThese series of tutorials on Data Science will try to compare how different concepts in the discipline can be implemented in the two dominant ecosystems nowadays: R and Python. We will do...
View ArticleReinout van Rees: Automation for better behaviour
Now... that's a provocative title! In a sense, it is intended that way. Some behaviour is better than other behaviour. A value judgment! In the Netherlands, where I live, value judgments are suspect....
View ArticleContinuum Analytics Blog: Continuum Analytics - September Tech Events
Our team is gearing up for a big presence at the Strata Hadoop World Conference at the end of this month, where we’ll be presenting theatre talks from our founder and developers, as well as demos,...
View ArticleAnatoly Techtonik: SCons build targets
SCons is awesome. Just saying. If you want to know (or troubleshoot) how SCons selects targets to be built, add this snippet at the end of your SConstruct:def dump_targets(targets): for t in targets:...
View ArticleNikola: New feature in Nikola: Sections
This post is reproduced with permission from the author. See it in the original siteSections are like newspaper sections that let you group related content together in a collection. Every post from a...
View ArticleNikola: Nikola v7.7.0 is out!
On behalf of the Nikola team, I am pleased to announce the immediate availability of Nikola v7.7.0. It fixes some bugs and adds new features.What is Nikola?Nikola is a static site and blog generator,...
View ArticleImport Python: ImportPython JobBoard
Are you looking for a Python Developer OR a developer looking for a Python Programming Job. Check out the free Python JobBoard .Job Posting are featured in the newsletter, letting you reach out to...
View ArticleTwisted Matrix Labs: Twisted 15.4 Released
On behalf of Twisted Matrix Laboratories, I am honoured to announce the release of Twisted 15.4, codenamed "Trial By Fire".Twisted is continuing to forge ahead, with the highlights of this release...
View ArticlePython 4 Kids: Python for Kids Book: Project 7
In these posts I outline the contents of each project in my book Python For Kids For Dummies. If you have questions or comments about the project listed in the title post them here. Any improvements...
View ArticlePython 4 Kids: Python for Kids Book: Project 5
In these posts I outline the contents of each project in my book Python For Kids For Dummies. If you have questions or comments about the project listed in the title post them here. Any improvements...
View ArticleJulien Danjou: Data validation in Python with voluptuous
Continuing my post series on the tools I use these days in Python, this time I would like to talk about a library I really like, named voluptuous.It's no secret that most of the time, when a program...
View ArticlePython 4 Kids: Python for Kids Book: Project 8
In these posts I outline the contents of each project in my book Python For Kids For Dummies. If you have questions or comments about the project listed in the title post them here. Any improvements...
View ArticleBrett Cannon: Why I bought a Google OnHub router
When the Google OnHub router was announced, I was excited. Not just because the client software was developed at Google Waterloo where I used to work, but because the router represents Google...
View ArticleBrett Cannon: Try to not use the Python C API directly
If there is one persnickety thing people ask of python-dev it is for the GIL to go away. People view it as this great bugaboo of performance that hinders CPython in a world where single-core chips are...
View ArticleMarcos Dione: ayrton-0.5
I forgot to mention: last night I finally got to release ayrton-0.5. This has a major update to the language, thanks to our new parser, craftily thieved out of pypy. Other similar changes might come...
View ArticleIan Ozsvald: Data Science Deployed – Opening Keynote for PyConSE 2015
I’ve just had a fab couple of days at PyConSE in Stockholm, I really enjoyed giving the opening keynote (thanks!) and attending two days of interesting talks. The Saturday was packed with data science...
View Article