ATTN MAC USERS: I saw that there were some questions in the comments looking for a substitute for CTRL-Shift-F10 to autopopulate the configuration. I got Shift-Command-Option-C to work on my Mac (Sonoma 14.2), but had to populate the Script path manually in the Run/Debut Configurations window. Also had to rename from "unnamed" to "main" to match my main.py. Hope this helps.
@@MaxRohowsky Thank you for all the video series. For about 7-8 weeks, I have watched dozens of beginner Python programming videos. Everyone just sets up PyCharm quickly and starts teaching coding. But we don’t even know what PyCharm is. I mean, if someone is going to learn Python and use PyCharm as the interpreter, they should first explain what PyCharm is, what can be done with it, and how it works. Since no one explained this, we started writing small pieces of code. For example, I wrote print("hello") and ran it. Yes, it worked. After some practice, I could write a few lines of code, like 30 lines. Then, by accident, I clicked on the line number next to my code. A red dot appeared next to line 13 🔴. Since I didn’t know how PyCharm works, I later realized that this red dot was a break command. It means, “Stop running here.” Because of this, I spent hours trying to figure it out. I mean, something this simple should really be taught.
This is the most to-the-point Pycharm/Python introductory course on RUclips. I am a beginner doing this for fun and you give me so much help and confidence. Thank you!!
@@MaxRohowskyI imagine most of use that come here are looking for a few questions to be answered. I just needed to know how to open a new window to type code into. Pycharm is so unintuitive.
I'm using Pycharm for long time, but anyway it is nice to see very clear tutorials like yours. I am not a professional, I'm just learning Python for fun. I would want to see about debbuging, cos I still can not understand this thing, how it do it how does it works and how to understand what debbuger shows you
If your Python code doesn't run, here's the fix to set the correct configuration: ruclips.net/video/OajNS-WHiUI/видео.html And here's the link to the article on my new website: maxontech.io/courses/pycharm/a-brief-introduction-to-pycharm
Thanks for the guide. As someone who is completely new to python, I'm perplexed by how many settings and configurations you go through even before writing code.
It would be nice to see this material shown in the new UI but I guess that would be a huge undertaking. For now, I've switched to the previous one so I can follow along here. Grateful thanks Max. 👍
hey :) glad this video helped. And yes, you're right, it would be quite difficult to adjust the content to new UI Changes. But if you have any specific questions, let me know 😀
Thank you for the video. However what is the command equivalent to CTRL + SHIFT + F10 on a MacOS? I tried to google it but wasn't really much help. Well actually I didn't look hard enough. Please let me know.
awesome new to pycharm, was using vscode for python...but decided to switch to pycharm and could not figure out simple things like this 😂😂😂...thanks for the video
To access the TODO function on the 2024.1.2 version of PyCharm you can click "View", "Tool Windows", and "TODO" will be at the bottom of the list. This version of PyCharm also will autofill the "add configuration" allowing you to skip the configuration process or the crtl + shift + f10
Really great video. Would love to see a follow-up video that shows other shortcuts such as other programs demonstrated quickly copying (more advance option where you're copying a block of code of more than one line), advancing to the end/beginning of a line of code or code block quickly, or even how to quickly indent or remove them as you move from one line to the next, etc...that would be helpful.
I have open a pycharm, but when I start writing it does not give me the word or sentence, example, if I want to write the word PRINT it should appear the hole word, in my pycharm that is not happening, could you help me?
Hey! I currently downloaded Operational Research tools for python, but i don't exactly know where to put them in order to import them. Can you help me out?
Hello i am a beginner at programming . I am facing this issue a lot while using Pycharm and not seeing any solution to this problem . After writing several lines of codes it just does not runs any new codes i write below. Even if those codes are totally accurate. And if i remove those previous codes and put the new ones again It runs smoothly.
When I try to add a TODO to my project it doesn't seem to work. Ive coded it exactly as you showed in your tutorial. unlike your example my todo statement is not highlighted in the code. Any suggestions for getting it to work? Excellent tutorial by the way. I looked all over the internet on how to get started with PyCharm. This is the first one that I found to be understandable. Thank you.
As an IT Support guy I can suggest an obvious: restart PC and/or reinstall the Pycharm (removing all config files). More likely you changed something in a default config as I just made a fresh installation and it works out of the box for me.
ATTN MAC USERS: I saw that there were some questions in the comments looking for a substitute for CTRL-Shift-F10 to autopopulate the configuration. I got Shift-Command-Option-C to work on my Mac (Sonoma 14.2), but had to populate the Script path manually in the Run/Debut Configurations window. Also had to rename from "unnamed" to "main" to match my main.py. Hope this helps.
good call. pinned.
I'm sorry but that doesn't work at all. The correct info is shift+control+R on Mac. The script gets populated and everything.
@@cleansoapmind thanks this worked for me!
Maybe you should press the button 'fn' as well if it os there😊
@@MaxRohowsky Thank you for all the video series. For about 7-8 weeks, I have watched dozens of beginner Python programming videos. Everyone just sets up PyCharm quickly and starts teaching coding. But we don’t even know what PyCharm is. I mean, if someone is going to learn Python and use PyCharm as the interpreter, they should first explain what PyCharm is, what can be done with it, and how it works. Since no one explained this, we started writing small pieces of code. For example, I wrote print("hello") and ran it. Yes, it worked. After some practice, I could write a few lines of code, like 30 lines. Then, by accident, I clicked on the line number next to my code. A red dot appeared next to line 13 🔴.
Since I didn’t know how PyCharm works, I later realized that this red dot was a break command. It means, “Stop running here.” Because of this, I spent hours trying to figure it out. I mean, something this simple should really be taught.
This is the most to-the-point Pycharm/Python introductory course on RUclips. I am a beginner doing this for fun and you give me so much help and confidence. Thank you!!
Great to hear! :D
Perfect for someone who has no idea how to work on Pycharm. Enjoyed the keyboard "shortcut" portion!!
Took me 5 videos to find this. Thank you for not over-talking
haha thanks. I like to keep it short. :)
@@MaxRohowskyI imagine most of use that come here are looking for a few questions to be answered. I just needed to know how to open a new window to type code into.
Pycharm is so unintuitive.
@@MaxRohowskythat’s (not) what she said
hahaha
I'm using Pycharm for long time, but anyway it is nice to see very clear tutorials like yours. I am not a professional, I'm just learning Python for fun. I would want to see about debbuging, cos I still can not understand this thing, how it do it how does it works and how to understand what debbuger shows you
Hey Sigitas, I've made a video on debugging before. Maybe it helps:
ruclips.net/video/76Lu6CfMuGg/видео.html
Have fun debugging :)
That is straight to the point! Thank you for this!
thanks!
I've been looking through tutorial after tutorial, and yours is definitely my favourite
Yay, thank you!
I was stucked in the interface from where you have started. It was a great help. Thank you so much.
hey, glad that this video helped :)
If your Python code doesn't run, here's the fix to set the correct configuration: ruclips.net/video/OajNS-WHiUI/видео.html
And here's the link to the article on my new website: maxontech.io/courses/pycharm/a-brief-introduction-to-pycharm
Can you show how run a txt file in pycharm? Short quick project, please?!??!!?!?
Thanks for the guide. As someone who is completely new to python, I'm perplexed by how many settings and configurations you go through even before writing code.
Welcome Andrel :) Don't be discouraged - even experienced coders face troubles with the configs.
Thank you so much Max. You have the best and the GREATEST help videos on PyCharm. Love them all
Hey, that's awesome :) Thanks a lot :D
Well, I don't know how to thank you , first time I find a clear tutorial for beginners
hey paola, glad you find them helpful!
thank a lot man i was stucked at the home page in Pycharm since last night god bless you
Glad I could help :)
Ctrl+shift+f10 is not working I'm still unable to run the program
Use function shift f10
Also Use fn to use f10 key
Same problem
On the Mac, Ctrl-d does something else. Cmd-d duplicates. Great tutorial! I appreciate the info.
Glad it helped!
so simple, so great! it was a fear of mine and now I feel more confident to start learning python.
awesome! Very glad that it helps!
Excellent video. Nicely explained and easy to understand for a beginner like me. Thanks and much appreciated.
i am a two months old programmer and your video help me today thank you
Glad I could help!
Thank you!! Very simple and useful tutorial for a beginner!
Hey Olga :) Glad it was helpful!
Extraordinarily simple and very informative for the beginner. To the point
It would be nice to see this material shown in the new UI but I guess that would be a huge undertaking. For now, I've switched to the previous one so I can follow along here. Grateful thanks Max. 👍
hey :) glad this video helped. And yes, you're right, it would be quite difficult to adjust the content to new UI Changes. But if you have any specific questions, let me know 😀
Thank you for the video. However what is the command equivalent to CTRL + SHIFT + F10 on a MacOS? I tried to google it but wasn't really much help. Well actually I didn't look hard enough. Please let me know.
I got myself subscribed to this channel because of this easy to understand video. Thanks Max! :)
hey, thanks, that's awesome! Glad I could help!
awesome new to pycharm, was using vscode for python...but decided to switch to pycharm and could not figure out simple things like this 😂😂😂...thanks for the video
very cool that this video still helps 👍
Great resource. Deserves a million views.
thanks :) maybe one day ...
This is so much better than everything else!
Hi Maggie, thanks! Always nice to read these comments.
straight to the point with some good tips. Thanks for the video
4:42 How did you enlarge the text? CTRL + mouse wheel? Any tips for trackpad users regarding this?
To access the TODO function on the 2024.1.2 version of PyCharm you can click "View", "Tool Windows", and "TODO" will be at the bottom of the list. This version of PyCharm also will autofill the "add configuration" allowing you to skip the configuration process or the crtl + shift + f10
Really great video. Would love to see a follow-up video that shows other shortcuts such as other programs demonstrated quickly copying (more advance option where you're copying a block of code of more than one line), advancing to the end/beginning of a line of code or code block quickly, or even how to quickly indent or remove them as you move from one line to the next, etc...that would be helpful.
Thanks for the input. I'll take note of this.
Thanks. Best video! i feel very confident to start coding now.
awesome! Glad it helped :)
This is the most easy and understandable tutorial on yt thanks a lot Sir
so cool, glad it still helps people!
Thankyou so much your video was a great help starting to use pycharm, it was exactly what I needed to start writing programs and using the editor.
that's awesome:) Glad it helped
thank you for the nice video. The best thing about python is being an open source coding tool to get your simulation done.
Glad it helped :)
Excellent video! Super helpful, clear, and succinct. You earned yourself a like a follow. Keep up the great work!
Awesome, thank you!
Thank you from 2024! This was easy to follow, great tempo! :D
Glad it helped! awesome this video still helps :)
so to add our first to do all we have to do . hahaha .. I had to reverse the video again and again . loved it . by the way thanks for the video
Thanks for the video. simple yet very informative.
glad it helped:D
Thankyou so much... Best vedio on RUclips for beginners 👍
thanks, this video really did take off :)
thank you for this tutorial
Awesome, glad it helped!
Thank you so much Max. This tutorial helped me with the basics. Subscribed 🙌🙌
Hi Rasheed, glad to have you on board. :) Keep on Coding!
Clear and good tutorial. Thank you.
awesome! glad it helped :)
thank you for your tutorial video, it makes me easier to start python.
yess! keep going yadiira 💪
What is the difference between PyCharm and Anaconda?
PyCharm is a code editor and Anaconda is a python distribution for data science and scientific computing.
nice and clear, thank you, your tut was useful!
Glad to hear that!
This was very helpful. Thank you!
glad it helped!
I have open a pycharm, but when I start writing it does not give me the word or sentence, example, if I want to write the word PRINT it should appear the hole word, in my pycharm that is not happening, could you help me?
very great tutorial , i will follow the series
Much appreciated, I needed that!
glad it helped
Thats really helpful
awesome :D
What is the Mac equivalent of Control Shift F10 please
Control+option+R
thanks rares :)
Thank you for this!@!! very succinct and good :)
Glad it was helpful! :)
I'm beginner in pycharm and want to clear some doubts so
Is pycharm need extension to work on live server ? Or it's already have ?
Nice Explanation,Sir.Needs More.
Will make more in the future :D
Nice and ❤Love from India bihar brother...
Thanks for the support! :D
Thank you so much sir for this video...truly informative
awesome :) glad it helped!
Excellent video dude. Good job..
thanks Jesson!
Thank you!!
Very helpful!!
Glad it helped :)
This was great! Thank you
Glad it was helpful!
Very good video!
so cool that this still helps:)
Thank you! It was very helpful for me :)
Thank you 😊 💓 😊
welcome 🙏
Nice video. Control + Q on my Mac closed PyCharm ..lol 🙂
hi :) yes, the shortcuts aren't always identical across all users.
Sir I have an doubt..... environment location directory is not empty
hi, choosing a different directory could help
Great for beginners! Just want to know how to enlarged your code size. Thanks!
I use shift and mouse+wheel
Nice video, I can't find my TODO at the buttom, any idea please?
1:30
Thanks mate!
glad it helped
really, really thanks for that video.
You're welcome :)
can you please make a tutorial on how to install Flask in Pycharm
when i use ctrl D it does does duplicate lines but rather a continuos line
Thank you, this is an amazing vid
glad it helped :)
Hey!
I currently downloaded Operational Research tools for python, but i don't exactly know where to put them in order to import them. Can you help me out?
hey Goncalo, you can drag and drop them into the file tree on the left hand side of the screen. Are they python files??
@@MaxRohowsky It says it's a WHL file. I can't post the link where i got them from but it's a set of tools for operational research
pycharm can be used for simulate any networking algorithms ?is it is possible ?
What do you have in mind. Should be possible...
thanks buddy its really helpful
awesome :)
A very impactful teaching
Glad it was helpful!
Control-Shift-F10 does not work on my Mac Ventura 13.13.1 running PyCharm CE 2022.1.4.
It's really , helpful
Glad I could help :)
Thank you for your this work
my pleasure!
Great video, very helpful!
Glad to hear it!
thank you so much
Glad it helped!
nice explanation and tipps - thanks
glad it helped :)
Hello i am a beginner at programming . I am facing this issue a lot while using Pycharm and not seeing any solution to this problem . After writing several lines of codes it just does not runs any new codes i write below. Even if those codes are totally accurate. And if i remove those previous codes and put the new ones again It runs smoothly.
Love uuuuuuuu bro🙏💓🇮🇳
Thanks for the kind support! These comments help a lot :D
When I try to add a TODO to my project it doesn't seem to work. Ive coded it exactly as you showed in your tutorial. unlike your example my todo statement is not highlighted in the code. Any suggestions for getting it to work? Excellent tutorial by the way. I looked all over the internet on how to get started with PyCharm. This is the first one that I found to be understandable. Thank you.
As an IT Support guy I can suggest an obvious: restart PC and/or reinstall the Pycharm (removing all config files). More likely you changed something in a default config as I just made a fresh installation and it works out of the box for me.
Not sure why this doesn't work unfortunately, perhaps you can ask in my discord: discord.com/invite/JERatQsfY8
CTRL Q inspection helped me to figure out why my code is failing.
Glad it helped :)
Omg thank you so muchhh
thanks bro, that helps a lot
No problem 👍
2:45 cant i just go to file then new project
Every time i download pycharm community version it downloads pycharm EDU version instead of pycharm community version.
ctrl + shift + F10 doesn't work for everyone.
for these people filling in the script path (literally the path to the script main.py) is enough.
Thanks man
glad it helped
What is the .idea folder that also appears in the project’s folder?
Damn is that code bullet!
it's his brother:D
thank ,s for this tutorial
You're welcome 😊
thanks needed this one
Awesome :)
does this also work for IntelliJ? the one for kotlin
The Menu Bar is at the left corner side in My Pycharm. I just want to set it at the top. How can we do so?
Thank you for your help, new subscriiber here
thank you very much
Glad it helped