Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~5K People Reached
Favorite Forums
Favorite Tags

6 Posted Topics

Member Avatar for a1eio

You could use os.popen if you are on unix like operating systems to run shell commands like nautilus-cd-burner or anything you like.

Member Avatar for Mahmoud_16
0
5K
Member Avatar for knownbeforetime

The way you would do this is by writing an Employee.h and an Employee.c (which in turn includes Employee.h). In Main.c you would just include the Employee.h file also, so at compile time the compiler would know how to link them together.

Member Avatar for Danny_501
0
160
Member Avatar for coder_gus

Hi, I am in deep need of some good ideas about how could I test an application server written with twisted, testing it with twisted trial. The way the application server works is by using a home-made XML protocol. A client logs in by sending an authorization request, it receives …

0
52
Member Avatar for coder_gus

Hello! I am working nowadays at a little script that reads mail (gmail).Nothing fancy here.The only problem is that i want to check if pop is enabled and if not to enable it from my python script. Do you know some way[s] to do that?I've tried googling but all i …

Member Avatar for coder_gus
0
75
Member Avatar for coder_gus

Hello! I have recently began to program in UNIX environments and I am currently reading about signals.So i tried a snippet that seems it doesn't do what i intended to.So i want to print the counter i from a for loop until a value is reached, than stop the process.Instead …

Member Avatar for WaltP
0
108
Member Avatar for coder_gus

Hello to all!How can i make a list from all the small letters of the alphabet without writing every one?Is there an operator/function that does that,something like ['a'-'z'].I've tried in many ways but i'm new in Python and if there is that operator i haven't discover it yet.My appreciation!

Member Avatar for coder_gus
0
243

The End.