PyCharm: Interview: Oliver Bestwalter for tox webinar next week
Python has long distinguished itself with a culture of testing. In the last decade, two libraries have combined to give powerful testing in isolation — pytest and tox. The latter combines easily with...
View ArticlePolyglot.Ninja(): Auto incrementing IDs for MongoDB
If you’re familiar with relational databases like MySQL or PostgreSQL, you’re probably also familiar with auto incrementing IDs. You select a primary key for a table and make it auto incrementing....
View ArticleContinuum Analytics Blog: Intake for Cataloging Spark
By: Martin Durant Intake is an open source project for providing easy pythonic access to a wide variety of data formats, and a simple cataloging system for these data sources. Intake is a new project,...
View ArticleTest and Code: 56: Being a Guest on a Podcast - Michael Kennedy
Michael Kennedy of Talk Python and Python Bytes fame joins Brian to talk about being a great guest and what to expect. Even if you have never wanted to be on a podcast, you might learn some great tips....
View Articlegamingdirectional: Create the about scene for pygame project
In this article we are going to create an about scene which will introduce the game, provides game instructions as well as gives credit to the game creator. The about page will also have a back button...
View ArticleStein Magnus Jodal: Mopidy-MPRIS 2.0 released
I’ve released Mopidy-MPRIS 2.0, the first major update to Mopidy-MPRIS in about 3.5 years.Mopidy-MPRIS is a Mopidy extension that makes Mopidy controllable from other programs on the same machine...
View ArticleTalk Python to Me: #189 War Stories of the Developer Evangelists
Have you ever wondered what a developer advocate (sometimes called a dev evangelist) does? You know these folks. They are often seen at conferences working at some high-end tech company's booth or...
View Article"Morphex's Blogologue": Focusing on the simple things
This morning the internet became unavailable, after also being unavailable this weekend for several days.So I decided to take a look at my demo board which does surveillance with a webcam using the...
View ArticleEuroPython Society: EuroPython 2019: Venue and location selected
After a very work intense RFP with more than 40 venues competing, 17 entries, and two rounds of refinements, we are now happy to announce the winner:EuroPython 2019 will be held in Basel, Switzerland,...
View ArticleEuroPython: EuroPython 2019: Venue and location selected
europythonsociety:After a very work intense RFP with more than 40 venues competing, 17 entries, and two rounds of refinements, we are now happy to announce the winner:EuroPython 2019 will be held in...
View ArticleStack Abuse: Seaborn Library for Data Visualization in Python: Part 2
In the previous article Seaborn Library for Data Visualization in Python: Part 1, we looked at how the Seaborn Library is used to plot distributional and categorial plots. In this article we will...
View ArticlePython Data: Quick Tip: SQLAlchemy for MySQL and Pandas
For years I’ve used the mysql-python library for connecting to mysql databases. It’s worked well for me over the years but there are times when you need speed and/or better connection management that...
View ArticleCatalin George Festila: Python Qt5 - simple checkbox example.
Today we created a simple tutorial about QCheckBox and QLabel.The purpose of this tutorial is to use QCheckBox in a GUI interface.When we check QCheckBox, this will change the text from a QLabel.The...
View Articlegamingdirectional: Sound on Sound off
In this article we will create a mechanism to turn the soundtrack of our pygame project on and off whenever we click on the sound on’s or sound off’s icon on the main game page. First of all we will...
View Articlecodingdirectional: Remove the duplicate file from nested folders with python
In this article we will continue to develop our python application which will remove the duplicate file within a folder. In the last chapter we have removed a duplicate file in another folder and this...
View ArticlePhilippe Normand: GStreamer’s playbin3 overview for application developers
Multimedia applications based on GStreamer usually handle playback with the playbin element. I recently added support for playbin3 in WebKit. This post aims to document the changes needed on...
View ArticlePhilippe Normand: Web overlay in GStreamer with WPEWebKit
After a year or two of hiatus I attended the GStreamer conference which happened in beautiful Edinburgh. It was great to meet the friends from the community again and learn about what’s going on in the...
View ArticleWeekly Python StackOverflow Report: (clv) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2018-12-08 16:54:21 GMTPandas Merging 101 - [28/1]Finding highest value...
View Article