Python Lint and Formatters Introduction

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ม.ค. 2025

ความคิดเห็น • 13

  • @festuskwafo
    @festuskwafo 2 ปีที่แล้ว

    I don't really comment on TH-cam videos but to be this is the best python tutorial channel on TH-cam

  • @wazidmalik6824
    @wazidmalik6824 2 ปีที่แล้ว +2

    Good to see you after long time

    • @veryacademy
      @veryacademy  2 ปีที่แล้ว +2

      Thank you - just warming up with a few simple tutorials then get back to where I think we left off.

  • @iliandili
    @iliandili ปีที่แล้ว

    Great as always!

  • @Esteban2812
    @Esteban2812 2 ปีที่แล้ว

    Thank you for this new video! Hope you're feeling better. Regards from Colombia.

  • @Coden69
    @Coden69 2 ปีที่แล้ว

    welcome back siirrr, let's go

  • @txreal2
    @txreal2 ปีที่แล้ว +3

    More examples would be more useful than a long history lesson.

    • @veryacademy
      @veryacademy  ปีที่แล้ว +1

      Thank you for the honest feedback - this is excatly what I need to hear.

  • @mehdi-vl5nn
    @mehdi-vl5nn 2 ปีที่แล้ว

    any plan on making tutorial about Django async orm and async drivers in general?

  • @codeshortzz5603
    @codeshortzz5603 2 ปีที่แล้ว

    Nice to see you after a long time
    Is it possible to set CORS for a particular mobile app

  • @adriangonzalez7857
    @adriangonzalez7857 2 ปีที่แล้ว

    Have you tried ruff? It's an extremely fast Python linter, written in Rust.

    • @veryacademy
      @veryacademy  2 ปีที่แล้ว

      Will take a look thank you!

  • @madusan1
    @madusan1 2 ปีที่แล้ว

    I would suggest you check another project "flake8-bugbear". I am not affiliated with this project but the extra tests/checks it performs helps you to develop with better coding skills and code readability.
    Every dev should be using a linter configured minimally so as a new dev can get up to speed as quickly as possible and not straying from industry standards as little as possible.
    Using pre-commit can help safeguard against "bad" code being committed to version control (git, hg, etc) or a full CI.