On Tue, 27 Apr 2021 17:32:22 +, Gazoo wrote:
> I'd like to start learning Python programming. What sites/tutorials
> could you recommend for beginner, please.
Have you tried this book?
https://greenteapress.com/wp/think-python-2e/
It is a good book, written by Allan B. Downey, which is avai
Le mardi 27 avril 2021 à 01:44:04 UTC+2, Paul Bryan a écrit :
> From
> https://docs.python.org/3/reference/datamodel.html#the-standard-type-hierarchy
>
> :
>
> > The string representations of the numeric classes, computed
> > by__repr__() and __str__(), have the following properties:
> > * T
On 28/04/2021 05.32, Gazoo wrote:
>
>
> I'd like to start learning Python programming. What sites/tutorials
> could you recommend for beginner, please.
Start with the Python Tutorial
(https://docs.python.org/3/tutorial/index.html), thereafter there are
other 'docs' at the same site.
There are
I'd like to start learning Python programming. What sites/tutorials
could you recommend for beginner, please.
--
Gazoo
--
https://mail.python.org/mailman/listinfo/python-list
> The *Language Reference* is designed to be much more formally defined, and
> favors correctness and completeness over being easy to access by less
> technical readers.
>
Not really my opinion. Language Reference (LR) style is still written in a
conversational style, giving examples instea
On Mon, 27 Apr 2021, Robert Latest via Python-list wrote:
In case nobody mentioned it before, don't forget to take a look at
SQLAlchemy. The object-relational-mapper (ORM) creates a 1:1 mapping of
Python objects to SQL table rows.
Robert,
Yes, I've known of SA for years. I want something that
On Tue, Apr 27, 2021 at 12:52 PM elas tica wrote:
>
> > However, in this case, the general information in the docs is
> > absolutely sufficient, and the basic principle that the repr should
> > (where possible) be a valid literal should explain what's needed.
>
>
> This is a subjective statement.
On Tue, Apr 27, 2021 at 9:51 PM elas tica wrote:
>
>
> > However, in this case, the general information in the docs is
> > absolutely sufficient, and the basic principle that the repr should
> > (where possible) be a valid literal should explain what's needed.
>
>
> This is a subjective statement.
> However, in this case, the general information in the docs is
> absolutely sufficient, and the basic principle that the repr should
> (where possible) be a valid literal should explain what's needed.
This is a subjective statement. Recall: explicit is better implicit. Alas, many
parts of
On Tue, Apr 27, 2021 at 6:11 PM elas tica wrote:
>
>
> > Python has this thing called interactive mode that makes it possible to
> > discover answers even faster than looking in the docs
>
> To go further :
> Python has this thing called source code that makes it possible to discover
> answers ev
> Python has this thing called interactive mode that makes it possible to
> discover answers even faster than looking in the docs
To go further :
Python has this thing called source code that makes it possible to discover
answers even faster than looking in the docs
--
https://mail.python.
On 27/04/2021 11:24 am, elas tica wrote:
Le mardi 27 avril 2021 à 01:44:04 UTC+2, Paul Bryan a écrit :
From
https://docs.python.org/3/reference/datamodel.html#the-standard-type-hierarchy
:
Thanks for the reference. I was expecting to find this information in the
Built-in Types section from
On 4/26/2021 7:24 PM, elas tica wrote:
Python documentation doesn't seem to mention anywhere what is the str value of an int: is it right? the same
for float, Fraction, complex, etc? Not worth to be documented? Perphaps str(42) returns "forty two"
or "XLII" or "101010" ...
Python has this t
13 matches
Mail list logo