Jump to content

Hello,

 

In about 6 months I will start my GCSE computer sciences classes and I was just wondering what they entale.

 

E.G, learning Python ect.

 

Also, if there is any books or websites I can read to assist me before I start these classes :)

 

Thanks in advance,

 

- Harry

 

 

 

EDIT - Just realised this was my 600th post :D :D :D

It seems impossible until it's done.

Link to comment
https://linustechtips.com/topic/307467-gcse-computer-science/
Share on other sites

Link to post
Share on other sites

PHP? Dam I thought that stuff was dead xD

 

Also, thanks for the help :)

Nah, PHP is still relevant today (I think anyway)

 

The JayzTwoCents forum is coded in PHP 

Specs: CPU: AMD FX 6300 Motherboard: Gigabyte 970A DS3P RAM: HyperX Fury 16GB 1866MHz GPU: MSI R9 270 OC edition Case: Sharkoon VS3-S SSD: Samsung 840 EVO 120GB HDD: 1TB Caviar Blue PSU: Corsair CX500W

*If I say something that seems offensive, please don't take it seriously, it was most likely meant as a joke/sarcastically*

 

 

Link to comment
https://linustechtips.com/topic/307467-gcse-computer-science/#findComment-4177513
Share on other sites

Link to post
Share on other sites

Learn binary, binary arithmetic, learn python, learn CSS and learn HTML then you're basically set. Learn how a CPU works too (you don't really need this but it's interesting).

"My game vs my brains, who gets more fatal errors?" ~ Camper125Lv, GMC Jam #15

Link to comment
https://linustechtips.com/topic/307467-gcse-computer-science/#findComment-4177605
Share on other sites

Link to post
Share on other sites

Well, just to let you know, every school is different and you would probably be better reading the course descriptions on your schools site. As for preparing for those classes, I would suggest learning the concepts of programming and how everything works. Nothing is worse than coding stuff but not actually knowing what it does.

Link to comment
https://linustechtips.com/topic/307467-gcse-computer-science/#findComment-4178081
Share on other sites

Link to post
Share on other sites

We did Python, not much though, only text based programs without any GUI.

We learn iterations, selective statements, loops etc.

 

Our curriculum covered till the GUI, using pygame. It was... confusing but with practice it's aaaaight. I might need to sharpen my skills now thought, gettinge the Pi 2 to practice with

Link to comment
https://linustechtips.com/topic/307467-gcse-computer-science/#findComment-4184201
Share on other sites

Link to post
Share on other sites

Nah, PHP is still relevant today (I think anyway)

 

The JayzTwoCents forum is coded in PHP 

 

PHP? Dam I thought that stuff was dead xD

 

Also, thanks for the help :)

PHP is the language used by almost every website that needs to interact with a server such as a database or just a textfile. So yeah, it's no way near dead as for it's used by almost every site out there. 

Link to comment
https://linustechtips.com/topic/307467-gcse-computer-science/#findComment-4184577
Share on other sites

Link to post
Share on other sites

Nah, PHP is still relevant today (I think anyway)

 

The JayzTwoCents forum is coded in PHP 

Doesn't mean it's good. Try to avoid apps written in PHP. It's inelegant and clumsy and on top of that PHP is an awful language. Rails or Django are much better backend solutions.

 

PHP is the language used by every website that needs to interact with a server such as a database or just a textfile.

Uh...no. How about any website not running PHP? Rails, Django, JBoss...the list goes on.

"You have got to be the biggest asshole on this forum..."

-GingerbreadPK

sudo rm -rf /

Link to comment
https://linustechtips.com/topic/307467-gcse-computer-science/#findComment-4184672
Share on other sites

Link to post
Share on other sites

Doesn't mean it's good. Try to avoid apps written in PHP. It's inelegant and clumsy and on top of that PHP is an awful language. Rails or Django are much better backend solutions.

 

Uh...no. How about any website not running PHP? Rails, Django, JBoss...the list goes on.

Fine! Almost every site. I'd say PHP is mainstream and that's my opinion. As for the others, I haven't really touched so I have no comment on them.  

Link to comment
https://linustechtips.com/topic/307467-gcse-computer-science/#findComment-4184749
Share on other sites

Link to post
Share on other sites

As for the others, I haven't really touched so I have no comment on them.  

