Python Release Python 3.5.0a2 Alpha release #2 for Python 3.5.0 series is out. New features over 3.4 include things like new matrix multiplication operator(@), % formatting for byte arrays and more. Click through for the entire changelog and more information. python.org Shared by @mgrouchy
Stop the “Works on My Machine†Syndrome Its always the worst when you write some code that works for you and another developer tries it out and it fails on their machine. Here are some strategies to make sure your python code works for everyone and not just for you. pythonforengineers.com Shared by @mgrouchy