TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Should I learn more of Excel/Power BI if I'm cracking on Python?

4 pointsby amtsalmost 2 years ago
Since I posted a link to an accomplished certificate in Data Analysis from freeCodeCamp in my profile and created an alert for Data Analyst, LinkedIn Learning continues to offer me free 3-hour courses on Excel and Power BI. I like working with Python rather than with Excel&#x2F;Power BI, but some companies require Excel&#x2F;Power BI. I am currently completing 2 other Python certifications in scientific computing and machine learning and am already out of my planned schedule for them.<p>Are Excel&#x2F;Power BI courses worth more than Python courses?

5 comments

jstx1almost 2 years ago
&gt; I am currently completing 2 other Python certifications in scientific computing and machine learning and am already out of my planned schedule for them.<p>If you want to focus on scientific computing and machine learning, don&#x27;t spend time on Excel&#x2F;Power BI (it might actively harm your employability). If you want to focus on analytics and business intelligence, take the Power BI course and don&#x27;t spend too much time on ML.<p>They&#x27;re completely different career tracks, they aren&#x27;t complementary, one of them isn&#x27;t a more advanced version of the other - the only thing in common is that &quot;data science&quot; sometimes means one of these tracks and sometimes it means the other depending on the team&#x2F;company - pick which one you want to do and focus on that.
gregjoralmost 2 years ago
Python, Excel, PowerBI are tools, not careers. Should an auto mechanic learn how to use a wrench or a screwdriver?<p>I haven’t seen the LinkedIn courses but I suspect they count for very little. Most technical certifications have little value on a resume, but may guide you through learning something.<p>The human mind can learn more than one thing at a time. Schools operate according to that principle. Amazing, I know, but maybe you can learn multiple things at once.
binarymaxalmost 2 years ago
My first piece of advice: don&#x27;t take advice from random people on the internet :)<p>My second piece of advice: technologies are just tools. Once you are competent in the foundational concepts of why the tool is needed, and how it is used, you are better situated to learn different tools to accomplish similar goals. So, focus on the domain and problem you want to solve. If you like the domain and become good at understanding the problem space and solution paths, then different tools can help you.<p>My third piece of advice: Once you grok the domain, then you can choose roles&#x2F;jobs that align with the domain. If a company is only looking for &#x27;Excel&#x2F;PowerBI&#x27; folks, it&#x27;s probably going to be a boring place to work. If the company is looking for someone to help them solve their problems, and are flexible in the tool space, it&#x27;s probably going to be more interesting for you.
hnthrowaway0315almost 2 years ago
Based on my experience, so not accurate as companies tend to mix skills.<p>Data Analyst: Mostly Excel&#x2F;Any BI tool + SQL + Python (pandas, numpy)<p>BI Developer: Mostly Any BI tool + SQL + Python (airflow, pyspark)<p>Data Engineer: SQL + Python (airflow, pyspark) + Possible Scala (for spark) + Possible ops<p>Big Data Developer: Python (pyspark) + JVM language (spark&#x2F;flink&#x2F;etc.) + Possible ops<p>$$$ usually increases top-&gt;bottom<p>For Machine Learning I think it&#x27;s a completely different pic.
rl1987almost 2 years ago
In my view Pandas is a far better additional thing to learn than Excel if you already know Python. It will build up from your existing Python skills and let you accomplish a lot of tabular data work that you can do in spreadsheets.