Learn More Python 3 the Hard Way (Addison Wesley)
Monday, 09 October 2017

This book is a follow-up to Learn Python 3 the Hard Way, in which author Zed Shaw covered the basics of Programming with Python 3. This follow-on title goes beyond the basics by working through 52 projects, each designed to show a key practical skill. There are also 12 hours of online videos, showing how to break, fix, and debug your code.

<ASIN:0134123484>

The book starts by looking at how to analyze a concept, idea, or problem to implement in software. Then, step by step, it looks at how to design solutions based on your analyses and implement them as simply and elegantly as possible.

Author: Zed Shaw
Publisher: Addison Wesley
Date: Sept 2017
Pages: 240
ISBN: 978-0134123486
Print: 0134123484
Kindle: B0759XGN6P
Audience: Python programmers
Level: Intermediate
Category: Python

 

  • Manage complex projects with a programmer’s text editor
  • Make use of the power of data structures
  • Apply algorithms to process your data structures
  • Master indispensable text parsing and processing techniques
  • Use SQL to efficiently and logically model stored data
  • Learn powerful command-line tools and skills
  • Combine multiple practices in complete projects

Related Reviews

Learn Python the Hard Way

 

For recommendations of Python books see Books for Pythonistas and Python Books For Beginners in our Programmer's Bookshelf section.

Follow @bookwatchiprog on Twitter or subscribe to I Programmer's Books RSS feed for each day's new addition to Book Watch and for new reviews.

To have new titles included in Book Watch contact  BookWatch@i-programmer.info

Banner
 


Expert Performance Indexing in Azure SQL and SQL Server 2022

Author: Edward Pollack & Jason Strate
Publisher: Apress
Pages: 659
ISBN: 9781484292143
Print: 1484292146
Kindle: B0BSWH65ST
Audience: DBAs & SQL devs
Rating: 4 or 1 (see review)
Reviewer: Ian Stirk 

This book discusses indexes, a primary means of improving performance in SQL Server, how does  [ ... ]



Software Requirements Essentials

Authors: Karl Wiegers and Candase Hokanson
Publisher: Addison-Wesley
Pages: 208
ISBN: 9780138190286
Print: 0138190283
Kindle: B0BTLC53FF
Audience: General
Rating: 4.5
Reviewer: Kay Ewbank

This slim book looks at how to work out the requirements for a software project through twenty 'practices' that you c [ ... ]


More Reviews