Live data from Hacker News

At full speed with Python: a book for self-learners

github.com

41–50 of 53 posts

Re: At full speed with Python: a book for self-learners

#41

I'm starting to learn Python so I'm super interested in this. However for me the PDF is blurry? I tried in Chrome/IE/Acrobat and the text is blurry for me, anyone else have this problem??

I use SumatraPDF and it looks ok. Maybe the size of the font as well as the type isn't the best but it's legible.

Re: At full speed with Python: a book for self-learners

#42

Nice book. The simplicity of the build system for epub is impressive: https://github.com/joaoventura/full-speed-python/blob/master...

The beauty of Pandoc!

I discovered Pandoc in the past few months thanks to a post on HN, and I've been going out of my way to involve it in my projects because it's so fascinating to me.

Pandoc: https://pandoc.org/

Re: At full speed with Python: a book for self-learners

#43

I'm starting to learn Python so I'm super interested in this. However for me the PDF is blurry? I tried in Chrome/IE/Acrobat and the text is blurry for me, anyone else have this problem??

I've just confirmed on a virtualbox installation of windows 7 and it is working fine on Acrobat Reader. It may be a crazy suggestion, but can you reset your computer? I've also made available an epub, so maybe you can use it instead of the pdf..

epub works great. No issues. I got alot of PDF's i donno why only this one displays weird. :( if no one else has this issue must just be my work pc being bung.

Re: At full speed with Python: a book for self-learners

#44

Earlier quoted context omitted.

I've just confirmed on a virtualbox installation of windows 7 and it is working fine on Acrobat Reader. It may be a crazy suggestion, but can you reset your computer? I've also made available an epub, so maybe you can use it instead of the pdf..

epub works great. No issues. I got alot of PDF's i donno why only this one displays weird. :( if no one else has this issue must just be my work pc being bung.

Could you provide a screenshot? You can open a github issue if you want...

Re: At full speed with Python: a book for self-learners

#45
quick suggestions:

* create sub-headings, for ex: 'Basic datatypes' chapter, create numbers/strings/lists as sub-headings...

* loop iteration - as you are anyway showing how to use 'enumerate', I'd suggest to not show 'range(len(mylist))'

* lots of ' Finally', might want to remove some or rework those sentences

----

Resources similar to this, but full fledged books

* http://greenteapress.com/wp/think-python-2e/

* http://openbookproject.net/thinkcs/python/english3e/ - based on think python

* https://automatetheboringstuff.com/

and for exercises (disclaimer: these are from my github repo):

* https://github.com/learnbyexample/scripting_course/blob/mast...

* https://github.com/learnbyexample/Python_Basics/blob/master/...

Re: At full speed with Python: a book for self-learners

#46
Could someone suggest which title sounds better: "at full speed with python" vs "up to speed with python"?

I would like to convey the idea that this is a fast way for people to learn the basic concepts of python. But I'm not sure that "up to speed with X" exists, as I cant find many ocurrences of it in google (i'm not a english native speaker, this is the technique i use to find how certain expressions are used in english).

Re: At full speed with Python: a book for self-learners

#47

Could someone suggest which title sounds better: "at full speed with python" vs "up to speed with python"? I would like to convey the idea that this is a fast way for people to learn the basic concepts of python. But I'm not sure that "up to speed with X" exists, as I cant find many ocurrences of it in google (i'm not a english native speaker, this is the technique i use to find how certain expressions are used in en…

They mean slightly different things.

Sorry for the Portuguese translation foreigners. But since I noticed you are from Setubal, Portugal.

"At full speed with python" -> "Chegar á velocidade máxima com Python."

"Up to speed with python" -> "Chega a velocidade desejada com Python."

Re: At full speed with Python: a book for self-learners

#48

Could someone suggest which title sounds better: "at full speed with python" vs "up to speed with python"? I would like to convey the idea that this is a fast way for people to learn the basic concepts of python. But I'm not sure that "up to speed with X" exists, as I cant find many ocurrences of it in google (i'm not a english native speaker, this is the technique i use to find how certain expressions are used in en…

"Getting up to Speed with Python" is what you are after. "Up to speed" implies that the reader is already "there", hence, the book will be targeting readers that already have considerable knowledge and skill with Python. Clearly, your statement, "I would like to convey... that this is a fast way... to learn the basic concepts...", you are targeting those with minimal skills and experience. Therefore, they will be "getting up to speed" as they go through the book, with the implication that upon completion of the book, they will be "at speed".

Re: At full speed with Python: a book for self-learners

#49

Could someone suggest which title sounds better: "at full speed with python" vs "up to speed with python"? I would like to convey the idea that this is a fast way for people to learn the basic concepts of python. But I'm not sure that "up to speed with X" exists, as I cant find many ocurrences of it in google (i'm not a english native speaker, this is the technique i use to find how certain expressions are used in en…

"Getting up to Speed with Python" is what you are after. "Up to speed" implies that the reader is already "there", hence, the book will be targeting readers that already have considerable knowledge and skill with Python. Clearly, your statement, "I would like to convey... that this is a fast way... to learn the basic concepts...", you are targeting those with minimal skills and experience. Therefore, they will be "ge…

Yes, that's it! Thanks!

(Changed the book title to match..)

Re: At full speed with Python: a book for self-learners

#50
Changed the book title to "Getting up to speed with Python" which is a more accurate title for what I wanted to write. Made a new release with a few corrections and the new title at https://github.com/joaoventura/full-speed-python/releases

Cannot change anymore the title or the link on HN though..

Post reply on HN