Posts Tagged ‘ linux ’

Getting Started with Lambda Functions in Python

October 25, 2011
By

In combination with Python's built-in functional programming commands, the lambda functions will be of great use. Filed Under: Lambda Function, Python, Python Tips Tagged With: Lambda Functions, Python, Python Tips ...

Read more »

The Kemp Project: Python tips – List iteration and item removal

September 26, 2011
By

Python tips - List iteration and item removal. It's not a common task for me, but occasionally my code is required to work through a list and delete items that are not wanted. Take, for example, the case of appending the data ...

Read more »

The Kemp Project: Python tips – List iteration and item removal

September 26, 2011
By

Python tips - List iteration and item removal. It's not a common task for me, but occasionally my code is required to work through a list and delete items that are not wanted. Take, for example, the case of appending the data ...

Read more »

Blazemore's Blog: Python tips & tricks

September 8, 2011
By

Python tips & tricks. At my job I do a lot of Python. My work mainly involves scraping data from e-commerce websites for importing into other systems. These tips are what I've picked up as I learn while I go along. I hope they ...

Read more »

Python Tips: add a key/value in a dictionary | Prima DIY 太棒了! 自己來!

September 8, 2011
By

Python Tips : add a key/value in a dictionary. Posted on September 8, 2011 by william. a = {} a=”banana” a=”apple”. This entry was posted in Computer and Programming. Bookmark the permalink. ← Linux Tips: find – search for files in a ...

Read more »

Getting Started With Python Dictionaries: Python Tips

September 3, 2011
By

Getting Started With Python Dictionaries: Python Tips . September 3, 2011 By cmdline Leave a Comment. Dictionary in Python is a data structure that lets users store and retrieve things in python. As the name “dictionary” suggests, it has “key” ...

Read more »

Allen Galler » Blog Archive » Django Tips: Installation

September 2, 2011
By

Django Tips : Installation. Install Python. Check out Python official website to download Python. Install Apache and mod_wsgi. Django includes a lightweight web server you can use for testing , so you won't need to set up ...

Read more »

Understanding the Universal Language – Python Tutorial Guides …

August 1, 2011
By

Tagged with: . You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site. ...

Read more »

Understanding the Universal Language – Python Tutorial Guides & Tips

June 27, 2011
By

... on the <a href=”<http://www.pythontutorial.net>”>Python tutorial, go to PythonTutorial.Net. Filed Under: Information For UNIX Tagged With: Guides, Language, Python, Tips , Tutorial, Understanding, Universal ...

Read more »

AutoMount partitions in GNU/Linux using Python « Simplifying the …

June 24, 2011
By

Simplifying the technologies · About Blog · solve your problem · CV · Archives · RSS Feed · automount, python system administration, python tips , subprocess. AutoMount partitions in GNU/Linux using Python ...

Read more »