Explore >> Select a destination


You are here

blog.ian.stapletoncordas.co
| | henrikwarne.com
4.1 parsecs away

Travel
| | For the past two months, I have been helping my son's grade 8 class to learn to program. All students wrote Python programs and got a feel for what programming is. This post has details on how we organized the course, code examples and lessons learned. Background This year, all schools in Sweden are required...
| | lanziani.com
4.0 parsecs away

Travel
| | How to write a better command line interface with python. Writing the Nth python shell script I found myself looking again at the documentation of argparse, A NIGHTMARE. After 15 minutes spent trying to understand how to use it, I gave up.
| | python-future.org
1.9 parsecs away

Travel
| |
| | pythonspeed.com
21.2 parsecs away

Travel
| How to activate a Python virtualenv in a Dockerfile without repeating yourself-plus, you'll learn what activating a virtualenv actually does.