Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #4K
~877 People Reached
Favorite Forums
Favorite Tags

6 Posted Topics

Member Avatar for akadri

Folks, I want to know how to check whether a file exists for not?? One more thing: If we open an existing file in a write mode, then it gets truncated to zero length, so what the way out of this?? Should I use open('filename','w+') Regards, Asrar

Member Avatar for katharnakh
0
93
Member Avatar for Mouche

You can specify formatting options when u use %d, for exampe %3d ---> this would occupy 3 spaces on the left side of the number being printed %-3d --->> this would leave 3 spaces on the right of th number being printed

Member Avatar for Mouche
0
150
Member Avatar for akadri

Hi, I want to know how to convert a decimal integer into its binary form?? I came across a code which used BIT OPERATORS; I could not understand it. pLEASE HELP ME WITH THIS. Note: This is not my ASSIGNMENT PROBLEM. I know one way of converting decimal into binary …

Member Avatar for Ene Uran
0
178
Member Avatar for akadri

Does anyone have an idea about implementing two dimensional arrays in Python?? I want to write two programs: (1) a program for matrix multiplication (2) a program for displaying Pascal's triangle. Both these programs require two dimensional array..? Or is there any other way to solve this.. Thanks in anticipation.. …

Member Avatar for jrcagle
0
131
Member Avatar for akadri

Can anyone suggest me a nice and easy to use C/C++ compiler under Windows.. Give the URL from which I can download. Thanks in anticipation...

Member Avatar for WaltP
1
261
Member Avatar for akadri

I joined this group today ie on 21st Aug, 2006. I want to introduce myself.. I am Asrar from India. I am doing MSc. in Network Security from University of Glamorgan, Wales, UK My interests are C and Python programming.. I think Unix is quite interesting.. Thanks for reading this..

Member Avatar for sck4784
0
64

The End.