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!
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!
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.
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 :)
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.
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
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!
hahaha "if your interpreter throws an error - don't be mad, who cares?... We don't make mistakes, we have happy accidents!"
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!
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.
Thanks Daniel, I really loved all your suggestions and I missed committing my run me file which will execute the main file.
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 :)
You're welcome! :)
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.
Based on requirements.txt maybe this script was apart of a Flask application?
Love these code reviews!
Thanks a lot for making this video.
You're welcome!
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?
Great video
Thank you!
could you make video for how to read python document AT docs.python.org ? for example explain meaning of [{}{}{}{}{}]
Your'r on ...
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
Why not just run the code and show us what it does.