PythonClub - A Brazilian collaborative blog about Python: Upload de arquivos...
Upload de arquivos no Django: entendo os modos de leituraEm uma conversa com a galera do [Welcome to the Django] acabei experimentando a aprendendo – na prática — sobre csv, strings, bytes, file object...
View ArticleMike Driscoll: Python: An Example of Bad Monkey Patching
Today one of my coworkers came and got me so that I could explain some weird Python code they’d found. It dealt with cmake, but since it was internal code, I won’t be able to show it here. Instead, I...
View ArticleWeekly Python StackOverflow Report: (viii) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2016-02-27 07:44:59 GMTHow to check if two permutations are symmetric? -...
View ArticleYasoob Khalid: Learning Python For Data Science
For those of you who wish to begin learning Python for Data Science, here is a list of various resources that will get you up and running. Included are things like online tutorials and short...
View ArticleDiego Garcia: MultiProcess em Python e o drible no GIL
Se você leu o post anterior sobre threads em python, muito provavelmente percebeu que o fato do CPython ser otimizado para executar códigos singlethread, não é um impeditivo para execução de tarefas...
View ArticleAbu Ashraf Masnun: Why I love Django & Django REST Framework
If you’re reading this article, it is very likely you are a serious Python developer or at least dabble with the language. If you happen to be a web developer, you probably have already used or at...
View ArticlePhilip Semanchuk: My Function Failed Inspection
Python’s inspect module allows one to examine the signature of functions, like so:$ python3 Python 3.4.3 (v3.4.3:9b73f1c3e601, Feb 23 2015, 02:52:03) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on...
View ArticleKushal Das: Fedora Cloud WG during last week of 2016-02
Fedora Cloud Working Group meets every Wednesday at 17:00UTC on #fedora-meeting-1 IRC channel on Freenode server. This week we had 15 people attending the meeting, which is in the regular range of the...
View ArticleA. Jesse Jiryu Davis: Performance, Persuasion, Structure: What A Speaking...
In the months leading to PyCon, I'm refining my talk three ways: rehearsing it alone, rehearsing it for friends, and rehearsing it for a professional speaking coach. Guess which is the most...
View ArticlePodcast.__init__: Episode 46 - Functional Python with Matthew Rocklin and...
Visit our site to listen to past episodes, support the show, join our community, and sign up for our mailing list.SummaryWhat is functional programming, why would you want to use it, and how can you...
View ArticleKushal Das: dgplug summer training student Sanyam Khurana
This is the first of a series of blog posts where I asked few questions to the past students of dgplug summer training in our mailing list. I am pasting their responses without any modification. I will...
View ArticlePyCon: Full schedule is up — and Financial Aid closes tomorrow!
Everything is ready!You can now register for tutorials.You can sign up for free sponsor workshops.The list of accepted posters is now available.With these final three releases, the PyCon 2016 schedule...
View ArticleContinuum Analytics News: Continuum Analytics Brings Serious Analytics to Hadoop
NewsPostedMonday, February 29, 2016Math Behind Machine Learning Gets 10-100X Faster with Anaconda Inside Hadoop AUSTIN, TX—February 29, 2016—Continuum Analytics, the creator and driving force behind...
View ArticleMike Driscoll: PyDev of the Week: Brett Cannon
This week we welcome Brett Cannon (@brettsky) as our PyDev of the Week. He is a Python core developer (since 2003!) and a Python blogger. Brett has been a speaker at PyCon for several years. You can...
View ArticleDoug Hellmann: array — Sequence of Fixed-type Data — PyMOTW 3
The array module defines a sequence data structure that looks very much like a list , except that all of the members have to be of the same primitive type. The types supported are all numeric or other...
View ArticleEuroPython: EuroPython 2016: Regular ticket prices
We will be switching to regular ticket prices very soon now:Student: EUR 120.00 (only available for students; please bring your student card)Personal: EUR 360.00 (for people enjoying Python from...
View ArticlePython Engineering at Microsoft: PyCaribbean 2016
Last week I attended the first ever PyCaribbean conference, organised by the local community and held in Santo Domingo, the capital city of the Dominican Republic.The conference was held in Biblioteca...
View ArticleIan Ozsvald: Will we see “[module] on Python 3.4+ is free but only...
I’m curious about the transition in our ecosystem from Python 2 to Python 3. On stage at our monthly PyDataLondon meetups I’m known to badger folk to take the step and upgrade to reduce the support...
View ArticleStein Magnus Jodal: February contributions
The following is a short summary of my open source work in February, just like inpreviousmonths.DebianUploaded mopidy-dirble 1.3.0-1: New upstream release. Moved to pkg-mopidy team.Uploaded...
View ArticleLennart Regebro: New releases of Hovercraft!, svg.path, pyroma, tzlocal,...
Hovercraft! is a tool to make Prezi-style presentations from human-readable text files. Version 2.1 fixes a bunch of bugs, drops Python 3.2 support and adds support for having multiple...
View Article