Quantcast
Channel: ActiveSpark » activespark
Browsing latest articles
Browse All 10 View Live

Image may be NSFW.
Clik here to view.

Tips for Object Oriented Design

While going through Magnus‘s book “Begining python from novice to professional“, I was on chapter 11, and being a system admin, mostly sys ads don’t care whether the scripts written are object...

View Article



Image may be NSFW.
Clik here to view.

python script: to copy from one file to another

A simple python script to copy a content of one file to another. ________________________________________________________________________________________________________ #!/usr/bin/env python...

View Article

Image may be NSFW.
Clik here to view.

python script: copy contents and replace a word

a script that will copy the contents from one file to another and also replace the requested word with the other one....

View Article

Image may be NSFW.
Clik here to view.

python script: to count the no. of lines in a file

a simple script to count the no. of lines in a file:- ____________________________________________________________________________________________ #!/usr/bin/env python read_file=open(‘/testfile.txt’,...

View Article

Image may be NSFW.
Clik here to view.

python script: to change all the files extensions in a Directory

a python script to change file extensions of all the files in a directory: _____________________________________________________________________________________________ #!/usr/bin/env python import os...

View Article


Image may be NSFW.
Clik here to view.

Apache: mod_python

One of the most interesting ways to use python is the Apache’s mod_python module. The mod_python module actually embeds a fully functional python intrepreter inside the apache web server. This is most...

View Article

Image may be NSFW.
Clik here to view.

Django and The MVC pattern in web development

Django is a web framework built in python, it enables you to build clean, feature-rich application in less amount of time. Web development has made a lot of progress during the last few years. It...

View Article

Image may be NSFW.
Clik here to view.

stepup2: Python

posting after a long time, its been over 2 months since the last post. can’t help it, that’s the life of a sysadmin. ok, moving on to this post, as i have decided that i would be writing on mostly...

View Article


Image may be NSFW.
Clik here to view.

Python & The Editors

To tell about python editor’s there are many editors available for python, like activetstate’s komodo, python wingware, Stani’s etc. The choice of text editor to choose depends upon you, the operating...

View Article


Image may be NSFW.
Clik here to view.

Blog moved to pixelsspace.com

Dear Visitors, The Blog has been moved to http://pixelsspace.com/. I have started my own Blog You can find the latest posts, and updates on my blog at pixelsspace.com. Thank you Suhail Tagged:...

View Article
Browsing latest articles
Browse All 10 View Live




Latest Images