Wednesday, November 28, 2018

Python Community Interview With Emily Morehouse

I’m very pleased to be joined this week by Emily Morehouse. Emily is one of the newest additions to the CPython core developer team, and the founder and director of engineering of Cuttlesoft. Emily and I talk about the recent CPython core developer sprint and the fact that she completed three majors in college at […]

The post Python Community Interview With Emily Morehouse appeared first on PyBloggers.



from PyBloggers
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...