Languages (was: Re: More Funny Stuff From The Joke Python)

Liste des GroupesRevenir à ol advocacy 
Sujet : Languages (was: Re: More Funny Stuff From The Joke Python)
De : vallor (at) *nospam* cultnix.org (vallor)
Groupes : comp.os.linux.advocacy
Date : 08. Jun 2024, 23:48:32
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v42jjg$2nd7m$1@dont-email.me>
References : 1 2 3 4 5 6
User-Agent : Pan/0.159 (Vovchansk; ccc58f8; Linux-6.9.3)
On Sat, 08 Jun 2024 17:32:14 -0400, Joel <joelcrump@gmail.com> wrote in
<2ej96j1mbvgiok4q5c57vdlo94itpfu5dt@4ax.com>:

rbowman <bowman@montana.com> wrote:
 
Free hint:  don't use something you're not into using.  What little
I've seen of Python seemed like a child's toy, but guess what, I
didn't explore further.  Relax, smoke a doobie, dude.
>
You should dig a little deeper.
 
To do what?
>
I have no idea what you want to do with a computer. Do you do data
analysis? Python with pandas, numpy, and related modules is overtaking R
in that field. The python implementations are usually faster than R which
says something about R's lack of performance.
>
Machine learning? PyTorch and TensorFlow offer two approaches. Create a
desktop GUI applcation? I prefer Pyside6, which is a Qt binding, but there
are other alternatives including Tkinter.  Web application? Django, Flask,
and FastAPI offer different approaches and degrees of opinionation. Work
with microcontrollers using the RP2040 chip. MicroPython and CircuitPython
make rapid development possible.  Like comics? I have a script that gets
the ones I'm interested in from gocomics.  Music? I've got one that
queries the itunes data base for artist or song information. Databases?
Pick your poison.
>
So, what do you want to do? Of course you can do all of the above with C,
C++, or another language but you may be writing more code and doing more
debugging. If the Python prototype is too slow you can rewrite it. For
example I did the itunes thing in both Python and C#.NET to test the .NET
SDK on Linux.
 
 
I can't imagine I'd need anything beyond C.

My go-to language has always been perl, but I use
C when I need performance...or very strict security,
like with a setuid wrapper.

Python is filling the niche that perl had before it
kind of stagnated[*].  If I want to slurp in a huge json
file and analyze it, I'd probably write that in perl (and
I have, in one case).

[*] Or rather, took off into the weeds...

I asked chatGPT to write a "quine" in python recently,
and found it extremely easy to improve on the answer it
gave me:

$ cat quine.py
#!/usr/bin/python3

with open(__file__, 'r') as file:
    print(file.read())
- -%<- -

--
-v

