Explore >> Select a destination


You are here

reasonabledeviations.com
| | www.mattlayman.com
19.1 parsecs away

Travel
| | In this series of posts, I'm going to examine common design patterns in Python that make Python code feel "Pythonic." The sixth and final post explores the Python Package Index, and the benefit of using software libraries that are written by others to make your code more expressive.
| | blog.kdgregory.com
17.5 parsecs away

Travel
| | Chasing a bug can be one of the most frustrating parts of software development. All you have to start with is an observed behavior. Hopeful...
| | www.fullstackpython.com
18.8 parsecs away

Travel
| | Object-relational mappers (ORMs) bridge relational databases and data represented in Python code.
| | whatibroke.com
37.9 parsecs away

Travel
| Hey everyone, I'm currently setting up a mysql database on DigitalOcean and hit the following error when connecting: failed to connect to the database: default addr for "DATABASE_CONN_STR" network unknown Luckily this turned out to be a pretty easy fix. In the mysql driver repo you can see that the only scenario where this error...