PyCharm set Configuration and Interpreter | Why won't PyCharm Execute my Code?

  Рет қаралды 50,626

Max on Tech

Max on Tech

Күн бұрын

Пікірлер: 44
@MaxRohowsky
@MaxRohowsky Жыл бұрын
Still facing problems? Perhaps my write-up covers your issue: maxontech.io/courses/pycharm/set-configuration-and-interpreter-in-pycharm
@S1rC0w2
@S1rC0w2 Жыл бұрын
Max, I want to say thank you. I'm twelve years old and am working to study game development. I have been self teaching myself code since I was in 5th grade, and no it wasn't Scratch it was python. I have learned lots of things to make with python but YOU are the reason I still try to make programs, even if they don't work I try hard to make them work, and when I found your account when you were still the bucket coder (sorry I forgot your old username) and have been following your pygame tutorials so that I could actually make some games, and I'm still working on pygame, but I'm struggling a bit and I am getting help. But thanks for the big amount of help I got from your channel. :)
@MaxRohowsky
@MaxRohowsky Жыл бұрын
Hey, that's awesome! It's messages like this that keep me going. All the best to you and hope you continue to find a lot of valuable insights on this channel! Best, Max
@RH-Laser
@RH-Laser 7 ай бұрын
This video was super helpful as I ran into this exact problem but with your detailed help, got it all figured out...for now ;-). Thank you!!
@stuartrooksby5760
@stuartrooksby5760 Жыл бұрын
Very helpful to get such a clear solution. I'm finding some Python and particularly Pycharm technicalities far more obscure than I expected at the start.
@MaxRohowsky
@MaxRohowsky Жыл бұрын
Glad it helps :D
@rpggamer3525
@rpggamer3525 11 ай бұрын
thank you max for helping with this problem I had been facing for the last few days!😊😊😊
@MaxRohowsky
@MaxRohowsky 11 ай бұрын
Hey, awesome :) Glad to see that these videos still help!
@joeking5211
@joeking5211 Жыл бұрын
Again, your tutorial skills really do shine, thks for that, you have also made me aware of some other things that were not clear to me that you did'nt directly intend to explain, but due to your clear and excellent teaching manner you have automatically explained them to anyhow. So thks, and keep up the good work.
@MaxRohowsky
@MaxRohowsky Жыл бұрын
thanks so much!
@OllieSharks54
@OllieSharks54 10 ай бұрын
Thank you Max. Top Man.
@MaxRohowsky
@MaxRohowsky 10 ай бұрын
haha thanks!
@jm-xv3wh
@jm-xv3wh 3 ай бұрын
thanks Max your video help me in configuration , thanks again
@MaxRohowsky
@MaxRohowsky 3 ай бұрын
Glad to hear that! all the best!
@MrEjblanco
@MrEjblanco Жыл бұрын
this helped with the setup on the newest edition!!!! now codes are executing!!!
@MaxRohowsky
@MaxRohowsky Жыл бұрын
Glad it helped!
@DishaB-rx7bc
@DishaB-rx7bc Жыл бұрын
Thank you so much !!
@MaxRohowsky
@MaxRohowsky Жыл бұрын
You're welcome!!
@wiktorm9858
@wiktorm9858 11 ай бұрын
Pretty cool series of tutorials. I would recommend making translations with AI 😊
@SIMPLYSTUPID712
@SIMPLYSTUPID712 Жыл бұрын
Omg thank you soooo much
@MaxRohowsky
@MaxRohowsky 11 ай бұрын
welcome :))
@WilliamVideoUT
@WilliamVideoUT 6 ай бұрын
Great job, so helpful
@MaxRohowsky
@MaxRohowsky 6 ай бұрын
Nice! Glad it helped you William 💪 Keep coding!
@sffahim3588
@sffahim3588 Жыл бұрын
Thanks ❤❤
@MaxRohowsky
@MaxRohowsky Жыл бұрын
Hey :) your're welcome! Glad it helped.
@chathupadamith2184
@chathupadamith2184 7 ай бұрын
Thank you so much❤
@Jeff_Seely
@Jeff_Seely Жыл бұрын
Thank you very much man I'm really enjoying your channel. I realize this is jumping ahead a bit I have really grown accustomed to using VIM as my text editor. Apparently there is a way to integrate VIM into Pycharm with a plug-in known as IdeaVim. Have you used this plugin for a similar plugin with the same key bindings or key chords?
@MaxRohowsky
@MaxRohowsky Жыл бұрын
Hey Jeff, glad the videos help! Unfortunately, I'm not familiar with that extension.
@mahirapamnani4362
@mahirapamnani4362 6 ай бұрын
God!!! Thank you so much!!
@5Minutes-lt8mn
@5Minutes-lt8mn 5 ай бұрын
Thank you thala ❤
@MaxRohowsky
@MaxRohowsky 5 ай бұрын
welcome :)
@Scotti.Q
@Scotti.Q 9 ай бұрын
Hello Max - thank you very much for the concise and yet informative video! I have one question - in the video at one point you ignore the option "inherit packages from base interpreter". But I assume the virtual environment does not run standalone based on one or two modules I would import to it. As a complete freshman to Python, I assume every module, library, etc., loaded into the virtual environment is built on top of Python's base interpreter (in the back) or am I wrong here?
@MaxRohowsky
@MaxRohowsky 9 ай бұрын
hi Scotti, glad the video helped! You need to think of the virtual environment and the global environment as two separate spaces. To each of these you can install packages e.g. pygame, numpy etc. If you choose "inherit global site packages", you allow your virtual environment to access the ones that are globally installed. If you don't choose this, then your virtual environment will only have the packages you install to it. Hope this helped. 🙏
@Scotti.Q
@Scotti.Q 9 ай бұрын
Thank you very much for you quick response. So without inheritage ticked I stay within the narrow range of the few packages I loaded into the virtual environment. It is hard for me to grasp in which kind of setting that could ever make sense. But as you are recommendig to typically work with virtual environments, I am sure it does. Thanks again!@@MaxRohowsky
@atlaameb9580
@atlaameb9580 5 ай бұрын
thank you so much
@MaxRohowsky
@MaxRohowsky 5 ай бұрын
glad these vidoes help!
@rammytammy3483
@rammytammy3483 8 ай бұрын
THANK YOU
@MaxRohowsky
@MaxRohowsky 8 ай бұрын
welcome rammy!
@infocus5410
@infocus5410 Жыл бұрын
somehow, on creating a new project, my venv always ends up in the External Libraries, any help?
@lancemarchetti8673
@lancemarchetti8673 8 ай бұрын
Awesome
@SuperKevinFS
@SuperKevinFS Жыл бұрын
Can u help me out with pycharm abd power shell integration
@MaxRohowsky
@MaxRohowsky Жыл бұрын
Hi Kevin, this should fix it: 1) Open PyCharm and go to File > Settings > Tools > Terminal. 2) In the "Shell path" field, enter the path to PowerShell. This should be the full path to the PowerShell executable on your computer. For example, the default installation path for PowerShell on Windows is "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe". Oh, and before you try, make sure you have powershell installed!
@theditor.x
@theditor.x Жыл бұрын
thank u
@MaxRohowsky
@MaxRohowsky Жыл бұрын
You're welcome!
10 PyCharm Tips To Code FASTER! 🚀🚀🚀
9:33
Patrick Loeber
Рет қаралды 57 М.
когда не обедаешь в школе // EVA mash
00:51
EVA mash
Рет қаралды 3,9 МЛН
Inside Out 2: ENVY & DISGUST STOLE JOY's DRINKS!!
00:32
AnythingAlexia
Рет қаралды 14 МЛН
The most important Python script I ever wrote
19:58
John Watson Rooney
Рет қаралды 200 М.
How to Fix PyCharm Import Error and Setup Your Interpreter
9:47
Tech With Tim
Рет қаралды 540 М.
Run Python code using a run configuration in PyCharm | Getting started
7:34
PyCharm, a JetBrains IDE
Рет қаралды 31 М.
25 nooby Python habits you need to ditch
9:12
mCoding
Рет қаралды 1,8 МЛН
PyCharm Debug Tutorial | How to Debug Code in PyCharm!
14:59
Max on Tech
Рет қаралды 62 М.
3 PYTHON AUTOMATION PROJECTS FOR BEGINNERS
17:00
Internet Made Coder
Рет қаралды 1,6 МЛН
The Value of Source Code
17:46
Philomatics
Рет қаралды 60 М.
когда не обедаешь в школе // EVA mash
00:51
EVA mash
Рет қаралды 3,9 МЛН