Python

Fix PyCharm 'Failed to Create Virtual Environment' with SNIMissingWarning

When PyCharm tries to create a virtual environment for a Python 2.7 project, you might get a “Failed to create virtual …

python pycharm virtualenv

Why Use Two Template Engines at Once

Template engine In the following post I’ll try to show and explain how and why I am using two template engines in every application …

go python tenjin

Install Gunicorn on CentOS

centos gunicorn installation instructions centos gunicorn centos gunicorn : In this simple tutorial I’ll explain how to install and …

centos gevent gunicorn

Install Django on CentOS 6.4

Django Centos 6.4 installation instructions for noobs. So you want to build your first django centos 6.4 based web site? This is quite easy …

centos django python

Jinja2 vs Tenjin: Why I moved (back) from Jinja2 to Tenjin

Jinja2 vs Tenjin: The Story I started a new project: for learning purposes: to learn python gevent api and to implement a simple server - …

gevent jinja2 python

Fix UnicodeEncodeError: ASCII Codec Can't Encode Characters in Python

The Error This is a solution for UnicodeEncodeError raised when saving a ‘POST’ in Django form where filename is in different …

django python

Python vs PyPy on CentOS: Install and Compare

Python vs PyPy in this article: Python vs PyPy I’ll explain how-to install both compilers (Python (CPython) and PyPy) on CentOS and …

centos pypy python

Install gevent on CentOS 6

Step-by-step instructions for installing the gevent Python networking library on CentOS 6.x, covering easy_install, source, and GitHub …

centos gevent python

Install Tornado Web Server on CentOS

How to install the Tornado web server on CentOS, run a simple Hello World app, and deploy behind nginx for production use.

centos python tornado

Install Django on CentOS 6 (Beginner's Guide)

NOTE: This article was rewritten for CentOS 6.4. please read the updated post. Django Centos 6 So you want your first django centos based …

centos django python

Build Your First WSGI Python App on Apache

A step-by-step guide to building your first Python WSGI web application and serving it on Apache HTTPD using mod_wsgi.

centos python ubuntu

Django: Preserve Table Data When Adding Model Fields

How to preserve your existing table data when adding new fields to a Django model, using an export-reset-import workflow.

django python

Django: Return Model Rows as JSON

Overview I’ll demostrate in this article how to create a simple view to return JSON formatted rows from your model.

django json python

Django URL Routing for Beginners

How to use Django URL dispatcher Django routing module called URL dispatcher

django python

Install PIL (Python Imaging Library) on CentOS 6

A quick guide to installing PIL (Python Imaging Library) on CentOS 6.x using the EPEL repository.

centos python