Login

Welcome, Guest. Please login or register.

April 20, 2024, 10:37:02 am

Author Topic: Programming language discussion  (Read 1222 times)  Share 

0 Members and 1 Guest are viewing this topic.

4See

  • Adventurer
  • *
  • Posts: 6
  • Respect: 0
Programming language discussion
« on: January 17, 2019, 10:02:36 pm »
0
What program prereqs does Python not meet? As far as I can recall, softdev requirements are 'an object oriented programming language' (as you need this to do certain things), which Python technically can be if used in that way. In terms of PHP, it actually isn't as outdated as you think... quite a significant amount of web based solutions still use PHP.

Ahh sorry for the late reply, I haven't been on Atarnotes as much (just trying to enjoy the school holidays as much as possible haha). I've talked to my teacher and she said that it doesn't meet with the requirements on the fact that you can't declare variables in Python. She told me that the programming language to choose has to be able to declare variables as in marking questions on the SAC and potentially exam, one mark is potentially used if the student has the correct syntax and can declare variables.

The reason why I dont want to use PHP is because I want to be able to do some projects as well as prepare myself for Algorithmics in Year 12, which I probably won't be able to use PHP for as it isn't sufficient for my needs. Although after seeing how some people have been able to use Python in SD, I don't really see why I can't.
« Last Edit: January 17, 2019, 10:20:00 pm by 4See »
2019 -  Business Management
2020 - English Language | Methods | Physics | Specialist | University Extension in Marketing and Management

Unsplash

  • Forum Regular
  • **
  • Posts: 61
  • Respect: +9
Re: Programming language discussion
« Reply #1 on: January 17, 2019, 10:09:57 pm »
0
Ahh sorry for the late reply, I haven't been on Atarnotes as much (just trying to enjoy the school holidays as much as possible haha). I've talked to my teacher and she said that it doesn't meet with the requirements on the fact that you can't declare variables in Python. She told me that the programming language to choose has to be able to declare variables as in marking questions on the SAC and potentially exam, one mark is potentially used if the student has the correct syntax and can declare variables.

The reason why I dont want to use PHP is because I want to be able to do some projects as well as prepare myself for Algorithmics in Year 12, which I probably won't be able to use PHP for as it isn't sufficient for my needs.

Hmmmm, don't think it matters too much. I used it and didn't have any problems. Do you know where this is mentioned in the Study Design/VCAA documentation? I'd guess there are a lot of school using it.
« Last Edit: January 17, 2019, 11:24:23 pm by FelixHarvey »

4See

  • Adventurer
  • *
  • Posts: 6
  • Respect: 0
Re: Programming language discussion
« Reply #2 on: January 17, 2019, 10:29:17 pm »
0
Hmmmm, don't think it matters too much. I used it and didn't have any problems. Do you know where this is mentioned in the Study Design/VCAA documentation? I'd guess their are a lot of school using it.

I got my teacher to look at the programming requirements and she said that Python doesn't work well with User interfaces. I do want to use it and I'll try and get on it. Although it doesn't say that declaring variables is a requirement, I am worried about choosing a language that my teacher doesn't recommend.
I gave her this list to look at:
https://www.vcaa.vic.edu.au/Documents/vce/computing/SofDevProgrammingRequirements.docx
2019 -  Business Management
2020 - English Language | Methods | Physics | Specialist | University Extension in Marketing and Management

Unsplash

  • Forum Regular
  • **
  • Posts: 61
  • Respect: +9
Re: Programming language discussion
« Reply #3 on: January 17, 2019, 11:19:59 pm »
0
I got my teacher to look at the programming requirements and she said that Python doesn't work well with User interfaces. I do want to use it and I'll try and get on it. Although it doesn't say that declaring variables is a requirement, I am worried about choosing a language that my teacher doesn't recommend.
I gave her this list to look at:
https://www.vcaa.vic.edu.au/Documents/vce/computing/SofDevProgrammingRequirements.docx

I agree, Python doesn't have super great options for implementing UI's however I wouldn't worry about the language too much. I wouldn't even focus on the coding part of the SAT too much. Of course you want to do well in the SAT, but only 1/4 of the marks are actually for the manipulation or code that you submit. The rest is for planning, designing, testing and evaluating, To be honest, my SAT was by no means revolutionary or even great but it kind of got the job done and met all the assessment criteria.

anon101

  • Forum Regular
  • **
  • Posts: 57
  • Respect: 0
Re: Programming language discussion
« Reply #4 on: January 19, 2019, 01:59:54 pm »
0
I agree, Python doesn't have super great options for implementing UI's however I wouldn't worry about the language too much. I wouldn't even focus on the coding part of the SAT too much. Of course you want to do well in the SAT, but only 1/4 of the marks are actually for the manipulation or code that you submit. The rest is for planning, designing, testing and evaluating, To be honest, my SAT was by no means revolutionary or even great but it kind of got the job done and met all the assessment criteria.
Actually, third part libraries aren't too bad. They are actually quite nice for a first-time learner to build simple UI's.
Plus, GIMP was actually created with Python!