I am noob to coding. I don't know math at all. I want to learn coding and build some web apps.
Is learning python good choice for non-programmer nontechnical person?<p>What would you suggest me?<p>What courses, books, video you recommend to learn python.
Python is a very practical language for the "non-professional programmer" who wants to do some simple automation, turn their subject matter expertise into code, etc.<p>Python is also a language that professional programmers can stand to use (and even like), so it is possible you can collaborate on a cross-functional team, scale up without having to do a total rewrite, etc.
Learn Python the Hard Way <a href="https://learnpythonthehardway.org/" rel="nofollow">https://learnpythonthehardway.org/</a><p>Don't let the title put you off, it's very accessible and you'll learn a lot.
I'd feel comfortable recommending Python to a beginner who was committed to learning. I found the book Automate the Boring Stuff With Python very good from that perspective. It takes advantage of Python's "batteries included" nature to teach you the basics and solve some real workaday problems.<p><a href="https://automatetheboringstuff.com/" rel="nofollow">https://automatetheboringstuff.com/</a>
Check out Real Python (<a href="https://realpython.com" rel="nofollow">https://realpython.com</a>), if you're looking to learn the syntax and then move into web development.