Тёмный
No video :(

How to run Python for Data Science - Editors vs IDEs - P.2 

Luke Barousse
Подписаться 462 тыс.
Просмотров 23 тыс.
50% 1

Опубликовано:

 

21 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 37   
@joelfidelnanaofosuappiakor7130
@joelfidelnanaofosuappiakor7130 6 месяцев назад
Your efforts were never in vain. Solid content
@kanjinha
@kanjinha 3 года назад
These video series are great. Thanks a lot Luke!
@LukeBarousse
@LukeBarousse 3 года назад
Heck yeah, thanks Joao!! Figured this was a good way to showcase a complex topic!
@kanjinha
@kanjinha 3 года назад
@@LukeBarousse I will probably make a few questions soon. I'm learning so can only ask for more great content as this. The way you explain and the pace of your videos is spot-on! I'll have a look at all of them onwards. Thanks again!
@LukeBarousse
@LukeBarousse 3 года назад
@@kanjinha Dude thanks again for the kind words!! I appreciate this!
@easydatascience2508
@easydatascience2508 Год назад
Python is exactly No.1 language for data science, just with a little deep learning curve , compared with for example R.
@003kazimehrabrashid4
@003kazimehrabrashid4 Год назад
The way you represent everything in single video is just simply impressive. All the data science or machine learning things that you do in jupyter notebook , is it possible to all those stuff in visual studio code or atom or sublime text?
@LukeBarousse
@LukeBarousse Год назад
Yes, i've since switched to using vS code primarily for running my jupyter notebooks. Also thank you for the kind words!
@003kazimehrabrashid4
@003kazimehrabrashid4 Год назад
@@LukeBarousse Thanks a lot for your reply. I am now actually watching your 4th video on Pyhton Set Up series which is about "Understanding Virtual Environments". The confusion that i got is do i need to create virtual environment for every code that i am gonna write? What if I didn't create any virtual environment and got into this issue , will it be fixable then ?
@LukeBarousse
@LukeBarousse Год назад
@@003kazimehrabrashid4 you would create a virtual environment for every project. Sometimes projects have multiple python files and so they share the same environment. BUT if you move on to another project that doesn't need the same environment, you would create a new one for this project.
@003kazimehrabrashid4
@003kazimehrabrashid4 Год назад
@@LukeBarousse what if any particular package or module gets updated in a specific virtual environment , will all the code within that virtual environment will crash or break or not able to run again?
@teckjiunho6064
@teckjiunho6064 3 года назад
Thanks for your incredible video it just help me conclude what is the use of anaconda
@LukeBarousse
@LukeBarousse 3 года назад
Awe thanks Teck! I was so confused when I started with Anaconda (and it's use case) so I hope it helped!
@dhartdata5998
@dhartdata5998 Год назад
Was useful. Thnx a lot
@deowardiman
@deowardiman 3 года назад
Hi Luke, I still don't really understand the pros and cons of using text editors and IDE. I don't see why we even bother to use text editor when IDE is just like text editor but more convenient, yet a lot of people still use text editor. Why do you think is that?
@LukeBarousse
@LukeBarousse 3 года назад
You make a great point. Honestly it depends on somebody's workflow. Some people have a workflow when buiding things with code that they don't require and IDE to test the code. Because of this they may just stick with text editors. With Python, and being new to coding, I would recommend going with the IDE so that way you can have an easy method to test your code.
@deowardiman
@deowardiman 3 года назад
@@LukeBarousse thanks for the suggestion man!
@AmosNewcombe
@AmosNewcombe 3 года назад
An IDE is one more dependency, one more thing to learn, one more source of potential bugs, and the whole "integrated" thing is contrary to the Unix ethos of small pieces loosely joined.
@LukeBarousse
@LukeBarousse 2 года назад
@@IlmiMulhid 🤣 Agree!
@JH_Piano
@JH_Piano 3 года назад
please stop with those pssshhh intros it actually makes me insane! Really love this series and your content though so thank you so much for the great videos :)
@LukeBarousse
@LukeBarousse 3 года назад
I ended up stopping it after this series.... 😔
@meesamrizvi007
@meesamrizvi007 2 года назад
Amazing videos
@LukeBarousse
@LukeBarousse 2 года назад
Thank you Muzammil!
@joannasacharz6451
@joannasacharz6451 2 года назад
Could anyone experienced for once make a video how to execute more complicated functions than print. There is this huge gab between repeating same mantra of hello world and level #768 where one doesn’t know where the we are still talking python language. I wish there were some good Chanel’s that add too the difficulty level progressively.
@workworkwork314
@workworkwork314 9 месяцев назад
Can anyone pls help. So I am using Windows and have downloaded atoms but I cannot see any termal profile in it. And I even tried running the code in cmd like file name.py but its not running the program?
@ELI-of3yg
@ELI-of3yg Год назад
why does it say environment not activated
@hetalshah8370
@hetalshah8370 Год назад
Hi Luke, thanks for making such a easy to learn videos. In my LAptop, it says invalid syntex? how to run python filename?
@LukeBarousse
@LukeBarousse Год назад
I'm not to sure on this one as i'm not sure of the full error message and how you have everything set up. When I get stuck I copy the error message and then paste it into stackoverflow.com. There is usually someone from that site that previously had a similar issue that will also have a solution.
@AJ-et3vf
@AJ-et3vf Год назад
👏👏👏👏👏👏
@prathamsethi9892
@prathamsethi9892 3 года назад
I tried saving the file and then tried opening the same in the terminal. But, it keeps showing [Errno 2]
@LukeBarousse
@LukeBarousse 3 года назад
The error is telling you that there is no file of that name in the 'working' directory. It doesn't sound like your terminal is opened at the same folder location as the file.
@chr1z1001
@chr1z1001 Год назад
I've try using cmd and failed, but works via anaconda prompt
@LukeBarousse
@LukeBarousse Год назад
Hmmm interesting... sometimes enviornments are weird in CMD
@samohts85
@samohts85 2 года назад
Nice tan :-D
@LukeBarousse
@LukeBarousse 2 года назад
😜
@domillima
@domillima Год назад
What do you use to record?
@LukeBarousse
@LukeBarousse Год назад
Like camera? Sony A6600
Далее
Don't use VSCode
35:31
Просмотров 221 тыс.
How I use Excel as a Data Analyst
11:38
Просмотров 451 тыс.
Top Apps I Use as a Data Analyst
16:39
Просмотров 36 тыс.
How I use Python as a Data Analyst
13:56
Просмотров 360 тыс.
The Ultimate Coding Setup for Data Science
17:35
Просмотров 112 тыс.
How I'd Learn to be a Data Analyst in 2024
13:17
Просмотров 266 тыс.