Hi, > Dear sir, > I have started learning python and i find it not much difficult > since i have programming knowledge in c/c++.but i dont know how to start a > very simple project using python. I have been surfing in the net to get the > source code of some projects but all proved to be vain . so can anybody help > in this regard by directing me to a proper source.
Yes. Python is easy to learn. Welcome to the developer world! You can do a lot of stuff in python. Scripts, GUI apps, web apps, database apps, games etc. First Learn python. The book "A byte of python" will be a nice start. work on the examples on that. Then, start writing small scripts like parsing log files, small database apps etc. Now you will be better at python. Then search in net for existing projects. Your hands on experience will make you to understand the existing code. search in sourceforge.net or code.google.com for more projects. Wishes. -- Regards, T.Shrinivasan My experiences with Linux are here http://goinggnu.wordpress.com For Free and Open Source Jobs http://fossjobs.wordpress.com _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
