First  |  Prev |  Next  |  Last
Pages: 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122
Delete files from FTP Server older then 7 days. Using ftputil andftplib.
2010/5/19 pilgrim773 <thomas.fischer(a)gmail.com>: Hello I am new to Python programming. I need a write a script which will delete files from a FTP server after they have reached a certain age, like 7 days for example. I have prepared this code below, but I get an error message: The system cannot find the ... 19 May 2010 14:53
how to preserve hex value
Hi, When converting a hex value, I'd like to preserve the decimal position. For example, 0x0A is converted to 0A not just A in string. How do I do this? TIA ... 19 May 2010 16:00
Best XML python package to learn for Ubuntu Linux ?
Hi; I am about to get my feet wet with Python XML, there appears to be many libraries ... can someone recommend a good package to use on Ubuntu ??? regards; Robert Somerville ... 19 May 2010 14:53
What's the matter with docs.python.org?
by kjon 2010-03-24T16:40:21+00:00. In Philip Semanchuk writes: On Mar 24, 2010, at 12:05 PM, kj wrote: In the last couple of weeks, docs.python.org has been down repeatedly (like right now). Has anyone else noticed this? http://downforeveryoneorjustme.com/docs.python.org Very handy. Thanks! ... 20 May 2010 17:12
Delete files from FTP Server older then 7 days. Using ftputiland ftplib.
pilgrim773 wrote: Hello I am new to Python programming. I need a write a script which will delete files from a FTP server after they have reached a certain age, like 7 days for example. I have prepared this code below, but I get an error message: The system cannot find the path specified: '/test123/*.*' ... 19 May 2010 12:39
__str__ for each function in a class
On 5/19/2010 1:14 AM, Vincent Davis wrote: I am sure this is easy but I am not sure how to do it and google was failing me. Lets say I have a class() with an def x() and def y() and I want print(class.x) and (class.y) to have custom prints (__str__) how do I do this For example class C(object): ... 19 May 2010 11:32
View Html/ py code in a zip as HTML/text ? ( for phone )
I'm trying to figure out the best way to view python snippets / smaller files on the itouch/iPhone. I'm reading a new projects docs, but it's not easy to view the zip. It can't view zip files. Say I want to read pyglet examples, I need unzip at least one file and serve that. If it is text/HTML/py , then view in ... 19 May 2010 10:25
remove elements incrementally from a list
Dear all, I've a list of float numbers and I would like to delete incrementally a set of elements in a given range of indexes, sth. like: for j in range(beginIndex, endIndex+1): print ("remove [%d] => val: %g" % (j, myList[j])) del myList[j] However, since I'm iterating over the same list, the indexes... 19 May 2010 11:32
Reading data from a Microsoft Access 2003 database
Hi All, I use Ubuntu 64 bit and need to develop a programme (ideally in Python) to work on data that is contained in a Microsoft Access 2003 database. I do not need to modify the database, simply read a few columns of data from some tables. Google hasn't been able to offer me a suitable solution to this probl... 25 May 2010 05:51
Quality Indian Dresses At Reasonable Prices
Dear All, My Ladies Wear Site Is Live Now. We Bring You the Latest Designer Wear From All Over THE World specially India & Pakistan. To Place Your Orders Checkout www.e-atitude.com ... 19 May 2010 02:49
First  |  Prev |  Next  |  Last
Pages: 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122