Posts

Showing posts from October 9, 2011

Tips for Python Users

[File Read and Write] For opening a file, we can use open and close functions similar to c programming cases.   E.g., f = open( 'hello.txt', 'r') [For .. in ..] When we use for-in command, we must use : in the end of the line.   E.g., for line in lines: [Operators] Python use similar operator with C [Boolean operation] In Python, we can use 'and', 'or' and 'not' directly for operation   E.g., x or y [True and False] For Boolean variables, we can use True or False but not true or false [String.Split()] A string can be split to wrods in array form. my_split_words = my_phrase. split ( ) http://www.daniweb.com/software-development/python/threads/187010 [String.join()] An array can be joined into a string by the use of the join() method. >> sentence = ["there", "is", "no", "spoon"] >> string.join(sentence, " ") 'there is no spoon' [Slice for list an

Digital Expressionism

Image
I wonder that currently, hi quality trends will be going continuously in technology business. As it was changed from realism to expressionism in the art history, digital technology paradigm is to predicted that the new paradigm can be coming. In art history, it was so nature to change from realism to expressionism because people want to see more than what he can see in his eye. Viewers now want to feel more than his visual sanctification. They want to feel from their mind, or soul when they see a picture. Edvard Munch 1863∼1944

Simultaneously to my blog

Image
I'm now using a way to upload my blog simultaneously. Sometimes, I want to upload my good stream in this google+ into my blog. I know now how to upload my streams to my blog automatically. It will be possible if we use email address for blog upload. Some blog services allows to upload from email as well as from direct typing in the same site.

Uploaded from my gmail

I'm uploading my mentions from my gmail to my blog. I didn't know that I can upload my blog article from my email yet. Now I knew it and will try to upload sometimes when I don't have too much time to write an article independently. I use it for the first time. I write my article directly from the blog editor. Now I can upload my article from email, which make me so convenient. I sometimes want to share my feeling and information with others. Hence, I now realize that it is possible to upload blog article easily from email systems, for example in my case I can use my gmail system.