Software Alternatives & Reviews

Need help reading from Excel sheet

Python WinPython
  1. 1
    Python is a clear and powerful object-oriented programming language, comparable to Perl, Ruby, Scheme, or Java.
    Pricing:
    • Open Source
    Since you are just learning, you may want to consider using something like WinPython or Anaconda which have Jupyter, Pandas, and xlrd all in their base environment, no need to use a venv at all. If you go the anaconda route, you would use conda to manage your environments instead of venv (this is what I use). If you go the WinPython route, you would still use venv to manage environments, but since jupyter/pandas/xlrd are already included in the base environment, you wouldn't have to. If you pick WinPython, download ither the standard or 'cod' releases because they are the "batteries-included" releases that a bunch of modules with them wheras the 'dot' release is just a portable version of what you would get from python.org.

    #Programming Language #OOP #Generic Programming Language 280 social mentions

  2. The easiest way to run Python, Spyder with SciPy and friends out of the box on any Windows PC...
    Pricing:
    • Open Source
    Is jupyter notebook also in your venv? if not, you are launching jupyter which has no idea that you're in a venv. What python do you have installed?? Just curious? just the standard one from python.org? Winpython?? Anaconda or some variant thereof??

    #Python IDE #Text Editors #IDE 19 social mentions

Discuss: Need help reading from Excel sheet

Log in or Post with