Can I learn PHP MySQL with no mathematical background? If so, how long does the learning process take before you can actually get hired for a junior position?
-
-
Answer:
Yes, you can. How long it takes depends entirely on you. The most important thing is to be able to think and analyze logically, while also retaining creativity.
Martin Simons at Quora Visit the source
Other answers
Iâm not sure what a mathematical background has to do with learning structured programming languages. Languages like PHP and MySQL only require a competent understanding of two things: Logic - understanding the relationship of cause and effect, as in, âif condition A is true, then perform operation M.â Syntax - understanding the mnemonic language used to describe the flow of logic in the program. My belief is that anyone who can learn one programming language can (for the most part) learn any other, because the core logical understanding is critical, and the syntactical elements are what reference materials are for. You donât need to commit syntax of a specific programming language to memory, you just need to know generally what you are trying to do, and then you can look up the specific syntax for the language youâre using.In fact, most code is initially designed using âpseudo-code,â which is just a way of describing the logic patterns without getting bogged down in the details of the syntax. Theoretically, with pseudo-code handy, you should be able to write a program in almost any programming language with only a little effort to understand the conventions of the programming language (are variables declared using a symbol, or not; do you put some kind of delimiter at the end of a line, or not; how are parentheses, brackets and braces used; etc.?).If you understand the concept of an âifâ¦thenâ¦elseâ logic decision, you ought to be able to spend less than 5 minutes looking in a book or online to find the specific syntax to successfully implement that as code in a particular language, even if itâs a language youâve ever programmed in before. But if you donât understand the logic, knowing the syntax is pretty much useless.
Tim Drozinski
No need of any mathematical background. Learning any programming language totally depends on you, how much time you will give to it, how much good you are at learning things. If you are good at learning new things you will take at least a month to become good on it.
Ahmed Khan
Yes. I studied no maths in high school and no maths in college an am currently a professional developer. However, you will need to know logic. Philosophy was a non-math set of courses that prepared me for being a developer. The most intense math you could possibly need as a Jr. Dev doing php and sql is algebra.
Alex Bennett
Related Q & A:
- Where can I learn online about how to make a small film?Best solution by Quora
- If I major in sociology can I go to graduate school for a masters in social work and how long will it take?Best solution by Yahoo! Answers
- How long time does visa process of UAE for Work Permit Visa for a foreign national take?Best solution by Yahoo! Answers
- Where online can i learn how to create a blog easy and for free?Best solution by Quora
- How long does a background investigation take?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.