
aroberge.blogspot.com
Only PythonThis blog deals almost exclusively with my Python coding activities.
http://aroberge.blogspot.com/
This blog deals almost exclusively with my Python coding activities.
http://aroberge.blogspot.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Thursday
LOAD TIME
1.1 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
19
SSL
EXTERNAL LINKS
18
SITE IP
172.217.10.129
LOAD TIME
1.141 sec
SCORE
6.2
Only Python | aroberge.blogspot.com Reviews
https://aroberge.blogspot.com
This blog deals almost exclusively with my Python coding activities.
Only Python: February 2014
https://aroberge.blogspot.com/2014_02_01_archive.html
This blog deals almost exclusively with my Python coding activities. Thursday, February 13, 2014. Importing modules in RUR-PLE. Into their program, and this would import various "useful" definitions so that they would not have to retype them. I added a note to teachers. At the bottom of the relevant lesson, telling them that they could get in touch with me if they wanted to remove the "import" restriction, and I would tell them how to modify the code. Syspath # python 2 syntax. And containing the followi...
Only Python: February 2013
https://aroberge.blogspot.com/2013_02_01_archive.html
This blog deals almost exclusively with my Python coding activities. Friday, February 08, 2013. Is there any merit to stepping back through the code? After a long hiatus, I have gone back to work on a new version of my very first project. From a given frame instead of being restricted to only moving forward. However, since I use the browser to evaluate the code (rather than creating my own interpreter), I do not have the information regarding the code line whose execution corresponds to a given frame.
Only Python: December 2014
https://aroberge.blogspot.com/2014_12_01_archive.html
This blog deals almost exclusively with my Python coding activities. Tuesday, December 30, 2014. EasyGUI Qt progressing well. A short while ago, I started working on an adaptation of EasyGUI. For PyQt. This new project is called EasyGUI Qt. For those that are not familiar with EasyGUI, the idea is to provide a series of graphical "widgets" that can be used in procedural programs. For example, suppose you have a program where you query a user with Python's input:. Input("Enter your reponse " ). Following ...
Only Python: Disgusted by LavaSoft AdAware antivirus
https://aroberge.blogspot.com/2015/01/disgusted-by-lavasoft-adaware-antivirus.html
This blog deals almost exclusively with my Python coding activities. Monday, January 19, 2015. Disgusted by LavaSoft AdAware antivirus. A short while ago, I installed LavaSoft AdAware free anti-virus after reading a review praising it. Many years (and computers) ago, before it had an anti-virus, I found LavaSoft AdAware very useful in cleaning up my PC and keeping it that way, free of various malware. To make a long story short, I found that it caused the following problems:. I had to get this off my che...
Only Python: March 2013
https://aroberge.blogspot.com/2013_03_01_archive.html
This blog deals almost exclusively with my Python coding activities. Friday, March 01, 2013. Correction: Javascript NOT more dynamic than Python. EDITED: Adam showed me that I had missed a way to do something similar in Python as I added below. Here's what one can can do. Var r = new UsedRobot(); / does not have a turn() method. Turn = RUR.PrivateRobot.prototype. Turn left; / give such a method to the "parent". Rturn(); / turns left using the new parent's method. Delete UsedRobot.prototype.turn;. B1turn(...
TOTAL PAGES IN THIS WEBSITE
19
Crunchy: July 2006
http://pytute.blogspot.com/2006_07_01_archive.html
A Pythonic Learning Experience. Saturday, July 8, 2006. Among quite a few small things that I've been working on over the last week, I've added `proof of concept` Sound Synthesizer and some fancier formatting to the output. One problem that has become more pressing with the introduction of the SoundSynth is the way program execution blocks the interface. I'm working on a way of simulating a remote tty using AJAX which will solve both the asynchronous execution and the raw input problems. I don't ...Once ...
Crunchy: SVN Merging using SubClipse
http://pytute.blogspot.com/2007/05/svn-merging-using-subclipse.html
A Pythonic Learning Experience. SVN Merging using SubClipse. Thursday, May 3, 2007. SVN Merging using SubClipse. Up until a few days ago I was laboriously merging in changes in Subclipse by hand: copying files across manually, trying to make sure I didn't miss anything. Then I discovered the merge tool: Now I can merge in complex changes that would have taken hours in just a few minutes. For most reasonable cases you want to use the same SVN path in the From:. Sections. In the From. In the Edit Conflicts...
Crunchy: May 2006
http://pytute.blogspot.com/2006_05_01_archive.html
A Pythonic Learning Experience. Wednesday, May 31, 2006. Has been slow this week - I have mocks on Thursday and Friday. There have been lots of helpful suggestions for a graphics library varying from feature requests (The need to address individual pixels) to heavy duty discussions on the pedagogical aspects of graphics. I started coding a library at the beginning of the week, but I have since realised that it was far too complex for a 7 year old. The Livewires. Wednesday, May 31, 2006. Links to this post.
Crunchy: June 2006
http://pytute.blogspot.com/2006_06_01_archive.html
A Pythonic Learning Experience. Say no to temporary files! Thursday, June 29, 2006. Say no to temporary files! My last post mentioned the problems I was having with doctests, luckily I managed to solve them - but only after about 5 hours of frustrated playing with the API. The problem arose because to get a DocTest object you have to know the namespace over which it is to be tested, but getting that namespace in the right place is tricky. My final solution was (I like to think) quite an inspired hack:.
Crunchy: April 2007
http://pytute.blogspot.com/2007_04_01_archive.html
A Pythonic Learning Experience. A Python Plugin System. Monday, April 30, 2007. A Python Plugin System. A couple of months ago André. Mentioned that having a plugin system in Crunchy would be "nice thing". I was feeling bored when I read his email, and so decided to go away and write one. This post documents my attempt, which I like to think was actually rather successful. So the first thing we need to do is figure out what that special path is and enumerate all the .py files in it:. Now that we have a l...
Crunchy: Python CGI Howto
http://pytute.blogspot.com/2007/05/python-cgi-howto.html
A Pythonic Learning Experience. SVN Merging using SubClipse. Thursday, May 17, 2007. I'm trying to use this blog as a place to document my new experiences with Python: some of them are very basic (like this post) and some are somewhat more advanced (for example the internal workings of Crunchy. So please don't be surprised at my "noobie" take on some things. Anyway, the other day I was playing around with HacketyHack. Just to know my enemy. In case you didn't know, CGI stands for Common Gateway Interface.
Crunchy: ...and back again...
http://pytute.blogspot.com/2007/04/and-back-again.html
A Pythonic Learning Experience. A Python Plugin System. Monday, April 30, 2007. I've been lazy, and let this lapse (I know, no posts since July last year! Now I want to resurrect my blog - in order to post some interesting things that I've been working on. Firstly some news about Crunchy: Since I last posted it has been renamed from Crunchy Frog. To just plain Crunchy. This was because of another project called CrunchyFrog. Monday, April 30, 2007. Subscribe to: Post Comments (Atom).
Crunchy: A Python Plugin System
http://pytute.blogspot.com/2007/04/python-plugin-system.html
A Pythonic Learning Experience. A Python Plugin System. Monday, April 30, 2007. A Python Plugin System. A couple of months ago André. Mentioned that having a plugin system in Crunchy would be "nice thing". I was feeling bored when I read his email, and so decided to go away and write one. This post documents my attempt, which I like to think was actually rather successful. So the first thing we need to do is figure out what that special path is and enumerate all the .py files in it:. Now that we have a l...
Crunchy: May 2007
http://pytute.blogspot.com/2007_05_01_archive.html
A Pythonic Learning Experience. SVN Merging using SubClipse. Thursday, May 17, 2007. I'm trying to use this blog as a place to document my new experiences with Python: some of them are very basic (like this post) and some are somewhat more advanced (for example the internal workings of Crunchy. So please don't be surprised at my "noobie" take on some things. Anyway, the other day I was playing around with HacketyHack. Just to know my enemy. In case you didn't know, CGI stands for Common Gateway Interface.
Crunchy: Lights and Sound
http://pytute.blogspot.com/2006/07/lights-and-sound.html
A Pythonic Learning Experience. Saturday, July 8, 2006. Among quite a few small things that I've been working on over the last week, I've added `proof of concept` Sound Synthesizer and some fancier formatting to the output. One problem that has become more pressing with the introduction of the SoundSynth is the way program execution blocks the interface. I'm working on a way of simulating a remote tty using AJAX which will solve both the asynchronous execution and the raw input problems. I don't ...Once ...
TOTAL LINKS TO THIS WEBSITE
18
arobellacreations.blogspot.com
arobella creations
Tuesday, 23 July 2013. A morning spent in the kitchen, pottering and creating with. Dark Chocolate and Stem Ginger Biscuits. The recipes are from this book. Monday, 7 January 2013. New Year. New Start. I am now back in the blog world and ready to get back to enjoying the simple things in life. After much contemplation, I have decided to leave uni and the PGCE course- I'm not sure teaching is for me (I dont want the stress and worry). So I shoul d be b ack blogging. On a more regular bas is. and. I'm mean...
arobemed - Wellness & Gesundheit, TCM - | Online kaufen
Sie haben Ihr Passwort vergessen? Kein Problem, hier können Sie ein neues Passwort einrichten. Bitte geben Sie eine gültige E-Mail-Adresse ein. Nachdem Sie den 'Passwort anfordern'-Knopf angeklickt haben, schicken wir Ihnen eine E-Mail zu, mit der Sie Ihr Passwort ändern können. Sollten Sie innerhalb der nächsten Minuten KEINE E-Mail mit Ihren Zugangsdaten erhalten, so überprüfen Sie bitte:. Haben Sie sich in unserem Shop bereits registriert? E-Mail oder Kd. Nr. Gua Sha - Schaber. Ihrem Shop für TCM...
arobemed - Wellness & Gesundheit, TCM - | Online kaufen
Sie haben Ihr Passwort vergessen? Kein Problem, hier können Sie ein neues Passwort einrichten. Bitte geben Sie eine gültige E-Mail-Adresse ein. Nachdem Sie den 'Passwort anfordern'-Knopf angeklickt haben, schicken wir Ihnen eine E-Mail zu, mit der Sie Ihr Passwort ändern können. Sollten Sie innerhalb der nächsten Minuten KEINE E-Mail mit Ihren Zugangsdaten erhalten, so überprüfen Sie bitte:. Haben Sie sich in unserem Shop bereits registriert? E-Mail oder Kd. Nr. Gua Sha - Schaber. Ihrem Shop für TCM...
Under Construction
Arobenz Chemicals Sdn. Bhd. Our website is currently under development. It will be up by end-November ’17. Arobenz Chemicals Sdn. Bhd.
Only Python
This blog deals almost exclusively with my Python coding activities. Monday, November 20, 2017. Now using Firefox for functional/integration testing. 55 seconds versus 20 seconds: this is the reason why I am switching from Chrome to Firefox for my automated tests. I normally wouldn't write a blog post about what browser I use for testing but I found the difference between the new Firefox and Chrome so striking that I thought I should write about it. If you want to know the details, please read on. I run ...
Alain Roberge - La couleur gestuelle
Bienvenue. Welcome. Bienvenida. Benvenuto. Bonjour, je m’appelle Alain Roberge et je suis passionné par la peinture depuis 2010. La visite de ce site vous fera découvrir quelques-uns de mes tableaux dont les plus récents. Si vous désirez en acheter un ou souhaitez passer une commande spéciale, envoyez-moi un message en cliquant sur l’onglet Contact. Vos commentaires seront également appréciés. Bonne visite! L’art de passer des mots au pinceau. Du photographe Éric Côté, publié en 2008. Il découvre la ...
The Road goes ever on...
The Road goes ever on. Friday, November 9, 2012. 8220;The thing that irks me most is this shattered prison, after all. I'm tired, tired of being enclosed here. I'm wearying to escape into that glorious world, and to be always there: not seeing it dimly through tears, and yearning for it through the walls of an aching heart, but really with it, and in it.”. The best part of being broken is that you are never quite the same after you are put back together- the healers always leave a mark. So now the mo...
Photo Retoucher and Product Photographer