TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Python for non-programmers?

5 点作者 emcf将近 8 年前
I am noob to coding. I don&#x27;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.

4 条评论

PaulHoule将近 8 年前
Python is a very practical language for the &quot;non-professional programmer&quot; 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.
Cozumel将近 8 年前
Learn Python the Hard Way <a href="https:&#x2F;&#x2F;learnpythonthehardway.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;learnpythonthehardway.org&#x2F;</a><p>Don&#x27;t let the title put you off, it&#x27;s very accessible and you&#x27;ll learn a lot.
评论 #15010621 未加载
FroshKiller将近 8 年前
I&#x27;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&#x27;s &quot;batteries included&quot; nature to teach you the basics and solve some real workaday problems.<p><a href="https:&#x2F;&#x2F;automatetheboringstuff.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;automatetheboringstuff.com&#x2F;</a>
评论 #15010569 未加载
mjhea0将近 8 年前
Check out Real Python (<a href="https:&#x2F;&#x2F;realpython.com" rel="nofollow">https:&#x2F;&#x2F;realpython.com</a>), if you&#x27;re looking to learn the syntax and then move into web development.