SmartmanApps

joined 10 months ago
[–] SmartmanApps@programming.dev 2 points 2 months ago

My high school taught Java, but I didn’t get OOP

Yes, the correct sequence of events - one thing at a time, basic programming, then OOP. :-)

Python is not that.

It's not a lot of things, which makes it poor for a teaching language.

[–] SmartmanApps@programming.dev 2 points 2 months ago

Lots of us

Also, who do you mean by "us"? Programmers? Not all the kids in class want to be programmers, and this isn't a programming class - it's Computer Science. We cover topics like hardware, the Internet, Cybersecurity, the history of computers, data analytics, etc. Not only do not all of them want to be programmers, not even all of them want to be in I.T. - they're just, you know, interested in computers (or in some cases they're in the course because their parents think they should be in it - I've had a couple of those students). We only spend 6 weeks on programming (we spend 6 weeks on each topic), or sometimes we might do it twice and spend 12 weeks on it, and that's it for the year! You can't teach Year 7 kids algorithms, pseudo code, basic programming concepts (variables, branches, and loops) and OOP as well in one year. Especially when not even all of them are interested in programming. It's just one topic we cover. OOP is something that shouldn't be covered until at least Year 8, preferably Year 9 (by which stage students have decided if they want to continue on this path or not, and the ones we still have left we start getting more hard-core... which is where the "us" I presume you're referring to come in).

[–] SmartmanApps@programming.dev 3 points 2 months ago* (last edited 2 months ago) (1 children)

have the experience of being the kid in that situation

Which kid? The gifted one, the one who didn't understand loops and used 20 variables for 20 iterations, the one who didn't understand how to write pseudo code, the one who was dyslexic,.....?

I learnt python in secondary school

Which Year? I didn't say it wasn't appropriate for high school, I said it wasn't appropriate for Year 7 as a first programming language.

[–] SmartmanApps@programming.dev 1 points 2 months ago* (last edited 2 months ago)

Oh, I should clarify that. Teaching Python was decided for us by admins. The course material MAY have been designed by a teacher, but then also it may have been designed for Year 9 say. It's inappropriate to be teaching it to Year 7 as a first proper programming language, but that's what we had to do (otherwise then we would also have to make all our own resources to do it, and don't forget at this point that I didn't know how to program in Python myself yet! So yes, I had to use the already made resources, which had OOP in it).

[–] SmartmanApps@programming.dev 1 points 2 months ago (1 children)

Yes, that's exactly what I'm saying. The decision was made for us by school admins, NOT CS teachers. That's why it was the stupid reason I had to learn Python.

[–] SmartmanApps@programming.dev 1 points 2 months ago

P.S.

teach them c# and I guarantee they will be making executables to cause trouble

No, you're overestimating the students ability. I taught C# in coding club (they were mostly around Year 8), and it was a struggle just getting them to understand basic programming concepts (imagine having to explain MVVM to them - they're not good at understanding abstraction) - they wouldn't have had a clue how to turn it into a malicious exe.

[–] SmartmanApps@programming.dev 1 points 2 months ago (1 children)

Is the fact that C# produced executables also a problem?

Trust me, the conversation never even gets that far.

just not installing the python runtime on them

We weren't! We were using repl.it (or something very similar). I don't know what the story was at other schools, other than many other teachers also wanted C# but had to do Python (it was when I came across this that I finally accepted defeat in trying to get another language in instead of Python. I wanted to start with Pascal and then do C#. In the end I had to do HTML and Python. i.e. the status quo).

Generally agree with you that teachers should be able to choose at least one of the languages to teach.

We're supposed to be able to choose both languages, but school admins are taking away one of our choices.

if it includes JavaScript?

I wouldn't do that at the same time as HTML - maybe later, separately. As I've said, as teachers we only teach one concept at a time.

[–] SmartmanApps@programming.dev 3 points 2 months ago (3 children)

I think they introduced the programming GCSE the year after I did my A-Levels

I was teaching the IGCSE, to students all over the globe.

you can JUST learn the programming bit

But NONE of the resources which have been provided to schools do it that way - they ALL use OOP. If that's what your faculty has chosen to use, then that's what you have to use. It comes back to what I've been saying all along - the schools are dictating to the teachers what they are to teach, and it's NOT based on what's best for the students educationally, but what has the least admin overhead for them. That's the stupid reason that I had to learn Python - admin concerns!

[–] SmartmanApps@programming.dev 1 points 2 months ago (3 children)

P.S. the students aren't going to have any tests where it matters until Year 10, and the curriculum even says that at least 2 languages must be taught (in my case we chose HTML as the second language, because...), and so even though many teachers would like to teach their students C#, the schools simply aren't LETTING them do that. They don't want the admin overhead that comes with teaching C#, so it's Python and.... nope, it's just Python (and so then you have teachers opting for a second language like HTML, cos they can't get their school/faculty to buy-in on teaching C#, simply because they don't want the admin that comes with it. The fact that it's a better language to learn isn't even considered).

[–] SmartmanApps@programming.dev 4 points 2 months ago (9 children)

I learnt to program in python (in year 12)

Yes, it's fine for Year 12 - you've already learnt all that stuff by then - it's NOT fine for Year 7 as a first proper programming language, when they haven't learnt ANY of that stuff yet.

[–] SmartmanApps@programming.dev 3 points 2 months ago* (last edited 2 months ago)

Thanks. It's a very 21st Century phenomenon that I've unfortunately run into many times

[–] SmartmanApps@programming.dev 1 points 2 months ago

No problem. Feel free to ask me questions.

 

cross-posted from: https://programming.dev/post/12343454

Hello all. I am giving a talk next week about making the most of the Fediverse, particularly for dotnet/MAUI developers. The first speaker is talking about creating a MAUI app from scratch. Of course, I shall be talking about our Lemmy MAUI Community, :-) but also other things, like accounts to follow, how to use Lemmy from Mastodon (follow/reply/post), etc. You can attend online. The times shown are GMT+11, and work out well for those in Europe but not so well for the U.S. (first speaker on at midnight-ish PST). I believe there'll be a recording available afterwards, but of course watching live gives you the opportunity to ask questions at the time. Hope some of you can check it out.

Oh! I guess I should also say SMASH THAT DOTNETMAUI SUBSCRIBE BUTTON! 😂

F.A.B. - Fediverse Adventure Begin...

'File > New > MAUI' and 'Finding your way around the Fediverse'

 

Courtesy of @DevLeader@programming.dev though not sure if he's the original author of it.

 

cross-posted from: https://programming.dev/post/10535103

Microsoft DevBlogs has just been federated and can be followed at @msftdevblogs@dotnet.social.

Thanks to @mapache@hachyderm.io!

 

cross-posted from: https://programming.dev/post/9762490

cross-posted from: https://programming.dev/post/9762485

I've just run into a MAUI issue which is specific to Windows (works fine on Android), and so I looked for a Windows Lemmy Community and was surprised to find there wasn't one! So I have created one at !windows_dev@programming.dev

Of course you are still welcome to post about MAUI issues in !dotnetmaui@programming.dev but if the issue is specific to Windows (as I have just encountered) then there is now the Windows Development Community as well (and of course we already have Communities for Android and IOS development, for issues on those platforms).

view more: next ›