Python Forum
Learning Python from Jython
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Learning Python from Jython
#1
I 've learned the very basic of Jython in university. Now I would like to learn Python in the essence of interacting with MS SQL. In that case, which version/module of Python should I start learning as there are so many python versions such as CPython, IronPython,PyPy etc. What is the current trend in Python right now? I am totally new into it. So, kindly share your thoughts and suggestions. Thank you all.
Reply
#2
I would recommend CPython. It's the standard Python. The other Pythons are good for specific use cases, but in the general case I would use CPython. CPython can call MS SQL, so I don't see the need for IronPython.
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020