Languages to improve your Python
curiousefficiency.org
Languages to improve your Python
1–10 of 31 posts
Re: Languages to improve your Python
#2Re: Languages to improve your Python
#3They missed Scheme, one of the most elegant and powerful languages in existence.
It certainly is one way to learn Python better as you'll be working, indirectly, in its abstract syntax tree. You can do this in plain Python but the ast module is woefully under-documented and rarely used.
Re: Languages to improve your Python
#4They missed Scheme, one of the most elegant and powerful languages in existence.
Re: Languages to improve your Python
#5They missed Scheme, one of the most elegant and powerful languages in existence.
Original:
Another language they might have missed for use with SciPy/Python Notebook: Matlab/WolframAlpha/Octave.Re: Languages to improve your Python
#6They missed Scheme, one of the most elegant and powerful languages in existence.
Edit: Missed Octave in the list. Too quick in my reading. Original: Another language they might have missed for use with SciPy/Python Notebook: Matlab/WolframAlpha/Octave.
I think part of the point was to support other Open Source languages.
Re: Languages to improve your Python
#7They missed Scheme, one of the most elegant and powerful languages in existence.
Edit: Missed Octave in the list. Too quick in my reading. Original: Another language they might have missed for use with SciPy/Python Notebook: Matlab/WolframAlpha/Octave.
Re: Languages to improve your Python
#8They missed Scheme, one of the most elegant and powerful languages in existence.
But they did mention Hy, a lisp dialect written in Python. I find this hy-larious. It certainly is one way to learn Python better as you'll be working, indirectly, in its abstract syntax tree. You can do this in plain Python but the ast module is woefully under-documented and rarely used.
Re: Languages to improve your Python
#9Re: Languages to improve your Python
#10Is this true?