For various reasons, it's been years since I've done much of anything in the way of computer programming- and this probably wasn't helped by the fact that the one language I studied in college (Visual Basic 6) was heavily altered before I'd even graduated.
On the other hand, the long delay does make for some pleasant surprises. I recently ran into
(
Read more... )
Comments 6
Reply
I'd like to pretend that I want the program to be user-friendly, but really, it's just easier to add Easter Eggs when the user has something to interact with. ;)
Reply
Reply
This will probably pay me back in saved time in four days. (!)
Speaking of time- when you have a chance, could you let me know about the concert/baseball game?
Reply
i know the feeling. i almost made it through a computer science degree through c, c++, and java, 5 years ago, and i think my skills are now obsolete.
do you suggest python, though? if you didn't know any coding, would it be useful to learn?
Reply
As alluded to above, though, the way that python stores data was a bit different than what I was used to- you may want to read up on how python stores info in lists. (I created massive headaches at first by not realizing how much VB6 arrays sucked. Seriously.)
There is a lot of good documentation, and in particular, libraries and sample code were readily available to automate some of what I wanted to do- always a good thing! If you need development tools, try the Pydev add-on to the Eclipse package; that gave me syntax highlighting, autocompletion, and some debugging tools, for free.
Reply
Leave a comment