ianluddy.com
Ian
http://www.ianluddy.com/index.html
Welcome to my page, I'm a full-stack Python developer from Galway. I studied Software Development at GMIT. In Galway and was awarded a 1:1 Honours Degree in 2011. I also received the Student of the Year Award for achieving the highest overall grade in the class. Since graduating I've been working primarily as a full-stack Python developer in London and more recently Dublin. This is where I'll be exhibiting my latest work. There are links above for getting in touch, including my Github. Valcoholic is an a...
splix.io
splix.io - about
http://splix.io/about
What is splix.io? Was inspired by single player games such as qix. If you want to play on the same server as a friend, or you just really prefer one specific server, you can choose which server you want to join. Type the hash character (#) after the splix.io url, then press the join button. You will see the url change into a url with the name of an animal next to it. For example splix.io/#animal. Share this url with your friends, this will make sure they join the same server as the one you're on.
excess.org
Unfortunate Python - excess.org
http://excess.org/article/2011/12/unfortunate-python
Contributing to Open Source. IASA E-Summit, 2014-05-16. Python 3, the Argument Sketch. Moving to Python 3. Alternatives to SQL Databases. Audio Streaming over Bluetooth. MARS and Cell processor. Printing with Debian and Windows Mini-HOWTO. First name at this domain. On OFTC, freenode and github. Posted on 2011-12-19, last modified 2012-04-09. Python is a wonderful language, but some parts should really have bright WARNING. This is a rough transcript of the talk I gave at my local Python group. Explicitly...
joet3ch.com
Alternative Tornado Logging | joet3ch
http://joet3ch.com/blog/2011/09/08/alternative-tornado-logging
September 8, 2011. Uses the standard logging library, by default, and sends logs to STDOUT. Sometimes you may want logs stored in a database or flat-file. This method is fairly simple. You could pass the ‘log file prefix’ parameter via the command-line, or more elegantly add the options in your code:. If you have multiple instances of the same app running, I would keep the logs separate by using the port number:. Storing logs in a MongoDB collection. First, import MongoLog:. A jack of all stacks.
yjost.com
De retour de la PyConFr – yjost.com
http://www.yjost.com/blog/python/pyconfr-2012
To live and let DIY. De retour de la PyConFr. September 19, 2012. Voici un petite compte-rendu de ma première (mon premier? Une conférence qui s’est révélée d’une qualité épatante. Merci aux gentils organisateurs de l’AFPY. Pour cet évènement (en particulier à Nelle Varoquaux), qui s’est vraiment déroulé sans accrocs, dans de superbes conditions (Cité des sciences de la Villette), bravo à vous! Vivement l’édition 2013, et pourquoi pas un jour à Strasbourg? Les présentations qui m’ont marqué. Un peu de pr...
feross.org
How I Learned to Program Computers » Feross.org
http://feross.org/how-i-learned-to-program-computers
How I Learned to Program Computers. September 13, 2011. I’ve been asked this question a lot lately, especially after I built YouTube Instant. So, here’s the answer, once and for all, for those who are interested. I learned how to program by building lots of websites. If you want to learn to program well. The best way to learn a new skill is to practice, practice, practice. Often, an unhealthy amount. Learning how to program – and how to do it. Some learned so they could build products. That make people h...
pycurl.io
PycURL – A Python Interface To The cURL library — PycURL 7.43.0 documentation
http://pycurl.io/docs/latest/index.html
PycURL 7.43.0 documentation. PycURL – A Python Interface To The cURL library. PycURL is a Python interface to libcurl. The multiprotocol file transfer library. Similarly to the urllib. Python module, PycURL can be used to fetch objects identified by a URL from a Python program. Beyond simple fetches however PycURL exposes most of the functionality of libcurl, including:. Speed - libcurl is very fast and PycURL, being a thin wrapper above libcurl, is very fast as well. PycURL was benchmarked. On Windows, ...
blep.blogspot.com
javier santana - blog: 04/01/2011 - 05/01/2011
http://blep.blogspot.com/2011_04_01_archive.html
Javier santana - blog. Ejercicio para gente que no desarrolla. Este es un ejercicio para que lo realicen a modo de prueba la gente relacionada con el desarrollo de software pero que no desarrollen. No te llevará ni un minuto. Asegúrate que estás solo y sin distracciones. 1- plantea una suma de dos números de 10 cifras, en una hoja de papel, como lo hacíamos cuando estábamos en el colegio. 2- hazla con tranquilidad, cronometrándote. Cuando termines, anota el tiempo. Te planteo ahora dos retos:. Para empez...
zjembedded.blogspot.com
Embedded Projects: High Performance Python by Micha Gorelick & Ian Ozsvald; O'Reilly Media
http://zjembedded.blogspot.com/2014/09/high-performance-python-by-micha.html
This blog started out as a place to document my hobby projects with microcontrollers. I enjoy circuit design and software development, and embedded systems are a fun mix of both. Work, grad school, and kids have eaten up most of my free time, but I still try to post occasionally on my hobby projects or other topics of interest. Thursday, September 18, 2014. High Performance Python by Micha Gorelick and Ian Ozsvald; O'Reilly Media. I was particularly interested in reading the "Clusters and Job Queues" cha...