Tuesday, November 24, 2020

Mike Driscoll: Free Python Videos from Manning Publications

Manning Publications recently contacted me to let me know that they had some new Python videos going up on their YouTube channel.

Carl Osipov – author of Cloud Native Machine Learning. He created a session on automatic differentiation used by PyTorch autograd for deep learning:

Jonathan Rioux – author of Data Analysis with Python and PySpark did a session in PySpark covering how to reason about your code before you write it, keep your data manipulation code tidy and reason about your code performance.

Note: Manning Publications is not a sponsor of this post. I just thought it was neat that they are putting out new, free Python content!

For more Python videos, check out the MouseVsPython YouTube channel!

The post Free Python Videos from Manning Publications appeared first on The Mouse Vs. The Python.



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