5  Programming

5.1 Data Structures and Information Retrieval in Python

Allen Downey

Data Structures and Information Retrieval in Python, is an introduction to data structures organized around a motivating example: building a search engine.

https://allendowney.github.io/DSIRP/

5.2 GeeksforGeeks

This specially designed Python tutorial will help you learn Python Programming Language in most efficient way, with the topics from basics to advanced (like Web-scraping, Django, Deep-Learning, etc.) with examples.

https://www.geeksforgeeks.org/python-programming-language/

5.3 Python for Everybody

Charles Severance (Dr. Chuck)

This web site is building a set of free materials, lectures, book and assignments to help students learn how to program in Python. The goal of this book is to provide an Informatics-oriented introduction to programming. The primary difference between a computer science approach and the Informatics approach taken in this book is a greater focus on using Python to solve data analysis problems common in the world of Informatics.

https://www.py4e.com/

5.4 Python Notes for Professionals

https://goalkicker.com/PythonBook/

goalkicker

The Python® Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow. Text content is released under Creative Commons BY-SA. See credits at the end of this book whom contributed to the various chapters. Images may be copyright of their respective owners unless otherwise specified

Book created for educational purposes and is not affiliated with Python® group(s), company(s) nor Stack Overflow. All trademarks belong to their respective company owners

816 pages, published on June 2018

5.5 The Python Tutorial

Python Software Foundation

This tutorial does not attempt to be comprehensive and cover every single feature, or even every commonly used feature. Instead, it introduces many of Python’s most noteworthy features, and will give you a good idea of the language’s flavor and style. After reading it, you will be able to read and write Python modules and programs, and you will be ready to learn more about the various Python library modules described in The Python Standard Library.

https://docs.python.org/3/tutorial/

5.6 Think Python: How to Think Like a Computer Scientist

Allen Downey

Think Python is an introduction to Python programming for beginners. It starts with basic concepts of programming, and is carefully designed to define all terms when they are first used and to develop each new concept in a logical progression. Larger pieces, like recursion and object-oriented programming are divided into a sequence of smaller steps and introduced over the course of several chapters.

https://greenteapress.com/thinkpython2/html/index.html

5.7 W3Schools Python

Python is a popular programming language. It was created by Guido van Rossum, and released in 1991.

It is used for:

  • web development (server-side),
  • software development,
  • mathematics,
  • system scripting.

https://www.w3schools.com/python/default.asp