Explore >> Select a destination


You are here

blog.tafkas.net
| | dusty.phillips.codes
3.0 parsecs away

Travel
| | Python 3 Object-oriented Programming 3rd Edition My publisher unveiled the third edition of Python 3 Object-oriented Programming today! This has been the culmination of several months of work. Editing and updating the second edition was a pleasure. It was gratifying to discover that the content has aged well. This was not the case with the first edition; I did extensive restructuring and rewriting before I was satisfied with the second.
| | www.pavsaund.com
7.6 parsecs away

Travel
| | So, you've written that great article, you've shared it to your friends on facebook, and you're looking to spread the word even further. Through Twittter, your url can reach entire diffrent audiences than Facebook sharing. Getting those first few important re-tweets on Twitter will start to spread your new blogpost like wildfire. If Twitter is still a great mystery to you, I'd recommend Scott Hanselman's introduction to twitter. You may also be interested in reading Twitter's own brief "about us" page.
| | danielpecos.com
6.1 parsecs away

Travel
| | Last Friday I got some spare time (finally!) and, with the help and tools of my friend Alfredo, we placed a button in the RaspberryPi case so, when I push it, a custom command its executed on the RaspberryPi, like for example, a clean system shutdown. First lets start with some pictures of the final result: And now the schematics (pins used in the schematics are 3.3v, GND and GPIO):
| | aimatters.wordpress.com
96.0 parsecs away

Travel
| A few weeks ago, it was announced that Keras would be getting official Google support and would become part of the TensorFlow machine learning library. Keras is a collectionof high-level APIs in Python for creating and training neural networks, using either Theano or TensorFlow as the underlying engine. Given my previous posts on implementing an...