Date Sujet#  Auteur
8 Jun 24 * More Funny Stuff From The Joke Python131Diego Garcia
8 Jun 24 +* Re: More Funny Stuff From The Joke Python117Joel
8 Jun 24 i+* Re: More Funny Stuff From The Joke Python110rbowman
8 Jun 24 ii`* Re: More Funny Stuff From The Joke Python109rbowman
8 Jun 24 ii +* Languages (was: Re: More Funny Stuff From The Joke Python)7vallor
8 Jun 24 ii i+* Re: Languages2%
8 Jun 24 ii ii`- Re: Languages1vallor
9 Jun 24 ii i`* Re: Languages (was: Re: More Funny Stuff From The Joke Python)4Lawrence D'Oliveiro
24 Jun 24 ii i `* Re: Languages (was: Re: More Funny Stuff From The Joke Python)3Sebastian Wells
24 Jun 24 ii i  +- Re: Languages (was: Re: More Funny Stuff From Python)1Lawrence D'Oliveiro
24 Jun 24 ii i  `- Re: Languages (was: Re: More Funny Stuff From The Joke Python)1rbowman
9 Jun 24 ii +* Re: More Funny Stuff From Joel95DFS
9 Jun 24 ii i+- Re: More Funny Stuff From Joel1Lawrence D'Oliveiro
9 Jun 24 ii i+* Re: More Funny Stuff From Joel2rbowman
9 Jun 24 ii ii`- Re: More Funny Stuff From Joel1Chris Ahlstrom
9 Jun 24 ii i+* Re: More Funny Stuff From Joel34Tyrone
9 Jun 24 ii ii+* Re: More Funny Stuff From Joel6Joel
9 Jun 24 ii iii`* Re: More Funny Stuff From Joel5rbowman
9 Jun 24 ii iii `* Re: More Funny Stuff From Joel4Joel
9 Jun 24 ii iii  `* Re: More Funny Stuff From Joel3rbowman
9 Jun 24 ii iii   `* Re: More Funny Stuff From Joel2Joel
9 Jun 24 ii iii    `- Re: More Funny Stuff From Joel1rbowman
11 Jun 24 ii ii+* Re: More Funny Stuff From Joel14candycanearter07
11 Jun 24 ii iii+* Re: More Funny Stuff From Joel2Chris Ahlstrom
12 Jun 24 ii iiii`- Re: More Funny Stuff From Joel1candycanearter07
14 Jun 24 ii iii`* Re: More Funny Stuff From Joel11Stéphane CARPENTIER
14 Jun 24 ii iii `* Re: More Funny Stuff From Joel10Farley Flud
14 Jun 24 ii iii  +* Re: More Funny Stuff From Joel8Stéphane CARPENTIER
14 Jun 24 ii iii  i`* Re: More Funny Stuff From Joel7Farley Flud
15 Jun 24 ii iii  i +- Re: More Funny Stuff From Joel1DFS
15 Jun 24 ii iii  i `* Re: More Funny Stuff From Joel5Stéphane CARPENTIER
15 Jun 24 ii iii  i  +* Re: More Funny Stuff From Joel2Farley Flud
15 Jun 24 ii iii  i  i`- Re: More Funny Stuff From Joel1Stéphane CARPENTIER
15 Jun 24 ii iii  i  `* Re: More Funny Stuff From Joel2Farley Flud
15 Jun 24 ii iii  i   `- Re: More Funny Stuff From Joel1Stéphane CARPENTIER
14 Jun 24 ii iii  `- Re: More Funny Stuff From Joel1DFS
14 Jun 24 ii ii`* Re: More Funny Stuff From Joel13Stéphane CARPENTIER
14 Jun 24 ii ii `* Re: More Funny Stuff From Joel12Joel
14 Jun 24 ii ii  +* Re: More Funny Stuff From Joel6Stéphane CARPENTIER
15 Jun 24 ii ii  i`* Re: More Funny Stuff From Joel5candycanearter07
15 Jun 24 ii ii  i +* Re: More Funny Stuff From Joel2Joel
16 Jun 24 ii ii  i i`- Re: More Funny Stuff From Joel1candycanearter07
16 Jun 24 ii ii  i `* Re: More Funny Stuff From Joel2Lawrence D'Oliveiro
16 Jun 24 ii ii  i  `- Re: More Funny Stuff From Joel1candycanearter07
16 Jun 24 ii ii  `* Re: More Funny Stuff From Joel5Lawrence D'Oliveiro
16 Jun 24 ii ii   `* Re: More Funny Stuff From Joel4Joel
16 Jun 24 ii ii    +* Re: More Funny Stuff From Joel2Lawrence D'Oliveiro
16 Jun 24 ii ii    i`- Re: More Funny Stuff From Joel1Joel
19 Jun 24 ii ii    `- Re: More Funny Stuff From Joel1Joel
9 Jun 24 ii i+* Re: More Funny Stuff From Joel20DFS
9 Jun 24 ii ii`* Re: More Funny Stuff From Joel19Joel
9 Jun 24 ii ii `* Re: More Funny Stuff From Joel18rbowman
9 Jun 24 ii ii  `* Re: More Funny Stuff From Joel17Joel
9 Jun 24 ii ii   +- Re: More Funny Stuff From Joel1%
9 Jun 24 ii ii   +* Re: More Funny Stuff From Joel5DFS
9 Jun 24 ii ii   i`* "Standard GUI" (was: Re: More Funny Stuff From Joel)4vallor
10 Jun 24 ii ii   i +- Re: "Standard GUI"1rbowman
10 Jun 24 ii ii   i `* Re: "Standard GUI"2Lawrence D'Oliveiro
10 Jun 24 ii ii   i  `- Re: "Standard GUI"1Chris Ahlstrom
9 Jun 24 ii ii   +- Re: More Funny Stuff From Joel1rbowman
11 Jun 24 ii ii   `* Re: More Funny Stuff From Joel9candycanearter07
11 Jun 24 ii ii    +* Re: More Funny Stuff From Joel2DFS
11 Jun 24 ii ii    i`- Re: More Funny Stuff From Joel1Lawrence D'Oliveiro
11 Jun 24 ii ii    `* Re: More Funny Stuff From Joel6Joel
12 Jun 24 ii ii     +* Re: More Funny Stuff From Joel4Lawrence D'Oliveiro
12 Jun 24 ii ii     i+* Re: More Funny Stuff From Joel2Lawrence D'Oliveiro
12 Jun 24 ii ii     ii`- Re: More Funny Stuff From Joel1Chris Ahlstrom
12 Jun 24 ii ii     i`- Re: More Funny Stuff From Joel1candycanearter07
12 Jun 24 ii ii     `- Re: More Funny Stuff From Joel1candycanearter07
11 Jun 24 ii i`* Re: More Funny Stuff From Joel37candycanearter07
11 Jun 24 ii i +- Re: More Funny Stuff From Joel1Lawrence D'Oliveiro
11 Jun 24 ii i +* Re: More Funny Stuff From Joel10rbowman
11 Jun 24 ii i i`* Re: More Funny Stuff From Joel9candycanearter07
11 Jun 24 ii i i `* Re: More Funny Stuff From Joel8rbowman
11 Jun 24 ii i i  +* Re: More Funny Stuff From Joel2Lawrence D'Oliveiro
11 Jun 24 ii i i  i`- Re: More Funny Stuff From Joel1candycanearter07
11 Jun 24 ii i i  `* Re: More Funny Stuff From Joel5Chris Ahlstrom
11 Jun 24 ii i i   `* Re: More Funny Stuff From Joel4rbowman
11 Jun 24 ii i i    +- Re: More Funny Stuff From Joel1Chris Ahlstrom
12 Jun 24 ii i i    `* Re: More Funny Stuff From C2Lawrence D'Oliveiro
12 Jun 24 ii i i     `- Re: More Funny Stuff From C1candycanearter07
11 Jun 24 ii i +* Re: More Funny Stuff From Joel2rbowman
12 Jun 24 ii i i`- Re: More Funny Stuff From Python1Lawrence D'Oliveiro
12 Jun 24 ii i `* Re: More Funny Stuff From Joel23candycanearter07
12 Jun 24 ii i  +* Re: More Funny Stuff From Joel2Lawrence D'Oliveiro
13 Jun 24 ii i  i`- Re: More Funny Stuff From Joel1candycanearter07
13 Jun 24 ii i  `* Re: More Funny Stuff From Joel20candycanearter07
13 Jun 24 ii i   `* Re: More Funny Stuff From Joel19DFS
13 Jun 24 ii i    `* Re: More Funny Stuff From Joel18rbowman
14 Jun 24 ii i     +* Re: More Funny Stuff From Joel16rbowman
14 Jun 24 ii i     i`* Re: More Funny Stuff From Joel15rbowman
15 Jun 24 ii i     i +* Re: More Funny Stuff From Joel13rbowman
17 Jun 24 ii i     i i`* Re: More Funny Stuff From Joel12rbowman
18 Jun 24 ii i     i i `* Re: More Fun Stuff From Lunar Lander11Lawrence D'Oliveiro
18 Jun 24 ii i     i i  `* Re: More Fun Stuff From Lunar Lander10rbowman
18 Jun 24 ii i     i i   +* Re: More Fun Stuff From Lunar Lander2Farley Flud
18 Jun 24 ii i     i i   i`- Re: More Fun Stuff From Lunar Lander1Joel
24 Jun 24 ii i     i i   `* Re: More Fun Stuff From Lunar Lander7Lawrence D'Oliveiro
24 Jun 24 ii i     i i    `* Re: More Fun Stuff From Lunar Lander6rbowman
24 Jun 24 ii i     i i     `* Re: More Fun Stuff From Lunar Lander5Lawrence D'Oliveiro
24 Jun 24 ii i     i i      `* Re: More Fun Stuff From Lunar Lander4rbowman
16 Jun 24 ii i     i `- Re: More Funny Stuff From Python1Lawrence D'Oliveiro
14 Jun 24 ii i     `- Re: More Funny Stuff From Joel1candycanearter07
9 Jun 24 ii +- Re: More Funny Stuff From The Joke Python1rbowman
9 Jun 24 ii +- Re: More Funny Stuff From The Joke Python1Lawrence D'Oliveiro
14 Jun 24 ii `* Re: More Funny Stuff From The Joke Python4Stéphane CARPENTIER
8 Jun 24 i`* Re: More Funny Stuff From The Joke Python6DFS
8 Jun 24 +* Re: More Funny Stuff From The Joke Python6vallor
8 Jun 24 +* Re: More Funny Stuff From Feeb's Life3DFS
8 Jun 24 +* Re: More Funny Stuff From The Joke Python2rbowman
9 Jun 24 +- Re: More Funny Stuff From The Joke Python1Lawrence D'Oliveiro
14 Jun 24 `- Re: More Funny Stuff From The Joke Python1Stéphane CARPENTIER

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal