The next 20 years of Python
The next 20 years of Python
Posted Jul 17, 2013 5:37 UTC (Wed) by Cato (guest, #7643)In reply to: The next 20 years of Python by renox
Parent article: The next 20 years of Python
Python is also gaining a lot of use in scientific computing where the ability to rapidly explore solutions is a big win and there are various compilers and JITs (Numba, Cython, PyPy). You can even run Python on CUDA based GPUs if your problem fits.
There is still the issue of migrating all major libraries to Python 3, but there's now a lot more experience and tooling for this.
Links:
- Disqus: world's largest Django app at 400m users - http://ontwik.com/python/pycon-2011-disqus-serving-400-mi...
- PyCUDA: http://mathema.tician.de/software/pycuda
