all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: "Dr. Arne Babenhauserheide" <arne_bab@web.de>
Cc: Luis Felipe <luis.felipe.la@protonmail.com>,  help-guix@gnu.org
Subject: Re: What Python IDE are you using?
Date: Fri, 26 Aug 2022 13:53:48 -0400	[thread overview]
Message-ID: <877d2udh77.fsf@gmail.com> (raw)
In-Reply-To: <871qt7a5ct.fsf@web.de> (Arne Babenhauserheide's message of "Tue,  23 Aug 2022 07:28:48 +0200")

Hello,

For what it's worth, I used Emacs with Elpy.

I have python-ipython, python-ipdb, and python-pdbpp installed, and to
debug I use put 'breakpoint()' in the code, along the
PYTHONBREAKPOINT=ipdb.sset_trace environment variable.

As an IPython configuration I have the lines:

--8<---------------cut here---------------start------------->8---
## lines of code to run at IPython startup.
c.InteractiveShellApp.exec_lines = ['%autoreload 2']

## A list of dotted module names of IPython extensions to load.
c.InteractiveShellApp.extensions = ['autoreload']
--8<---------------cut here---------------end--------------->8---

Enabled in a ~/.ipython/profile_default/ipython_config.py file.

It works decently for me.

HTH,

Maxim


  parent reply	other threads:[~2022-08-26 17:57 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-22 22:29 What Python IDE are you using? Luis Felipe
2022-08-23  5:28 ` Dr. Arne Babenhauserheide
2022-08-23 16:49   ` Luis Felipe
2022-08-26 17:53   ` Maxim Cournoyer [this message]
2022-08-28 18:13     ` Luis Felipe
2022-08-23 11:34 ` Csepp
2022-08-23 16:52   ` Luis Felipe
2022-08-24 13:26     ` Luis Felipe
2022-08-25  7:57       ` Csepp
2022-08-25 13:01         ` Luis Felipe
2022-08-23 21:20 ` Fredrik Salomonsson
2022-08-23 23:39   ` Luis Felipe
2022-08-24  0:13     ` Luis Felipe
2022-08-24  1:09       ` Fredrik Salomonsson
2022-08-24 12:00         ` Luis Felipe
2022-08-25 18:33 ` david larsson
2022-08-25 18:43   ` david larsson
2022-08-28 18:03   ` Luis Felipe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877d2udh77.fsf@gmail.com \
    --to=maxim.cournoyer@gmail.com \
    --cc=arne_bab@web.de \
    --cc=help-guix@gnu.org \
    --cc=luis.felipe.la@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.