Friday, April 24, 2020

Real Python: The Real Python Podcast – Episode #6: Python REST APIs and The Well-Grounded Python Developer

Are you interested in building REST APIs with Flask and SQLAlchemy? This week Christopher interviews Doug Farrell about his four-part Real Python series on Python REST APIs. They discuss the various Python tools and libraries used in the series. Doug also shares his practices for continuous learning. Doug has worked in process control, embedded systems, and has a long background in software development. He's currently a developer at ShutterFly, and discusses developing tools for his internal customers. He also teaches Python to kids at a STEM school near where he lives. Currently Doug is writing a book for Manning Publications, "The Well-Grounded Python Developer". The book is currently available in an early access state. And as always please check out all the additional resources and tools that Doug discusses, they are all gathered for you in the show notes.


[ Improve Your Python With 🐍 Python Tricks 💌 – Get a short & sweet Python Trick delivered to your inbox every couple of days. >> Click here to learn more and see examples ]



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...