Dev of the Week: Mahdi Yusuf
This week we're talking to Mahdi Yusuf, developer at Source Metrics, active member of the Python community, and creator of Neckbeard Republic.
Tweet 0 Comments Save Tags: opinion , python
Ruby/Python: Constructing a taxonomy from an array using zip
As I mentioned in my previous blog post I’ve been hacking on a product taxonomy and I wanted to create a ‘CHILD’ relationship between a... more »
Tweet 0 Comments Save Tags: python , ruby
Analytics at Spotify
Remove bias, Acquire Data.
Tweet 0 Comments Save Tags: methodology , python , research
Webhooks, upload notifications and background image processing
This blog post details how you can use Cloudinary to perform asynchronous background image processing in the cloud and receive web... more »
Automated Mobile App Testing with Python and Nose
One of the coolest parts about using Appium for automated functional testing is that you can write your tests in whatever language has... more »
Tweet 0 Comments Save Tags: python
Using Traceview to Identify and Solve Webserver Queueing Problems
We’re kicking off a series of videos on how to find and attack common problems in your complex web applications. Today’s topic is one... more »
How to use Python in Web Application Development
this links shows How to develop Web Application using Python with Django. link only shows installation process.
Tweet 0 Comments Save Tags: frameworks , how-to , python , web design
Python will have enums in 3.4!
After months of intensive discussion (more than a 1000 emails in dozens of threads spread over two mailing lists, and a couple of hundred... more »
Tweet 2 Comments Save Tags: python , reviews
PythonScript
A Python to Javascript translator written in Python. PythonScript is a subset of Python. It's compiled to plain old Javascript.
Tweet 0 Comments Save Tags: announcement , news , python , tools
Python Best Practice Patterns by Vladimir Keleshev (Notes)
Notes from Vladimir Keleshev's talk entitled "Python Best Practice Patterns", summarizing each of the patterns described in the... more »
Tweet 0 Comments Save Tags: how-to , methodology , python , standards
Postcard of the Pyramid's Views by Rach Belaid
"We'll look at the Views configuration in Pyramid, how you can configure them to fit your needs, and use it to help you to keep your... more »
Tweet 1 Comments Save Tags: frameworks , how-to , other languages , python
Assuming Everybody Else Sucked
The year was 2010. We were searching for the next big Facebook app, high off our previous successes. This was when Facebook just released... more »
Tweet 0 Comments Save Tags: agile , opinion , python , web services
Links You Don't Want To Miss (May 7)
Run Ruby in-browser, see 2 views of a chessboard in Python, and find out if video codecs will be written in JavaScript in the future.... more »
Tweet 0 Comments Save Tags: news , open source , python , ruby
NEW Refcard! Data Mining: Discovering and Visualizing Patterns with Python
This Refcard is about the tools used in practical Data Mining for finding and describing structural patterns in data using Python. In... more »
Tweet 0 Comments Save Tags: database , methodology , python , tools
Let’s Talk About Your Application Performance
Do you know how long your customers are going to wait for a page load? More importantly, how long are you making them wait right now?
OAuth2 in a Google AppEngine - Python vs. Java & GWT
In some cases Python is better than Java & GWT. You may directly compare the difference between Python and Java & GWT for Google AppEngine...
Tweet 0 Comments Save Tags: css-html , java , opinion , python
Web Framework Benchmarks Round 4
We’ve posted Round 4 of our ongoing project measuring the performance of many web application frameworks and platforms. As with previous... more »
Tweet 0 Comments Save Tags: announcement , perl , php , python
Recognizing Special Numbers with nsimplify
I was playing around with SymPy, a symbolic math package for Python, and ran across nsimplify. It takes a floating point number and tries... more »
Tweet 0 Comments Save Tags: python , tools
"Await" in Python
In Guido van Rossum's PyCon 2013 keynote, he presents "a new, interoperable approach to asynchronous I/O that is being developed for... more »
Tweet 0 Comments Save Tags: python
Lua for MapReduce
Lua as a cross platform programming language has been popularly used in games and embedded systems. However, due to its excellent use for... more »
Tweet 0 Comments Save Tags: cloud , other languages , python , tools
Creating Map Visualizations in under10 lines of Python
One of my goals when I started building Vincent was to streamline the creation of maps as much as possible. There are some excellent... more »
Tweet 0 Comments Save Tags: how-to , python
Rolling Dice for Normal Samples in Python
A handful of dice can make a decent normal random number generator, good enough for classroom demonstrations. I wrote about this a while ago.
Tweet 0 Comments Save Tags: how-to , python
10 Python Editors for Tablets
These convenient programming environments for iOS and Android tablet computers support Python and help you take your code on the road.
Tweet 0 Comments Save Tags: python , tools
Introducing a New Look for Traces
Over the past year, the TraceView team has been listening to your thoughts on this topic as well as hatching some of our own. Today we... more »
Numba vs Cython
Often I’ll tell people that I use python for computational analysis, and they look at me inquisitively. “Isn’t python pretty slow?” They... more »
Tweet 0 Comments Save Tags: opinion , python , tools