The Ultimate Coding Setup for Data Science

preview_player
Показать описание
In this video I go though how I setup my operating system to code for datascience. We talk about operating system, terminal, IDEs and more.

Timeline:
00:00 Intro
00:22 Operating System
03:53 Terminal Stuff
09:19 Virtual Environments
12:40 IDEs

My other videos:

#datascience #python #coding
Рекомендации по теме
Комментарии
Автор

Really cool video. Is always hard at the beggining to know which is the beast set up, and chossing from so many options. Thanks a lot and keep the good work.

saxegothaea_conspicua
Автор

Really cool! This is exactly what is missing. I am just used to work on jupyter notebooks and this helps transition into a more terminal-scripts workflow. Would be interesting to follow you on a project setup. Something like the tensorflow developer exam.

luis
Автор

Two tools that I discovered while interviewing for my last job is fzf (fuzzy find, super fast replacement for find + grep on file names) and ag (silver searcher, like grep -R but lightning fast).

nevelis
Автор

This guy’s content is always on point!

liamboyd
Автор

Thanks for the recommendations!! I'll definitely give Tmux a try.

juan.o.p.
Автор

GREAT! I'm in the process of learning Ubuntu, so this vid comes just in time...thanks!

beethovennine
Автор

You talk about helping us on a daily basis with a bass guitar in the background... I see what you did there :D

cedric
Автор

Really cool video. Definitely gonna try Tmux, love it!

rahatos
Автор

I would recommend adding Docker to the set up ; it makes it easier to deploy your work

juliocardenas
Автор

Re: vi - Yes, it is unintuitive for novices, but once you learn _all_ of it, it is the most efficient programming editor by far. What it does _not_ provide (without extensions and/or external utilities) are niceties like keyword and variable completion, function/method synopsys help etc. IDE it is not, but as a pure editor, it is unmatched.

bazoo
Автор

Casual people: python, jupyter notebook and modules are the most important things for data science.


Rob: tmux and linux or go cry

arda
Автор

As usual. Amazing content! Maybe you could also specify the hardware setup. Screen / Desk / CPU Components / Mouse etc.

MassaM
Автор

this video was very helpful for me (new to linux and data science)

MrDotManPeriod
Автор

Great Video Rob.Thanks for sharing the setup .Could you pls do a video on how to ssh, using vim ? And also few tips and tricks 😃

deepak
Автор

Hamdulilh i have found your youtube channel as i switch from R to python and i found your channel really really amazing

mohamedtekouk
Автор

Great video Rob - thank you. I hope you don't mind me mentioning, but you have a spelling error in your website title banner. I know, a minor thing, but being a programmer and focused on detail, you may appreciate!

mirandaenergypark
Автор

this was awesome! I actually use a chrome book and use google colab for everything. really interesting to see different data science setups

jti
Автор

I was wandering what os to use in my Mac for dual boot (data science projects and some develop). I think this video illuminate me.

matematicasyprogramacioncl
Автор

I finally learned how to load scripts in Jupyter lab. Thanks

oliver_ai
Автор

Re: "why Linux" - I have to do most of my work on Windows because my clients do. But I make sure to install CygWin on every machine I work on (including clients' servers running SW I maintain) - command line is immeasurably more efficient than GUI in 95% of cases. On my Windows I now have LTS versions of Ubuntu (22.04 currently) under WSL2 and, again, do almost everything from bash.

bazoo