Friday, June 25, 2021

Mike Driscoll: Mouse vs Python has a Slack Channel

This website now has a Slack channel. It’s free to join. No subscription required!

If you’d like to join, use the following link which is good for the next 30 days:

https://join.slack.com/t/mousevspython/shared_invite/zt-s4r3rwt2-ookhEGzP1CQoxEbWIOECAA

You can chat with the author of this site, Mike Driscoll, as well as other readers of the site. Mouse vs Python is dedicated to great tutorials on the Python programming language. As long as you are respectful of others, you are welcome to join the Slack!

I hope to see you there!

The post Mouse vs Python has a Slack Channel appeared first on Mouse Vs 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...