Learn PYTHON to be a DATA ANALYST?!? (or is R enough...)

Поделиться
HTML-код
  • Опубликовано: 21 авг 2024

Комментарии • 665

  • @SunDevilThor
    @SunDevilThor 2 года назад +1040

    I would absolutely love an in-depth tutorial from beginning to end on how you put your web-scraping script together.

    • @LukeBarousse
      @LukeBarousse  2 года назад +242

      If this comments gets some more likes, I'm definitely down for this!!!

    • @Major_Data
      @Major_Data 2 года назад +24

      +1

    • @priyankgupta
      @priyankgupta 2 года назад +31

      @@LukeBarousse Please do this.....

    • @ronytakchi7199
      @ronytakchi7199 2 года назад +18

      Subscribing so I don't miss this vid!

    • @briangolembiesky6402
      @briangolembiesky6402 2 года назад +18

      @@LukeBarousse I was about 5 minutes into your video and had the same thought. I would absolutely love a tutorial on creating a web-scraping tool specifically to look at new job positions on Indeed or Linked In. Probably going to send you an email asking if I could pay to have you put together a tutorial. It would be invaluable.

  • @sicelovilane5391
    @sicelovilane5391 2 года назад +17

    I have often noticed people focus on the seemingly cool stuff like coding too much without the basic understanding. I have an IT background and currently a BI Developer. My preferred list would be the following:
    1. Get enough knowledge of Statistics
    2. Use one simple statistics tool with a Graphical User Interface e.g SPSS, Stata, etc
    3. Sharpen your MS Excel skills
    4. Learn SQL for data analysis
    5. BI tool or Visialization tool e.g. Power BI, Tableau
    5. Learn a Data Science programming language e.g python, SAS, R
    6. Build projects
    I'm sure you'll be the complete package. Thank me later 😊😊

    • @lilith1504
      @lilith1504 13 дней назад

      you didnt give any clue about python or R 1st. No thanks!

  • @Fnartprod
    @Fnartprod 2 года назад +176

    I work with both R and python on a daily basis, from a statistical tool stand point the R ecosystem is better, more statistical tests are available, with more statistics (like confidence intervals) and under the hood the implementation tends to be more accurate, also for a beginner with a stat background R api is closer to the theory so it's faster to pickup. Python is way better as a general purpose programming language hands down. I'm working on porting some of R's statistical tools to python

    • @LukeBarousse
      @LukeBarousse  2 года назад +9

      Very much agree with this my dude! Thanks for sharing this!

    • @stonecat676
      @stonecat676 2 года назад +6

      the R api being closer to theory and math terminology is spot on, that's why it's preferred for data science positions that utilize math more

    • @GohanSSJII
      @GohanSSJII 2 года назад

      وين تعلمت خويا هذا المجال ؟ من ڨوڨل سارتيفيكايت ؟ راني حاب نبدا هذا المجال اذا عندك roadmap نكون مشكور ليك الله يحفظك

    • @seekerj1643
      @seekerj1643 2 года назад +2

      Agreed. I think they both have their purposes and as a statistical tool R is the way to go. Python has a bit of catching up to do but it will for sure.

    • @vivekjoshi3769
      @vivekjoshi3769 2 года назад +1

      Did you learn R first or Python for data analytics? I started with Python in the beginning for basics & then moved to R. I didn't learn Python libraries but I have learned some R libraries. Now I feel these libraries are pretty overwhelming.
      I am thinking to go back to python.

  • @joemoe1739
    @joemoe1739 2 года назад +49

    I made some research on this topic at our University. Statistically, many IT students, prefer Phyton over R and it was no surprise because many of them think that Phyton is more dynamic and easy to understand, where as r needs to type complex syntax to perform operations. But I prefer R for doing statistical analysis and other stuff. With R, I think you'll be able to to to the deeper insights into a statistics. Glory to those R diehards.

    • @LukeBarousse
      @LukeBarousse  2 года назад +1

      Ha! I can appreciate me some R!

    • @emilyau8023
      @emilyau8023 Год назад +2

      My first programming language was Java. If you understand most programming languages including R, you can pick up how to use Python. These people who are complaining act like it's a war crime. They need to chill.

    • @LuminousWhispers11
      @LuminousWhispers11 Год назад

      It is pretty common for python to thrown into people's faces.

  • @DJ_Osiris
    @DJ_Osiris Год назад +12

    Start with Excel. It's indispensable . I learned R before I learned SQL. Once you learn the dyplr package of R, SQL will be a breeze. SQL is not that hard once you understand the principles of data manipulation and R is a great way to learn that.

  • @LukeBarousse
    @LukeBarousse  2 года назад +25

    How do you use Python (or R) for data analytics?
    ALSO, Al Bellamy and I are GOOD FRIENDS and we pick on each other all the time. I don't think I communicated this well in the video, so wanted to clarify that Al meant no ill intention with his comments and neither did I with mine.

    • @shraddhaverma4111
      @shraddhaverma4111 2 года назад +3

      I have barely managed the python basics and now R ????

    • @LukeBarousse
      @LukeBarousse  2 года назад +5

      @@shraddhaverma4111 Pick one and go from there!

    • @kwamsahortor
      @kwamsahortor 2 года назад +4

      I approach this issue the same way I do MS Excel and Google Sheet. I use one as my daily driver and the other when I must.

    • @artursvalujevs275
      @artursvalujevs275 2 года назад +4

      I use both. I find everything-data to be much easier to accomplish in R up until the point when your data product needs to be a cog in a bigger machine. Then it's Python.

    • @LukeBarousse
      @LukeBarousse  2 года назад +3

      @@kwamsahortor Thanks for sharing this!! I like this approach

  • @CS-si8kl
    @CS-si8kl 2 года назад +105

    People should learn from you how to take criticism in the most positive way before learning anything that is to do with data analytics. Great video. And savage response by giving a shoutout to the same person. 😂

    • @LukeBarousse
      @LukeBarousse  2 года назад +5

      ha! I try to be savage! Thanks for watching!!

    • @InglesConConfianza
      @InglesConConfianza Год назад

      That was a perfect response to criticism.

  • @MrCeroSombra
    @MrCeroSombra 2 года назад +20

    I actually genuinely love using R. It's really the first programming language (I don't count SQL as it's not really the same thing as I see it) that I've tackled after studying C++ for years and studying basic Linux kernel scripting and it is honestly fun. I've never felt so confident with optimizing my code before. Also, it is ridiculously easy for me to grasp most new concepts. I won't lie, I haven't looked much into python, with only a couple hours of it under my belt, but I think I will always be attached to R. Also, sidenote Rstudio is a fantastic IDE for all the above languages. Imho. Thanks for the video, I watched it before starting the Google Certificate and again now.

    • @LukeBarousse
      @LukeBarousse  2 года назад

      Can completely agree with this for R, it's def a great option to use. Thanks for sharing Clyde!

  • @kwamsahortor
    @kwamsahortor 2 года назад +83

    "...so when I understood that R was barbaric, I switched over and learnt Python." Luke you're a savage and the R community will be coming for you. 😀😀😂😂 I'm living for this R vs Python "debate".

    • @LukeBarousse
      @LukeBarousse  2 года назад +7

      I got my shields ready... I'm ready to take on the R nerds... hahahaha Thanks Michael!!

    • @faustin289
      @faustin289 2 года назад +10

      Why is R considered 'barbaric' though?
      If anything, I find it a clean and simple language that doesn't try too hard to do everything like python. It only lives for data analysis and it does the job excellently.
      If only I could wrap my head around its love affair with lists and the ***apply family of functions!

    • @Major_Data
      @Major_Data 2 года назад +12

      Funny thing is, while R may be barbaric, the R user community is pretty polite and equitable. Notice I didn't say anything negative about Python itself in that video, just the vast army of Python Fanboys. 😉

    • @LukeBarousse
      @LukeBarousse  2 года назад +4

      @@Major_Data There are no rules in Python Fanboy land!! We take no prisoners!! 😂

    • @LukeBarousse
      @LukeBarousse  2 года назад +6

      @@faustin289 I was saying "Barbaric" as a joke! R is a very decent tool IMO for a data analyst! I'm just Python Fanboy, so I'm obliged to say rude things like that 🤣

  • @bouseuxlatache4140
    @bouseuxlatache4140 2 года назад +33

    Luke you should be supervising masters students. You just did a hypothesis testing supported by a mixed qualitative and quantitative analysis. Brilliant! No kiding. You should be supervising those kids. You'd be a super lecturer. Thanks for the video and take care.

    • @LukeBarousse
      @LukeBarousse  2 года назад +4

      Aww Bouseaux, thanks for the kind words my friend!! And ha, I wouldn't mind teaching a class one day, but glad you noticed the motive behind my video! 🙌🏼 May need to do more videos like this!

  • @nodaswardenaar
    @nodaswardenaar 2 года назад +12

    "I myself started with r on my journey, and realized when r became barbaric I switched" -Luke. Dude starting on projects not long ago with r, I really feel this one. I came from a biomedical science background and learning r for my minor bioinformatics. I didn't had any expectations whatsoever and had no idea about programming at all. Coming from no background, r has been really challenging and fun experience to learn. The learning process of r had really much similarities between my background and the syntax. Didn't thought that statistical analysis was really fun to work with, since I had only used excel for statistics before.

    • @LukeBarousse
      @LukeBarousse  2 года назад +3

      😂 I really didn’t think many people were going to catch me saying that… hahaha
      Awesome to hear about the projects with R, it can be tough at time but totally worth it. So much better then dealing with spreadsheets alone for analysis.

  • @extraincomesuz
    @extraincomesuz Год назад +6

    Luke, I'm on the final module of the Google Data Analyst Certificate, learning R. I too wondered why I was learning R since job posts more often asked for Python. I learned Intermediate JavaScript so understood foundational programming before this course. I like using Sheets & SQL but feel I need to dive deeper into Excel. I love this journey and wish I could plug my brain into learning multiple languages at once -- Python, advanced SQL and advanced Excel functions. This video pushed me to subscribe, thank you for the analysis!

    • @LukeBarousse
      @LukeBarousse  Год назад

      Heck yeah, good luck with finishing up the certificate!

  • @crisolivares7847
    @crisolivares7847 2 года назад +8

    Hey Luke,
    I am currently taking 3 courses 2 hrs a day 2 days a week for 10 weeks. Data Analysis with R & RStudio, Data Analysis with Python Anaconda and Python basic Machine learning. That's how I came across with your channel. 4 months ago I took a 60 hrs course in Python 3 which was based in the Cisco PCPA. These courses are free in my city because of a Microsoft techspark project they did with the Mexican government. My dream is to get an Entry level job in Data science I just have my High School Degree but if I get a job with the salary they have for entry level positions in my city I will be able to pay my college right now I have 2 daughters and my wife is pregnant and making 100dlls a week! I know it sounds crazy but the economy in Mexico is very different.
    I just wanted to say thank you for all the quality content and give you some context on the audience you reach and might not have an idea you are helping a lot of people.
    Honestly Thank you.

    • @LukeBarousse
      @LukeBarousse  2 года назад +4

      Thanks for sharing this Cris, Good luck with your journey in data science. I admire your hard work and perseverance. You got this my dude!!

  • @marcocerrato9014
    @marcocerrato9014 2 года назад +35

    Hi Luke, like always great video. I completely agree with your analysis. I am a python fanboy, but you are right. Python is not a requirement for a lot of cases. Having said that, I do believe that having Python under your skill belt is a plus. Same goes with knowing R. Oh I also use datacamp.

    • @LukeBarousse
      @LukeBarousse  2 года назад +2

      Heck yeah thanks for sharing this Marco! Glad to have you as a fellow "Python Fanboy"!! Very much agree with your assessment of Python and R.

  • @hugoestrada194
    @hugoestrada194 2 года назад +23

    Great video and analysis there, hi Luke, I'm a Software Engineer from Guatemala and currently I'm working as a Data Analyst. Personally, there are a couple of points that I'd like to mention that I strongly believe are worthy, in order to have a healthy discussion. I use Spark, Python and SQL almost every day on my job, like each language to me has its own pros and cons. I used to work as a DBA, so I have a couple of second thoughts regarding SQL haha. I do agree that Excel, R and SQL are good foundational languages to start in this field, and I'm not a Python fan, or better said, I'm not advocating for any language, to me, the tool, or language of choice, will depend on the needs of your project, and the community you have. Like, why would you use SQL or Python or R or any language, when you can actually combine them. My advice, would be, don't marry any language or tool, because that's all what they are: TOOLS.

    • @LukeBarousse
      @LukeBarousse  2 года назад +1

      Boom! Love this knowledge bomb Hugo! Thanks for sharing this. Very much agree with your perspective. You need multiple tools in order to succeed as a data analyst!

    • @YazminAbat
      @YazminAbat 2 года назад

      Very wise!! sometimes the tools are more googleable for certain tasks :) vba + python + sql work wonders

    • @oseikwamejones9019
      @oseikwamejones9019 Год назад

      I love this.

  • @wartem
    @wartem 2 года назад +5

    In Sweden, Power Bi is about 5 times more likely to be in postings than Tableau.

  • @muffinhydra
    @muffinhydra 2 года назад +4

    Also I would argue due to the popularity of python its easier to get resources about it in order to get decent / above average with it . Within the course, to go with R, is to make sure that there is a definitive base skill level for it; while with python you can learnt that anywhere to a decent degree.

  • @geenahspace5391
    @geenahspace5391 Год назад +2

    Your videos❤😩😩
    I just can’t stop watching, been binging all night and I can’t get enough.
    Thank you so much Luke, I’m a newbie to Data Analysis, I’m about to start out even though I haven’t even gotten a Laptop yet. I’m hopeful to start out as soon as I have saved enough for a HP or Dell Laptop.
    I’m glad I have a background on excel from computer lessons my mum enrolled me at after junior highschool here in Nigeria.
    Studied Nutrition in the university and becoming a Data analyst on Food, diet and the medical sector sounds really nice🥺. I am definitely doing this, might take sometime but surely it would happen.
    Once again, thank you Mr. Luke, you inspire me alot and your contents are so wholesome.
    It’s liberating, it gives me a feel that this is achievable because of how well and easy you’ve broken it down.
    I’ll sleep now, sadly I can’t get even 4 hours sleep from now (it’s 4:16 am in Nigeria) because I have to work this morning but it’s been so worth it😅.

    • @LukeBarousse
      @LukeBarousse  Год назад

      Glad you have been enjoying the videos!!
      Good luck on your learning journey you got this! 🙌🏼

  • @wilsonaguilar6117
    @wilsonaguilar6117 2 года назад +4

    Ty for the advices! I started with R and now I am using python because I like working in other programming stuffs such as automatization and webscrapping

    • @LukeBarousse
      @LukeBarousse  2 года назад +1

      Heck yeah, thanks for sharing this Wilson, such a good reason to switch over to Python!

  • @Moon-ob7lb
    @Moon-ob7lb 2 года назад +5

    Excellent video! I especially appreciate you opening up the scope and sharing the other tools that are important!

  • @navjotsingh2251
    @navjotsingh2251 2 года назад +6

    I use R, google sheets and Java for all analysis. Never had to touch python at all. But it depends on where you work and what their tech stack is.

    • @LukeBarousse
      @LukeBarousse  2 года назад +2

      Thanks for sharing this tech stack, I agree depends on where you work!

  • @vivekjoshi3769
    @vivekjoshi3769 2 года назад +4

    Hey Luke!
    Amazing video.
    This video speaks exactly my thoughts. I have been thinking why people are not focusing on skills like Excel & SQL and straightaway diving into Python libraries.
    Phew! I realized this early & started working on Excel & SQL.

    • @LukeBarousse
      @LukeBarousse  2 года назад +3

      You're on the right track Vivek! To often (including myself) we get lured into learning Python before learning other important skills

  • @sergeymelkumov5940
    @sergeymelkumov5940 2 года назад +3

    I just finished my certificate and very happy about it. I think R does everything I need it to do and beyond. There are packages for web scrapping and building production ready web apps (not with Shiny, i know it has performance issues, with dashR).

    • @LukeBarousse
      @LukeBarousse  2 года назад

      Thanks for sharing this Sergey! I agree with what you are saying about R

  • @Eyalgazit
    @Eyalgazit 2 года назад +9

    Thank you Luke, Have a great day!
    Personally I finished the Google Analytics certification and started to learn Python in my own pace.

    • @LukeBarousse
      @LukeBarousse  2 года назад +1

      This is awesome to hear Eyal! Good luck with your Python studies, you won't regret it

  • @S.R.Yejan28
    @S.R.Yejan28 2 года назад +5

    Hey, Luke! Thank you so much for this informative video.
    I think that maybe I am living my life backwards, but I am halfway through learning R with DataCamp, and was planning to flow directly into learning SQL > XL > PowerBI.
    I know that this might be against your recommendations, but it is really helping me understand the world of data analysis better and it teaches me how to think in those terms. This as I come from a completely different background as an ESL teacher.
    But anyway, I love R and your channel both jajaja!

    • @LukeBarousse
      @LukeBarousse  2 года назад +3

      Hey Samuel, the recommendation I provided here was a generalization focused on those that want to enter the world of data analytics and get a job quick. There is no "perfect" path. The fact that you are motivated enough to continue your studies with R while also learning data analysis is good enough in my book!! Keep up the hard work and studies!!

  • @Major_Data
    @Major_Data 2 года назад +8

    Dude, I haven't laughed that hard in forever. Brilliant!

    • @LukeBarousse
      @LukeBarousse  2 года назад +1

      I'm not gonna lie... I was a little nervous for your reaction to this 😳
      Glad you got a laugh out of it!!

    • @Major_Data
      @Major_Data 2 года назад +2

      @@LukeBarousse I'm honored! Seriously, I should do a tutorial on how to start beefs between RUclipsrs... 🤣

  • @allahjoseph
    @allahjoseph Год назад

    Bullllseye on the analysis & presentation! My guy doesn’t miss. Great stuff dude

  • @elghark
    @elghark 2 года назад +1

    My personal experience was pretty much the same as that you pictured:
    -started with excel + some vba code
    -SQL fundamentals
    -Matlab for university
    -R as my very first data analysis/science environment
    -python for everything
    If I were good at, I'd probably keep on working with both R and Python.
    Even if Python it's the one I prefer, I have to admit that R is much easier as starting point. Many less libraries mean much less confusion and let u focus on few crucial ones. I miss its outstanding libraries for statistic tests and the way u can insert inputs according your needs.

    • @LukeBarousse
      @LukeBarousse  2 года назад

      Thanks for sharing this perspective. Very much agree about the ease of learning R as well and it still being a powerful language!!

  • @Raphaelogwu
    @Raphaelogwu 2 года назад +1

    “When I understood the R was barbaric”
    This has me rolling

    • @LukeBarousse
      @LukeBarousse  2 года назад

      😂 I don't think the R-lovers thought that it was as funny... but I'm glad that you did!! hahaha

  • @arvind_purushotham
    @arvind_purushotham 2 года назад +2

    In my opinion..lets not have roadblock on what tech to master..Its basically on the usecase we handle..If its about deployment, deeplearning , nlp, oops, scraping -- python is my choice..If its about statistical test, market basket analysis, other eda analysis -- R is my choice..It depends on community interest on a specific algorithm..

    • @LukeBarousse
      @LukeBarousse  2 года назад

      BoOOm!! Very much agree with this Arvind!!!

  • @stopthink9000
    @stopthink9000 2 года назад +15

    This was GREAT!! I liked the R portion most of all from the Google DA Cert course. I was wondering the differences between the two and if I was missing out on anything with Python. You definitely hear a ton more about Python than R. The thing I like about R is it's quick and dirty capabilities. You can go from CSV to visualizations within a minute or two on a large dataset. You definitely can get to know quite a bit about a dataset in a short time w/ R. I would like to learn more Python soon, but it's not as urgent as I thought it might be. Thanks man!

    • @LukeBarousse
      @LukeBarousse  2 года назад +1

      Yep, def not as urgent!! If R is getting your job done then it is good enough and stick with it to master it!! Thanks for sharing this Philip!

  • @davidmiller-td1sl
    @davidmiller-td1sl 2 года назад +5

    You R starting quite a battle with this one! Great video! DataNerds can use a lot of tools!

    • @LukeBarousse
      @LukeBarousse  2 года назад

      Thank you to my top subscriber! You are gonna crush this race this weekend!!

  • @PhilosophyofArtandScience
    @PhilosophyofArtandScience 2 года назад +2

    "when i understood r was barbaric" lmfao

  • @advrohitowhal9794
    @advrohitowhal9794 2 года назад

    Luke every video is EYE opener. BIG THANKS!!!!!

  • @Qzbub
    @Qzbub 2 года назад

    This is such a good eagle eye view on what skills to master and why

  • @viceroyop6385
    @viceroyop6385 2 года назад +1

    Very helpful insight going into my last year of uni. Thanks.

    • @LukeBarousse
      @LukeBarousse  2 года назад +1

      Heck yeah, glad I could help!!

  • @JASA_87
    @JASA_87 2 года назад +1

    Thank sooooo much for this vid.... I want to break in into the tech world and I wanted to be a data analyst but did not know the path I should go to achieve such goals... thank you for providing all the 8nfo I need to start on my journey

    • @LukeBarousse
      @LukeBarousse  2 года назад

      Aw thanks for this Julio! Keep up the positive vibes my dude, you got this!

  • @christianpedigo5213
    @christianpedigo5213 2 года назад +4

    I got my certification through the Google courses. I honestly think that R is far more difficult to learn than Python. I'm teaching myself the latter and i'm finding it's easier to learn (without much guidance) than R (with the courses guidance). So, with that said, I'm not sure whether or not R is inherently more difficult than Python, or if the course's teaching style simply didn't match my learning style.
    But yeah, I've really enjoyed Python and mostly resented R.

    • @christianpedigo5213
      @christianpedigo5213 2 года назад +1

      And then following this, I absolutely love SQL and would be 1000% happy if my entire day was spent in it.

    • @LukeBarousse
      @LukeBarousse  2 года назад

      Everybody has their own learning style, so I agree with you that its hard to say... is it the learning method or is it the language? Either way, you are proceeding forward with learning a language which is A+ is my book! Keep up the hard work Christian!!!

  • @diegodelsol1309
    @diegodelsol1309 2 года назад

    Great response, Luke! Positive and professional. Keep up the good work.

  • @rakohasan
    @rakohasan 2 года назад +2

    Take love Luke. You are amazing. Your analysis is much mind blowing. No one talk me that I should be master of Excel.All of them said, start with python. Most of the article and videos give important on python first.Your recommendation is blessing of new comer. Thank you. Actually I was looking such as video.You have given all answer of my query. ❤️😇

    • @LukeBarousse
      @LukeBarousse  2 года назад +1

      Heck yeah! This is so awesome to hear Rako! Good luck in your learning journey!!

  • @minlingg91
    @minlingg91 2 года назад +2

    i started with python first as I started learning data science through a government subsidized diploma which teaches Python/Tableau by default. It was the most cost efficient way for me.However, I am looking to pickup R as it is the preferred language that the analytics department at my company uses. im currently in a non-analytics role but i still find python useful in automating some tasks, manipulating data with pandas etc. that would take me hours on excel.

    • @LukeBarousse
      @LukeBarousse  2 года назад +1

      Yeah I think they are both great. It’s awesome to hear how you are applying both!!

  • @arthurbaz2
    @arthurbaz2 2 года назад +1

    As an economist, I use R for econometric/spatial/general data analysis and now I'm also getting into shiny dashboards, which allow me to present results nicely. I've very limited knowledge of Python, but my goal with it is learning web scraping and other stuff that R can't do as well... Same with SQL, which I'm using to query huge databases.

    • @LukeBarousse
      @LukeBarousse  2 года назад +2

      Heck yeah, these are great goals to have with Python. I think you've picked a great reason to start learning it! good luck!

    • @arthurbaz2
      @arthurbaz2 2 года назад

      @@LukeBarousse thanks! Your content is being really useful

  • @caiotheodore9751
    @caiotheodore9751 6 месяцев назад

    cool video, my only problem with this analysis is scraping ALL job postings. Outs of those 150k, a lot might be skecthy or simply undesirable jobs. As a statistician who recently spent a lot of time looking for my first job, I haven't seen a job offering talking about Tableau even once

  • @imdeepu7855
    @imdeepu7855 2 года назад

    Thank You Luke for putting effort and given us a brilliant idea about the same topic.

  • @vladi1475S
    @vladi1475S 2 года назад

    This is also a good project to add to your own experience as a data analyst.
    Thanks for the video!

  • @bouseuxlatache4140
    @bouseuxlatache4140 2 года назад +1

    I like this little R vs Python fight. for sure each community will strive to develop further modules and packages and refine them. we will all benefit from that. personally I want to love both of them. I use a lot microsoft solution and have the impression python is used a lot with azure to transform and load the data. and R is used to support machine learning solutions like machine learning studio. I wonder if google is going that route? thanks for the video Luke!

  • @Rawi888
    @Rawi888 2 года назад

    Stellar Vid. I got a lot of anxiety thinking " Oh crap, I've wasted so much time doing nothing, now look at this mountain of work I need to tackle. AND I"M STILL GONNA PROCRASTINATE" but you know.... I'm kind of... sick and tired of being sick and tired man. I GOTTA BE ABOVE IT !

  • @peschebichsu
    @peschebichsu 2 года назад +2

    6:44 wow really, only 8 Million people use python? I expected that number to be much higher. Great video btw!

    • @LukeBarousse
      @LukeBarousse  2 года назад +1

      Yeah I was surprised too! So few people!

  • @johnsonnnaji6510
    @johnsonnnaji6510 Год назад

    Love your sincerity in your viewpoints. Always Top Top quality from you Luke

  • @user-ul2lv7qs7r
    @user-ul2lv7qs7r Год назад

    Enlightened. Thanks Luke!!!

  • @innocentiuslacrim2290
    @innocentiuslacrim2290 Год назад +2

    Python is such a great language to learn as you can apply it rather simply to a LOT of problems. I have a bit of an issue with the habit of learning a lot of different programming languages when I could just get better with one more flexible tool.

  • @faustin289
    @faustin289 2 года назад +2

    If you can do a pivot table, there's nothing more to learn in Excel. I'm not sure I will ever put "Excel" in my list of skills on CV.

  • @gsabella4
    @gsabella4 2 года назад

    In the Google DA Cert, about to start the R section of the course (almost to the finish line) Looking forward to learning!

  • @seankennedy4284
    @seankennedy4284 2 года назад

    "BARBARIC" lol. That was funny.

    • @LukeBarousse
      @LukeBarousse  2 года назад

      🤣 May have been a little dramatic!

  • @nikbohm
    @nikbohm 2 года назад

    I'm not a data scientist. Just interested in the field as an amateur. @Luke, we need more people like you, in any field and not just tech, who calmly and objectively try to understand how to improve their area of work, rather than denigrating people like this Al person did. Great video. Keep up the good work and the attitude.

    • @LukeBarousse
      @LukeBarousse  2 года назад +1

      Thanks for the kind words!!! Oh BTW Al is a great dude!! He was only saying the things he did as a joke. I in NO WAY was trying to make Al seem like he was abad dude, I really enjoyed his humor on this subject so I wanted to share it!

  • @akin242002
    @akin242002 2 года назад +1

    As a Python fan, Python is just fun and nice to read. However, I like how you address the issue. Self reflection isn't easy.

    • @LukeBarousse
      @LukeBarousse  2 года назад

      It's never easy but must be done! Thanks for sharing this!!

  • @EsinaViwn9
    @EsinaViwn9 Год назад

    Just think about it through the inequality lens: disadvantaged R users are partly supported by such google actions, no big deal, good news for R users, not a big problem for Python users, given the amount of available materials

  • @danyos777
    @danyos777 2 года назад

    The issue at hand is that no video has segregated the use and value of using either language for a specific purpose.
    Overall, while both R and Python languages achieve almost the same results, they show them using different visuals and representations depending on the purpose. Usually, they are looked at their work dealing with statical results.
    R language is mostly popular among the scientific community, universities, and large and sophisticated organizations. It’s used for a lot of advanced statistical analysis that most organizations will never need to use.
    Python, on the other hand, is mostly used for the analysis of the average business world from small to midsize companies, and even large.
    Most data analysts get bogged down into details about tools rather than the actual use case. I feel that looking into LI job postings should be enough to tell you what path you’re following.
    One must examine oneself and decide the path to follow rather than the tools. Knowing oneself and passion will help you then decide on the tools.
    Am I looking for a sophisticated organization that needs more a Data Science person? This role is more sophisticated as if would go into more advanced analytics techniques and technologies.
    Or, am I looking into companies that want a more entrepreneurial person with more business acumen to find business insights for a company? A data analyst role would then be more appropriate for this role as it will deal with data is spreadsheets and simple databases.
    From here, we can then determine the types of tools that would be more effective and the language.
    Yet, we can do more with Python if looked outside statistical needs and analytics needs. We can build things that R simply is not designed for.

    • @LukeBarousse
      @LukeBarousse  2 года назад +1

      Thanks for sharing this perspective!

  • @chancellorpalpatine3352
    @chancellorpalpatine3352 2 года назад +1

    Most criticisms of R I read are blatantly wrong. People who throw shade seem to have last interacted with the language in 2012. I also agree that R is easier to learn. Finally, if you come from a statistics background, as opposed to comp sci, R may actually provide more job opportunities, as you can look for both Statistician as well as data analyst / scientist positions.

    • @LukeBarousse
      @LukeBarousse  2 года назад

      Nice! Very much agree with this, thanks for sharing this perspective on R!

  • @alyan9247
    @alyan9247 Год назад

    Sir your advice is helping me as a entry level Data Analyst so i'm really Thankful to you with tons of Love 💓

  • @jaymo2024
    @jaymo2024 2 года назад

    The point is that Python might not be better than R in Google’s view but Python required jobs are more abundant so you would not waste valuable learning time on something you will never use

  • @macrovunet9848
    @macrovunet9848 2 года назад +1

    For some, in data analytics, learning Python may very well be an unneeded distraction, when R is so much more to the point. Learn the one language you need, and learn it well. Google just might have it right here.

    • @LukeBarousse
      @LukeBarousse  2 года назад

      Very much agree with this!! 🙌🏼

  • @amythequeenzhang
    @amythequeenzhang 2 года назад

    Thank you Luke for all the good stuff.

  • @hemantaphurailatpam3956
    @hemantaphurailatpam3956 2 года назад

    if you are learing python as a data analyst, better learn cython too. If ur code is running in a few minutes, then its fine. But if it takes hours, or days to run, then better implement cython. That being said, most of the code optimization can be done in the structure of the code (less nested for loop and if-else statement). Numpy array operation is a way to achieve this. In my case I am comfortable with both python and C. So, whenever I need speed I wrote a piece in C and link to my python code.

    • @LukeBarousse
      @LukeBarousse  2 года назад

      Thanks for sharing this hemanta, def agree on using this for speed efficiency. I typically stick with Python as my code runs fast enough for me

  • @SC-bi6my
    @SC-bi6my 2 года назад +1

    I have learn Python a little bit and now i just start Google cert. with R. I think R is more easily in term of picking up the basic in data analysis. Actually I think both R and Python are good at data field.

    • @LukeBarousse
      @LukeBarousse  2 года назад

      Hey thanks for sharing this, awesome perspective to hear!

  • @ckpratibha9956
    @ckpratibha9956 2 года назад +1

    Great content, was looking for an answer to this!

    • @LukeBarousse
      @LukeBarousse  2 года назад

      Thanks for coming on over to my channel CK!! Glad I was able to help!!

  • @BoxerDogs
    @BoxerDogs 2 года назад

    This was another very helpful video. Thank you for posting.

  • @shilpakarra7059
    @shilpakarra7059 2 года назад +1

    I just started the Module in the Google Data Analytics Certification on Coursera where they start with R programming. I feel, because I am from a completely non technical background, it is both high and low for me now. The high being that since I am not aware about any programming language at all, I just have to start with something, which is R, currently. And the low being too many reviews from experts about how one is better than the other are giving me a scare. But like you mentioned, I am just at the beginning level of Data Analytics, switching careers after a 15 year run into HR. So, I'd rather focus on R, probably practice more of Tableau and SQL before I think about going with a specific programming language.

    • @LukeBarousse
      @LukeBarousse  2 года назад

      Very much agree with this Shilpa! Don't be intimidated by R, it's perfect for learning a programming language! Good luck!!

    • @tgfmg007
      @tgfmg007 2 года назад

      I'm also on the Google Data Analytics Certification. Been in music education for ten years (teaching). I'm enjoying it! I do plan to take other courses on Python soon. Can't wait to see where it takes me.

  • @charafreggui2053
    @charafreggui2053 2 года назад +2

    Luke you are one of the best data analytics youtubers that I'm a big fun of.I'm a computer science student in my last year andhaving both skills and interests in both data analytics and IOT fields , however wondering which one holds the most demand for entry job . What do you think ?

    • @LukeBarousse
      @LukeBarousse  2 года назад

      Hey Charaf, thanks for the kind words my dude!! I'm not too familiar with the job demand in IOT, but for data analytics I feel like it's staying positive. Plus is can be applied in so many different industries that I really feel it's promising... Good luck in your studies!

  • @223mauricio
    @223mauricio Год назад

    Analysis of Python use , I had to rewind like ten times … my brain just exploded with this “simple” script 😂 I think now I will call you the God of data analysis… ✅ number 1

  • @catvyhuynh7359
    @catvyhuynh7359 2 года назад

    Thanks for your analysis and comparison between Python and R. Personally, I think both programming languages are useful for data analysis, but these tools are not enough for data analysts since we also need to master other tools like SQL, Tableau, Power BI, and speadsheets. By the way, I really like the way you use Python to collect relevant job information from LinkedIn to make analysis. Since I'm doing the Google DA certificate, I'll have to learn R first. After finishing, I've planned to do the track Data Analyst with Python from datacamp because I think I can learn the most of Python for data analysis here. Your learning journey of Python really encourages me to follow my learning pathway. So thanks again and I'm looking forward to your new videos!

    • @LukeBarousse
      @LukeBarousse  2 года назад

      Aw thanks for the kind words!! I think you have a great learning plan established for data analysis and python, so keep it up!

  • @daniilg586
    @daniilg586 2 года назад +2

    Used to use R to implement statistics models into my analysis on risk. However, the vast majority of dudes in my team work with python so do not see any difference in it, R is just a bit easier for me in terms of syntaxis 😀

    • @LukeBarousse
      @LukeBarousse  2 года назад +1

      Thanks for sharing this Daniil!! Very much agree with your assessment here!

  • @humanoanonimo1558
    @humanoanonimo1558 2 года назад +19

    What's your opinion about the future of data analysts with the arrive of AI and automatization?
    Thanks and nice content 😊

    • @LukeBarousse
      @LukeBarousse  2 года назад +6

      I'm not concerned with automation at this moment in impacting data analytics. The BIGGER problem we are facing RN in this community is establishing data pipelines for CLEAN data. I feel companies are going to be investing heavily in this and this is the future problem data analysts need to be thinking about.

    • @humanoanonimo1558
      @humanoanonimo1558 2 года назад +4

      @@LukeBarousse thanks man
      It would be great if you deepened this topic in a video

    • @LukeBarousse
      @LukeBarousse  2 года назад +3

      @@humanoanonimo1558 This is a great idea!!!

    • @vincentmbwende9131
      @vincentmbwende9131 2 года назад

      Insightful. .thank you

    • @lzxp7943
      @lzxp7943 2 года назад +2

      I think any work related to analysis will be difficult to be replaced by machines for a long time because the hardest part in analyzing this kind of work is probably because it takes into account human nature and the psychology of customers. This is a feeling that is difficult to reflect in the data depends on the empirical judgment of analysts.

  • @flightrisk7566
    @flightrisk7566 2 года назад

    languages are engineering tools; what determines the effectiveness of a language for a problem domain is usually the body of legacy code written for that domain and it’s reliability and efficacy, which is derived from the dedication of a language’s users, rather than the grand forward planning and wisdom of its designers
    use any language long enough, learn enough of them, and you start to realize that we programmers have to be shrewd with our application of these different models of computation like statisticians and scientists are with their models of natural phenomena: recognizing that all are wrong, but some are occasionally useful

    • @LukeBarousse
      @LukeBarousse  2 года назад

      Thanks for sharing this!! Very interesting perspective!

  • @CPA1535
    @CPA1535 2 года назад

    as an accountant who is learning this stuff the reason why excel is so popular is because us finance folks live in excel. you have to think about the end user when you do your data analytics and using excel as a canvas for your final product will make non data analyst folks feel more comfortable.

    • @LukeBarousse
      @LukeBarousse  2 года назад

      Very much agree with this, thanks for sharing this. Excel is very user friendly to a lot of people

  • @willianferreira6613
    @willianferreira6613 2 года назад +1

    That information is quite good for me. I already work with excel VBA, power query and power Pivot. My role is to automatize projects and reports. I already developed a project using python as well. Unfortunately I can't share because it contains company's information. But I guess I am almost ready to transition.

    • @LukeBarousse
      @LukeBarousse  2 года назад +1

      Yeah I think your start with excel is foundational. Keep up with the learning new tools!

  • @sebastianvarela2190
    @sebastianvarela2190 2 года назад +2

    tidyverse packages are vastly superior to any Python stuff. Pandas is barbaric and clumsy. For data engineering just use Scala.

    • @LukeBarousse
      @LukeBarousse  2 года назад

      Thanks for sharing this!! But don't you talk about my 🐼 that way!! 🤣

  • @lamkwokyu
    @lamkwokyu 2 года назад

    The panda photo on your desk is indeed indicating your preference of python (joke)

  • @Tejaswi_ss
    @Tejaswi_ss 2 года назад

    Thank you so much for suggesting datacamp i have tried learning from different channels and coursera too but datacamp is the best🙌

    • @LukeBarousse
      @LukeBarousse  2 года назад +1

      Thanks for sharing this Tejaswi!!

  • @turkishdisco2
    @turkishdisco2 2 года назад

    "once I learned that R was barbaric" !! that slipped in from nowhere...

    • @LukeBarousse
      @LukeBarousse  2 года назад +1

      Was trying to insert a little humor 😂

  • @ShivekMaharaj
    @ShivekMaharaj 2 года назад

    Your videos are enlightening Luke. Nice work. 👌

    • @LukeBarousse
      @LukeBarousse  2 года назад

      Thanks for the kind words, I try to make them easy to follow!!

  • @ramyasengupta6531
    @ramyasengupta6531 2 года назад

    Thankyou for the guidance. I was looking for this from months. Everyone out there know alot but you put it in the bestway.
    Mastering Excel
    SQL
    visualization/programming skills. Its a path for beginners. God bless

  • @tonysoprano1313
    @tonysoprano1313 2 года назад

    I love the photo with the panda 🐼 🤣

    • @LukeBarousse
      @LukeBarousse  2 года назад +1

      Aw I love it too! 🐼🐼🐼

  • @justluke8730
    @justluke8730 2 года назад

    So I am getting my bachelor's this summer and learnd the basics of both r and python. I can confidently say, that the most common limitation with either of the two is your own knowledge. That said, i prefer to work with R simply because it comes more naturally to me and usually my intuition gets me to where i want to be more often than not. Programming in Python often feels like a fight...

    • @LukeBarousse
      @LukeBarousse  2 года назад

      Thanks for sharing this Luke! Yeah like youve come to realized I think the most limiting thing is your knowledge and application of the tool!

  • @bc4198
    @bc4198 Год назад

    I'm admittedly intrigued by R Markdown 🤔

  • @structormodeling7728
    @structormodeling7728 2 года назад

    Thanks for the great content bro!

  • @jdlopez131
    @jdlopez131 2 года назад +1

    Job posting of data analyst in your area inferred that Python is a most demand skill than R? Could it be the case that Python just happens to be most popular and not most useful? The fact that more companies ask for it does not mean you should learn it as a data analyst. R is so much better at data visualization and data wrangling than Python is.

    • @LukeBarousse
      @LukeBarousse  2 года назад

      Umm, I showed that python and R are NOT the most important and that Excel and SQL are! But to your point, yes Python may be overly hyped, but it doesn't take away that it's listed more in job descriptions than R. With companies using more AI/ML to filter out candidates for skills based on what they list on their resume, I think others need to know keywords to use to ensure they get noticed for a job!

    • @jdlopez131
      @jdlopez131 2 года назад

      @@LukeBarousse so you mean the title should be "what tools to learn to increase the chances of landing a job as a data analyst". Either way, I should have started with props. Great video and initiative.

    • @LukeBarousse
      @LukeBarousse  2 года назад +1

      @@jdlopez131 Agree that that's a better title... but unfortunately with the RUclips algorithm I need titles like these to reach more people. 😒 Nonetheless thanks for the kind words Jorge and I appreciate your perspective!!

  • @GamingRobioto
    @GamingRobioto 2 года назад

    Really interesting having just discovered your videos, I'm an experienced Data Analyst in the Education sector (6 years and a further 4 in Emergency Services) and my main tools have been Excel and to a greater extent R (with a sprinkling of SQL). For the type of analysis I do, I've found R much more useful than Python. I have however, felt I need to learn Python due to many advertised Data Analyst roles asking for it, when thinking of the next step of my career. But as I don't use it everyday at the moment, it is hard to retain that information so I'm looking for ways to incorporate Python into some of my regular work. Food for thought... as I feel I've stagnated a bit and stayed safe with Excel and R.

    • @LukeBarousse
      @LukeBarousse  2 года назад

      Thanks for sharing this, and glad you found my channel! Both Excel and R (more specifically) can be such powerful tools as you've shown here. Thanks for sharing your perspective on Python and R!

    • @GamingRobioto
      @GamingRobioto 2 года назад

      @@LukeBarousse Thanks Luke, it's inspired me to get back to learning Python again, so I'm going to pick that up again this week at work. So thank you for inadvertently doing that 🙂👍. Subbed and I will be watching with interest from now on. Rob

    • @LukeBarousse
      @LukeBarousse  2 года назад +1

      @@GamingRobioto heck yeah! Glad to have another sub! Good luck with the python studies, Rob 🙌🏼

  • @ryezheld
    @ryezheld Год назад

    Honestly I just don't wanna learn a new programming tools when I already got one that I can use reliably. I don't get why people think Python is better. It's just a matter of saving time and effort from my side.

  • @michaellee4303
    @michaellee4303 2 года назад +1

    Hey Luke, I love your videos so much I've found myself binge-watching them lately. You compare a lot about the certificates, but I'm curious as to what data science boot camp program you would recommend to a friend. I think it would be a good idea for a video as the boot camps most often build on top of the certificates.

    • @LukeBarousse
      @LukeBarousse  2 года назад +1

      Hey Michael, I've never taken a boot camp program, per se. I'd have to investigate thsi further to find out more. Most of my learnings have been through e-learning platforms like Coursera and DataCamp as they were lower cost options for me

  • @turnabol
    @turnabol 2 года назад +2

    Hi Luke, thank you for sharing this video. I believe I'm not the only DA noob that got stuck in the weeds of R vs Python. You did a great job with explaining that there is so much to be learned before this question makes any sense for beginners. Could you please recommend any Excel learning resources? Or do you remain firmly with GDAPC being the one-stop-shop for beginners?

    • @LukeBarousse
      @LukeBarousse  2 года назад +3

      Hey Marko, I think the GDAPC is a good introduction... but def not the final resource for mastering excel. I personally used this book (along with a course I took in college) to better master Excel.
      amzn.to/2Xj14qe

  • @ericbooth7615
    @ericbooth7615 2 года назад

    LOL @ "once I understood that R is barbaric" i died laughing

    • @LukeBarousse
      @LukeBarousse  2 года назад +1

      😂 I may have been a little dramatic!🤣

  • @fernando_dominguez
    @fernando_dominguez Год назад

    Luke, you are the man, loved how you approached this without ego.
    I rarely write comments but you got me pumped up. Without knowing it, you described my career path:
    Excel ✓
    Power Bi ✓
    SQL ✓ (funny thing here, I thought I knew R but with your explanation I don't lol)
    Python - Just started a few weeks ago and very pumped!
    I will probably end with R but I feel I have a long way to go with Python.
    Thanks for your content it's great!

    • @LukeBarousse
      @LukeBarousse  Год назад

      Thanks Fernando! Good luck with the Python studies! 🙌🏼

  • @CozmoNz
    @CozmoNz 2 года назад

    I've learnt both R and Python as part of my degree - Starteed a job as an OT engineer, and anyone who used R is gone from the business - everything is M, Dax, Python, SQL. Even the machine learning machines (that used shiny apps in docker) are not being used anymore - its all being pushed to the cloud. Its a crap shoot as to what your future business will use. But learn Python as a sure thing, it can actually do a range of things beyond data analysis.

    • @LukeBarousse
      @LukeBarousse  2 года назад

      The cloud is for sure taking over. Thanks for sharing this perspective Matt!

  • @mohamedelhosary2988
    @mohamedelhosary2988 2 года назад

    I don't comment a lot in RUclips but can't this time.. you're awesome!!

    • @LukeBarousse
      @LukeBarousse  2 года назад +1

      Aww Mohamed, thanks for this one! I appreciate it my dude!

  • @nicolasptrsn
    @nicolasptrsn 2 года назад

    I’m learning Python now and even though it’s challenging I’m enjoying it.

  • @mking1982098
    @mking1982098 Год назад

    Paused at the 1:12 mark: "Do data analysts really need to learn Python?" No, they can get by just fine with the many other tools available. The exact same answer could be given about R, or pretty much any other tool. Ironically the software that is probably the most irreplicable is fricking excel.

  • @explorer_yogesh
    @explorer_yogesh 2 года назад

    Wow, you are great. This video helped me a lot.

  • @abediaz6707
    @abediaz6707 2 года назад

    Albert is never in short supply of sick burns 🔥

    • @LukeBarousse
      @LukeBarousse  2 года назад +1

      😂 I'm coming for you next Abe 🤣

    • @abediaz6707
      @abediaz6707 2 года назад

      @@LukeBarousse woah what did I do? I was just making an observation 😨 🤣

    • @LukeBarousse
      @LukeBarousse  2 года назад +1

      @@abediaz6707 Editing video now... 🤣 jk

  • @PetterHughes
    @PetterHughes Год назад

    Google just launched an advanced data analytics certificate that covers Python!

    • @LukeBarousse
      @LukeBarousse  Год назад

      Yep, just made a video on it! ruclips.net/video/Ss9SvcRORsk/видео.html