suggestions invited
hi all...i m a software engg. student completed my 2nd yr...i have been asked to make a project during these summer vacations...and hereby i would like to invite some ideas bout the design and implementation of an APPLICATION MONITORING SYSTEMi have to start from scrach so please tell me how to go bout it rite from the beggining this is the first time i m making a project of this complexity... i have to make a system used by the IT department of a company which contains 31 applications and their details which are being used in a company ...the details are... Application sub application catagoryplatform languageversion IT owner functional ownerremarks source code documentation last updated dates i want to design a system such that it lets the it employee enter the name of the application and gives him all the details about it...please suggest an appropriate design and the language which you think would be best to use...as i have enouf time with me and i can learn a new language as well...i currently know c and c++...your advise is welcomed Aditi -- http://mail.python.org/mailman/listinfo/python-list
Re: suggestions invited
Thanks for ur effort... And I apologise for being sloppy in writing. Well I agree the whole project sounds fictitious because it has been assigned to me in that spirit. The project was explained to me in just 5 minutes and so these are the only details I have and the only documentation I have is a list of the 31 applications used in the company and that the platform used in the company is OS 400. The reason why I posted this mail was to invite ideas as to how could I make the best use of these details and suggestions because I myself found these details way too less. I think I should have written about this in the first mail to avoid frustration to the people who are trying to help me. Anyways now that it is known that the project has been assigned to me just for the heck of it would like to make my project such that they want to use it...I would definately not let my work go wasted...So do let me know what you think could be done in this direction. Greetings... Aditi -- http://mail.python.org/mailman/listinfo/python-list
Re: suggestions invited
Thank You All for your valuable suggestions. You people definitely eased out my problem and now I can start my work with an eclectic of all of your solutions. Greetings Aditi. -- http://mail.python.org/mailman/listinfo/python-list
Re: suggestions invited
Konstantin Veretennicov wrote: > Pardon me, is it a real company or a fictious one? I think my previous mail was in plain understandable english which can be easily interpreted and clearly says the project has been assigned in a not so intelligent spirit and thus sounds fictitious. I think going through a problem before trying to reply is also a good idea. > If you have real users, your first step is to talk to them to define > project goals. Everything else (xml, python, etc.) is irrelevant until > you know *what* you want to build. Had this been possible I would not have posted the problem at all. > Go talk to your potential users, know why (if at all) they need this > monitoring system, learn their current tools and processes, see how > your system could help them do their job more efficiently. Don't start > coding until you have clear understanding of requirements. > There are lots of nice intelligent people on this list, but they can't > substitute people you are building this system for :) Nice and intelligent people on this list and many other lists have helped my by giving some suggestions and sharing their knowledge ...others who have not understood the problem can continue thinking that they are also nice and intelligent. (:-)) Regards. Aditi. -- http://mail.python.org/mailman/listinfo/python-list
Question
Hello How to write code to store data into buffer using python? Please Reply -- http://mail.python.org/mailman/listinfo/python-list
Question
Hello How to write code to store data into buffer using python? Please reply. -- http://mail.python.org/mailman/listinfo/python-list
Question
Hello I am connecting database using python,and i am inserting some data into it. e.g.name and roll nos(some 100 records are stored) My question is "I want to display 10 records at a time and want to store remaining records into buffer and after displaying 10 records again i want to display next 10 records." Can you please provide me how to do this using python,what is the code for this? Reply -- http://mail.python.org/mailman/listinfo/python-list
Question
-- Forwarded message -- From: Aditi Meher <[EMAIL PROTECTED]> Date: Tue, Oct 14, 2008 at 11:55 AM Subject: Question To: Jonathan Gardner <[EMAIL PROTECTED]> Hello I am using ubuntu operating system,i am using python and self app for DB storage. I hv already mentioned in my question that i want to display 10 records out of 100,how to create buffer to store remaining records which i am not displaying. I know the logic,but my language of sytax is not good so i want actual code please can u mail it to me. I have created DB using self app and after that created table using python into DB, i hv also inserted the records into it using python. please reply. -- http://mail.python.org/mailman/listinfo/python-list
Question
-- Forwarded message -- From: Aditi Meher <[EMAIL PROTECTED]> Date: Tue, Oct 14, 2008 at 11:55 AM Subject: Question To: Jonathan Gardner <[EMAIL PROTECTED]> Hello I am using ubuntu operating system,i am using python and self app for DB storage. I hv already mentioned in my question that i want to display 10 records out of 100,how to create buffer to store remaining records which i am not displaying. I know the logic,but my language of sytax is not good so i want actual code please can u mail it to me. I have created DB using self app and after that created table using python into DB, i hv also inserted the records into it using python. please reply. -- http://mail.python.org/mailman/listinfo/python-list
buffer
i am using it postgresql as back-end and HTML as front-end,i want to, display 10-10 records at a time which is there in the database using, python.so what is function for buffer that we can use it in python?i, am able to connect my databse in python,but dont know how to create, buffer in python and how to take records from tables which are there, in the database?can please provide me any kind of function or code for, buffer in python?, i have one more doubt that how to call python script in HTML?, PLEASE REPLY -- http://mail.python.org/mailman/listinfo/python-list
