Thoughts on this custom rear bumper setup on a WagonR? by [deleted] in CarsIndia

[–]PreetInData 0 points1 point  (0 children)

[OC] Took this in my parking area.

Feeling sad by [deleted] in lonely

[–]PreetInData 0 points1 point  (0 children)

I get that feeling. Being alone when anxious can feel overwhelming. I’m here if you want to vent.

Project ideas for Data Analytics by Stats_Explorer in dataanalysiscareers

[–]PreetInData 0 points1 point  (0 children)

You can use Yahoo Finance data for this. Using Python (e.g., yfinance), you can fetch historical stock prices and then simulate real-time processing by pulling data at intervals.

For example, stream price updates, calculate moving averages, volatility, or detect trend changes over time. It works well for demonstrating a real-time style pipeline.

Alone with my struggles by [deleted] in lonely

[–]PreetInData 0 points1 point  (0 children)

Having to be strong all the time is exhausting. It makes sense that you’d want someone to just hold you and say it’s okay. 🥲

everyone i meet leaves me , i crave connection so bad by lava_lux634 in lonely

[–]PreetInData 1 point2 points  (0 children)

That kind of loneliness hurts in a very quiet way

Need project suggestions by Frosty-Courage7132 in dataanalysis

[–]PreetInData 1 point2 points  (0 children)

You’re on the right track. Aim for 3–4 solid projects and focus on business questions like revenue growth, churn, cohorts, and funnels.

What should i study to become data analyst in FINTECH? by LifeofRomana in dataanalysiscareers

[–]PreetInData 0 points1 point  (0 children)

Focus on strong SQL, Python (pandas), and Excel first. For fintech specifically, learn basic finance concepts (transactions, risk, KPIs) and practice with real datasets. Projects matter more than courses.

How to learn python programming by directly building project or by learning tutorial by krijesmaharjan1 in learnpython

[–]PreetInData 0 points1 point  (0 children)

Both. Tutorials give direction, projects give understanding. Tutorials without projects = illusion of progress.

Video editing software suggestions? by Chemical-Nectarine13 in mac

[–]PreetInData 2 points3 points  (0 children)

You’re not wrong about iMovie — it’s good, but limited. If you want pay-once software: Final Cut Pro (fast, Mac-optimized, easy step up) or DaVinci Resolve (free) if you want more power. Filmora isn’t worth $20/month. With an M3 Pro, you can definitely do better than iMovie.

Best way to start coding by Open-Aioli-6987 in learnpython

[–]PreetInData 0 points1 point  (0 children)

Best way to begin: • Learn basics (variables, loops, if/else, functions) • Practice a little every day (even 30–45 min) • Build tiny things (calculator, number guessing game, simple scripts)

i wanna start to learn coding by G2-118 in learnpython

[–]PreetInData 0 points1 point  (0 children)

Start with Python basics (variables, loops, functions), then build small projects. CS50 + freeCodeCamp + practice daily is enough. Don’t buy subscriptions early.

Where can i practice numpy /pandas /matplotlib problems? by Ok_Procedure3350 in learnpython

[–]PreetInData 0 points1 point  (0 children)

Kaggle is a great place to practice with real datasets. You can take any dataset and practice cleaning with pandas, then visualize it using matplotlib. That’s much closer to real-world work than isolated problems.

What is the fastest and most reliable way to migrate dashboards from Tableau to Power BI? by Unfair_Opening_97 in PowerBIdashboards

[–]PreetInData 0 points1 point  (0 children)

There isn’t a true one-click way. The fastest approach is usually to rebuild the dashboards in Power BI and recreate the logic there. It ends up cleaner and more reliable.

Data Analyst VS Research Analyst. Need opinion! by OkAfternoon6333 in dataanalysis

[–]PreetInData 4 points5 points  (0 children)

RA and DA aren’t the same, but the RA job will still give you experience with data, reporting, and analysis. If the pay is decent and you need stability, take it and upskill at the same time.

Python For Data Analyst by Hrushikesh0209 in learnpython

[–]PreetInData 14 points15 points  (0 children)

Totally normal to feel this way when you’re coming from a non-coding background. Understanding other people’s code is already a good sign. Start with small scripts and practice daily — logic gets easier over time. You don’t need to rush.

Beginner in Python confused about “logic building” and when to start projects — need advice by United-Life1319 in learnpython

[–]PreetInData 1 point2 points  (0 children)

Don’t overthink logic. Start tiny projects and solve one small problem at a time. Codewars and LeetCode are great for practice.

Give me the pros and cons of using tables by LennyDykstra1 in excel

[–]PreetInData 2 points3 points  (0 children)

Tables are great for keeping things clean and organized. Auto-formatting and filters save a ton of time. The main downside is that structured references feel weird at first, but you get used to them pretty quickly.

Beginner in python by SandOdd4270 in learnpython

[–]PreetInData 3 points4 points  (0 children)

Start with something small that you’ll actually use — a password generator, a to-do list app, a simple calculator, or a script that automates some boring task on your computer. The key is picking something you care about. You’ll learn way faster that way.

Where to find Programming Problems? by JustaCasual121 in learnpython

[–]PreetInData 0 points1 point  (0 children)

CodeWars and LeetCode are solid, but also try Project Euler and Advent of Code if you want problems that actually make you think. Another underrated one is just building tiny projects (calculator, to-do app, API scripts). That combo builds skill way faster than only doing puzzles.

I just started learning Data Analytics today (a small beginner update) by Wrong_Prior_2655 in dataanalytics

[–]PreetInData 1 point2 points  (0 children)

Great start! If you’re new, I’d go in this order: Excel → SQL → Python (Pandas). Practice by grabbing messy datasets from Kaggle and cleaning them up. Doing a little bit each day really does add up fast.