Explore >> Select a destination


You are here

adamj.eu
| | akaptur.github.com
2.8 parsecs away

Travel
| | Nick Coghlan added another interesting note in response to my last post about creating side-effecting assignments in python. Here's Nick: @ ...
| | speakerdeck.com
6.1 parsecs away

Travel
| | A talk I gave at PyCon 2012 about code generation and how Jinja2 works internally.
| | www.learnpython.dev
5.7 parsecs away

Travel
| | Free Learn Python Course by Nina Zakharenko - An intensive two day introduction and intermediate course on Python. Video course published on Frontend Masters.
| | pboyd.io
28.6 parsecs away

Travel
| Here's a fun list to look through: Dumb Password Rules. Most of the rules seem arbitrary, like only allowing digits, but some hint at deeper problems. For instance, preventing single-quotes. They aren't inserting passwords into a database without a SQL placeholder, right? Nearly every site on that list has a needlessly short maximum password size. If they're storing passwords correctly, there's no need for this. This post will go through a few bad ways to store a password and you can see what I mean....