Re: What Python IDE are you using?

2022-08-28 Thread Luis Felipe
Hi Maxim, On Friday, August 26th, 2022 at 17:53, Maxim Cournoyer wrote: > 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

Re: What Python IDE are you using?

2022-08-28 Thread Luis Felipe
Hi David, On Thursday, August 25th, 2022 at 18:33, david larsson wrote: > I use emacs with plugins like jupyter, flake8, magit, and jedi that > gives autocompletion for Python, including from org-mode files and > org-src buffers - see attached screenshot. It works nicely so far. Thanks.

Re: What Python IDE are you using?

2022-08-26 Thread Maxim Cournoyer
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:

Re: What Python IDE are you using?

2022-08-25 Thread david larsson
My current emacs config will almost certainly see some new commits be pushed to https://gitlab.com/methuselah-0/my-guix-packages in the following weeks. I meant here: https://github.com/methuselah-0/my-emacs-config

Re: What Python IDE are you using?

2022-08-25 Thread Luis Felipe
On Thursday, August 25th, 2022 at 07:57, Csepp wrote: > Luis Felipe luis.felipe...@protonmail.com writes: > > > [[PGP Signed Part:Undecided]] > > On Tuesday, August 23rd, 2022 at 16:52, Luis Felipe > > luis.felipe...@protonmail.com wrote: > > > > > Hi raingloom, > > > > > On Tuesday,

Re: What Python IDE are you using?

2022-08-25 Thread Csepp
Luis Felipe writes: > [[PGP Signed Part:Undecided]] > On Tuesday, August 23rd, 2022 at 16:52, Luis Felipe > wrote: > >> Hi raingloom, >> > >> On Tuesday, August 23rd, 2022 at 11:34, Csepp raingl...@riseup.net wrote: >> > >> > kakoune + kak-lsp + python-lsp-server + python-black + mypy,

Re: What Python IDE are you using?

2022-08-24 Thread Luis Felipe
On Tuesday, August 23rd, 2022 at 16:52, Luis Felipe wrote: > Hi raingloom, > > On Tuesday, August 23rd, 2022 at 11:34, Csepp raingl...@riseup.net wrote: > > > kakoune + kak-lsp + python-lsp-server + python-black + mypy, maybe a > > kakoune editorconfig plugin too > > > > I load it in a

Re: What Python IDE are you using?

2022-08-24 Thread Luis Felipe
On Wednesday, August 24th, 2022 at 01:09, Fredrik Salomonsson wrote: > > Yeah, sounds like something in your config is breaking the autocomplete. > I don't use company anymore but instead I use corfu. I am using guix > 92b25a0 on a foreign distro, with emacs-eglot@1.8 and emacs-corfu@0.26. >

Re: What Python IDE are you using?

2022-08-23 Thread Fredrik Salomonsson
Luis Felipe writes: > On Tuesday, August 23rd, 2022 at 23:39, Luis Felipe > wrote: > >> On Tuesday, August 23rd, 2022 at 21:20, Fredrik Salomonsson >> platt...@posteo.net wrote: >> > >> > I generally use emacs + eglot [0]. It works great out of the box for me, >> > zero configuration on my

Re: What Python IDE are you using?

2022-08-23 Thread Luis Felipe
On Tuesday, August 23rd, 2022 at 23:39, Luis Felipe wrote: > On Tuesday, August 23rd, 2022 at 21:20, Fredrik Salomonsson > platt...@posteo.net wrote: > > > I generally use emacs + eglot [0]. It works great out of the box for me, > > zero configuration on my part. I can't speak much about

Re: What Python IDE are you using?

2022-08-23 Thread Luis Felipe
Hi Fredrik, On Tuesday, August 23rd, 2022 at 21:20, Fredrik Salomonsson wrote: > I generally use emacs + eglot [0]. It works great out of the box for me, > zero configuration on my part. I can't speak much about speed as the > python programming I do is over tramp, which tends to slow things

Re: What Python IDE are you using?

2022-08-23 Thread Fredrik Salomonsson
Hi, Luis Felipe writes: > Hi, > What do you use to program in Python? Is the IDE you use dependable or does > it present these kinds of frequent problems too? I generally use emacs + eglot [0]. It works great out of the box for me, zero configuration on my part. I can't speak much about speed

Re: What Python IDE are you using?

2022-08-23 Thread Luis Felipe
Hi raingloom, On Tuesday, August 23rd, 2022 at 11:34, Csepp wrote: > kakoune + kak-lsp + python-lsp-server + python-black + mypy, maybe a > kakoune editorconfig plugin too > > I load it in a guix shell and blamo, nice editor with pretty much every > IDE functionality you could dream of. > >

Re: What Python IDE are you using?

2022-08-23 Thread Luis Felipe
Hello Dr. Arne On Tuesday, August 23rd, 2022 at 05:28, Dr. Arne Babenhauserheide wrote: > I also experience problems with autocompletion at the moment. I’m > considering to switch back from company to auto-complete-mode, but I shy > away from the re-configuration effort at the moment. Good to

Re: What Python IDE are you using?

2022-08-23 Thread Csepp
Luis Felipe writes: > [[PGP Signed Part:Undecided]] > Hi, > > I've been using Emacs Elpy as my Python IDE for a long time now, but > it's been failing to work properly for a while (currently, > autocompletion doesn't work; before that linting was not working). > > What do you use to program in

Re: What Python IDE are you using?

2022-08-22 Thread Dr. Arne Babenhauserheide
Luis Felipe writes: > I've been using Emacs Elpy as my Python IDE for a long time now, but > it's been failing to work properly for a while (currently, > autocompletion doesn't work; before that linting was not working). I also experience problems with autocompletion at the moment. I’m

What Python IDE are you using?

2022-08-22 Thread Luis Felipe
Hi, I've been using Emacs Elpy as my Python IDE for a long time now, but it's been failing to work properly for a while (currently, autocompletion doesn't work; before that linting was not working). What do you use to program in Python? Is the IDE you use dependable or does it present these