Bruno Rocha: AsyncIO - O futuro do Python mudou completamente!
Tradução do artigo original em: https://hackernoon.com/asyncio-for-the-working-python-developer-5c468e6e2e8eEu me lembro do exato momento em que eu pensei, "Uau, isso está lento, aposto que se eu...
View ArticleAbu Ashraf Masnun: Django Channels: Using Custom Channels
In my earlier blog post - Introduction to Django Channels, I mentioned that we can create our own channels for various purposes. In this blog post, we would discuss where custom channels can be useful,...
View ArticleKrzysztof Żuraw: Docker.py- python API for Docker
Once upon a time I and my friend decided to write an application that helps us doing code kata. The first problem that we faced was how to run a code provided by the user in a safe manner so our server...
View ArticlePythonClub - A Brazilian collaborative blog about Python: Debugging - logging
Achei algo interessante no livro que estou lendo (Automatize tarefas maçantes com Python) e resolvi compartilhar.Trata-se do Logging, que ajuda no debug do programa.Vejam o exemplo nesse programa, com...
View ArticleKushal Das: Updates from PyCon Pune
This will be the first year for PyCon Pune. This will give us a chance to meet our friends, discuss, and work on the language we all love :)Event date: 16-19th February, 2017.Location: Pune,...
View ArticleImport Python: Awesome Django Admin
Just started with a curated list of awesome django resources aptly named Awesome Django Admin . If you have seen Awesome Python, it's on the same lines. I will be adding more to the list in the next...
View ArticleS. Lott: Handling Irregular File Formats
This is a common issue. We have a file which was printed for human consumption. Consequently, it has many different kinds of lines.These are the two kinds of lines of interest:9002962684/9/16Mobility,...
View ArticleCodementor: How to Build a Python Media Player using LibVLC and GTK+
In this tutorial, we shall learn how to create a multimedia app in Python with the help of LibVLC and GTK+ which plays media when its starts. App users will also be able to control basic playback...
View ArticleEli Bendersky: Some notes on the Y combinator
The goal of this post is to jot down a few notes about the Y combinator, explaining how it works without getting too much into lambda-calculus theory. I'll be using Clojure and Python as the...
View ArticleMike Driscoll: PyDev of the Week: Jim Fulton
This week we welcome Jim Fulton (@j1mfulton) as our PyDev of the Week! He has been doing software development for over a quarter century. Jim is the chief architect of Zope, which is a object-oriented...
View ArticleDoug Hellmann: filecmp — Compare Files — PyMOTW 3
The filecmp module includes functions and a class for comparing files and directories on the file system. Read more… This post is part of the Python Module of the Week series for Python 3. See...
View ArticleWeekly Python Chat: Dictionaries in Python
Dictionaries are a a very useful data type but they can be a little more difficult than lists.We'll start very basic but I do plan to answer more advanced dictionary questions toward the end of the chat.
View ArticleTryton News: New Tryton release 4.2
We are proud to announce the 4.2 release of Tryton.With this release, Tryton extends its scope to tailored user applications like Chronos and also as backend for webservice. A part of the effort was...
View ArticleS. Lott: Handling Irregular File Formats
This is a common issue. We have a file which was printed for human consumption. Consequently, it has many different kinds of lines.These are the two kinds of lines of interest:9002962684/9/16Mobility,...
View ArticlePython Data: Getting the ‘next’ row of data in a pandas dataframe
I’m currently working with stock market trade data that is output from a backtesting engine (I’m working with backtrader currently). The format of the ‘transcations’ data that is provided out of the...
View ArticleReuven Lerner: The case against Python 3
A few days ago, well-known author and developer Zed Shaw wrote a blog post, “The Case Against Python 3.” I have a huge amount of respect for Zed’s work, and his book (Learn Python the Hard Way) is...
View ArticleFlavio Percoco: On communities: Empower humans to be amazing
When it comes to communities, a system is the set of processes you put in place to allow for humans to be amazing. It's the means to empower these humans to contribute to your community, learn from it...
View ArticleCodementor: An Introduction to Python Machine Learning with Perceptrons
Everyone that has an ear in the tech world has heard of machine learning. It’s known as a highly intellectual and mathematical field of study that is only practiced by the most scholarly programmers....
View ArticleTalk Python to Me: #87 PonyORM: The most Pythonic ORM yet?
If you could have any API you want for accessing data from Python, what would it look like? What would make it Pythonic? This week you'll hear about Pony ORM: Pony is a Python ORM with beautiful query...
View ArticleS. Lott: A Reason for Avoiding Programming
From someone in the process of becoming a data scientist. They had a question on regular expressions, which made almost no sense. It appears that the core concepts of ETL -- Extracting source data,...
View Article