Member • Jan 22, 2010
-
avinash538I am a student studying b.tech computer science 2nd year 2nd sem. i heard about the languages python and corba. Am i capable of learning those languages. If so please suggest me some mateerial and the required software.
-
Administrator • Jan 22, 2010
...and what makes you think you can't learn the language. Why don't you, just do it?avinash538I am a student studying b.tech computer science 2nd year 2nd sem. i heard about the languages python and corba. Am i capable of learning those languages. If so please suggest me some mateerial and the required software.
😀
Head over to: <a href="https://www.python.org/" target="_blank" rel="noopener noreferrer">Welcome to Python.org</a> for all the information and reference material you need.Are you sure? This action cannot be undone. -
Member • Jan 23, 2010
Ya...sure there is nothing u cant learn.....every language needs logic and for logic u need your mind....not previous knowledge of other languages.Are you sure? This action cannot be undone. -
Member • Jan 23, 2010
As they said, of course you can. Everyone starts somewhere. Python is a web scripting language. Google uses python heavily. Check out this resource, <a href="https://code.google.com" target="_blank" rel="nofollow noopener noreferrer">Google Code</a> , and the python site at python.org.
Corba on the other hand is not exactly a programming language, it is a standard. To understand the standard you should have some programming experience. I wouldn't really be overly concerned with this right now, depending on where you are. If you want to start somewhere, utilize those links and write some basic python scripts or programs. Hope that helps.Are you sure? This action cannot be undone. -
Administrator • Jan 23, 2010
To the best of my knowledge, Google web crawlers (spiders) are also written in Python. 😀Are you sure? This action cannot be undone. -
Member • Jan 26, 2010
Python is actually a great language to start with. It's incredibly clean and has an active community. Python was what my CS 1 and 2 classes were taught with in my . As for Python tutorials, check out python.orgAre you sure? This action cannot be undone. -
Member • Jun 3, 2011
I believe python is the easiest language to learn.Writing python scripts is like writing pseudo code.Refer a book named 'Byte of Python'.Are you sure? This action cannot be undone.