Groups | Search | Server Info | Login | Register


Groups > comp.os.linux.misc > #79027

Python

From "Carlos E.R." <robin_listas@es.invalid>
Newsgroups comp.os.linux.misc, alt.folklore.computers
Subject Python
Date 2025-12-13 23:35 +0100
Message-ID <7a611mx9gf.ln2@Telcontar.valinor> (permalink)
References (17 earlier) <10gh6oj$83hq$8@dont-email.me> <wwv1plf6apd.fsf@LkoBDZeT.terraraq.uk> <10ghqrq$g7pg$1@dont-email.me> <wwvy0nma8fp.fsf@LkoBDZeT.terraraq.uk> <693d5437$0$2499$426a34cc@news.free.fr>

Cross-posted to 2 groups.

Show all headers | View raw


On 2025-12-13 12:55, Stéphane CARPENTIER wrote:
> Le 01-12-2025, Richard Kettlewell <invalid@invalid.invalid> a écrit :
>> Lawrence D’Oliveiro <ldo@nz.invalid> writes:
>>> Richard Kettlewell wrote:
>>>> Python takes a different approach. Its internal string
>>>> representation dynamically picks 8, 16 or 32 bits depending on the
>>>> string contents, with UTF-8 created on demand and cached.
>>>
>>> Its “str” type (immutable) is nominally UTF-32.
>>
>> No. RTFM. At the Python level, str is a sequence of values that
>> represent Unicode code points. There is no statement that they are
>> UTF-32. For all the Python programmer knows it could be packed 21-bit or
>> 3-byte fields, among other possibilities; they would not be able to tell
>> the difference from Python.
> 
> OK, you mostly have another reason why python is a shit programming
> language making believe it's easy to use. Thanks, I didn't knew this
> one.

Casio calculators use it. Well, MicroPython.

...

-- 
Cheers, Carlos.
ES🇪🇸, EU🇪🇺;

Back to comp.os.linux.misc | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Re: Recent history of vi Stéphane CARPENTIER <sc@fiat-linux.fr> - 2025-12-13 11:55 +0000
  Re: Recent history of vi Richard Kettlewell <invalid@invalid.invalid> - 2025-12-13 14:44 +0000
  Python "Carlos E.R." <robin_listas@es.invalid> - 2025-12-13 23:35 +0100
    Re: Python rbowman <bowman@montana.com> - 2025-12-14 01:48 +0000
      Re: Python drb@ihatespam.msu.edu (Dennis Boone) - 2025-12-14 20:00 +0000
        Re: Python rbowman <bowman@montana.com> - 2025-12-14 20:43 +0000
        Re: Python c186282 <c186282@nnada.net> - 2025-12-15 02:40 -0500
          Re: Python The Natural Philosopher <tnp@invalid.invalid> - 2025-12-15 18:48 +0000
          Re: Python rbowman <bowman@montana.com> - 2025-12-15 21:43 +0000
        Re: Python The Natural Philosopher <tnp@invalid.invalid> - 2025-12-15 18:45 +0000
      Re: Python The Natural Philosopher <tnp@invalid.invalid> - 2025-12-15 18:44 +0000
        Re: Python rbowman <bowman@montana.com> - 2025-12-15 22:17 +0000
        Re: Python Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-12-15 23:55 +0000
    Re: Python c186282 <c186282@nnada.net> - 2025-12-13 23:27 -0500
      Re: Python Stéphane CARPENTIER <sc@fiat-linux.fr> - 2025-12-14 11:56 +0000
        Re: Python Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-12-14 23:29 +0000
          Re: Python mm0fmf <none@invalid.com> - 2025-12-15 12:57 +0000
            Re: Python Alexander Schreiber <als@usenet.thangorodrim.de> - 2025-12-15 22:57 +0100
            Re: Python c186282 <c186282@nnada.net> - 2025-12-15 22:31 -0500
              Re: Python Greg Ewing <greg.ewing@canterbury.ac.nz> - 2025-12-16 17:51 +1300
                Re: Python rbowman <bowman@montana.com> - 2025-12-16 08:32 +0000
            Re: Python Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-12-16 21:45 +0000
              Re: Python rbowman <bowman@montana.com> - 2025-12-17 01:54 +0000
                Re: Python c186282 <c186282@nnada.net> - 2025-12-17 03:11 -0500
                Re: Python rbowman <bowman@montana.com> - 2025-12-17 19:17 +0000
                Re: Python c186282 <c186282@nnada.net> - 2025-12-17 22:10 -0500
                Re: Python John Levine <johnl@taugh.com> - 2025-12-18 03:28 +0000
                Re: Python c186282 <c186282@nnada.net> - 2025-12-17 23:02 -0500
                Re: Python rbowman <bowman@montana.com> - 2025-12-18 06:54 +0000
                Re: Python c186282 <c186282@nnada.net> - 2025-12-18 04:25 -0500
                Re: Python rbowman <bowman@montana.com> - 2025-12-18 19:22 +0000
                Re: Python c186282 <c186282@nnada.net> - 2025-12-19 01:14 -0500
                Re: Python rbowman <bowman@montana.com> - 2025-12-18 06:44 +0000
                Re: Python Peter Flass <Peter@Iron-Spring.com> - 2025-12-18 07:40 -0700
                Re: Python Richard Kettlewell <invalid@invalid.invalid> - 2025-12-18 18:00 +0000
                Re: Python rbowman <bowman@montana.com> - 2025-12-18 18:28 +0000
                Re: Python Peter Flass <Peter@Iron-Spring.com> - 2025-12-18 12:52 -0700
                Re: Python rbowman <bowman@montana.com> - 2025-12-19 03:53 +0000
                Re: Python c186282 <c186282@nnada.net> - 2025-12-19 00:37 -0500
                Re: Python c186282 <c186282@nnada.net> - 2025-12-19 00:29 -0500
              Re: Python Dan Espen <dan1espen@gmail.com> - 2025-12-17 16:17 -0500
                Re: Python Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-12-17 22:11 +0000
                Re: Python c186282 <c186282@nnada.net> - 2025-12-17 22:18 -0500
                Re: Python rbowman <bowman@montana.com> - 2025-12-18 07:07 +0000
                Re: Python Richard Kettlewell <invalid@invalid.invalid> - 2025-12-17 22:13 +0000
                Re: Python rbowman <bowman@montana.com> - 2025-12-18 00:52 +0000
                Re: Python Marc Haber <mh+usenetspam1118@zugschl.us> - 2025-12-18 08:03 +0100
                Re: Python rbowman <bowman@montana.com> - 2025-12-18 07:39 +0000
                Re: Python scott@slp53.sl.home (Scott Lurndal) - 2025-12-18 15:43 +0000
                Re: Python rbowman <bowman@montana.com> - 2025-12-18 18:38 +0000
                Re: Python c186282 <c186282@nnada.net> - 2025-12-19 00:56 -0500
                Re: Python rbowman <bowman@montana.com> - 2025-12-19 08:18 +0000
                Re: Python c186282 <c186282@nnada.net> - 2025-12-19 03:30 -0500
                Re: Python rbowman <bowman@montana.com> - 2025-12-19 19:38 +0000
                Re: Python The Natural Philosopher <tnp@invalid.invalid> - 2025-12-18 09:55 +0000
                Re: Python Marc Haber <mh+usenetspam1118@zugschl.us> - 2025-12-18 11:19 +0100
                Re: Python The Natural Philosopher <tnp@invalid.invalid> - 2025-12-18 12:36 +0000
        Re: Python c186282 <c186282@nnada.net> - 2025-12-14 23:36 -0500
          Re: Python candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> - 2025-12-19 13:30 +0000
            Re: Python rbowman <bowman@montana.com> - 2025-12-19 19:50 +0000
              Re: Python scott@slp53.sl.home (Scott Lurndal) - 2025-12-19 20:03 +0000
                Re: Python Stéphane CARPENTIER <sc@fiat-linux.fr> - 2025-12-19 21:00 +0000
          Re: Python Stéphane CARPENTIER <sc@fiat-linux.fr> - 2025-12-19 20:57 +0000
      Re: Python "Carlos E.R." <robin_listas@es.invalid> - 2025-12-14 13:16 +0100
        Re: Python c186282 <c186282@nnada.net> - 2025-12-15 00:45 -0500
      Re: Python The Natural Philosopher <tnp@invalid.invalid> - 2025-12-15 18:55 +0000
        Re: Python rbowman <bowman@montana.com> - 2025-12-15 22:39 +0000
        Re: Python Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-12-15 23:53 +0000
  Re: Python (was Re: Recent history of vi) Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-12-14 02:05 +0000
    Re: Python (was Re: Recent history of vi) candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> - 2025-12-19 13:30 +0000
      Re: Python (was Re: Recent history of vi) Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-12-19 20:58 +0000
  Re: Recent history of vi The Natural Philosopher <tnp@invalid.invalid> - 2025-12-15 18:39 +0000
    Re: Recent history of vi John Bokma <contact@johnbokma.com> - 2025-12-15 19:46 +0100
    Re: Recent history of vi Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-12-15 23:54 +0000

csiph-web