Re: [Tutor] vpython help

2016-04-29 Thread Steven D'Aprano
Hi Daniel, and welcome, On Thu, Apr 28, 2016 at 11:27:43PM +, Craig, Daniel Joseph wrote: > To whom it may concern, > > > I am writing a program where I have a ball with a position and > velocity reach a wall in 3D space. I am able to drag the ball around > after it is done moving but I

Re: [Tutor] vpython help

2016-04-29 Thread Alan Gauld via Tutor
On 29/04/16 00:27, Craig, Daniel Joseph wrote: > I am writing a program where I have a ball with a position and velocity > reach a wall in 3D space. Well done, but vpython is a bit off topic for this list which deals with the core python language and libraries. I notice there is a vpython user

Re: [Tutor] VPYTHON (Emile van Sebille)

2012-07-04 Thread Osemeka Osuagwu
neType Error for a List object (Steven D'Aprano) >6. Re: Seeking help with reading and writing files in Python > (Alan Gauld) > > > -------------- > > Message: 1 > Date: Wed, 04 Jul 2012 07:53:14 -0700 > From: Emile van Sebille > To: tutor@python.org > Subject:

Re: [Tutor] VPYTHON

2012-07-04 Thread Emile van Sebille
On 6/27/2012 3:59 PM Prajwal Niraula said... Hi, I am trying to learn VPython for more interesting simulation. I downloaded it from the website: www.vpython.org While I have Python 3.2.3 in my computer, and it seems no equivalent version for vpython is available. Besides

Re: [Tutor] vpython compatibility

2009-06-10 Thread Kent Johnson
On Wed, Jun 10, 2009 at 1:52 PM, roberto wrote: > and last question: may python 3.0 and 2.6 be installed on the same pc ? Yes, no problem. Kent ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] vpython compatibility

2009-06-10 Thread roberto
On Sun, Jun 7, 2009 at 8:05 PM, Emile van Sebille wrote: > On 6/7/2009 10:48 AM roberto said... >> >> hello >> i have a short question: >> is vpython usable in conjunction with python 3.0 ? >> > > This is likely better answered by the vpython crowd -- I've not used or > previously hear of vpython,

Re: [Tutor] vpython compatibility

2009-06-07 Thread Emile van Sebille
On 6/7/2009 10:48 AM roberto said... hello i have a short question: is vpython usable in conjunction with python 3.0 ? This is likely better answered by the vpython crowd -- I've not used or previously hear of vpython, but they're rather explicit on their download pages here http://vpython.o

Re: [Tutor] Vpython

2004-12-19 Thread Juan Shen
If you need to plot many math pictures, try SciPy     http://www.scipy.org/ I have galanced VPython's website and tutorial.  It seems it handles 3D-Plotting even better.     Juan Aztech Guy wrote: Hey, that's pretty good. Tried it out. VPython is cool too. --- "Jacob S." <[EMAIL PROTECTED]

Re: [Tutor] Vpython

2004-12-19 Thread Aztech Guy
Hey, that's pretty good. Tried it out. VPython is cool too. --- "Jacob S." <[EMAIL PROTECTED]> wrote: > > > I was wondering were can I find some Vpython > graphics program codes that > are readily available. > > I have 2 that I am proud of. > > A simple function grapher > Usage: > >0.125*x**2

Re: [Tutor] Vpython

2004-12-18 Thread Jacob S.
> > I was wondering were can I find some Vpython graphics program codes that are readily available. I have 2 that I am proud of. A simple function grapher Usage: >0.125*x**2 Graphs y = 1/8*x**2 >y = 1/x Graphs y = 1/x >clear Clears display window >r = t**2 Graphs polar function r = t**2 >

Re: [Tutor] Vpython

2004-12-08 Thread Guillermo Fernandez Castellanos
Hi, On the Vpython homepage they have links to quite a few programs: http://vpython.org/contributed.html http://www.physics.syr.edu/%7Esalgado/software/vpython/ Should be enough for a start. Enjoy, Guille On Wed, 8 Dec 2004 22:05:31 -0500 (GMT-05:00), [EMAIL PROTECTED] <[EMAIL PROTECTED]> wro