Different Ways Of Creating Python Environment In Data Science Projects- Conda,Virtualenv,Python

  Рет қаралды 34,396

Krish Naik

5 ай бұрын

In this engaging tutorial, we delve into the diverse ways of creating and managing Python environments, a crucial skill for any aspiring or professional data scientist. We cover everything from the basics of setting up Python in different environments to advanced techniques tailored for data science projects.
-----------------------------------------------------------------------------------------------------------------------
Support me by joining membership so that I can upload these kind of videos
kzbin.info/door/NU_lfiiWBdtULKOw6X0Digjoin
----------------------------------------------------------------------------
►Data Science Projects:
kzbin.info/www/bejne/iZCpkJZvmpeVsJY&pp=iAQB
►Learn In One Tutorials
Statistics in 6 hours: kzbin.info/www/bejne/govdomSwiLFkmNU&pp=ygUVa3Jpc2ggbmFpayBzdGF0aXN0aWNz
Machine Learning In 6 Hours: kzbin.info/www/bejne/gKnKnnubZ7Osm7s&pp=ygUba3Jpc2ggbmFpayBtYWNoaW5lIGxlYXJuaW5n
Deep Learning 5 hours : kzbin.info/www/bejne/mmPOqYiMrLyKrbc&pp=ygUYa3Jpc2ggbmFpayBkZWVwIGxlYXJuaW5n
►Learn In a Week Playlist
Statistics:kzbin.info/www/bejne/Z2LYn6BondKphbM
Machine Learning : kzbin.info/www/bejne/sGnWqZSLrMSZY68
Deep Learning:kzbin.info/www/bejne/bpLVeIqapsR-gpI
NLP : kzbin.info/www/bejne/rWTGoIV8pd6XmrM
---------------------------------------------------------------------------------------------------
My Recording Gear
Laptop: amzn.to/4886inY
Office Desk : amzn.to/48nAWcO
Camera: amzn.to/3vcEIHS
Writing Pad: amzn.to/3vcEIHS
Monitor: amzn.to/3vcEIHS
Audio Accessories: amzn.to/48nbgxD
Audio Mic: amzn.to/48nbgxD

