On Thu, Aug 04 2022 at 10:22:41 AM, Turritopsis Dohrnii Teo En Ming
wrote:
> Subject: Which linux distro is more conducive for learning the Python
> programming language?
>
> Good day from Singapore,
>
> May I know which linux distro is more conducive for learning the
> Python programming languag
On 04/08/2022 14.31, Paul Bryan wrote:
> I wouldn't say any particular Linux distribution is appreciably better
> for Python development than another. I would suggest using a version of
> a Linux distribution that supports a recent Python release (e.g. 3.9 or
> 3.10).
+1
As a Python-learner (ther
Subject: Which linux distro is more conducive for learning the Python
programming language?
Good day from Singapore,
May I know which linux distro is more conducive for learning the Python
programming language?
Since I have absolutely and totally FREE RHEL developer subscription (I
don't ne
I actually did a Google search for "which linux distro is best for python".
Link:
https://www.google.com/search?q=which+linux+distro+is+best+for+python&rlz=1C1GCEA_enSG1005SG1005&sxsrf=ALiCzsYaL58MJsevR2Uc0nnWtmc7kWFbIg%3A1659580387580&ei=4y_rYqWII8i7z7sPwPCtwAI&ved=0ahUKEwjlhenbkqz5AhXI3XMBHUB4C
I wouldn't say any particular Linux distribution is appreciably better
for Python development than another. I would suggest using a version of
a Linux distribution that supports a recent Python release (e.g. 3.9 or
3.10).
On Thu, 2022-08-04 at 10:22 +0800, Turritopsis Dohrnii Teo En Ming
wrote:
>
Subject: Which linux distro is more conducive for learning the Python
programming language?
Good day from Singapore,
May I know which linux distro is more conducive for learning the
Python programming language?
Since I have absolutely and totally FREE RHEL developer subscription
(I don't need to
I also get 'file not found' when trying to let Spyder [v5.2] select the
newly installed 3.10.6, and the path length is a lot less than 256.
On Wed, Aug 3, 2022 at 9:03 AM wrote:
> Send Python-list mailing list submissions to
> python-list@python.org
>
> To subscribe or unsubscribe via t
Hi,
I want to plot some data which are collected over time. I either want
to specify start and/or end times for the plot, or specify last week, month
or year. So the usage would look like:
plot_data [[--start START --end END] | --last LAST ]
I know about argsparse's mutually exclusive group,