On 2024-08-20 at 23:16:48 -0400,
AVI GROSS via Python-list wrote:
> I do wonder if the people at python.org want multiple forums. There is
> also one that sort of tutors people that obviously has an overlapping
> but different audience.
$ python -m this
The Zen of Python, by Tim Peters
[...]
The
On 21/08/24 10:26, Daniel via Python-list wrote:
Hi folks -
New here. I've perused some posts and haven't seen a posting FAQ for
this NG. I'm learning python right now to realize some hobby goals I
have regarding some smolnet services. What are the NG standards on
pasting code in messages? Do ya
dn writes:
> On 21/08/24 10:26, Daniel via Python-list wrote:
>> Hi folks -
>> New here. I've perused some posts and haven't seen a posting FAQ for
>> this NG. I'm learning python right now to realize some hobby goals I
>> have regarding some smolnet services. What are the NG standards on
>> past
rbowman writes:
> On Tue, 20 Aug 2024 23:26:39 +0100, Daniel wrote:
>
>> New here. I've perused some posts and haven't seen a posting FAQ for
>> this NG. I'm learning python right now to realize some hobby goals I
>> have regarding some smolnet services. What are the NG standards on
>> pasting co
On 22/08/24 09:15, Daniel via Python-list wrote:
rbowman writes:
On Tue, 20 Aug 2024 23:26:39 +0100, Daniel wrote:
...
smolnet, as in things like
Lesser used protocols not known by many in the mainstream. Such as:
gopher, gemini, finger, spartan, titan, etc.
An example of use, here's a
break (Old_MacDonald:23 | name[indx] == 'd', indx = 4), based on the doc spec
in python.org (https://docs.python.org/3/library/pdb.html#debugger-commands)
Cell In[1], line 20
break (Old_MacDonald:23 | name[indx] == 'd', indx = 4)
^
SyntaxError: invalid syntax
I got one blan
On Wed, Aug 21, 2024 at 4:04 PM Daniel via Python-list <
python-list@python.org> wrote:
>
> An example of use, here's a weather service tied to a finger. Put your
> city name as the user. This isn't mine, but it is inspiring. Example:
>
> finger mi...@graph.no
>
> For all options, go to the help f
On 2024-08-22 01:44:35 +, Kevin M. Wilson via Python-list wrote:
> break (Old_MacDonald:23 | name[indx] == 'd', indx = 4), based on the doc spec
> in python.org (https://docs.python.org/3/library/pdb.html#debugger-commands)
> Cell In[1], line 20
> break (Old_MacDonald:23 | name[indx] == 'd