Python's virtualenv, Ruby's RVM and PHP's vagrant
Let's learn about sandboxing our environments shall we?
Why I chose Python over PHP
I've been developing with PHP well over a decade now. From editing and writing plugins initially for Phpnuke (yep), to working with most CMS's (Drupal, WP, Magento), and eventually MVC frameworks (CI, YII, KOHANA, etc.) I've learned the language's good sides, and bad sides.
Templating in Django
I've been trying to make a template layout for Django that makes sense, something similar to existing PHP frameworks, where the head section is in one file, and the body is in another.
Slugifying German string with Python
I'm working on this project that has some German titles, and a lot of irregularities inside them (question marks, underscores, etc.) Because I have to refer the object (in this case product) by some sort of understandable name, I've decided to slugify the title (basically turn …
Running Django under a Shared Hosting Environment
I've been developing with Django on my local machine, and I was wondering if there was a way for me to deploy it on a shared hosting server, after playing around with it for a few hours, it actually works!
Previous
Page: 1 of 1
Next


