Time to Upgrade Your Python: TLS v1.2 Will Soon Be Mandatory

If you’re using an older Python without the most secure TLS implementation, this is the year to get serious about upgrading. Otherwise next …

Similar

Post-Mortem Python Plotting

Next time you're in your IPython console and you get an error somewhere deep in your stack, run %debug. It's a post-mortem debugger, and it'll drop you in an interpreter right where the error happened. You can inspect all the variables, go up and down the... (more…)

Read more »

Python Books

This book list contains all the knowledge needed for Python from entry to mastery. This book list is mainly divided into Grammar, Data Structures and... (more…)

Read more »