Quantcast
Channel: Planet Python
Browsing all 22462 articles
Browse latest View live

Catalin George Festila: OpenCV with cutting video background.

This source code is a try to solve the video cutting background. import cv2from cv2 import *import numpy as npcap = cv2.VideoCapture("avi_test_001.avi")while(True):    ret, img = cap.read()    mask =...

View Article


Image may be NSFW.
Clik here to view.

EuroPython: EuroPython 2016: Last day to get tickets at regular rate

We will be switching to the on-desk rates for tickets tomorrow, so today is your last chance to get tickets at the regular rate, which is about 30% less than the on-desk rate.Day PassesAs in the past,...

View Article


Talk Python to Me: #66 Faster Python Programs: Measure, Don't Guess

Python is a wonderful programming language that is often underestimated because it's so clear and simple. Oftentimes people mistake this simplicity for being too simple for real-programs. After all,...

View Article

Image may be NSFW.
Clik here to view.

Import Python: Using Spectrum - Standalone Logging Server with Python. Review

Debugging, Logging and Software Development“ If debugging is the process of removing software bugs, then programming must be the process of putting them in. ” Edsger Dijkstra During development of new...

View Article

Image may be NSFW.
Clik here to view.

PyCon Australia: Announcing invited speaker Solange Cunin

The PyCon Australia 2016 team is over the moon to announce that our invited dinner speaker will be Solange Cunin. A passionate advocate with a mission to drive student engagement with science and...

View Article


Image may be NSFW.
Clik here to view.

Kushal Das: Thank you Patrick

This post is say thank you to Patrick Uiterwijk, who is part of Fedora Infrastructure sysadmin team (along with nirik, and smooge). He is one of our silent warrior who keeps the Fedora Infrastructure...

View Article

Mike Driscoll: Python 3 Testing: An Intro to unittest

The unittest module is actually a testing framework that was originally inspired by JUnit. It currently supports test automation, the sharing of setup and shutdown code, aggregating tests into...

View Article

Israel Fruchter: KISS - Keep it shorter short

Today on work on a python related mailing list someone sent this snippet of code he didn’t wrote. and that was causing some of the server he worte/manged some troubles.Here’s the...

View Article


Weekly Python Chat: Flask

We're going to chat about the Flask web framework.Please join this chat and ask your questions about Flask.

View Article


Amjith Ramanujam: Memoization Decorator

Recently I had the opportunity to give a short 10 min presentation on Memoization Decorator at our local UtahPython Users Group meeting. Memoization: Everytime a function is called, save the results in...

View Article

Amjith Ramanujam: Python Profiling

I did a presentation at our local Python User Group meeting tonight. It was well received, but shorter than I had expected. I should've added a lot more code examples. We talked about usage of...

View Article

Caktus Consulting Group: From Developer to Manager by Sean O'Connor...

Part one of six in our annual PyCon Must-See Series, a weekly highlight of talks our staff especially loved at PyCon. With so many fantastic talks, it’s hard to know where to start, so here’s our short...

View Article

Image may be NSFW.
Clik here to view.

PyCharm: PyCharm 2016.2 EAP 5 (build 162.1121)

Today we announced the PyCharm 2016.2 EAP 5 build 162.1121.Please download and try it today!Just as always, this EAP build can be used for 30 days after its release date and it doesn’t require any...

View Article


Image may be NSFW.
Clik here to view.

PyPy Development: Reverse debugging for Python

RevPDBA "reverse debugger" is a debugger where you can go forward and backward in time. It is an uncommon feature, at least in the open source world, but I have no idea why. I have used undodb-gdb and...

View Article

hypothesis.works articles: Hypothesis for Python 3.4.1 Release

This is a bug fix release for a single bug:On Windows when running two Hypothesis processes in parallel (e.g. using pytest-xdist) they could race with each other and one would raise an exception due to...

View Article


Weekly Python StackOverflow Report: (xxvii) stackoverflow python report

These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2016-07-09 07:56:49 GMTMax recursion is not exactly what...

View Article

"Menno's Musings": Nikola

Those paying attention may have noticed that this site has changed. Up until recently, freshfoo.com was generated using a combination of PyBlosxom and rest2web but it's now using the wonderful Nikola...

View Article


Obey the Testing Goat: EuroPython 2016 call for beginners' day coaches.

Coming to EuroPython? Will you be there by the Sunday before it all starts? (the 17th) Want to help some beginners to get to grips with Python, and get the most out of the conference? I need your help!...

View Article

Carl Trachte: Using Generators and Coroutines to Merge Tabular Data (Drill...

I have some mining drill hole data that I need to merge into an old vendor FORTRAN input format.  Basically I do a series of SQL pulls from the drillhole database to csv files, then merge the data.  My...

View Article

Daniel Bader: Parsing ISO 8601 timestamps in plain Django

Parsing ISO 8601 timestamps in plain Django“How do I parse an ISO 8601 formatted date in Django without bringing in extra dependencies?”If you do any web development with Python and Django then you’ll...

View Article
Browsing all 22462 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>