Author Topic: Tokens Test  (Read 9652 times)

0 Members and 1 Guest are viewing this topic.

Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Tokens Test
« Reply #15 on: October 31, 2010, 08:15:15 pm »
DevPak8x isn't working on my 64-bit computer.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Tokens Test
« Reply #16 on: November 01, 2010, 03:24:42 am »
Is there a way to get it to compile stuff through DOSBox or something or would that not work?

souvik1997

  • Guest
Re: Tokens Test
« Reply #17 on: November 01, 2010, 07:41:02 am »
You could use BinPac8x, http://www.ticalc.org/archives/files/fileinfo/429/42915.html. You need Python 2.x .

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Tokens Test
« Reply #18 on: November 01, 2010, 11:40:21 am »
Oh right I always forget about that one. I didn't pay attention much because it's ASM-related so I didn't knew it was an alternative to DevPac8x. I guess great job to Kerm again ;D

Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Tokens Test
« Reply #19 on: November 01, 2010, 11:20:13 pm »
Sorry, but I am inexperienced with computers. I know that Python is a language, but I no nothing about how to get it, install it, use it, or anything like that. But thanks!

Offline AngelFish

  • Is this my custom title?
  • Administrator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3242
  • Rating: +270/-27
  • I'm a Fishbot
    • View Profile
Re: Tokens Test
« Reply #20 on: November 01, 2010, 11:21:45 pm »
You can download Python here. The best way to think of Python is as the serious version of BASIC.
∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ

Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Tokens Test
« Reply #21 on: November 01, 2010, 11:24:58 pm »
So what do I do with it once I have it downloaded on my computer?

Offline AngelFish

  • Is this my custom title?
  • Administrator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3242
  • Rating: +270/-27
  • I'm a Fishbot
    • View Profile
Re: Tokens Test
« Reply #22 on: November 01, 2010, 11:37:57 pm »
Installation Instructions (use the instructions for the Python.org download)

When it's finished installing, run the GUI. I'd recommend looking through the tutorials as well.
« Last Edit: November 01, 2010, 11:38:25 pm by Qwerty.55 »
∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Tokens Test
« Reply #23 on: November 01, 2010, 11:53:38 pm »
Aren't there also 2 versions of Python? If I remember, programs are dependent on one version so you have to be careful which one you download. I could be wrong, though. It has been a while since I last checked Python stuff.

Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Tokens Test
« Reply #24 on: November 01, 2010, 11:56:08 pm »
I don't know, but I am liking the sound of this thing...

Offline AngelFish

  • Is this my custom title?
  • Administrator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3242
  • Rating: +270/-27
  • I'm a Fishbot
    • View Profile
Re: Tokens Test
« Reply #25 on: November 02, 2010, 12:05:29 am »
Aren't there also 2 versions of Python? If I remember, programs are dependent on one version so you have to be careful which one you download. I could be wrong, though. It has been a while since I last checked Python stuff.

Yeah, version 2 and version 3. There's also the dozen Python spinoffs, like IronPython, Jython, Sython and so on.

Python's actually a great language if you're learning how to program or you need to deal with high level stuff. Much of Google was originally done in it. Its main drawback is that it's slow. In other simple to use, high level and slow. Just like BASIC.

I don't use Python anymore, though. I switched to Calc programming and I haven't gone back.
« Last Edit: November 02, 2010, 12:06:35 am by Qwerty.55 »
∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Tokens Test
« Reply #26 on: November 02, 2010, 03:06:50 am »
I assume another drawback was the dependencies, right? (Having python installed to run actual python applications)

Offline AngelFish

  • Is this my custom title?
  • Administrator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3242
  • Rating: +270/-27
  • I'm a Fishbot
    • View Profile
Re: Tokens Test
« Reply #27 on: November 02, 2010, 04:14:53 am »
I assume another drawback was the dependencies, right? (Having python installed to run actual python applications)

I didn't notice it much. Enough applications use Python that it's not a problem most of the time.
∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