Python
Python is a general-purpose, very high-level programming language. Its design philosophy emphasizes programmer productivity and code readability.
Application
Operating System
Remove
Platform
Any
License
Any
Hi.
I have a problem. I am meking a program which amkes .txt documents. The problem is a have to insert words, which have charecters like this: č,š,ž. You can find them in UTF-8 cade, but Idel...
Hello,
2 things:
1. Make sure the project that you have is OK with you changing their software, otherwise what you're doing is illegal.
2. I found a couple of places where this could be...
Hi,
I have old big (~2000 pages ) html site with standard template.
Idea is to make php cms to reduce hand coding in future.
I want to strip all html tags, all comments in html and all...
')
if input=="yes":
print "te doy "+price
else:
print "lo siento no puedo comprarlo hoy"
def get_price(self):
return self.price
price=property(get_price)...
Hi, i create new portal_types in zope.
How my new portal_types assign a file (Document)
I have a simple button class to make buttons
from graphics import *
class Button:
"""A button is a labeled rectangle in a window.
It is activated or deactivated with the activate()...
File 1:
import urllib
hdl = urllib.urlopen("file://localhost/D:/page.htm")
html = hdl.read()
hdl.close()
text_file = open("file...
: Hello,
:
: I have been asked to try to program a ftp file stream in python.
: Here's the complete story:
:
: There's a FTP server with a comma seperated file (csv) on it. A
: device...
Hello,
I have been asked to try to program a ftp file stream in python. Here's the complete story:
There's a FTP server with a comma seperated file (csv) on it. A device writes log information...
a123d1.csv
I am using python 2.5 on windows.
Thank you in advance.
Hi,
Just found your entry using a web search. I am trying to do something similar and was wondering if you could forward me your code, as I am trying to list CSV files within a directory....
$content
# Remove all <>.
while ( { sen -r "^^" $content } > 0 )
sal -r "^^" "" $content
# Write updated content to .txt
repro $content > xyz.txt
Works for me !
Patrick
: I'm making a basic winsock server. I've done it before and it's
: worked, but I lost that file so I'm making another one. For some
: reason it will fail to listen on port 8888 as I have...
: : I'm looking for a lightweight language to do simple text search / replacement / filtering. I have many years of C /C++ experience and don't relish the thought of installing visual studio. Any...
: I'm looking for a lightweight language to do simple text search / replacement / filtering. I have many years of C /C++ experience and don't relish the thought of installing visual studio. Any...
I'm new to python and would like to build a file transfer program which allows me to transfer a file from one computer to another. What would be the easiest method? Source code, or a link to a...
: : Can the following snippets be reduced? The total lines of each snippet is 136!
: :
: :
: :
: : while n >> from ezPyCrypto import key
>>> str = '4 big dogs.'
>>> key.encString(str)...
0
: no rows returned
:
:
:
I currently use a Python Script that looks across my Windows network for computers having a specific out-of-date file. The idea is to run the script, get a list of computers with the out-of-date...