On 19/03/2023 01.27, 2qdxy4rzwzuui...@potatochowder.com wrote:
On 2023-03-18 at 11:49:24 +,
"Weatherby,Gerard" wrote:
For templating, I have two Python programs for starting new work. One
generates a standalone Python program with the Python shebang, a
__main__ which calls def main(), and
On 2023-03-18 at 11:49:24 +,
"Weatherby,Gerard" wrote:
> For templating, I have two Python programs for starting new work. One
> generates a standalone Python program with the Python shebang, a
> __main__ which calls def main(), and logging and argparser
> intialization. The other generates a
I send ~99% of Python coding time in PyCharm. Likewise, IntelliJ and Clion for
Java and C++, respectively.
Mostly use:
Tab completion for variable names
Letting PyCharm figure out imports for me, and cleaning up old, unused imports.
Jumping to definitions of symbols.
Tellling me I’ve made a type
On 18/03/2023 02.44, Thomas Passin wrote:
On 3/17/2023 9:38 AM, Simon Ward wrote:
On Fri, Mar 17, 2023 at 02:05:50PM +0100, Roel Schroeven wrote:
Even better than simply highlighting is (IMO) a thing called "Rainbow
Braces" or "Bracket Pair Colorization" I recently learned about: both
braces o
On 3/17/2023 9:38 AM, Simon Ward wrote:
On Fri, Mar 17, 2023 at 02:05:50PM +0100, Roel Schroeven wrote:
Even better than simply highlighting is (IMO) a thing called "Rainbow
Braces" or "Bracket Pair Colorization" I recently learned about: both
braces of a matching pair get the same color, while
On Fri, Mar 17, 2023 at 02:05:50PM +0100, Roel Schroeven wrote:
Even better than simply highlighting is (IMO) a thing called "Rainbow
Braces" or "Bracket Pair Colorization" I recently learned about: both
braces of a matching pair get the same color, while other pairs get
other colors. I have to
Op 17/03/2023 om 0:54 schreef Thomas Passin:
What I find more useful is matching brackets/parens/braces. Not
inserting them but highlighting or (better) jumping to the matching
one when asked.
That is very helpful indeed.
Even better than simply highlighting is (IMO) a thing called "Rainbow
B
On Fri, Mar 17, 2023 at 11:55:38AM +1300, dn via Python-list wrote:
Do you make use of your IDE's expansionist tendencies, and if-so, which
ones?
Unix (well, GNU/Linux) is my IDE ;)
Simon
--
https://mail.python.org/mailman/listinfo/python-list
On 2023-03-16, Thomas Passin wrote:
> In general, I don't like a lot of popups and code completions, so I
> tend to avoid them. I don't even like automatic parens or brace
> insertion.
I _hate_ it when the "editor" decides to insert stuff I didn't
type. There's an html editor I use occasionally
On 2023-03-17 at 11:55:38 +1300,
dn via Python-list wrote:
> Do you make use of your IDE's expansionist tendencies, and if-so, which
> ones?
Expansionist tendencies. Nice phrase. :-)
> NB this is where vi/emacs enthusiasts start chuckling (polite term for
> 'insane cackling') ...
Long time (
On 3/16/2023 6:55 PM, dn via Python-list wrote:
It is a long, long, time since I've thrown one of these into the
maelstrom of our musings.
(have the nightmares receded?)
Do you make use of your IDE's expansionist tendencies, and if-so, which
ones?
NB this is where vi/emacs enthusiasts star
On 3/16/23 16:55, dn via Python-list wrote:
It is a long, long, time since I've thrown one of these into the
maelstrom of our musings.
(have the nightmares receded?)
Do you make use of your IDE's expansionist tendencies, and if-so, which
ones?
NB this is where vi/emacs enthusiasts start ch
12 matches
Mail list logo