Show HN: QuickPYTHON
timothycrosley.github.io
Show HN: QuickPYTHON
1–10 of 20 posts
Re: Show HN: QuickPYTHON
#2This is awesome! A QBASIC/QuickBASIC like environment for Python.
One thing that made QBASIC so approachable was its Help system. So easy to navigate and find the info/function/argument you needed.
Re: Show HN: QuickPYTHON
#3This is awesome! A QBASIC/QuickBASIC like environment for Python. One thing that made QBASIC so approachable was its Help system. So easy to navigate and find the info/function/argument you needed.
[deleted]
Re: Show HN: QuickPYTHON
#4Well this is fantastic.
Re: Show HN: QuickPYTHON
#5As simeone who grew up with Turbo Pascal, I’d prefer the name „Turbo Python” ;)
But seriously - love the idea, congrats!
Re: Show HN: QuickPYTHON
#6This is very cool! I miss the intergity, simplicity and minimalism of Turbo Pascal.
Re: Show HN: QuickPYTHON
#7looks extra promising. But I cannot run it on windows. I installed it with py -3 -m pip install qpython but I cannot figure how to run it.
Also - does it have some sort of built-in manual like Qbasic had?
Re: Show HN: QuickPYTHON
#8As simeone who grew up with Turbo Pascal, I’d prefer the name „Turbo Python” ;) But seriously - love the idea, congrats!
And some letters in the menu should be red. :)
Re: Show HN: QuickPYTHON
#9Beautiful! Takes me back to 7th grade when I first learnt C. Learning to make text based games was so much fun
Re: Show HN: QuickPYTHON
#10This just hit me hard with nostalgia. Learned to program with QBASIC.
Really love the examples - I learned so much by reading the source code of games like gorillas that came with QuickBASIC.