Python 101: Episode #34 - The SQLAlchemy Package [Video]
To do any sort of big data analysis, you have to get your data out from where it's stored. In this post, we learn how to work with databases in a Pythonic manner.
Join the DZone community and get the full member experience.
Join For FreeIn this screencast, we learn about the popular SQLAlchemy package. SQLAlchemy is an Object Relational Mapper for Python that allows you to interface with databases in a "Pythonic" manner.
Python (language)
Published at DZone with permission of Mike Driscoll, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments