Changes

Jump to navigation Jump to search
35 bytes removed ,  18:26, 2 February 2021
no edit summary
Line 100: Line 100:     
== Spyder ==
 
== Spyder ==
Spyder (Scientific Python Development Environment) is an IDE for Python. It can be run from a command prompt. If you want to use Spyder in the default Python 3.7.6 64-bits environment, you can just type '''Spyder''' from the command prompt. If you want to use Spyder from a different virtualenv, type '''workon <virtualenv>''' and then type '''Spyder3''' in the ''Python36'' environment. If you have created your own virtualenv, make sure that Spyder is installed.
+
Spyder (Scientific Python Development Environment) is an IDE for Python. It can be run from a command prompt. If you want to use Spyder in the default Python 3.7.6 64-bits environment, you can just type '''Spyder''' from the command prompt. If you want to use Spyder from the Python36 virtualenv, type '''workon python36''' and then type '''Spyder3'''. If you have created your own virtualenv, make sure that Spyder is installed.
    
== PyCharm ==
 
== PyCharm ==

Navigation menu