My new favorite python youtuber! Really love how you're bridging the gap between beginner and intermediate. Not many other people do that very well but you're nailing it.
@realpython7 жыл бұрын
Thank you for the kind words! :-)
@noinformationavailable41146 жыл бұрын
I had so much trouble understanding python until i saw your videos! You turned my crappy unclean and duct taped code into something nice and presentable!!
@realpython6 жыл бұрын
That's great to hear! I'm glad the videos have been helpful to you. :-)
@sepehrnematollahi11513 жыл бұрын
Thanks for putting a little content between all the ads!
@JoshEnglish7 жыл бұрын
The score is based on the number of errors and the number of lines. 10 is "perfect" and there is no lower bound to the score.
@egimessito2 жыл бұрын
read...actually studied your book. Finally going deep is now easy to understand how to go from cs or java to py. Well done and thank you
@cybersphere4 жыл бұрын
If you use Visual Studio Code, Pylint is included by default. You just have to give installation permission. Style errors are then highlighted automagically.
@dineshsadhwani3717 Жыл бұрын
Automagically? You mean automatically?
@cybersphere Жыл бұрын
@@dineshsadhwani3717 No, automagically. It combines the words automatic and magically and means automatically in a way that seems magical.
@ivanlaplante3 жыл бұрын
3:26 Could anyone tell me in which context he recommends using vEnv? To install any (surf?) Python tool/dependency?
@VenkateshwaraDoijode4 жыл бұрын
How to save pylint example.py console output to text file ?
@3ckortreat3 жыл бұрын
how did you make your terminal frameless??
@kennyPAGC7 жыл бұрын
pylint missed the triple whitespace between the keyword def and the function name crash
@petrockspiracy31204 жыл бұрын
Can anyone explain to me why I get a mixed-indentation error for using tabs only when I haven't used spaces? If I just use spaces it's okay but surely no one actually types out four spaces... I don't get it. Edit: okay I just did adjusted the option at the bottom right of the window to be spaces and it converts them for you
@RobinTheHoodedMan7 жыл бұрын
Great video. As a Python noobie I'm still finding out all the wrinkles, and finding out about helpful programming tools, and seeking the 'ultimate' IDE for Python (lol). Succint and to the point, nice one. Now I'm subscribed!!
@realpython7 жыл бұрын
Thanks! I hope I can continue to help you on your journey through Python!
@banderilllero5 жыл бұрын
so is this equivalent to Misra checker?
@ayushtripathi11254 жыл бұрын
I know I'm three years late, but I'm new to python and I would appreciate some help. I successfully installed pylint, but when I do "pylint [full path of file name]" command prompt says pylint is not recognized as an internal or external command. Please help, thanks!
@compphysgeek4 жыл бұрын
looks like pylint is not in your path, so you must either update your path variable with the location of pylint or call pylint also with its full path
@Danny-uq9zf4 жыл бұрын
What shell is that!? Please make a video on installing and customizing that terminal/shell!
@atefehnasiran12944 жыл бұрын
I wanted to pylint one of my files butvI had SyntaxError: invalid syntax what can I do?
@malic_zarith6 жыл бұрын
I have a question. A bunch of people say to work 6 hours a day if one wants to learn programming for a job. I only work four hours a day. This includes also working 4 hours on weekends. Is that enough, or should I start doing 6?
@realpython6 жыл бұрын
Yes, that is enough. Some people only manage about an hour a day, as long as you are consistent with it, you will find yourself progressing.
@malic_zarith6 жыл бұрын
@@realpython Ok that's good
@philtoa334 Жыл бұрын
it was time for u to use that 🤣. Thanks really nice vid.
@MrVictorock7 жыл бұрын
You should do videos about job interview in python too...for example: What a python developer must know before a job interview?
@youwouldbetterfuckme6 жыл бұрын
This question disqualifies a candidate IMHO.
@jamesuejio27875 жыл бұрын
realpython.com/python-coding-interview-tips/ :D We will have a related video walkthrough attached to the video in the next coming months.
@sumitkumarsain55426 жыл бұрын
Hi Dan. Do u have a playlist for python tutorials!! Thanks, Sumit
@realpython6 жыл бұрын
I have a few playlists available, you can check them out here: kzbin.info/door/I0vQvr9aFn27yR6Ej6n5UAplaylists
@webapplicationguide37987 жыл бұрын
Thanks Dan for all those tips.
@budi05802 жыл бұрын
Is this tutorial still relevant today ?
@dmytroohorodnik35624 жыл бұрын
You can run "pylint pylint" :)
@JSimba947 жыл бұрын
Wondering how you edited your terminal window removing the title bar??? Great video! Keep it up with the great content!
@realpython7 жыл бұрын
It's a setting in iTerm2 (remove border or something like that).
@satoshinakamoto1715 жыл бұрын
thanks ur great. please keep making videos ...ur helping the community alot with ur helpful videos.
@realpython5 жыл бұрын
Thanks for the kind words!
@sergeydeluxe4 жыл бұрын
Great tutorial! Thank you!
@iaroslavdavydiak64393 жыл бұрын
Awesome. Thank you!
@harshmishra89905 жыл бұрын
Thanks for such amazing tutorials.
@EnglishRain4 жыл бұрын
13:00 - didn't realize we had to uppercase base level variables.
@bfdhtfyjhjj4 жыл бұрын
Hes wrong. You need to use uppercase because its not variable, its a constat.
@EnglishRain4 жыл бұрын
@@bfdhtfyjhjj Thanks for correcting me.
@vaneakatok5 жыл бұрын
I can't find a way, I mean a video on generating UMLs Do you have are intend to do any?
@ArturdeSousaRocha5 жыл бұрын
Personally I prefer to leave pylint as it is and only disable specific messages to indicate that I had a good reason to do something and it's not an error. Interestingly, VS Code disables almost all pylint messages by default.
@shahrokhabbasirad22236 жыл бұрын
I really enjoyed. This video is AWESOME
@realpython6 жыл бұрын
Thanks for the kind words!
@jimgolab5363 жыл бұрын
Lint = Lexical Interpreter.
@tarekhesham51337 жыл бұрын
Thank you very much for these great tips.
@realpython7 жыл бұрын
You're welcome :-)
@maukaladka41003 жыл бұрын
Nice one
@malharjajoo73936 жыл бұрын
Nice tutorial.
@realpython6 жыл бұрын
Thanks!
@angelluisgarciaguzman55984 жыл бұрын
It just works!
@Albin_Evald5 жыл бұрын
after watching for 17 minutes, 17:07.... DOH
@vighnesh1535 жыл бұрын
Or use PyCharm
@vighnesh1533 жыл бұрын
@Peter Mortensen it has builtin pep8 checks.
@lumed21894 жыл бұрын
Pylint👍👍😍
@swadhikarc78584 жыл бұрын
Line 14 has more spaces between def and function name, still a perfect code 😂
@elhamzeinodini48284 жыл бұрын
💥💥💥
@CryptoPi_3145 жыл бұрын
If possible can you plz. make a video on 'Design Patterns with Python': en.wikipedia.org/wiki/Design_Patterns#Patterns_by_Type :)
@gshan9942 жыл бұрын
Arjan codes is a youtube channel to check for design patterns with python
@amberlong13545 жыл бұрын
me too.
@yuverris4 жыл бұрын
nice pylint ruined my whole day
@jonathanmoore56194 жыл бұрын
Concentrate on creating... Python... Literally the snake eating it's own tail...
@jonathanmoore56193 жыл бұрын
@Peter Mortensen I rest my case... Some make, some check, some do nothing at all.
@oxygenist3 жыл бұрын
.
@inftertainment5 жыл бұрын
Running ‘pip install pylint’ in terminal gets me nothing but ‘-bash: pip: command not found’
@KishoreKumar-is3qn5 жыл бұрын
install pip
@AtlantaTerry5 жыл бұрын
@@KishoreKumar-is3qn thanks, but noobs might not know how.