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: Daniel Fleischer
Subject: Re: Using emacs for working with python and numpy
Date: Tue, 30 May 2023 20:17:42 +0300
User-agent: Gnus/5.13 (Gnus v5.13)

uzibalqa [2023-05-30 Tue 13:18] wrote:

> 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.

Just create an empty file, call M-x python-mode. Now, start a python
interpreter using the menu bar or by calling C-c C-p. Now you can either
write a line of code in the interpreter and press "enter" to see what
happens, or you can write code in the empty file and run the entire file
using C-c C-c, run a region C-c C-r. That's about all you need to run
python.

-- 
Daniel Fleischer




reply via email to

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