Home Backend Development Python Tutorial What to read when getting started with python

What to read when getting started with python

May 30, 2019 pm 02:14 PM
python

Today I have prepared 5 introductory Python books for you. In addition to the books, the editor has also compiled 3 commonly used resource websites to share with you.

What to read when getting started with python

1. Python Basic Tutorial

"Python Basic Tutorial" is a classic Python introductory tutorial book. This book It has clear layers and rigorous structure. Especially in the last few chapters, the author applies the previously described content to the project and introduces the project development process in the form of a template. He teaches Python development step by step, allowing readers to appreciate the power of Python from the project. Real charm. This book is not only suitable for beginners to lay a solid foundation, but also helps Python programmers improve their skills. Even technical experts in Python can find refreshing content in the book.

2.Python for data analysis

This book introduces the use of ipython, notebook, Numpy, Scipy and Pandas packages, etc., as long as you master the basic syntax of python Just learn.

Here I still want to recommend the group I created myself: 483546416. All the people in the group are learning Python development. If you are learning Python, the editor welcomes you to join. Everyone is a software development party, from time to time Share useful information (only related to Python software development), including the latest 2018 Python advanced materials and advanced development tutorials compiled by myself. Welcome friends who are advanced or want to get deeper into Python

Author Wes McKinney is a senior data analysis expert, has in-depth research on various Python libraries, and has accumulated rich experience in a large number of practices. He is one of the most recognized authorities in the Python and open source technology communities. Developed pandas, a famous open source Python library for data analysis, which has been widely praised by users.

3.Python 3 Program Development Guide

"Python 3 Program Development Guide" tells the 8 key elements that make up the Python language, divided into different chapters. It provides a detailed explanation, including data types, control structures and functions, modules, file processing, debugging, processes and threads, networks, databases, regular expressions, GUI programming and other aspects. The content of the book is mainly based on practical examples, and there are exercises at the end of each chapter to help readers better understand and master the content. It is very suitable for use as a Python language textbook and has certain reference value for Python programmers.

4. Python data analysis and mining practice

The basic part in the front of this book is very detailed and comprehensive. It is a good book for getting started with Python. The following Demo is also very close to actual combat, and introduces detailed cases of using Python for data mining. Both data and code can be downloaded, which is extremely practical.

5.Python Cookbook

This book introduces some techniques and methods of Python in various fields, from the most basic characters, file sequences, dictionaries and sorting, It covers advanced object-oriented programming, databases and data persistence, XML processing, and Web programming, as well as advanced and abstract descriptors, decorators, metaclasses, iterators, and generators. But this book is relatively heavy, so you can keep it handy and read it when you have nothing to do. There are many experiences in the book, which will inspire you when your thoughts are blocked.

Three commonly used resource websites

1. Wowebook

If you are a programmer who likes to read books, This website will definitely be your favorite. The website is full of e-books on programming. The resources are very rich. If you have friends who like to read books, you can go to this website first to look for them.

2.Github

On Github, there are a large number of open source code libraries, and many programmers will upload their written projects here. At present, Microsoft has announced the US$7.5 billion acquisition of GitHub, which has made many developers feel uneasy, and they have begun to turn to GitLab. Both are web-based Git repositories (warehouses) with streamlined web development processes. They are both for development teams. Provides a centralized, cloud-based place to store, share, publish, test, and collaborate on web development projects.

3. CSDN

CSDN is a website that programmers like very much. First of all, it is in Chinese and classifies various languages. It is very convenient to find things. CSDN also provides a lot of download resources for programmers to use.

The above is the detailed content of What to read when getting started with python. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Repo: How To Revive Teammates
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Is there any mobile app that can convert XML into PDF? Is there any mobile app that can convert XML into PDF? Apr 02, 2025 pm 08:54 PM

An application that converts XML directly to PDF cannot be found because they are two fundamentally different formats. XML is used to store data, while PDF is used to display documents. To complete the transformation, you can use programming languages ​​and libraries such as Python and ReportLab to parse XML data and generate PDF documents.

How to convert XML files to PDF on your phone? How to convert XML files to PDF on your phone? Apr 02, 2025 pm 10:12 PM

It is impossible to complete XML to PDF conversion directly on your phone with a single application. It is necessary to use cloud services, which can be achieved through two steps: 1. Convert XML to PDF in the cloud, 2. Access or download the converted PDF file on the mobile phone.

Is there a mobile app that can convert XML into PDF? Is there a mobile app that can convert XML into PDF? Apr 02, 2025 pm 09:45 PM

There is no APP that can convert all XML files into PDFs because the XML structure is flexible and diverse. The core of XML to PDF is to convert the data structure into a page layout, which requires parsing XML and generating PDF. Common methods include parsing XML using Python libraries such as ElementTree and generating PDFs using ReportLab library. For complex XML, it may be necessary to use XSLT transformation structures. When optimizing performance, consider using multithreaded or multiprocesses and select the appropriate library.

What is the process of converting XML into images? What is the process of converting XML into images? Apr 02, 2025 pm 08:24 PM

To convert XML images, you need to determine the XML data structure first, then select a suitable graphical library (such as Python's matplotlib) and method, select a visualization strategy based on the data structure, consider the data volume and image format, perform batch processing or use efficient libraries, and finally save it as PNG, JPEG, or SVG according to the needs.

How to open xml format How to open xml format Apr 02, 2025 pm 09:00 PM

Use most text editors to open XML files; if you need a more intuitive tree display, you can use an XML editor, such as Oxygen XML Editor or XMLSpy; if you process XML data in a program, you need to use a programming language (such as Python) and XML libraries (such as xml.etree.ElementTree) to parse.

How to beautify the XML format How to beautify the XML format Apr 02, 2025 pm 09:57 PM

XML beautification is essentially improving its readability, including reasonable indentation, line breaks and tag organization. The principle is to traverse the XML tree, add indentation according to the level, and handle empty tags and tags containing text. Python's xml.etree.ElementTree library provides a convenient pretty_xml() function that can implement the above beautification process.

Is the conversion speed fast when converting XML to PDF on mobile phone? Is the conversion speed fast when converting XML to PDF on mobile phone? Apr 02, 2025 pm 10:09 PM

The speed of mobile XML to PDF depends on the following factors: the complexity of XML structure. Mobile hardware configuration conversion method (library, algorithm) code quality optimization methods (select efficient libraries, optimize algorithms, cache data, and utilize multi-threading). Overall, there is no absolute answer and it needs to be optimized according to the specific situation.

How to control the size of XML converted to images? How to control the size of XML converted to images? Apr 02, 2025 pm 07:24 PM

To generate images through XML, you need to use graph libraries (such as Pillow and JFreeChart) as bridges to generate images based on metadata (size, color) in XML. The key to controlling the size of the image is to adjust the values ​​of the <width> and <height> tags in XML. However, in practical applications, the complexity of XML structure, the fineness of graph drawing, the speed of image generation and memory consumption, and the selection of image formats all have an impact on the generated image size. Therefore, it is necessary to have a deep understanding of XML structure, proficient in the graphics library, and consider factors such as optimization algorithms and image format selection.

See all articles