Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 226 results for
vpython
- Page 1
Re: Vpython and wxpython
Programming
Software Development
16 Years Ago
by Ene Uran
Vpython
and wxPython each use their own event loops, so it will not be easy and very smooth.
Re: VPython Help
Programming
Software Development
16 Years Ago
by vegaseat
I have played around with
VPython
, looks like I have to do some more… ... [code=python]# experiments with visual Python (
VPython
) # free download from http://
vpython
.org # bounce a ball on the floor …and ... [code=python]# experiments with visual Python (
VPython
) # free download from http://
vpython
.org # create random spheres of random color, …
VPython Help
Programming
Software Development
16 Years Ago
by lllllIllIlllI
Hi I have been mucking around with
VPython
for a bit now and i can use it for … wondering if it was even possible to do things in
VPython
such as importing 3D models that you could use as…
Re: VPython Help
Programming
Software Development
16 Years Ago
by vegaseat
… an example ... [code=python]# experiments with visual Python (
VPython
) # free download from http://
vpython
.org # example use of faces object for building…
Re: VPython Help
Programming
Software Development
16 Years Ago
by vegaseat
… of other shapes ... [code=python]# experiments with visual Python (
VPython
) from: http://
vpython
.org/ # draw a series of increasing radius cylinders to…
Re: VPython help
Programming
Software Development
16 Years Ago
by vegaseat
[QUOTE=tomtetlaw;756715]Do you know any goood tutorials for
VPython
?[/QUOTE]
VPython
installs pretty good html docs with many nice working examples… 'visual' directory There is also a pdf at: [url]http://
vpython
.org/VPython_Intro.pdf[/url] Make your head swell a little…
Re: VPython Help
Programming
Software Development
16 Years Ago
by ZZucker
Yeah vega,
VPython
is an interesting module for 3D modeling (free too). I …
Re: VPython help
Programming
Software Development
16 Years Ago
by vegaseat
[QUOTE=tomtetlaw;756640]Nah, i'm using IDLE which comes with python[/QUOTE]Actually
VPython
comes with it's own version of IDLE. That one behaves okay. It uses the regular IDLE but changes the property settings. One IDE I use a lot is DrPython, and it gives me no problems with
VPython
code.
Re: VPython help
Programming
Software Development
16 Years Ago
by vegaseat
[QUOTE=tomtetlaw;756707]How do you run that version of IDLE?[/QUOTE]When you install
VPython
it normally installs an icon called "IDLE for
VPython
" on your desktop. Look at its properties from the right click menu. Don't know how it installs on Linux though. Give DrPython a try it comes in a Linux version.
VPython help
Programming
Software Development
16 Years Ago
by tomtetlaw
Im learning
VPython
and im doing a tutorial that i found on the …
Re: VPython help
Programming
Software Development
16 Years Ago
by tomtetlaw
Do you know any goood tutorials for
VPython
?
Vpython help
Programming
Software Development
14 Years Ago
by _Fletcher
I'm having some trouble with
vpython
for my first-year programming project. The code below is …
Re: Vpython and integration with GUI
Programming
Software Development
14 Years Ago
by vegaseat
…with the help of Python module thread ... [code]# using
VPython
(visual) and Tkinter together # with the help of … column=0, padx=10) # use thread to do run
VPython
and Tkinter simultaneously # thread.start_new_thread(function, args) # args …too. You can get
VPython
for Python27 from: [url]http://
vpython
.org/contents/download/
VPython
-Win-Py2.7-5.41…
Vpython and integration with GUI
Programming
Software Development
14 Years Ago
by DaleGriff
… I have been impressed with the 3D animation ability of
Vpython
and playing around with the sample code available. I am… simulations to use in class. Is there any way that
Vpython
and a GUI package like tkinter can marry together such… that a
Vpython
window can be place in a canvas/frame or something…
Re: Vpython and integration with GUI
Programming
Software Development
14 Years Ago
by vegaseat
I used Python27 because I couldn't find
vpython
for Python32 yet. Even though it is available for Python31.
Vpython error won't run any programs
Programming
Software Development
15 Years Ago
by johndb
I have downloaded
vpython
and try to run one of the examples included with … installed on the laptop. And have tried uninstalling python and
vpython
a couple of times but the error continues does anyone…
Re: Vpython error won't run any programs
Programming
Software Development
15 Years Ago
by vegaseat
I assume you used the Windows installer
VPython
-Win-Py2.6-5.12.exe not quite sure if that needs numpy too. I don't use Python26. The example works very well with Python25.
Re: Vpython error won't run any programs
Programming
Software Development
15 Years Ago
by johndb
Yes I did as per the instructions on the
vpython
download page.
Re: Vpython error won't run any programs
Programming
Software Development
12 Years Ago
by alex.avak
…, I think, and I tried to run this program in
VPython
: from visual import * checkerboard = ( (0,1,0,1), (1,0…
VPython keys pressed
Programming
Software Development
16 Years Ago
by tomtetlaw
Can anyone tell me how to get what keys are pressed in
VPython
?
Vpython and wxpython
Programming
Software Development
16 Years Ago
by Stefano Mtangoo
Just a curious Question, Is there a way of putting
Vpython
in wxpython as we do in case of wx.MediaCtrl and other stuffs?
Re: Vpython and wxpython
Programming
Software Development
16 Years Ago
by Stefano Mtangoo
So not possible? How difficult and effective is pyOpenGL compared to
Vpython
? Can anyone give a simple comparison?
Re: Vpython and wxpython
Programming
Software Development
15 Years Ago
by bumsfeld
…, but to go from there to something that works like
VPython
you need lots of work: [code=python]import wx import…
Re: Vpython and wxpython
Programming
Software Development
14 Years Ago
by Stefano Mtangoo
Hav you read the thread? they are not yet integrated. So I think good candindate to answer this question is
Vpython
mailing list or wxPython ones. They are both very active lists
VPython Importing Error
Programming
Software Development
14 Years Ago
by Mithrandir85
… bit to complex for what I wanted to do, to
VPython
, which based on the YouTube video's looks very easy…
Re: VPython Importing Error
Programming
Software Development
14 Years Ago
by Mithrandir85
Yeah i am, i had a look on the site (
vpython
.org), but i could see a 64-bit version and there was no help documentation; but if there was i couldnt find it
VPython Question
Programming
Software Development
13 Years Ago
by vom53
… school Calculus teacher is requiring our class to program using
VPython
. Here is the link to the projects we are required…
Vpython program will not run
Programming
Software Development
13 Years Ago
by 909kidd
Hello, I and doing a ball bounce project for
Vpython
and I am trying run the program I wrote. I …
Re: Vpython program will not run
Programming
Software Development
13 Years Ago
by bumsfeld
….pos,"." [/code] This code works just fine with
vpython
and python27. What is your exact traceback error message?
Re: Vpython program will not run
Programming
Software Development
13 Years Ago
by HiHe
I like the improved version of the IDLE editor that comes with
Vpython
.
1
2
3
4
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC