I got my computer science BS and MSc from two different EU universities and I found the programming aspects to be very secondary. Yes, you needed some programming to graduate but not nearly as much as math, and half of the programming you needed had little to do with real-world programming.
In two undergrad courses, we programmed in an old language and a very outdated environment, the one the professor had used their entire career - and apparently that continued until the prof retired. The courses were about implementing algorithms, so the language didn't really matter, but I would say the course was probably a net negative from a software engineering perspective.
We had a database course covering the mathematics in good detail. We learned the relational model, normal forms and such mathematically, with a little basic SQL at the end. That was great for understanding, as at the end of the course you'd be able to write out the actual maths performed by a query but it didn't really teach SQL.
Multiple professors wrote typical "researcher code" - I don't necessarily want to say it's bad but it's very different from what you'd see as good industry code. Lots of global state, variable names with 1-2 letters, magic numbers. It's understandable why research code to be like that but it is much more fitting for an implementation of a research paper than for a software product.
Of course I am unable to validate 100% of them, but the ones I had contact with, either in Portugal, or due to my research stay at CERN, I can assure having proper coding skills is essential for graduation.
On my degree, database classes required both theory, as writing a full blown application in Oracle.
Naturally like everything there are students that work around it, but then they aren't in position to complain about not learning.
At my German university in the late 1990s we did use a few programming languages - but all of them not for themselves but for demonstration. Modula 2 for introducing higher level concepts such as modules and OOP, VHDL for hardware, PHIGS for graphics (okay not a language), SQL of course, and some C and C++.
We did not truly learn any of those though, it's just that they were used.
The specific languages did not really matter, they were secondary, just some tools. One Theoretical CS professor used some really obscure thing whose name I forgot, really niche, again it was only used to demonstrate some theoretical aspects (provability I think).
Most content was math and formal stuff. Some experiments and low-level stuff, like creating a sound directly from a chip (no computer), in assembler, as part of intro to hardware.
I would have fekt pretty irritated and that I was wasting my time if we had had courses about learning programming languages (designing them, writing compilers etc., is another matter). This is something easily and better done on your own, learning the actual languages.
Neither of those are a pure Computer Science course, they are “and engineering” or “and informatics”. There are similar courses in the US that teach computer science alongside more practical skills.
It’s ultimately a matter of the focus of the major and department.
https://www.di.fct.unl.pt/en/education/integrated-master-com...
https://tecnico.ulisboa.pt/en/education/courses/undergraduat...