TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The Concepts Get Harder (Python in 30 Days - Day 12)

14 pointsby rodriguezcommajover 12 years ago

2 comments

ashrayover 12 years ago
I can't wait to see the part where you get to meta classes. That's when the real fun shall begin :D Still, an inspiring series for python beginners. Keep it up!
评论 #4439713 未加载
评论 #4439742 未加载
dansoover 12 years ago
This is a very helpful post. I teach beginners and one of my theories has been: you "just" need to understand for-loops, if-statements, and of course, how to invoke methods...and then you're going to finally understand why programming is worth it.<p>But those fundamental concepts are not at all "just" easy to grasp for some reason. I don't know if it is just the particular syntax or what. So it's very helpful to have a learner explain the difficulty.