Simple ETL with Bonobo - Europython 2017
Presentation of Bonobo ETL at EuroPython 2017 - a simple Python 3.5+ tool for extract-transform-load processes. Includes video, slides and sprint summary.
11 articles tagged with "python"
Presentation of Bonobo ETL at EuroPython 2017 - a simple Python 3.5+ tool for extract-transform-load processes. Includes video, slides and sprint summary.
Run multiple asynchronous Python functions concurrently using asyncio.wait() to process tasks as they complete, with example code and sequence diagram.
EuroPython 2016 highlights on Python's future including class attribute ordering (PEP 520), descriptor naming (PEP 487), Jupyter Lab improvements, and PyParallel GIL solution.
EuroPython 2016 notes on asynchronous programming with Python including asyncio patterns, futures, Twisted integration, and new async tools like uvloop and asyncpg.
A few notes from EuroPython 2016 about data processing, natural language processing, machine learning...
A few notes from EuroPython 2016 about testing and quality assurance.
Notes from EuroPython 2016 on web scraping tools and best practices including Jupyter, Selenium, client-server architectures, and Scrapy.
My notes about Europython 2016 Bilbao. Topics: asyncio, scraping, data processing, machine learning, testing, and some goodies from the future.
Learn how to enhance your WSGI applications with powerful middleware, including the amazing weberror interactive Ajax debugger for Python web development.
Build a Python web application from scratch using WSGI, the standard interface between web servers and Python applications, with practical examples using webob.
Comparing how different ORMs (Doctrine, Propel, SQLAlchemy, Django, Rails) handle empty WHERE IN clauses in SQL, and why the simplest approach is often correct.