Monday, September 6, 2021

Reuven Lerner: Missing my blog posts? Check me out on YouTube!

I haven’t been posting much to this blog of late, in part because I’ve been posting Python-related videos on YouTube. Just in the last month or two, I’ve posted:

I plan to write more on this blog as well, but don’t forget to check out my YouTube channel for these Python lessons. And all of the Jupyter notebooks I use in that channel are available on GitHub for you to download, at https://ift.tt/3h782pd.

If you have topics you want me to explore, just e-mail me at reuven@lerner.co.il, or DM me on Twitter at @reuvenmlerner.

The post Missing my blog posts? Check me out on YouTube! appeared first on Reuven Lerner.



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