Python Forum
install libraries on device without internet
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
install libraries on device without internet
#2
for instrument control, you can use the PyVisa package
see: https://pyvisa.readthedocs.io/en/master/ to take a look.

As far as python version, you could use Anaconda, but before making your selection, I'd download and read (or at least skim): www.southampton.ac.uk/~fangohr/training/python/pdfs/Python-for-Computational-Science-and-Engineering.pdf
The package availability allows you to customize the standard python to suit your needs.

Image control packages are available

You may want to take a look at www.PyPi.org and skim some of the 160,043 packages available
Any one of these packages can be added to standard python with the following simple command:
pip install packagename
As for editor, etc, I would recommend (and a lot of moderators will join me on this) VSCode
which has pretty much everything you need available on demand.
Here's a tutorial on how to properly install: https://python-forum.io/Thread-VS-Code-f...ght=VSCode


Quote:but I feel I will learn much more by some project and not an exercise.
couldn't agree more. I think this is the way that I learned all languages, even after formal education.

I did a lot of instrumentation control (I'm retired now) mainly in the field of spectra-chemical engineering.
Couldn't use python at the time, it was free, so management decided it unsuitable. It would have made life easier.
Reply


Messages In This Thread
RE: Python - by Larz60+ - Nov-29-2018, 05:39 PM
RE: Python - by ichabod801 - Nov-29-2018, 07:03 PM
RE: Python - by metulburr - Nov-29-2018, 08:41 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  install libraries on device without internet lacaca 1 1,980 Feb-13-2019, 10:28 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020