Opening Note

This blog is the first blog that I created for a specific programming language, in this case, the Python.  I used to have a few computer-related blogs, some general topic, one for programming and one for web stuff.  But never created one for a particular subject, always broader..

This will be only about Python coding and nothing else.  Notes for things that I have learned and experiences about issues that I've encountered and resolved.

I have been coding in Python for about a decade, but still not having much of results to show, perhaps this blog would change things for me if I work hard to write down stuff I find educational.

My experience with Python starting from around Python 2.3 on Windows, then after I switched to Linux, it's the virtually the only language I coded, the only other languages I still code is C and Bash.  In the era of Python 3, this blog would only have codes that almost guarantee to run with Python 3.X.

Since this is for notes, there probably is not going to have guides or how-to or tutorials, this is not for teaching other people, it's just for my notes.

Comments

Popular posts from this blog

Changing decimal comma to point in logging asctime

Element-wise Operation on Iterables