Search
46 results for “VPython”
-
-
In case you have not already heard, Bruce Sherwood is stepping down as lead developer for VPython and Web VPython. Steve Spickelmire will now fill that role. #VPython #WebVPython #GlowScript
-
BEWARE: If you install VPython to use in Jupyter Notebook or Jupyter Lab, note that the instructions at vpython.org do not state that Notebook will not be installed by default, only Lab. Jupyter Notebook must have been previously installed in the same environment OR you must install it manually. I hope this will be corrected soon. #VPython
-
Just stumbled onto this playlist showing how to visualize tensors, specifically F𝝁𝝂, the electromagnetic field tensor. Looks like the animation was made with manim but I bet it could be done in (Web) VPython. #ITeachPhysics #ElectromagneticField #Tensors
https://youtube.com/playlist?list=PL2aHrV9pFqNTEMuDFre16Wx2SwBCNiR7j&feature=shared
-
From Matt Craig: “I'm happy to announce that vpython 7.6.5 has been released. This release fixes a number of issues. Details are available at https://github.com/vpython/vpython-jupyter/releases/tag/7.6.5”
Install with either
pip install vpython==7.6.5
or
conda install -c vpython 7.6.5
“If you run into any issues please let us know at https://github.com/vpython/vpython-jupyter/issues”
-
From Bruce Sherwood:
“Ruth Chabay has updated the VPython documentation for the new group option. In the Help, use the search option to find "group", or go directly to
https://www.glowscript.org/docs/VPythonDocs/group.html
The new group feature is not yet available in the vpython module used with installed Python.”
-
From Bruce Sherwood:
“Thanks to major help from Steve Spicklemire, plus useful comments by Ruth Chabay, there is a new feature in Web VPython (not yet available in the vpython module for installed Python). You can now create a "group" and place objects in that group. You can then move all the grouped objects together, with a single statement. In addition to moving the group, you can rotate the group, make all the objects invisible or visible, or change the colors of the objects.” #WebVPython
-
From Bruce Sherwood just now:
“Many thanks to Ruth Chabay for creating much better, searchable VPython documentation!
(It is possible that you might need to clear the browser cache to get the Help.)”
-
In Web VPython, the helix object has a new feature. You can set the property ccw = True to get counterclockwise coils. Setting cow = False gives clockwise coils. #ITeachPhysics #WebVPython
-
-
-
Do you have a VPython or Web VPython project you would like to share in a workshop for TYC physics faculty? This is an open invitation to participate in the OPTYCs CPDW series of workshops. DM me if interested. You need not be TYC faculty to participate! OPTYCs is funded by NSF-DUE-2212807.
-
Do you get a syntax error when you execute the following code in Chrome on Windows? Or do you get something like "run.js:76 Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('https://sandbox.glowscript.org') does not match the recipient window's origin ('https://www.glowscript.org')."
Web VPython 3.2
a = 3m
print(a) -
The mandistudent package, part of the mandi LaTeX bundle (contains mandi.sty, mandi student.sty, and mandiexp.sty), lets you seamlessly incorporate Web VPython and VPython code in your documents. You can access source Web VPython code by clicking/tapping or scanning a QR code. (DISCLAIMER: I am the author and maintainer of the mandi bundle.) #TeXLaTeX #VPython #Python #ITeachPhysics #Computation
-
This series of VPython videos is by @wbrianlane. PLEASE check out his other videos! #VPython #Python #ITeachPhysics #Computation
https://inv.riverside.rocks/playlist?list=PLdCdV2GBGyXOnMaPS1BgO7IOU_00ApuMo
-
Here is a series of introductory videos on VPython. #VPython #Python #ITeachPhysics #Computation
https://inv.riverside.rocks/channel/UCh7f3A56AjdAraWhPReCqig
-
VPython is part of the innovative Matter & Interactions curriculum for introductory calculus-based physics by Chabay, Sherwood, and Titus. M&I incorporates computation from day one throughout the curriculum. #VPython #ITeachPhysics #Python #Computation #MatterAndInteractions
-
This account will serve users of VPython for Jupyter Notebook and WebVPython (aka GlowScript). It is maintained by Joe Heafner (@heafnerj). It was created with the permission of VPython's creators and developers Bruce Sherwood and Ruth Chabay. #VPython #WebVPython #Computation #Physics #ITeachPhysics #GlowScript
-
Welcome to the new home for VPython and WebVPython! Please be patient as I get things organized.
#VPython #WebVPython #GlowScript #ITeachPhysics #Computation #Physics
-
VPython and WebVPython (formerly known as GlowScript) now have a new home at @VPython so follow there. I maintained their relevant Avian feeds and moved them here under one handle. #ITeachPhysics #VPython
-
New #python #physics video - creating a visualization of Faraday's law with #vpython #iteachphysics
-
How do you model a mass on a spring when the spring isn't massless? Here is a #physics video with all the details using #python #vpython #iteachphysics
-
New #python #physics video - building a 3D animation of a half-atwood with a spring using #Lagrangian mechanics and #sympy (of course #vpython too)