help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Using emacs for working with python and numpy


From: Basile Starynkevitch
Subject: Re: Using emacs for working with python and numpy
Date: Tue, 30 May 2023 18:22:47 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0


On 5/30/23 15:18, uzibalqa wrote:
Using emacs for learning python with numpy

I would like to use emacs for working in python and calling numpy tools.  How 
can I proceed ?
Have seen other using Jupyter but would prefer using emacs instead.

I was thinking about the possibility of org-mode to have some functionality to 
see the result
of executing python commands.

My recommendation: use a  Linux operating system (e.g. https://debian.org/ ....)

Learn a bit of Emacs (ELisp) programming. Start from https://www.gnu.org/software/emacs/manual/html_node/eintr/

Download, compile from source the GNU emacs. https://www.gnu.org/software/emacs/

https://www.gnu.org/software/emacs/manual/html_node/emacs/index.html

https://stackoverflow.com/questions/14784347/i-want-a-elisp-script-executing-a-python-one-liner-under-the-cursor
<https://stackoverflow.com/questions/14784347/i-want-a-elisp-script-executing-a-python-one-liner-under-the-cursor>

https://www.gnu.org/software/emacs/manual/index.html

GNU emacs has the shell-command function (callable from your Elisp code)

My pet open source project is the RefPerSys inference engine. See http://refpersys.org/ and some code on https://github.com/RefPerSys/RefPerSys/

Regards from near Paris in France

--
Basile Starynkevitch                  <basile@starynkevitch.net>
(only mine opinions / les opinions sont miennes uniquement)
92340 Bourg-la-Reine, France
web page: starynkevitch.net/Basile/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]