Can you help me find this great free programming website I forgot to bookmark?

  • Thread starter Thread starter FrancisZ
  • Start date Start date
AI Thread Summary
A user is seeking help to locate a website that offered free, basic programming lessons without requiring downloads. The site featured interactive examples, including a "guess the number" program that users could modify directly in a text box with a built-in run mechanism. The user recalls specific code snippets and mentions that the site also provided a historical context for programming. Suggestions from other forum members include checking browser history, especially if using Internet Explorer or Firefox, and conducting Google searches with terms like "interactive programming tutorial" or specific programming languages. The discussion emphasizes the importance of searching for relevant keywords to rediscover the lost resource.
FrancisZ
About three days ago, I was Google-ing computer languages (something I never really learned well enough), and eventually I came across this great website--WHICH I FORGOT TO BOOKMARK! UGH!

I've been looking again for the past 3 hours, and now have a headache.

Basically, it taught--entirely for free--very basic programming; and without having to download ANYTHING.

I was interrupted at the time and never got to see the rest of it, but the first part went like this...1) It gave a little history and info to encourage you (just like the wonderful teacher it was)

2) It taught by example...it had a text box with a simple "guess the number" program already written into it, and allowed you to mangle it to practice some skills.

3) this text box actually had a run mechanism (so no compiler download or any crap like that).

4) there were several other lessons that you could progress through (the next one I think, after this, was printing your name).

Please help me find this again.I remember some of the program...something = int (rnd(1)*100) +1print "I'm thinking of a number,"

print "and I want you to try and guess it."then there was some code about if you guess too low or too high.Anyway, if you have a few moments to waste on me, please look for this and give me some ideas where to search.Gratefully,

Francis Ziegler
 
Physics news on Phys.org
FrancisZ said:
About three days ago, I was Google-ing computer languages (something I never really learned well enough), and eventually I came across this great website--WHICH I FORGOT TO BOOKMARK! UGH!

I've been looking again for the past 3 hours, and now have a headache.

Basically, it taught--entirely for free--very basic programming; and without having to download ANYTHING.

I was interrupted at the time and never got to see the rest of it, but the first part went like this...


1) It gave a little history and info to encourage you (just like the wonderful teacher it was)

2) It taught by example...it had a text box with a simple "guess the number" program already written into it, and allowed you to mangle it to practice some skills.

3) this text box actually had a run mechanism (so no compiler download or any crap like that).

4) there were several other lessons that you could progress through (the next one I think, after this, was printing your name).

Please help me find this again.


I remember some of the program...


something = int (rnd(1)*100) +1


print "I'm thinking of a number,"

print "and I want you to try and guess it."


then there was some code about if you guess too low or too high.


Anyway, if you have a few moments to waste on me, please look for this and give me some ideas where to search.


Gratefully,

Francis Ziegler
Is it your computer? If so, go to "history". Go to the day you found it, and you will find the webpage.

If you don't have access to the computer, I'll search for it.
 
Evo said:
Is it your computer? If so, go to "history". Go to the day you found it, and you will find the webpage.

If you don't have access to the computer, I'll search for it.
What browser are you using FZ? If it's IE7, find the little star on the left (History) as Evo indicated, and look in last week's entry.

Alternatively, if it was a google search, then typing in " http://www.google.com/search?hl= " will prompt a list of your google searches. That's if it is IE7. I don't know about other browsers.
 
No, I use Firefox. And I've had it set to clear history for a while now.

I thought I bookmarked it right before dinner, but apparently it didn't take.Thank-you both for trying though--you're the best! :cool:
 
Similar to the 2024 thread, here I start the 2025 thread. As always it is getting increasingly difficult to predict, so I will make a list based on other article predictions. You can also leave your prediction here. Here are the predictions of 2024 that did not make it: Peter Shor, David Deutsch and all the rest of the quantum computing community (various sources) Pablo Jarrillo Herrero, Allan McDonald and Rafi Bistritzer for magic angle in twisted graphene (various sources) Christoph...
Thread 'My experience as a hostage'
I believe it was the summer of 2001 that I made a trip to Peru for my work. I was a private contractor doing automation engineering and programming for various companies, including Frito Lay. Frito had purchased a snack food plant near Lima, Peru, and sent me down to oversee the upgrades to the systems and the startup. Peru was still suffering the ills of a recent civil war and I knew it was dicey, but the money was too good to pass up. It was a long trip to Lima; about 14 hours of airtime...

Similar threads

Replies
3
Views
2K
Replies
2
Views
2K
Replies
1
Views
1K
Replies
1
Views
2K
Replies
13
Views
4K
Replies
5
Views
3K
Replies
7
Views
4K
Back
Top