[General] Python tip

Eng. Sabah Al-Sabah sabah at techsys.net
Mon Nov 10 11:36:21 +03 2008


Great tip!!
This has lead me to think of other useful python modules that might be 
out there,  so a simple search has led me to this sight:
http://docs.python.org/modindex.html


Best Regards,

============================

Eng. Sabah Al-Sabah
General Manager
Technical Systems Est.
sabah at techsys.net
www.techsys.net  
Tel: 22442440
FAX: 22449440
Showroom: 22660601

Please visit our online store for products information and prices
http://www.techsys.net/catalog

============================



Ossama Khayat wrote:
> Hehehe... Really cool :-) It even supports displaying Arabic file names (just change the encoding if you have utf-8 names).
>
> Good tip! Thanks.
>
> - Ossama
>
>
>
> ----- Original Message ----
> From: Ahmad Al-Ibrahim <ahmad at koutbo6.com>
> To: General OpenSource Discussion <general at oskw.org>
> Sent: Monday, November 10, 2008 1:53:57 AM
> Subject: [General] Python tip
>
> Salam,
>
> Today I wanted to share some files with a friend, I didnt want to install any file sharing service or http server, I wanted to do it with minimal software installation on my laptop. I've ended up doing it with python in one line.
>
> You can try it, just go to the directory you want to share, and run the following command:
>
> python -m SimpleHTTPServer
>
> The server will listen on port 8000, thats it.
>
> Enjoy python power :)
>
> Regards,
>
> Ahmad Al-Ibrahim
>
> _______________________________________________
> General mailing list
> General at oskw.org
> http://mail.oskw.org/mailman/listinfo/general_oskw.org
>
>
>
>       
>
> _______________________________________________
> General mailing list
> General at oskw.org
> http://mail.oskw.org/mailman/listinfo/general_oskw.org
>
>   




More information about the General mailing list