Daniel Duffy
C++ author, trainer
- Joined
- 10/4/07
- Messages
- 10,469
- Points
- 648
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I like PyCharm for Python development. It's a visual IDE and has a built-in tool to easily download packages such as numpy or scipy.I have downloaded
1. Text editor Anaconda
2. Visual Studio Python
2. has nice IDE but I don't know how to install NumPy etc.
1. looks complete + all libraries but is a text editor (which is not to nice).
Ideally, I want to use both options in a Visual IDE. Any ideas?
Thanks!
I installed Anaconda and the libraries install is very easy. I will check out ipython (it's an IDE?).I think you can choose Anaconda equipped with ipython, where you could download any libraries with conda command, say, conda install numpy, then you could have several available versions ready for download.
pyCharm installed. For libraries, I was having difficulty inside the IDE?I like PyCharm for Python development. It's a visual IDE and has a built-in tool to easily download packages such as numpy or scipy.
Yes, and I feel it works well with jupyter notebook.I installed Anaconda and the libraries install is very easy. I will check out ipython (it's an IDE?).
Python environment2. has nice IDE but I don't know how to install NumPy etc.
Thanks!
Anaconda has most of the libraries that you need. If you want to check that, go to the Start Menu -> Anaconda -> Anaconda PromptI have downloaded
1. Text editor Anaconda
2. Visual Studio Python
2. has nice IDE but I don't know how to install NumPy etc.
1. looks complete + all libraries but is a text editor (which is not to nice).
Ideally, I want to use both options in a Visual IDE. Any ideas?
Thanks!
ipython is a python shell/REPL (Read-Eval-Print-Loop). you can type commands/edit functions and get results immediately.I installed Anaconda and the libraries install is very easy. I will check out ipython (it's an IDE?).
My workflow is usually PyCharm and Jupyter Notebook for immediate results.ipython is a python shell/REPL (Read-Eval-Print-Loop). you can type commands/edit functions and get results immediately.
you should try Jupyter Notebooks also.
See Installing, Uninstalling and Upgrading Packages - Help | PyCharmpyCharm installed. For libraries, I was having difficulty inside the IDE?
I got numpy working, so it's moving; some of the other stuff (scipy) not because it needs LAPACK etc.
why simplegui? why not wxpython? or PyQT? or enaml?I am using MS Visual Studio 2017
Python 2.7 (64 bits)
Does anyone know how to install simplegui
Thanks in advance
COURSERA Python I intro uses it, and that library is very impressivewhy simplegui? why not wxpython? or PyQT? or enaml?
really? I will have to check it out. Tkinter is kind of clunky.COURSERA Python I intro uses it, and that library is very impressive
really? I will have to check it out. Tkinter is kind of clunky.