Friday, April 26, 2013

Hello, world!

def hello_world():
    print("Hello, world!")

if __name__ == "__main__":
    hello_world()


In this blog I will post my progress through the Google Summer of Code 2013 (if I my application is accepted!), as well as some Python-related posts from my Spanish personal blog cajondeideas and my blog dedicated to PyNgine, a small 3D game engine I started developing some months ago.

My long-term goal with these blogs is to collect all this information in only one site, improve it as much as possible, and translate everything into English (I am not a native English speaker, so if I make any grammar mistake, please feel free to correct me in the comments below). I have some ideas about it, like using Django with Pygments and Markdown to implement the editor, but it will have to wait until the GSoC is over and I have some free time to implement it.


Thanks for reading,

Alex Rodas