Jump to content

Hi

so over the summer i want to learn to code in python as it would be really helpful for my computer sciences gcse. Even if the exam is in vb.My main issue i find with coding is learning the syntax rather than the logic of code.So i was wondering if people have some good advice to help me learn syntax more easily and also just general things like websites and books that could help.

THANK YOU ALL 

Link to comment
https://linustechtips.com/topic/800955-how-should-i-go-about-learning-to-code/
Share on other sites

Link to post
Share on other sites

2 hours ago, vikiplayz said:

i want to learn to code in python

really hate that term...

2 hours ago, vikiplayz said:

My main issue i find with coding is learning the syntax rather than the logic of code.

Don't worry so much about that, even the most experienced of us end up spending time on Google looking up syntax specifics from time to time. It gets much worse when one looses count of the number of languages that they work in and have to switch between.

2 hours ago, vikiplayz said:

So i was wondering if people have some good advice to help me learn syntax more easily and also just general things like websites and books that could help.

My advice is to forget about pursuing books in this context right now. Think about it, books crystallise information, in the context of the pace of current industry, information is highly fluid; always in a state of constant change and evolution. Ergo anything that attempts to force a static frame upon it is by it's very nature counter intuitive and will therefore devaluate almost immediately i.e. books are an obsolete concept here, they don't help so move on. We have things like Pluralsight for example.

 

People will doubtlessly mention Codecademy but I find it quite distasteful for reasons beyond the scope of this... A much better resource, in my opinion, is Codewars; the difference being that you'll likely find some examples of real world projects, problems and principles in the latter.

 

The last thing I'd say to you is that you should consider learning the theory and not just a specific syntax... The theory is by far much more valuable as it is language agnostic. I can elaborate further if you'd like me to.

The single biggest problem in communication is the illusion that it has taken place.

Link to post
Share on other sites

On 30/06/2017 at 9:41 PM, Nuluvius said:

really hate that term...

Don't worry so much about that, even the most experienced of us end up spending time on Google looking up syntax specifics from time to time. It gets much worse when one looses count of the number of languages that they work in and have to switch between.

My advice is to forget about pursuing books in this context right now. Think about it, books crystallise information, in the context of the pace of current industry, information is highly fluid; always in a state of constant change and evolution. Ergo anything that attempts to force a static frame upon it is by it's very nature counter intuitive and will therefore devaluate almost immediately i.e. books are an obsolete concept here, they don't help so move on. We have things like Pluralsight for example.

 

People will doubtlessly mention Codecademy but I find it quite distasteful for reasons beyond the scope of this... A much better resource, in my opinion, is Codewars; the difference being that you'll likely find some examples of real world projects, problems and principles in the latter.

 

The last thing I'd say to you is that you should consider learning the theory and not just a specific syntax... The theory is by far much more valuable as it is language agnostic. I can elaborate further if you'd like me to.

Please could you,thanks this is very useful. 

Link to post
Share on other sites

1 hour ago, vikiplayz said:

Please could you,thanks this is very useful. 

I'll just quote myself from another recent thread:

On 19/06/2017 at 10:03 PM, Nuluvius said:

One day I may refactor some of this out into a guide.

The single biggest problem in communication is the illusion that it has taken place.

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

×