Zaki Akhmad: MelbDjango Camp
It’s almost a month passed by from MelbDjango camp. I was planning to write a short review about it. So, let’s just give it a start. Better late than never.For me, Django community in Melbourne has...
View ArticleGaël Varoquaux: Of software and Science. Reproducible science: what,...
At MLOSS 15 we brainstormed on reproducible science, discussing why we care about software in computer science. Here is a summary blending notes from the discussions with my opinion.“Without...
View ArticleWesley Chun: Google Drive: Uploading & Downloading files with Python
IntroductionSo far in this series of blogposts covering authorized Google APIs, we've used Python to access Google Drive, Gmail, and Google Calendar. Today, we're revisiting Google Drive with a small...
View ArticleContinuum Analytics News: Continuum Analytics Makes $100K Donation to Project...
Company BlogPostedWednesday, December 16, 2015Travis Oliphant Co-Founder & Chief Executive OfficerContinuum Analytics has been a collaborator with the folks at Project Jupyter, an open source web...
View ArticlePyCharm: PyCharm 5.0.3 EAP is Available
Having released PyCharm 5.0.2 with a bunch of improvements and performance fixes a few days ago, today we announce the early preview build of PyCharm 5.0.3. The list of bug fixes and improvements for...
View ArticleDamyan Bogoev: Flask Series: Optimizations
In this blog post I will describe how to optimize your Flask application. The website speed is very important. It could break the success of your site, no matter you provide your users great content...
View ArticleBrett Cannon: Why Python 3 exists
This month I held a Q&A at PuPPy (the Puget Sound Python users group) that eventually led to me explaining why Python 3 came into existence and the whole string/bytes deal. I ended up receiving a...
View ArticleGiampaolo Rodola: OpenBSD support for psutil
OK, this is a big one: starting from version 3.3.0 (released just now) psutil will officially support OpenBSD platforms. This was contributed by Landry Breuil (thanks dude!) and myself in PR #615. The...
View ArticleTryton News: Security Release for issue5167
SynopsisA vulnerability in trytond has been found by Cédric Krier, that allow a malicious authenticated user to write on fields for which he doesn't have access (see issue5167).ImpactAny authenticated...
View ArticleDjango Weblog: Django Fellowship Program: 2015 retrospective
Since the fellowship program was renewed in March, I’ve worked full-time to support the development of Django. Here are some highlights from my weekly summaries published on the django-developers...
View ArticleStack Abuse: Python async/await Tutorial
Asynchronous programming has been gaining a lot of traction in the past few years, and for good reason. Although it can be more difficult than the traditional linear style, it is also much more...
View ArticleDjango Weblog: Announcing Django's 2016 fundraising campaign
Today the Django Software Foundation launches our fundraising campaign for 2016.We aim to raise $200,000 in order to fully fund our Fellow program, continue contributing to Django Girls workshops,...
View ArticleEvennia: A summary of a year
As 2015 is slowly drawing to an end, I looked back through Evennia's repository to see just what was going on this year. And it turns out it was a lot! I honestly didn't remember some things happened...
View ArticleAbu Ashraf Masnun: Extracting links and their page title from your Twitter...
Twitter allows us to download our Tweets from the account settings page. Once we request our archive, Twitter will take some time to prepare it and send us an email once this is ready. We will get a...
View ArticleImport Python: ImportPython Issue 54
The latest issue of ImportPython Newsletter is out - Issue No 54 - Click Here To Read.
View ArticleGraham Dumpleton: Running IPython as a Docker container under OpenShift.
Recently I was asked to look at the problems someone was having with trying to create a Docker image for running an IPython notebook server on OpenShift 3. Turns out there are various reasons it isn’t...
View ArticleGraham Dumpleton: Don't run as root inside of Docker containers.
When we run any applications directly on our own computers we avoid doing so as the ‘root’ user unless absolutely necessary. Not running applications as the ‘root’ user is viewed as being a best...
View ArticleCarl Chenet: My Free activities in November 2015
Personal projects: db2twitter 0.3 released – build and send tweets with values from a database – now fully featured and in production on linuxjobs.fr – official documentation retweet 0.6 released –...
View ArticleMarko Samastur: Homeconf
I like going to conferences as I find them a really good way to get introduced to a bunch of topics I don't know enough about. For various reasons I only went to two this year. Instead I have collected...
View Articleبايثون العربي: نشر مشروع جانغو على منصة PythonAnywhere
إلى حد الساعةمازال مشروعنا موجود على جهازنا المحلي فقط ولكن نحن بحاجة إلى نشره على الشبكة العنكبوتية وهذا ما سنتعلمه في هذا الدرس .كما تعلمنا سابقا فإن المواقع الإلكترونية تستضاف من قبل السيرفرات...
View Article