David MacIver: Two new Hypothesis releases and continuous deployment of...
I forgot to mention because it was so small, but I shipped a 1.8.1 Hypothesis release yesterday. It’s a workaround for Python 2 being terrible at unicode (Please upgrade to Python 3) and a common way...
View ArticleDaily Tech Video (Python): [Video 239] Matthias Bussonnier, Jonathan...
If you have been using Jupyter (aka IPython) notebook for your work in Python, then you’re in good company; many developers (including me) now use it instead of the text-based interactive Python shell....
View ArticleDavide Moro: Kotti CMS - frontend decoupled from backend. How we did it (part 2)
In the previous article http://davidemoro.blogspot.it/2015/07/kotti-cms-successful-story-part-1.html we have seen that:decoupled public website from the private content management is coolPython and...
View Articleبايثون العربي: التعابير القياسية في بايثون الجزء 1
التعابير القياسية عبارة عن مجموعة من التسلسل الخاص للحروف وظيفتها الأساسية المساعدة على إيجاد أو البحث عن تطابق سلسلة ما في سلسلة أخرى وهي تتميز بإستخدامها لمجموعة من الرموز تسمى الأنماط و غالبا ما...
View ArticleLudovic Gasc: EuroPython 2015 schedule for AsyncIO curious/newcomers
Hello everybody,If you are at EuroPython 2015 and you've planned to use AsyncIO, or you are just curious, you should be interested in:on Monday 20 July:at 11:00, Google Room (Conference): Asyncio Stack...
View ArticleJohn Cook: Numerators of harmonic numbers
Harmonic numbersThe nth harmonic number, Hn, is the sum of the reciprocals of the integers up to and including n. For example,H4 = 1 + 1/2 + 1/3 + 1/4 = 25/12.Here’s a curious fact about harmonic...
View ArticleMike Driscoll: PyDev of the Week: Yasoob Khalid
This week we would like to welcome Yasoob Khalid (@yasoobkhalid) as our PyDev of the Week. He is the writer behind the Free Python Tips blog. Let’s spend some time getting to know him better.Can you...
View ArticlePyCharm: Meet the PyCharm Team in Bilbao, Spain, at EuroPython 2015
The JetBrains PyCharm Team is currently in Bilbao, Spain, for EuroPython 2015 (July 20–26). The conference is held in the Euskalduna Conference Center (ECC, Abandoibarra Etorbidea 4, Bilbao).EuroPython...
View ArticleFrançois Dion: RetroTech Tuesdays
“Saving history, one tech gadget at a time”RetroTech is akin to computer clubs from the early days of computing, such as the one where Steve Wozniak drug Steve Jobs to see his computer kit, later known...
View ArticleTalk Python to Me: #17 Python on bare metal with MicroPython
How many layers of abstraction and indirection are between your python code and machine instructions? What if that number could be 1 and Python itself was the operating system? That would be so...
View ArticleEuropython: EuroPython 2015: EPS and PSF sessions
We would like to draw your attention to the following sessions by the EuroPython Society and the Python Software Foundation, two of our Python community organizations working for you.EuroPython Society...
View ArticleMachinalis: Image fields with Django REST Framework
IntroductionNot long ago we had to implement a Django site that exposes an API using Django REST Framework. Through this API we gave access to the users to models that had image fields on them....
View ArticleFrancisco Souza: Speaking at PythonBrasil[7]
Next weekend I’ll be talking about scaling Django applications at Python Brasil, the brazilian Python conference. It will be my first time at the conference, which is one of the greatest Python...
View ArticleFrancisco Souza: Using Juju to orchestrate CentOS-based cloud services
Earlier this week I had the opportunity to meet Kyle MacDonald, head of Ubuntu Cloud, during FISL, and he was surprised when we told him we are using Juju with CentOS at Globo.com. Then I decided to...
View ArticleFrancisco Souza: Setting up a Django production environment: compiling and...
Here is another series of posts: now I’m going to write about setting up a Django production environment using nginx and Green Unicorn in a virtual environment. The subject in this first post is nginx,...
View ArticleJonathan Hartley: Thoughts on Nylas’ “How We Deploy Code”
Some thoughts on Nylas’ post “How We Deploy Code.”The goals of making deployment consistent, reliable and fast are very laudable, and the conclusion involving creating Debian packages is just great....
View ArticleEuropython: EuroPython 2015: Please upload your talk slides
We would like to ask all speakers at EuroPython to upload their talk slides to the EuroPython 2015 website. The attendees will love you for it :-)For SpeakersUploading is easy:Log in to the websiteGo...
View ArticleMatthew Rocklin: Custom Parallel Workflows
This work is supported by Continuum Analytics and the XDATA Program as part of the Blaze Projecttl;dr: We motivate the expansion of parallel programming beyond big collections. We discuss the usability...
View ArticleContinuum Analytics Blog: Empowering Data Scientists for the Journey
Three years ago, Travis and I founded a company with a mission to promote and foster the growth of better tools for computational science. Both of us are scientists by training, and both of us have...
View ArticleContinuum Analytics Blog: Find Continuum Analytics at PyData Seattle!
Starting Friday, July 24th, the Continuum Analytics team will be in Washington state for PyData Seattle. Join us at the Microsoft Conference Center for three days of Python tutorials, talks, and social...
View Article