Slides from Python Porto meetup #11. Examples can be found here: https://github.com/imankulov/django-data-management-example
If you come to Python to work with data, most likely you are intimately familiar with its data science ecosystem, which includes Anaconda, Jupyter and Pandas, among others. Probably though you are less familiar with the other side of Python, including frameworks, ORMs and template engines, traditionally used to create web applications.
This talk aims at blurring the border between data science and web development ecosystems. I will show how Django, extremely popular framework for creating web applications, can be successfully applied to some common tasks of data processing and data analysis and how it can be used seamlessly with your tools of choice.
The talk can be interesting for Python data analysts who want to extend their knowledge beyond the traditional DS/ML stack. It can also be helpful for beginners interested in web development with Django.