Advanced Django Forms Usage View more presentations from Daniel Greenfeld
For employer: Good. Fast. Cheap.
For employee: High-paid. Interesting. Easy.
Pick two!
Sometimes I think about programming without ifs.
I have found great blog about it here.
And here is my solution for first challenge implemented in python.
Never use singleton in python!
You can use instead of it Borg Pattern.
Also you can just use module instead of class. :)
..I was working on new russian social network - Vrublevku..
I found new cool service - about.me.
This is very, very original! )
[video]
[video]
Task: Newton’s method for cube roots is based on the fact that if y is an approximation to the cube root of x, then a better approximation is given by the value
Use this formula to implement a cube-root procedure analogous to the square-root procedure.