/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.paulox.net
| | pyfound.blogspot.com
2.4 parsecs away

Travel
| |
| | www.softdevtube.com
5.4 parsecs away

Travel
| | Programming history is filled with bugs that turned out to be features and limitations that pushed developers to make even more interesting products. We'll journey through code that was so 'bad' it was actually good. Along the way we'll look at the important role failure plays in learning. Then we'll tame our inner perfectionists and
| | wittchen.io
5.7 parsecs away

Travel
| | Some time ago, I've decided to learn Python programming language. I thought it may be useful during performing some basic tasks in the system and Linux or Windows scripting. Moreover, it's good language for developing web applications with frameworks like Django, Flask or Bottle. I've decided to go through all of the tasks in the Learn Python - The Hard Way course. Basic tasks weren't surprising. They were similar to other object oriented languages. In the further tasks we can learn basic features available in Python language, which are not so common for e.g. Java programmers. I've placed all tasks in learn-python-the-hard-way repository on GitHub. Moreover, in README.md file I've added information about:
| | newcome.wordpress.com
16.9 parsecs away

Travel
| I'm a little slow on the uptake with version management of language runtimes and environments. For a long time I just followed the Linux distribution convention of global versions of dependencies and compiler versions for my system. This changed during my years doing NodeJS development where the language and tools were changing daily it seemed....