PHP is definitely mainstream. Whether or not it's good is an entirely different question. 

 

You should try Rails. It's loads of fun. MVC for web apps is really cool if you do it right.

"You have got to be the biggest asshole on this forum..."

-GingerbreadPK

sudo rm -rf /

Link to comment
https://linustechtips.com/topic/307467-gcse-computer-science/#findComment-4184768
Share on other sites

Link to post
Share on other sites

Hello,

 

In about 6 months I will start my GCSE computer sciences classes and I was just wondering what they entale.

 

E.G, learning Python ect.

 

Also, if there is any books or websites I can read to assist me before I start these classes :)

 

Thanks in advance,

 

- Harry

 

 

 

EDIT - Just realised this was my 600th post :D :D :D

You will more than likey be taught java, databases, SQL, PHP, HTML, etc

Main Rig - Case: Fractal Design Pop Air XL Motherboard: Asus TUF B650 Plus WIFI CPU: AMD Ryzen 5 7600 RAM: Corsair Nautilus 240 RAM: Corsair Vengeance 16GB 3000MHz32GB Corsair Vengeance DDR5 6000MHz  SSD: 1 TB 1TB Samsung 990 Pro NVMe

HDD: 2TB WD Blue  GPU: Asus RTX4070 Dual Evo PSU: Corsair RM850X

 

Corsair 200R Front Bezel Mod

Link to comment
https://linustechtips.com/topic/307467-gcse-computer-science/#findComment-4184780
Share on other sites

Link to post
Share on other sites

PHP is definitely mainstream. Whether or not it's good is an entirely different question. 

 

You should try Rails. It's loads of fun. MVC for web apps is really cool if you do it right.

Will do. 

 

You will more than likey be taught java, databases, SQL, PHP, HTML, etc

lmao. Most schools just teach you how to open word and how to make a good looking power point. If you're lucky, they might do a bit of python and lua. I doubt you'll be doing SQL, php, etc in a GCSE. Maybe website development with an IDE like adobe dreamweave but not just HTML in notepad. 

Link to comment
https://linustechtips.com/topic/307467-gcse-computer-science/#findComment-4184930
Share on other sites

Link to post
Share on other sites

Will do. 

 

lmao. Most schools just teach you how to open word and how to make a good looking power point. If you're lucky, they might do a bit of python and lua. I doubt you'll be doing SQL, php, etc in a GCSE. Maybe website development with an IDE like adobe dreamweave but not just HTML in notepad. 

Not many people makes websites in notepad anyway...

 

Also, computer science is NOT making websites...

 

I was taught Python when I was 12 in school

It seems impossible until it's done.

Link to comment
https://linustechtips.com/topic/307467-gcse-computer-science/#findComment-4184947
Share on other sites

Link to post
Share on other sites

Doesn't mean it's good. Try to avoid apps written in PHP. It's inelegant and clumsy and on top of that PHP is an awful language. Rails or Django are much better backend solutions.

 

Uh...no. How about any website not running PHP? Rails, Django, JBoss...the list goes on.

 

But PHP is a language. The stuff you mentioned are frameworks (Rails uses Ruby, Django uses Python, JBoss uses Java) and that is not a fair comparison.

Link to comment
https://linustechtips.com/topic/307467-gcse-computer-science/#findComment-4185009
Share on other sites

Link to post
Share on other sites

But PHP is a language. The stuff you mentioned are frameworks (Rails uses Ruby, Django uses Python, JBoss uses Java) and that is not a fair comparison.

Why are you explaining this to me? Of course I know that they are frameworks...they replace applications written purely in PHP. That's my point. I'm not sure what yours is. PHP is a terrible language to do anything with.

"You have got to be the biggest asshole on this forum..."

-GingerbreadPK

sudo rm -rf /

Link to comment
https://linustechtips.com/topic/307467-gcse-computer-science/#findComment-4185026
Share on other sites

Link to post
Share on other sites

Not many people makes websites in notepad anyway...

 

Also, computer science is NOT making websites...

 

I was taught Python when I was 12 in school

I'll make this a list

1# I didn't mean just notepad, I meant knowing the language and NOT using a drag and drop interfacing

2# At school we did website development 

3# lucky, programming isn't taught in schools near me so I self taught myself.

Link to comment
https://linustechtips.com/topic/307467-gcse-computer-science/#findComment-4185297
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×