Hey! I just found your channel and subscribed, love what you're doing! Particularly, I like how clear and detailed your explanations are as well as the depth of knowledge you have surrounding the topic! Since I run a tech education channel as well, I love to see fellow Content Creators sharing, educating, and inspiring a large global audience. I wish you the best of luck on your UA-cam Journey, can't wait to see you succeed! Your content really stands out and you've put so much thought into your videos! Cheers, happy holidays, and keep up the great work :)
Sir, this is till date the best Pycharm introduction tutorial on UA-cam. Thank you so much.. 🙏🙏 There is one more thing I wanted to add, I don't know if it is because of camera, but there is considerable difference in your left and right shoulder. This usually happens due to Injury , bad posture or weak bodily strength. I hope I am wrong, but it would be great if you could consult a physiotherapist.. plz dont mind my words..🙏
alt+shift+e doesnt work. is there any way i can partially select piece of code and run it in pycharm. im so used to notebooks, but for some odd reason exam will be in pycharm, so i have to learn how to run my ml models in it, even the colab is way too practical for neural networks. i despise pycharm but i have to know this. any help on running selected code?
Hi iva vrtaric, you can change the keymap in pycharm if default keyword shortcut is not working. Go to file - settings - keymap - search for Execute Selection in Console - reassign it to the new shortcut of your preference.
@@DataMites kind sir, I did that and it didn't work. Whatever the way I tred (directly, right click, or shortcut) it doesn't help. I'm working on neural networks and it would mean a world to me, the ability to run the cells separately😞
It looks like there could be a chances of duplicates or redundant files if we install already installed packages for different projects in individual virtual environment, is it like so? Or is there any techniques to use already installed packages from earlier environment to another(new) environment without reinstalling?
Hi, we use venv to isolate different environment and to working in different project that might require different version of same package for functioning the way it is supposed to.
@@DataMites okay, but what if i want to use a package for new venv that may have same version of older venv, can i just take it from older venv without reinstalling?
Great walkthrough. Thanks.
Glad it was helpful!
Great content! Thank you!
Glad you liked it!
Hey! I just found your channel and subscribed, love what you're doing! Particularly, I like how clear and detailed your explanations are as well as the depth of knowledge you have surrounding the topic! Since I run a tech education channel as well, I love to see fellow Content Creators sharing, educating, and inspiring a large global audience. I wish you the best of luck on your UA-cam Journey, can't wait to see you succeed! Your content really stands out and you've put so much thought into your videos!
Cheers, happy holidays, and keep up the great work :)
Thank you!
@@DataMites No problem!
Sir, this is till date the best Pycharm introduction tutorial on UA-cam. Thank you so much.. 🙏🙏
There is one more thing I wanted to add, I don't know if it is because of camera, but there is considerable difference in your left and right shoulder. This usually happens due to Injury , bad posture or weak bodily strength. I hope I am wrong, but it would be great if you could consult a physiotherapist.. plz dont mind my words..🙏
Hi Suwarna Choudhary, thanks for your comment and there is nothing to worry about.
@@DataMites Very happy to know..🙏
alt+shift+e doesnt work. is there any way i can partially select piece of code and run it in pycharm. im so used to notebooks, but for some odd reason exam will be in pycharm, so i have to learn how to run my ml models in it, even the colab is way too practical for neural networks. i despise pycharm but i have to know this. any help on running selected code?
Hi iva vrtaric, you can change the keymap in pycharm if default keyword shortcut is not working. Go to file - settings - keymap - search for Execute Selection in Console - reassign it to the new shortcut of your preference.
@@DataMites kind sir, I did that and it didn't work. Whatever the way I tred (directly, right click, or shortcut) it doesn't help. I'm working on neural networks and it would mean a world to me, the ability to run the cells separately😞
Hey! Thanks for your good video! Do you have any other videos/exercises of Data Science in PyCharm? Do you have any tips?
Please check other videos in our channel for more tips and tricks and also check out our Datamites page datamites.com/
It looks like there could be a chances of duplicates or redundant files if we install already installed packages for different projects in individual virtual environment, is it like so? Or is there any techniques to use already installed packages from earlier environment to another(new) environment without reinstalling?
Hi, we use venv to isolate different environment and to working in different project that might require different version of same package for functioning the way it is supposed to.
@@DataMites okay, but what if i want to use a package for new venv that may have same version of older venv, can i just take it from older venv without reinstalling?
Nice video thank you
Welcome 😊
Train.csv is not found in the feature selection file.this error occurred.