Building a recommendation engine inside Postgres with Python and Pandas

Learn how you can leverage Python and Pandas from directly inside PostgreSQL to build your own recommendation engine. Read more

Similar

The Python Tutorial

Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python’s elegant syntax and dynamic typing, together with its interpreted nature, ma... (more…)

Read more »

HPy: A future-proof way of extending Python?

HPy (https://github.com/pyhandle/hpy) is a joint project which is being developed by PyPy, CPython and Cython developers. It aims to design a better C API for writing Python extensions which is more friendly to alternative implementations and which would ... (more…)

Read more »