Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


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

Re: Gparted questions

Subject Re: Gparted questions
Newsgroups comp.os.linux.misc
References (4 earlier) <SAGCL.542029.332515@fx14.iad> <RT-dnWHHOeYa2kb-nZ2dnZfqnPudnZ2d@earthlink.com> <slrnttni3q.4ma.jj@iridium.wf32df> <yNecnfrvJqfUB0H-nZ2dnZfqnPadnZ2d@earthlink.com> <c68767579f9e0dd76aafb58f3a069c44@msgid.frell.theremailer.net>
From "26C.Z968" <26C.Z968@noaada.net>
Date 2023-02-06 00:04 -0500
Message-ID <cgOdnX9vzPnaF33-nZ2dnZfqnPidnZ2d@earthlink.com> (permalink)

Show all headers | View raw


On 2/3/23 8:07 PM, Fritz Wuehler wrote:
> 26C.Z968 <26C.Z...@noaada.net> [2]:
> 2>   If I "python3" then only Ctl-Z seems to make it stop.
> 
> No. It's either <Ctrl-D> or `quit()'
> 
> $ rlwrap python3
> Python 3.5.3 (default, Nov  4 2021, 15:29:10)
> [GCC 6.3.0 20170516] on linux
> Type "help", "copyright", "credits" or "license" for more
> information.
>>>> quit
> Use quit() or Ctrl-D (i.e. EOF) to exit
>>>> quit()
> $

   Yep, works - and doesn't leave Python kinda
   running aimlessly as a background process
   (though that CAN be useful for testing a
   few things like basic client/server stuff).

   But that's not how I usually use the Python
   interpreter. I bring it up in a terminal and
   use it all day for testing a few lines of code
   to see if the syntax is correct.

   Python is good/bad. It's got a library for pretty
   much EVERYTHING, vastly simplifying - but it's also
   interpreted (slow, unless you use one of the compiler
   approaches) and the syntax/libs aren't as stable
   as with 'C'. BUT, if you want a web server in just
   maybe a dozen lines of your own code ... Python.

   Got one of those running on a Pi - just scans the
   local network in several ways to see what's "up"
   and usually a little xtra info about what's "up".
   A nice little web page I can bring up any time
   from a browser in an instant with VERY minimal
   investment. Doesn't have to be "fast", ain't gonna
   be 50,000 users. For THAT I have 'C' forked and
   pre-threaded servers but they AIN'T just a few
   lines of code.

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


Thread

