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
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!
Quick question: Is your apprenticeship a Level 4 Data Analytics program in the UK? That could help tailor the advice you receive!
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!
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!
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
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically