Small Victories

swordstyle.com5 comments

Yesterday I successfully used map() and lambda without having to look @ the documentation (and yet I link to the documentation)!
Something like:
some_url = "http://www.foo.com/"
things = ["foo",…

Popular Posts From This Blog

Small Victories

swordstyle.com5 comments

Yesterday I successfully used map() and lambda without having to look @ the documentation (and yet I link to the documentation)!
Something like:
some_url = "http://www.foo.com/"
things = ["foo",…

Little nose Gotcha

swordstyle.com0 comments

This little nuance of nose nabs me everytime. Let’s assume you have the following layout:
% tree .
.
|– bar.py
|– baz.py
`– foo.py

0 directories, 3 files

And let’s assume that each of our files have some…

Terry Peppers: Developers in Testing

swordstyle.com0 comments

Jesse says:
…and finding Quality Assurance people with Python experience (especially advanced Test Engineering skills) is even harder.
…either you teach QA people automation/test engineering, or you try to find a…

Terry Peppers: Functional Test Generators - With a Twist

swordstyle.com0 comments

One of the key benefits of nose is the concept of test generators. Py.test has the same type of feature but they’re called generative tests.
nose on test generators:
nose will iterate the generator, creating a…

Get More Top Stories On Python Weekly - Monthly

Don't see your favorite Python blog? Recommend it now!

Help us monitor all blogs that cover Python. If you don't see your favorite blog, just recommend it so we can review and add it into this list of the top Python bloggers.