Gparted questions vjp2.at@at.BioStrategist.dot.dot.com - 2023-01-31 00:25 +0000
  Re: Gparted questions Rockinghorse Winner <Rockinghorse@amgen.com> - 2023-01-31 01:59 +0000
  Re: Gparted questions Bobbie Sellers <bliss@mouse-potato.com> - 2023-01-30 17:59 -0800
    Re: Gparted questions Andreas Kohlbach <ank@spamfence.net> - 2023-01-31 11:32 -0500
  Re: Gparted questions Marco Moock <mo01@posteo.de> - 2023-01-31 07:41 +0100
    Re: Gparted questions The Natural Philosopher <tnp@invalid.invalid> - 2023-01-31 10:04 +0000
  Re: Gparted questions vjp2.at@at.BioStrategist.dot.dot.com - 2023-01-31 18:11 +0000
    Re: Gparted questions Tauno Voipio <tauno.voipio@notused.fi.invalid> - 2023-01-31 20:25 +0200
      Re: Gparted questions The Natural Philosopher <tnp@invalid.invalid> - 2023-01-31 18:28 +0000
        Re: Gparted questions "26C.Z968" <26C.Z968@noaada.net> - 2023-02-03 00:57 -0500
    Re: Gparted questions Marco Moock <mo01@posteo.de> - 2023-01-31 20:18 +0100
      Re: Gparted questions The Natural Philosopher <tnp@invalid.invalid> - 2023-02-01 10:44 +0000
    Re: Gparted questions Bobbie Sellers <bliss@mouse-potato.com> - 2023-01-31 11:30 -0800
  Re: Gparted questions "26C.Z968" <26C.Z968@noaada.net> - 2023-02-01 00:30 -0500
    Re: Gparted questions Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2023-02-01 18:03 +0000
      Re: Gparted questions "26C.Z968" <26C.Z968@noaada.net> - 2023-02-01 22:38 -0500
        Re: Gparted questions Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2023-02-02 04:01 +0000
          Re: Gparted questions "26C.Z968" <26C.Z968@noaada.net> - 2023-02-02 00:17 -0500
            Re: Gparted questions Jim Jackson <jj@franjam.org.uk> - 2023-02-02 14:28 +0000
              Re: Gparted questions Andreas Kohlbach <ank@spamfence.net> - 2023-02-02 15:14 -0500
                Re: Gparted questions Jim Jackson <jj@franjam.org.uk> - 2023-02-02 20:44 +0000
                Re: Gparted questions Rich <rich@example.invalid> - 2023-02-02 22:55 +0000
                Re: Gparted questions "26C.Z968" <26C.Z968@noaada.net> - 2023-02-03 00:24 -0500
                Re: Gparted questions Rich <rich@example.invalid> - 2023-02-03 14:20 +0000
                Re: Gparted questions "26C.Z968" <26C.Z968@noaada.net> - 2023-02-04 00:51 -0500
                Re: Gparted questions Rich <rich@example.invalid> - 2023-02-04 16:17 +0000
                Re: Gparted questions "26C.Z968" <26C.Z968@noaada.net> - 2023-02-04 23:14 -0500
                Re: Gparted questions The Natural Philosopher <tnp@invalid.invalid> - 2023-02-05 08:32 +0000
                Re: Gparted questions Dan Espen <dan1espen@gmail.com> - 2023-02-03 10:14 -0500
                Re: Gparted questions "26C.Z968" <26C.Z968@noaada.net> - 2023-02-04 00:56 -0500
                Re: Gparted questions Fritz Wuehler <fritz@spamexpire-202302.rodent.frell.theremailer.net> - 2023-02-04 14:35 +0000
                Re: Gparted questions Rich <rich@example.invalid> - 2023-02-04 16:20 +0000
                Re: Gparted questions Rich <rich@example.invalid> - 2023-02-04 16:19 +0000
              Re: Gparted questions Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2023-02-02 21:28 +0000
                Re: Gparted questions Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2023-02-02 22:48 +0000
                Re: Gparted questions "26C.Z968" <26C.Z968@noaada.net> - 2023-02-03 00:46 -0500
                Re: Gparted questions Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2023-02-04 01:35 +0000
                Re: Gparted questions "26C.Z968" <26C.Z968@noaada.net> - 2023-02-04 01:48 -0500
                Re: Gparted questions Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2023-02-05 18:11 +0000
                Re: Gparted questions "26C.Z968" <26C.Z968@noaada.net> - 2023-02-05 23:26 -0500
                Re: Gparted questions Bobbie Sellers <bliss@mouse-potato.com> - 2023-02-05 22:12 -0800
                Re: Gparted questions "26C.Z968" <26C.Z968@noaada.net> - 2023-02-08 01:11 -0500
                Re: Gparted questions The Natural Philosopher <tnp@invalid.invalid> - 2023-02-03 08:50 +0000
                Re: Gparted questions "26C.Z968" <26C.Z968@noaada.net> - 2023-02-04 01:53 -0500
              Re: Gparted questions "26C.Z968" <26C.Z968@noaada.net> - 2023-02-03 00:23 -0500
                Re: Gparted questions Rich <rich@example.invalid> - 2023-02-03 14:23 +0000
                Re: Gparted questions "26C.Z968" <26C.Z968@noaada.net> - 2023-02-05 23:46 -0500
                Re: Gparted questions Rich <rich@example.invalid> - 2023-02-06 05:03 +0000
                Re: Gparted questions Dan Espen <dan1espen@gmail.com> - 2023-02-06 22:05 -0500
                Re: Gparted questions "26C.Z968" <26C.Z968@noaada.net> - 2023-02-07 00:23 -0500
                Re: Gparted questions Dan Espen <dan1espen@gmail.com> - 2023-02-07 07:39 -0500
                Re: Gparted questions Rich <rich@example.invalid> - 2023-02-07 13:53 +0000
                Re: Gparted questions Dan Espen <dan1espen@gmail.com> - 2023-02-07 09:42 -0500
                Re: Gparted questions "26C.Z968" <26C.Z968@noaada.net> - 2023-02-08 01:15 -0500
                Re: Gparted questions "26C.Z968" <26C.Z968@noaada.net> - 2023-02-08 00:22 -0500
                Re: Gparted questions Richard Kettlewell <invalid@invalid.invalid> - 2023-02-08 08:45 +0000
                Re: Gparted questions Dan Espen <dan1espen@gmail.com> - 2023-02-08 11:34 -0500
                Re: Gparted questions Richard Kettlewell <invalid@invalid.invalid> - 2023-02-08 17:18 +0000
                Re: Gparted questions Dan Espen <dan1espen@gmail.com> - 2023-02-08 13:34 -0500
                Re: Gparted questions "26C.Z968" <26C.Z968@noaada.net> - 2023-02-08 22:27 -0500
                Re: Gparted questions Rich <rich@example.invalid> - 2023-02-07 13:51 +0000
                Re: Gparted questions Jim Jackson <jj@franjam.org.uk> - 2023-02-03 19:00 +0000
                Re: Gparted questions "Carlos E.R." <robin_listas@es.invalid> - 2023-02-03 20:33 +0100
                Re: Gparted questions Fritz Wuehler <fritz@spamexpire-202302.rodent.frell.theremailer.net> - 2023-02-04 02:07 +0100
                Re: Gparted questions "26C.Z968" <26C.Z968@noaada.net> - 2023-02-06 00:04 -0500
                Re: Gparted questions Dudete deSpélècz <dudete@never.you.mind.invalid> - 2023-02-04 19:27 +0000
                Re: Gparted questions Rich <rich@example.invalid> - 2023-02-04 19:52 +0000
                Re: Gparted questions "26C.Z968" <26C.Z968@noaada.net> - 2023-02-04 22:00 -0500
                Re: Gparted questions "26C.Z968" <26C.Z968@noaada.net> - 2023-02-04 21:56 -0500
                Re: Gparted questions "26C.Z968" <26C.Z968@noaada.net> - 2023-02-04 21:57 -0500
          Re: Gparted questions "Carlos E. R." <robin_listas@es.invalid> - 2023-02-02 13:22 +0100
          Re: Gparted questions pH <wNOSPAMp@gmail.org> - 2023-02-04 02:40 +0000
            Re: Gparted questions "26C.Z968" <26C.Z968@noaada.net> - 2023-02-04 23:03 -0500
    Re: Gparted questions "Carlos E. R." <robin_listas@es.invalid> - 2023-02-02 13:02 +0100
      Re: Gparted questions "26C.Z968" <26C.Z968@noaada.net> - 2023-02-03 00:50 -0500
  Re: Gparted questions Jack Strangio  <jackstrangio@yahoo.com> - 2023-02-08 02:46 +0000
    Re: Gparted questions "26C.Z968" <26C.Z968@noaada.net> - 2023-02-08 01:28 -0500
      Re: Gparted questions Bobbie Sellers <bliss@mouse-potato.com> - 2023-02-08 19:55 -0800
        Re: Gparted questions "26C.Z968" <26C.Z968@noaada.net> - 2023-02-10 00:24 -0500
          Re: Gparted questions Rich <rich@example.invalid> - 2023-02-10 14:08 +0000
            Re: Gparted questions "Carlos E.R." <robin_listas@es.invalid> - 2023-02-10 22:47 +0100
            Re: Gparted questions "26C.Z968" <26C.Z968@noaada.net> - 2023-02-11 01:50 -0500
              Re: Gparted questions The Natural Philosopher <tnp@invalid.invalid> - 2023-02-11 08:25 +0000

csiph-web