Struggling with the Basics of R and Python – Need Help!

0
14
Asked By CuriousCoder96 On

Hey everyone! I'm currently enrolled in a Data Analyst Apprenticeship and we're covering coding languages for data analysis. So far, I've had 2.5 days with Python and just half a day with R. I picked up SQL really quickly, but I'm wrestling with the basics of both Python and R. I'm not sure if it's me or how the material is being presented. Can anyone explain the core fundamentals of these languages to me, or share some helpful resources?

5 Answers

Answered By QuerySolver21 On

Could you clarify what you mean by 'fundamentals'? Are you looking for basics of Python in general, or more about how they apply to data analysis specifically? Being specific helps a lot. Also, what resources have you been using, and do you have any assignments that you're struggling with? More details would definitely help us help you better!

Answered By SupportiveBuddy On

Quick question: Is your apprenticeship a Level 4 Data Analytics program in the UK? That could help tailor the advice you receive!

Answered By DataGuru88 On

For getting started with Python, I recommend checking out the resources on the learnpython wiki. They have a lot of useful links to tutorials and guides that can help you out!

Answered By CodeWhisperer42 On

It's tough to cover Python's fundamentals in a quick comment! Start by learning how to use some built-in commands like `python -i`, `help()`, `dir()`, and `breakpoint()`. These will help you get familiar with the language. The best way to learn is to interact live with Python, so make predictions about what your code will do and adjust from there. That feedback will really help solidify your understanding!

Answered By LearningPathFinder On

Check out the MOOC called 'Python Programming 2025' from the University of Helsinki. It's great for picking up the basics, especially since what you're asking is a bit tricky to cover in a single Reddit reply. Give it a try!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.