You don't need to be an 'investor' to invest in Singletrack: 6 days left: 95% of target - Find out more
With plenty of furlough time on my hands, and the agreement to pay for some courses from my employer while I’m off, what would you recommend?
I‘ve done a lot of data analysis with python and previously matlab but would definitely describe myself as a scripter not a programmer.
pluralsight is the provider that most of our devs use - there is loads of courses on there.
What do you want to learn? I don’t understand the scripter / programmmer thing? What’s the difference?
I have used codecademy and Microsoft learn before, when I want to pick up some skills, but I am more interested in getting an understanding of languages rather than becoming a coding god.
With a background in data analysis and python, is it worth looking at Splunk? It's becoming popular with quite a few big organisations in my line of work. The introductory course is free, but I think their online training gets quite expensive quickly.
hard to say without know what your day to day role is and the platform your company/clients use
A bit more Python might not hurt, depends how much you know already.
https://www.udemy.com/ can be pretty good, though I've not used their programming courses.
They can be a bit DFS with their prices, I got something like lifetime access for £40 discounted from two grand or some such a while back.
the only thing you need

R ?
No.
What do you want to learn? I don’t understand the scripter / programmmer thing? What’s the difference?
In my experience a programmer is someone who writes code full time as a job ie that's their job description, a scripter / hacker / etc is someone who writes code as part of their job (even full time), it's just not in their job title.
I write scripts for myself. I could do with being able to package up and deploy the methods and data processing that’s in those scripts so others can use them without understanding what’s under the hood. Ie what I’d consider programming.
going to give a free week of pluralsight a go.
And sorry for the blunt answer on R. It just strikes me as another variant on the matlab, python pathway I want to move off.
Try SAS.
I like python, but switched to SAS from R as the industry benchmark. It’s a very simple language, but great with data (obviously). The macro language is the real powerhouse.
Programmers write the macros and users write the scripts. When developing methods they first become embedded as macros and then supported.
And sorry for the blunt answer on R. It just strikes me as another variant on the matlab, python pathway I want to move off.
No worries, I understand, but demand for the skills is high.
Sounds like Azure Data Factory might be worth a look if you are into data processing.
My take would be a programmer/scripter/coder are similar and they create the routines that a piece of software (or hardware) runs. A software developer or engineer creates the software in the first place. However, in some areas there's a lot of crossover.
jam bo, to branch out from a script perhaps look at something object orientated, e.g. Java?
Hard to answer without knowing what you want to do.
If you want to become a better developer, then maybe go deeper into your current stack. Can you package an application? Write a full suite of tests? Optimise for memory/runtime? Know how your language compiles (Python)?
If you want to become better rounded, try a different language to what you’re familiar with. If you write Python, consider a statically typed language. Or functional programming.
If you’re a data analyst, can you setup data pipelines?
There are a ton of things you can learn, but it’s hard to recommend one without knowing what you want. I think SafariBooks is a better resource for in-depth learning, while PluralSight is good for intermediate or follow along type tutorials. Udemy hS been for more “intro to” type stuff.