Sometimes to be in control, you have to let go
Sometimes to be in control, you have to let go
Once technology was meant to bring the promise of “anytime, anywhere”
Not it brings you the curse of “everytime, everywhere” **
** Everytime, everywhere, you can be contacted to do your job
Zope Object DataBase
A collection of self-asked questions, with answers, after doing some research on the questions of course.
Yes it does
As fast as SQLite, in terms of insert performance
del root[object_name]
package A: a = 10
package B: import A A.a = 12
package C: from A import a def f(): print a
package D: import A import C import A
C.f()
prints 10
Why?
Because in package B: A.a is referenced to another new object while in package C, global a still refers to the old object.
I think it’s better to think of python variable name as a pointer.
Kayanya cuma lua yang banyak statement bisa ditulis dalam satu baris yang sama
a = 10 b = 12 print(a*b)
Fill an empty glass with water until it reach half of the glass. Now ask yourself, whether the glass is half full or half empty? If your answer is half empty, then you’re in negative thinking mode o_o
I Blog, You Blog, Weblog 😉
from http://www.allmyliesarewishes.com/new/new_comp_2007.jpg
Do you know what you want to have achieved at the end of the day?
I don’t, therefore I achieve nothing
Alice, speaking to Cheshire Cat:
“Would you tell me, please, which way I ought to go from here?”
“That depends a good deal on where you want to get to,” said the Cat.
“I don’t much care where,” said Alice.
“Then it doesn’t matter which way you go,” said the cat.
Charles, speaking to the sitting Cat:
“Would you tell me, please, which way I ought to go from here?”
“Meaow…,”, said the Cat.
“Sorry?” said myself.
“Meaow…,” said the Cat.
“Aliceeeeeee………..,” said myself hopelessly.