“Python has been around since 1991, but lately, it has seen a massive resurgence due to machine learning and Jupyter environments. Since this language has changed over many years, it can be daunting figuring out how to get started. Head First Python not only gives you the basics but cuts out all the unnecessary cruft. You will enjoy developing a real-world application with a fun real-world story while creating notebooks and deploying a workable application on the web. If Python is on your to-do list, start with this book!”.

The print dir combo mambo.
When provided with the name of any Python object, the dir BIF returns a list of the object’s attributes that, in the case of the deck variable, are the attributes associated with a set object.
As you can see (below), there are an awful lot of attributes associated with a Python set. Note how the output from dir is combined with a call to the print BIF, ensuring the displayed output is drawn across your screen as opposed to down your screen, which cuts down on the amount of scrolling required of your poor fingers. This may not be something to dance about but—hey!—every little bit helps.
Contents.
Other books in O'Reilly's Head First series.
Author of Head First Python Table of Contents (the real thing).
Howto use this Book: Intro.
1. Why Python?: Similar but Different.
2. Diving in: Let’s Make a Splash.
3. Lists of Numbers: Processing List Data.
4. List of Files: Functions, Modules & Files.
5. Formatted String Literals: Make Charts from Data.
6. Getting Organized: Data Structure Choices.
7. Building a Webapp: Web Development.
8. Deployment: Run Your Code Anywhere.
9. Working with HTML: Web Scraping.
10. Working with Data: Data Manipulation.
11. Working with: elephants dataframes: Tabular Data.
12. Databases: Getting Organized.
13. List Comprehensions: Database Integrations.
14. Deployment Revisited: The Finishing Touches.
A. The Top Ten Things We Didn't Cover.
Бесплатно скачать электронную книгу в удобном формате, смотреть и читать:
Скачать книгу Head First Python, Third Edition, Early Release Raw and Unedited, Barry P., 2023 - fileskachat.com, быстрое и бесплатное скачивание.
Скачать epub
Ниже можно купить эту книгу, если она есть в продаже, и похожие книги по лучшей цене со скидкой с доставкой по всей России.Купить книги
Скачать - epub - Яндекс.Диск.
Дата публикации:
Теги: учебник по программированию :: программирование :: Barry
Смотрите также учебники, книги и учебные материалы:
Предыдущие статьи: