Python Code Review: Refactoring a Web Scraper, PEP 8 Style Guide Compliance, requirements.txt

Поділитися
Вставка
  • Опубліковано 12 гру 2024

КОМЕНТАРІ • 18

  • @piotralanp
    @piotralanp 8 років тому +5

    Your reviews put a really big smile on my face! I like watching how you clean up that messy code, and fix everything that drives me nuts in it! It's so relaxing, like popping bubble wrap or observing flowing water.
    I think it can be a thing like ASMR, and relaxation music for programmers, did you consider to make a film "10 Hours Of Cleaning Messy Python Code with Rain Sounds and Tibetian Singing Bowls in the Background"? You really should! Or I will do it - and I mean it!

    • @piotralanp
      @piotralanp 8 років тому

      hahaha "if your interpreter throws an error - don't be mad, who cares?... We don't make mistakes, we have happy accidents!"

  • @sunnz
    @sunnz 8 років тому

    another great review! I didn't know that you can select multiple variables and change their names at the same time, I shown that to my colleagues today and they were all impressed! Thanks Daniel!

  • @karlhopkinson-turrell3982
    @karlhopkinson-turrell3982 8 років тому

    Great video thank you. It's just as useful to hear more reasons to consistently format code, as it is to hear about the more complex possibilities for race conditions. If you need any more material for future videos like this, I'd be happy to volunteer some of my code. Keep it up.

  • @MyselfMil
    @MyselfMil 8 років тому

    Thanks Daniel, I really loved all your suggestions and I missed committing my run me file which will execute the main file.

  • @yujinyuz
    @yujinyuz 7 років тому

    Thanks for this one! I would probably recommend this to someone after learning the basics. I really don't like it when reading someone elses ugly messy code. Well, as Pep20 says, "Beautiful is better than ugly." I am no great programmer, I just want to follow the best practices even if the program only does is print your name :)

  • @gelbander
    @gelbander 8 років тому +1

    Thanks for a great code-review session! What color-scheme do you use or is it "home-made" :)? I really liked that you have different color depending on single/double quoates.

  • @legacy_kyleconnolly7868
    @legacy_kyleconnolly7868 7 років тому

    Based on requirements.txt maybe this script was apart of a Flask application?
    Love these code reviews!

  • @dr_920
    @dr_920 6 років тому

    Thanks a lot for making this video.

  • @kwomyurii
    @kwomyurii 6 років тому

    Hi Dan, awesome video! Learned a lot today. I'm just curious how did you edit the single quotes at the same time just by highlighting one?

  • @memoriasIT
    @memoriasIT 5 років тому

    Great video

  • @dpicollege
    @dpicollege 6 років тому

    could you make video for how to read python document AT docs.python.org ? for example explain meaning of [{}{}{}{}{}]

  • @Adam-yf2ux
    @Adam-yf2ux 5 років тому +1

    Your'r on ...

  • @SandhanSarma
    @SandhanSarma 5 років тому

    Hi Dan! Great series. I think its a very fast way to pro up by analyzing at other people's code.
    It would be great if you could also do a code review for a very basic python game I wrote few years back
    github.com/sandhan26/Snake-game-python-pygame

  • @mberone8649
    @mberone8649 5 років тому

    Why not just run the code and show us what it does.