Resources for any programming language include video lessons, notes, and e-books. Here I'll list the best resources for Python.
Many websites provide Python resources, but official documents are the best.
Let’s take a look at the resources they offer.
Python Beginners Guide - https://wiki.python.org/moin/BeginnersGuide
Python Developer Guide - https://devguide.python.org/
Free Python books − https://www.php.cn/link/edf959e1c2188ad869e9cf0294c53c8c
Python Standard Library - https://docs.python.org/3/library/index.html
Python HOWTOs - https://www.php.cn/link/8eb4b4c01bf3375828c5494c2f6e7685
Latest Python Lecture -https://pyvideo.org/
Now, let’s talk about Python resources besides official documentation. Here are some popular text courses on Python and its libraries:
Python/Python related technologies or libraries | describe | |
---|---|---|
Python Text Course | This tutorial is for software programmers who want to learn Python 3. | |
AI with Python | is:artificial intelligence using Python | This tutorial covers the basic concepts of artificial neural networks, natural language processing, machine learning, deep learning, genetic algorithms and other fields of artificial intelligence and their implementation in Python |
Python Deep Learning | This short tutorial introduces Python and its libraries, such as Numpy, Scipy, Pandas, Matplotlib; Theano, TensorFlow, Keras and other frameworks. | |
Logistic Regression in Python Tutorial | This tutorial is prepared for students and professionals to help them understand how to perform logistic regression in Python. | |
Machine learning using Python | This tutorial focuses on machine learning using Python. | |
Python - Data Science Tutorial | This tutorial is designed for computer science graduates as well as software professionals who are willing to learn data science in simple steps using Python as a programming language. | |
Python Blockchain Tutorial | Any programming enthusiast who wants to keep up with the latest trends in blockchain development can benefit from this tutorial. If you are a learner interested in learning the basics of blockchain development, this tutorial is perfect for your needs. | |
Python web scraping tutorial | This tutorial will teach you the concepts of various web crawlers and enable you to easily crawl various types of websites and their data. |
The above is the detailed content of What are the best Python resources?. For more information, please follow other related articles on the PHP Chinese website!