Posts

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.

Downloads - pythonxy - Download page with changelog. - Scientific-oriented Python Distribution based on Qt and Spyder - Google Project Hosting

Downloads - pythonxy - Download page with changelog. - Scientific-oriented Python Distribution based on Qt and Spyder - Google Project Hosting This package provides many scientific libraries used in Python. I'm now using network-X so I can use this for network science

Rich characters for Google+ Stream

Bold/Italic/Strikethrogh Text in Google Plus | Google+ Text Formatting I introduce this blog page since it shows the way to use rich characters in Google+. I tried to find the way to use them and eventually, I now knew it from this article. The bold face character can be used for a title. In front of other text, we use *boldface* title. The similar method had used in the other Google social networking service for community. 

Google+ for photographers

Image
I thought that there is me who realize that Google+ is a place for photographers. However, I realize that there are many people who already think like that. They share their photo here and explain about it. Additionally, people add their comments.