So I have this idea and want to test it out (Python environment) but ...

SebastianHolt

Literotica Guru
Joined
Apr 3, 2025
Posts
3,690
So, I have this idea that I wanted to test out (I miss the old days when Borland had compilers for $99). Anyway, is there a free version of Python that I can run on my Windows computer? My thought is to tie in some technology in with a story to make a more robust experience ... Not sure if people want or need this, but I thought it would be fun to chip off the rust on my brain and test this idea
 
I spend many hours a day using Python on Windows. Python 3.13 (very recent version) is part of the O.S.
Try, from a Command Console (or Powershell) to type
python -c "import sys; print(sys.version)"
Depending how Python is installed, you might need `python3` instead of just `python`.

Ruby:
puts "clguba vf n fvyyl ynathntr".tr!('a-mn-z', 'n-za-m')
Yes, but Ruby isn't much better 😛
 
Depending how Python is installed, you might need `python3` instead of just `python`.


Yes, but Ruby isn't much better 😛
It's still better :p :D also, presumably by windows you mean windows 11, my windows 10 doesn't have python at all. My macbook does and my little linux lenovo thinkcenter do, obviously, but I view that more as a sad, deviant dependency than something I have to actually inflict on myself. :D
 
I spend many hours a day using Python on Windows. Python 3.13 (very recent version) is part of the O.S.
Try, from a Command Console (or Powershell) to type
python -c "import sys; print(sys.version)"

I have this idea that wanted to test out. VB or hell, Basic would be awesome...but I don't think one can purchase basic any longer
 
I spend many hours a day using Python on Windows. Python 3.13 (very recent version) is part of the O.S.
Try, from a Command Console (or Powershell) to type
python -c "import sys; print(sys.version)"
for this idea, I really don't need anything complex. Just need to build a quick app to test out this idea. When a 'user' can have something that he or she can look at and kick the tires, well it makes selling that idea way easier
 
I have this idea that wanted to test out. VB or hell, Basic would be awesome...but I don't think one can purchase basic any longer
If you really want basic, I found this: https://www.freebasic.net/

I have never used it and know nothing about it, but I have also never written any basic. (True story -- I learned assembly language when I was 10. I think it has been an advantage to me.)
 
I have this idea that wanted to test out. VB or hell, Basic would be awesome...but I don't think one can purchase basic any longer

There is a version of Basic called Basic For Android that you can download for free now. I've used it a few times. It's more complicated than VB used to be but it's not a huge learning curve all things considered.

They have Basic for Java and Basic for IOS as well, but I've never used either.

I still have a copy of VB6.0 on my computer somewhere and I still have software I made for work 20 something years ago that still works on Windows 10 today (mostly)
 
Back
Top