Gazoo wrote:
>
>
> I'd like to start learning Python programming. What sites/tutorials
> could you recommend for beginner, please.
>
I liked the book found at https://automatetheboringstuff.com/
You can read the whole book online. I think you used to be able to
download a copy too. It has lot
On 27/04/2021 18:32, Gazoo wrote:
> I'd like to start learning Python programming. What sites/tutorials
> could you recommend for beginner, please.
There is a getting started page on the python web site with
links to guide you to many listed suggestions - books,
web tutorials, video courses etc.
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
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