@ -174,6 +174,7 @@ Books on general-purpose programming that don't focus on a specific language are
* [Flask](#flask)
* [Flask](#flask)
* [Kivy](#kivy)
* [Kivy](#kivy)
* [Pandas](#pandas)
* [Pandas](#pandas)
* [PyOpenCl](#pyopencl)
* [Pyramid](#pyramid)
* [Pyramid](#pyramid)
* [Tornado](#tornado)
* [Tornado](#tornado)
* [Q#](#q-sharp)
* [Q#](#q-sharp)
@ -2098,6 +2099,12 @@ Books on general-purpose programming that don't focus on a specific language are
* [pandas: powerful Python data analysis toolkit](https://pandas.pydata.org/docs) - Wes McKinney, the Pandas Development Team (HTML, PDF)
* [pandas: powerful Python data analysis toolkit](https://pandas.pydata.org/docs) - Wes McKinney, the Pandas Development Team (HTML, PDF)
#### PyOpenCl
* [Programming GPUs with Python: PyOpenCL and PyCUDA](http://homepages.math.uic.edu/~jan/mcs572f16/mcs572notes/lec29.html) - Jan Verschelde, University of Illinois Chicago (HTML)
* [PyOpenCl Documentation](https://documen.tician.de/pyopencl/) - Andreas Kloeckner (HTML)
#### Pyramid
#### Pyramid
* [Quick Tutorial for Pyramid](http://docs.pylonsproject.org/projects/pyramid/en/latest/quick_tutorial/index.html#quick-tutorial)
* [Quick Tutorial for Pyramid](http://docs.pylonsproject.org/projects/pyramid/en/latest/quick_tutorial/index.html#quick-tutorial)