Python
Python is a general-purpose, very high-level programming language. Its design philosophy emphasizes programmer productivity and code readability.
Application
Computer Science
Remove
Platform
Any
License
Any
mylist.count
:
:
:
: I tried ...
:
:
: >>> ct = mylist.count
: >>> ct(mylist)
: 0
:
:
: But the count comes up zero. I guess im not sure how premade functions and custom functions...
: This message was edited by kel1981b at 2003-6-3 9:23:46
: This message was edited by kel1981b at 2003-6-3 9:20:11
: :
: : Geeeeeeeeeez, I can remember similar debates in the second...
This message was edited by kel1981b at 2003-6-3 9:23:46
This message was edited by kel1981b at 2003-6-3 9:20:11
:
: Geeeeeeeeeez, I can remember similar debates in the second grade!!!!!
:
:...
A simple Python threading example:
import threading
from threading import *
class TestThread(threading.Thread):
def __init__(self,name):
self.name = name...
: Hello again, I got my web headline prog working with Python 2.2.2 wxpython and wonderfull PythonCardPrototype and Infidel's help, it even has a system tray icon!.
: I have ordered 3 python books...
: Is it possible? I was looking for message boards for my new site, and thought it would be fun to make my own mesage board. And as Python is the only language I have any experience in whatsoever, I...
This message was edited by Moderator at 2003-4-2 7:17:20
: Hello python fans,
:
: I am a bit new to python and already liking this great language. I was trying to autogenerate html pages from cgi...
Hello python fans,
I am a bit new to python and already liking this great language. I was trying to autogenerate html pages from cgi scripts. Basically I need to write a Python program to take a...
: It's actually rather frightening. Anyone with Administrator
: privilege on a computer can do all sorts of things to that computer
: remotely using WMI calls. Here where I work, us developers...
: : : : :Hi,Thanks for your reply,The data is a pricelist in excel,with columns for decsciption, price,tax, etc(7 items in all) with headings for each item.I can't figure out how to list all the...
: : : :Hi,Thanks for your reply,The data is a pricelist in excel,with columns for decsciption, price,tax, etc(7 items in all) with headings for each item.I can't figure out how to list all the lines...
: If I want have others test my program that I made, how do I show it to them on the net? This is my first language, and I made a simple guessing game. I want to be able to let people test it on...
Try looking at openGL for python.
The image commands are there.
Ed
: How can I do graphics programming in Python.
: Is there any setup to download.
: I tried the command:
: import...
Hi,I'm new to python and programming and have been asked to write a script to read lines from a database for including in an html table.As the database runs to about 1000 line I need to split it into...
Once again mucho thankyou, I am in your debt
may python be spread far and wide
: Thankyou,
: Looks like I was way off the mark with the win32file commands (still aint got them working)
: Did'nt think of 'stat' to search help on, all I could think of was file properties,...
Thankyou,
Looks like I was way off the mark with the win32file commands (still aint got them working)
Did'nt think of 'stat' to search help on, all I could think of was file properties, attributes...
print ctime(last_access)
Mon Mar 10 12:41:01 2003
: I have tried with the win32file module the getfiletime and type commands but they refer to PyHandle. What is and how does the PyHandle and...
I have been working at python and have come across dificulties.
I am ok with the very basics and I am using activestates 2.2.2 Python
I want the time a file in a windows machine was last accessed...
: How can I do graphics programming in Python.
: Is there any setup to download.
: I tried the command:
: import image
: But it gives the error
It throws an exception because there...