Forum: Python Oct 12th, 2006 |
| Replies: 7 Views: 4,406 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... |
Forum: Python Oct 12th, 2006 |
| Replies: 2 Views: 3,136 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... |
Forum: Python Sep 23rd, 2006 |
| Replies: 1 Views: 15,259 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:... |
Forum: Python Sep 5th, 2006 |
| Replies: 3 Views: 7,425 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... |
Forum: C++ Aug 21st, 2006 |
| Replies: 11 Views: 5,304 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... |
Forum: Community Introductions Aug 21st, 2006 |
| Replies: 2 Views: 861 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... |