Which is your favourite or go-to YouTube channel for being up-to-date on Python?

This page summarizes the projects mentioned and recommended in the original post on /r/Python

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
  • yesqa

    Automatically remove unnecessary `# noqa` comments

  • He made yesqa and pyupgrade (among others), and also works on flake8. His main job is for https://sentry.io/.

  • Sentry

    Developer-first error tracking and performance monitoring

  • He made yesqa and pyupgrade (among others), and also works on flake8. His main job is for https://sentry.io/.

  • 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
  • pyupgrade

    A tool (and pre-commit hook) to automatically upgrade syntax for newer versions of the language.

  • He made yesqa and pyupgrade (among others), and also works on flake8. His main job is for https://sentry.io/.

  • Flake8

    flake8 is a python tool that glues together pycodestyle, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code.

  • He made yesqa and pyupgrade (among others), and also works on flake8. His main job is for https://sentry.io/.

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

  • What is the best strategy to align coding practice across the team?

    3 projects | /r/Python | 29 Dec 2021
  • pathlib instead of os. f-strings instead of .format. Are there other recent versions of older Python libraries we should consider?

    5 projects | /r/Python | 18 Dec 2021
  • Found out that using dict() instead of {} has a performance impact. Is there a way to transform every call of dict() to use {} in a automated way? codemod or pre-commit?

    2 projects | /r/Python | 30 Nov 2021
  • Implementing Quality Checks In Your Git Workflow With Hooks and pre-commit

    6 projects | dev.to | 13 Dec 2023
  • [Tool Anouncement] github-distributed-owners - A tool for managing GitHub CODEOWNERS using OWNERS files distributed throughout your code base. Especially helpful for monorepos / multi-team repos

    2 projects | /r/github | 13 Sep 2023