Posts Tagged ‘ mobile ’

What to play with? – Plumbing Life's Depths

February 3, 2012
By

Castaway about Miscellaneous jQuery Mobile + Django tips 2012-01-27 04:49 hmmm thanks for answering...be cause i'm kind of a starter wi th django und JQM 1.) can yo u post an example of ho Mike Fletcher about ...

Read more »

yablog: python tips: array computation

January 25, 2012
By

python tips : array computation. As previous post shows, for-loop calculation in array computations needs more processing time than vectorized calculation. There are some techniques for fasten calculation over arrays. Sample ...

Read more »

yablog: python tips: array computation with numpy

January 25, 2012
By

python tips : array computation with numpy. I compared performance of array computations. Listed below are results and codes of some experiments which introduced in the book named 'Python Scripting for Computational ...

Read more »

yablog: python tips: create shapefile with python

January 24, 2012
By

python tips : create shapefile with python. Long time has been passed since last post. Here, I want to show the way to create Shapefile, which is standard data format for geometry data, using python. Among several python ...

Read more »

BLOG: Python: concatenate list objects to string using 'join'

December 16, 2011
By

Python tips - How to easily convert a list to a string for display. if it is a list of strings, you may simply use join this way: >>> mylist = >>> print ', '.join(mylist) spam, ham, eggs. Using the same method, you ...

Read more »

Coder Priyu: Django Tips & Features before getting Started

December 3, 2011
By

Django Tips & Features before getting Started. 1. Dont hardcode MEDIA_ROOT and TEMPLATE_DIRS use. os.path.realpath(os.path.dirname)__file__)). hardcoding will cause problem while moving from dev->test->live. 2. ...

Read more »

Miscellaneous jQuery Mobile + Django tips – Plumbing Life's Depths

June 9, 2011
By

Miscellaneous jQuery Mobile + Django tips . Some little tips on how to make your "normal" Django site work properly under jQuery mobile: as mentioned before, put your JQM setup code into a base template that all of your ...

Read more »

How to Reset Django Admin Password | KomunitasWeb

May 10, 2011
By

You can see the other django tips and tricks. Related posts: Sending Email Using Gmail Account in Django · Django Tutorial – Simple Notes Application · Getting Started With Django-CMS · Set Different Settings for ...

Read more »

Tech updates

April 18, 2011
By

import urllib filehandle = urllib.urlopen('http://www.techyupdates.blogspot.com') for lines in filehandle.readlines(): print lines filehandle.close(). Posted by akhu at 9:57 AM. Labels: programming, python, tips and tricks ...

Read more »

Notes from the week of 2011-03-27

March 27, 2011
By

... Love the "Python Module of the Week" http://bit.ly/eH8apc from @doughellmann (found via Python tips http://oreil.ly/ieKiGx from @barrypj) #; FYI: @OReillyMedia #Japan special http://oreil.ly/gLhS5Y (50% off ebooks and videos, ...

Read more »