Python Forum

Full Version: books on learning coding
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I purchased the PYTHON CRASH COURSE ,2nd edition. Is there another book that would be very basic on learning this code that someone can recommend. I find the CRASH COURSE book good but I'd like a second book that explains more of why your doing things.
Also ,you use PRINT to display. In coding what do you use to really print ?

Al
(Jun-27-2021, 02:28 PM)alok Wrote: [ -> ]Also ,you use PRINT to display. In coding what do you use to really print ?

What do you mean by "print", if not "write to standard output" (which is what the print function does by default)?
pannaglia Wrote:'It is unlikely that books help someone'
Really?

When I first started learning (back in the late 1940's) books and schools were all we had.
There were no satellites, no cell phones, no internet, and even TV was so new that most folks didn't have one.

To this day, I still am an avid reader, most often of technical books. I find them especially helpful then working with integrated circuits for electronics design, where it's almost impossible to remember all of the pin inputs and outputs, and relationships between without tables and diagrams that are provided within technical manuals.

I love reading books, and will until I no longer can.