Books for Python 3.7

Andrew Z formisc at gmail.com
Fri Jul 12 17:58:49 EDT 2019


Then look at, for example, tutorialpoint.com for basic concepts - loops,
data structures,  objects .

Pet- project- something you want to build.

For example, my  current petproject is a android based clock with a voice
recognition.
Use case - clock should understand 2-3 commands to set time 8nterval and
start/stop countdown.
I have 0 knowledge in android and kotlin. So for me to get to voice
recognition part i need to learn basics of the android and kotlin.



On Fri, Jul 12, 2019, 15:35 RIchy M <mok888 at gmail.com> wrote:

> On Friday, July 12, 2019 at 2:45:48 PM UTC-4, Andrew Z wrote:
> > Richy,
> >  What specific part you consider hard?
> > If i may suggest,  get a (pet) project as you read it.
> >
> > On Fri, Jul 12, 2019, 13:46 RIchy M <mok888 at gmail.com> wrote:
> >
> > > On Friday, July 12, 2019 at 1:00:01 PM UTC-4, MRAB wrote:
> > > > On 2019-07-12 16:40, Terry Reedy wrote:
> > > > > On 7/12/2019 11:27 AM, Richard Mok wrote:
> > > > >
> > > > >> It does not mention on the book which version of Python it is
> using.
> > > > >
> > > > > That would likely mean 2.x.  Easy way to tell:
> > > > > 2.x has 'print x' statements.  3.x has 'print(x)' function calles.
> > > > >
> > > > I had a brief look online and saw a preview. It was written in 2006
> and
> > > > Appendix B stops at Python 2.5. A lot has happened since then!
> > >
> > > I already stopped studying from this book.
> > > Now just reading the 3.7 tutorial that came with the install.
> > > But I am a beginner...
> > > Finding it tough to learn like that.
> > > I need like a beginners guide to Python 3.7 sort of book.
> > > --
> > > https://mail.python.org/mailman/listinfo/python-list
> > >
>
> Hi Andrew
>
> I feel that that guide is written for people who already have some basic
> knowledge of Python.
> I am on the beginners level only.
>
> What is a (pet) project?
> --
> https://mail.python.org/mailman/listinfo/python-list
>



More information about the Python-list mailing list