Python Forum
Where can I find a reference to python 3.7 commands?
Thread Rating:
  • 1 Vote(s) - 2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Where can I find a reference to python 3.7 commands?
#2
Neither plot or array are defined in Python 3.7. If you're using Spyder, it claims to offer 'built-in integration' with many scientific packages. My guess is those packages are loading by default, maybe numpy (array) and matplotlib (plot).

I would try help(plot). That should give you some information on the function, perhaps which package they are from.
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
Reply


Messages In This Thread
RE: Where can I find a reference to python 3.7 commands? - by ichabod801 - Dec-18-2018, 03:03 AM

Forum Jump:

User Panel Messages

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