Ask HN: Which book would you recommend for learning Python in detail?

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • futurecoder

    100% free and interactive Python course for beginners

  • https://futurecoder.io

    It's not a book, but I loved it and it is really helpful.

  • MicroPython

    MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems

  • http://www.dabeaz.com/python-distilled/

    I would recommend compiling a debug build of Python and stepping through it while it executes your script, even if it takes you an entire day for a simple script. Python is a big dictionary sandwich. Everything is a dictionary, even dictionaries.

    What does

    A.b.c() do?

    You do not need to know the Python internals. The semantics are good enough, but the leak through everywhere. You might enjoy using https://micropython.org/ to learn instead.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • explains

    more easily searchable list of explains playlist

  • +1 for Anthony's content. He even has a repository on github [1] with links to all of his videos for easier searching. It's currently up to 519 videos!

    [1] https://github.com/anthonywritescode/explains

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Memorizing a programming language using spaced repetition software (2013)

    3 projects | news.ycombinator.com | 7 Feb 2024
  • MicroPython v1.22.0

    1 project | news.ycombinator.com | 28 Dec 2023
  • MicroPython VS PikaPython - a user suggested alternative

    2 projects | 25 Dec 2023
  • about microprocessor

    1 project | /r/AskElectronics | 10 Dec 2023
  • CAN Bus with MicroPython

    2 projects | /r/raspberrypipico | 6 Dec 2023