Пікірлер: 43
@Pankaj_Khanal_Joshi
@Pankaj_Khanal_Joshi 5 ай бұрын
Waiting for an Advance ML series with all necessary mathematics 2024
@medhasu_Ai
@medhasu_Ai 5 ай бұрын
This is one thing every coder needs to learn first,you know what exactly needs to be teach
@Mon_isha09
@Mon_isha09 5 ай бұрын
Thank you so much...I was in trouble in creating it everytime
@the_princekrrazz
@the_princekrrazz 5 ай бұрын
Sir , You have a great skill of teaching English as well as Hindi. Big fan.
@saikiranpatnana
@saikiranpatnana 5 ай бұрын
Fallen in love ❤ with your teachings on data science sir, thank you so much sir🙏
@emekaobiefuna4509
@emekaobiefuna4509 5 ай бұрын
Since I discovered Poetry, I haven't gone back to VENV / Pipenv. I now prefer using poetry for creating my virtual environment. So I basically use Poetry & Conda to create virtual environment
@akshatsrivastava3793
@akshatsrivastava3793 5 ай бұрын
Thank you sir for this, I had the same problem since you started using conda to create venvs.
@HumorMen
@HumorMen 5 ай бұрын
Sir thanking you so much 🙏🙏
@sibaprasadchoudhury4135
@sibaprasadchoudhury4135 5 ай бұрын
Thank you much sir, for your such kind of the teaching.
@lenkamndev9988
@lenkamndev9988 5 ай бұрын
Thank you guru ji 🙏🥰
@zishankhan2763
@zishankhan2763 Ай бұрын
You are awsone!!! everyday I learn something new from you, big fan.... love you man!
@dineshbabuvaddineni7531
@dineshbabuvaddineni7531 5 ай бұрын
Thanks you krish this is really helpful
@bhaveshkipathshala
@bhaveshkipathshala 2 ай бұрын
Very nice video sir, Thanks a lot.
@suryadeepak5277
@suryadeepak5277 5 ай бұрын
Thank you Sir.
@junaidrizvi9884
@junaidrizvi9884 5 ай бұрын
Shab-ba-khair Krish sir😊
@viewview6687
@viewview6687 Ай бұрын
Another useful video. Thank a lot Krish !!!
@shubhamsharmaoffficial
@shubhamsharmaoffficial 5 ай бұрын
Really informative ❤❤❤
@argish
@argish 5 ай бұрын
Initially, I faced so many problems with venvs that I almost gave up on making them, mainly because every time I had issues with module versions and other stuff, I used to delete whole venv and rebuild them xD. That not only was a waste of data but also consumed a lot of time since I was on a low bandwidth wifi. it was frustrating. but eventually, I got the hang of it. only then I found that we can also use conda to make venv and it takes less time coz apparently conda caches libraries on their first install and then after, unless there is an update, it won't download the library again and instead use the cached file. fml. but the good thing is that I mastered working on both these environments.
@almd5532
@almd5532 5 ай бұрын
Certainly, it was easier in Anaconda to decode the datasets and created projects vs Python. I have a great love for learning and navigating through different libraries.
@argish
@argish 5 ай бұрын
@@almd5532 right! I still prefer python venvs in VS Code for some reason, even though conda setups are easier and scalable xD. they say old habits die hard, its true!
@neonnftz
@neonnftz 2 ай бұрын
can you help me with activating conda environment? i've tried everything but it just doesn't work
@awakenwithoutcoffee
@awakenwithoutcoffee 29 күн бұрын
@@neonnftz The error message conda is not recognized as an internal or external command, operable program or batch file indicates that the Conda executable is not in your system's PATH environment variable. This typically happens if Conda was not installed correctly or the PATH was not set during installation. Put the above inside GPT and you will get help!
@syedmohamad7967
@syedmohamad7967 5 ай бұрын
bhai deep learning kya padhai ma kasam maza a gya ek number
@krishnaik06
@krishnaik06 5 ай бұрын
❤️
@ishanagrawal396
@ishanagrawal396 Ай бұрын
Thanks Krish! Installed Anaconda but it doesn't show VS Studio. Installed VS Studio separately and trying with conda command by getting following error. 'conda' is not recognized as an internal or external command, operable program or batch file.
@mitaliutekar9936
@mitaliutekar9936 5 ай бұрын
Hi Krish , can you please also share some info on wsl for creating virtual environments along with enabling virtualisation on windows bios.
@thiraviam_k_4_TN
@thiraviam_k_4_TN 5 ай бұрын
Sir, Suggest the dataset of onset plant diseases for prediction. (Research purpose)
@salesforcetraininginmarath7112
@salesforcetraininginmarath7112 Ай бұрын
no activation deactivation stuff if env is created using Conda?
@greeshmapillai9542
@greeshmapillai9542 4 ай бұрын
I tried creating by using conda environment i.e. the last step. But after closing the project if i wish to open it again, i am not able to as it says conda is not recognized
@georgedrakoulas3552
@georgedrakoulas3552 5 ай бұрын
How about poetry?
@Garrick645
@Garrick645 2 ай бұрын
I was working with tensorflow and the code showed an error that module numpy has no attribute typeDict(). when I downgraded numpy it became uncompatile with tensorflow. Even chatgpt can't help me . Please help
@Ankitkumar-qh6tx
@Ankitkumar-qh6tx 22 күн бұрын
upgrade numpy and try diiferent way for typedict()
@Garrick645
@Garrick645 22 күн бұрын
@@Ankitkumar-qh6tx it's one month now, I did the task with some jugad somehow , but thanks for replying 🥲
@yashinfinite8338
@yashinfinite8338 2 ай бұрын
Can you help us dealing with debugging path error in vs code
@awakenwithoutcoffee
@awakenwithoutcoffee 29 күн бұрын
The error message conda is not recognized as an internal or external command, operable program or batch file indicates that the Conda executable is not in your system's PATH environment variable. This typically happens if Conda was not installed correctly or the PATH was not set during installation.
@guruprasath8378
@guruprasath8378 5 ай бұрын
Bro if streamlit works means generativeai package note working I still trying for last 2days i can't found the results can you understand me😢
@guruprasath8378
@guruprasath8378 5 ай бұрын
Interpreter error occur please say me sir
@quantumworld637
@quantumworld637 5 ай бұрын
@@guruprasath8378 Have u set .env correctly? For API.......or try to change the python interpreter manually..
@SahlEbrahim
@SahlEbrahim 2 ай бұрын
why is that i dont see Sripts folder
@user-oi6rs3fp2b
@user-oi6rs3fp2b 5 ай бұрын
again while creating conda env onda : The term 'conda' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + conda create -p venv1 python==3.10 -y + ~~~~~ + CategoryInfo : ObjectNotFound: (conda:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
@subhamjyoti4189
@subhamjyoti4189 5 ай бұрын
'add conda path to the environment variables in windows' or 'search for anaconda powershell, from there you can achieve everything'
@vishalchandru9642
@vishalchandru9642 5 ай бұрын
The python in the thumbnail is spelled wrong, @krish naik. and Thank you for your videos, absolutely impressive
@biswajitmohapatra2172
@biswajitmohapatra2172 5 ай бұрын
Sir please make more big projects using gemini model , @krish Naik
Can You Draw A PERFECTLY Dotted Line?
00:55
Stokes Twins
Рет қаралды 100 МЛН
Was ist im Eis versteckt? 🧊 Coole Winter-Gadgets von Amazon
00:37
SMOL German
Рет қаралды 35 МЛН
Khó thế mà cũng làm được || How did the police do that? #shorts
01:00