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.

Show HN: Full Stack Python

327 pointsby makaimcalmost 11 years ago

19 comments

Derbastialmost 11 years ago
I still think it&#x27;s funny that &quot;full stack&quot; means web servers and web sites.<p>It used to begin with assembly...
评论 #7988956 未加载
评论 #7988459 未加载
izolatealmost 11 years ago
I would&#x27;ve loved to have had this resource when I was starting out and so desperately wanted to move to Python from PHP, but had little idea how.<p>Also, there&#x27;s so little mentioned of Pyramid, which in my opinion is the most elegant Python framework there is.
评论 #7986549 未加载
评论 #7986273 未加载
wodenokotoalmost 11 years ago
I&#x27;m learning Python as part of a data science class and not for building web apps.<p>This article mentions a-ha moments in relation to Python conditionals. What is so special about Python conditionals? They seem pretty ordinary to me.
评论 #7986139 未加载
评论 #7986163 未加载
评论 #7987108 未加载
einselbstalmost 11 years ago
Great idea. Will sure read more on your site later on, but one thing that struck me is &quot;Pyramid applications are built using a model-view-controller architecture.&quot; There is a note in pyramids design defenses which says they do not consider pyramid to be a mvc: <a href="http://docs.pylonsproject.org/projects/pyramid/en/1.3-branch/designdefense.html#pyramid-gets-its-terminology-wrong-mvc" rel="nofollow">http:&#x2F;&#x2F;docs.pylonsproject.org&#x2F;projects&#x2F;pyramid&#x2F;en&#x2F;1.3-branch...</a>
评论 #7986283 未加载
gutkowskialmost 11 years ago
Great content structure! I will definitely recommend this site for beginners.
评论 #7986662 未加载
nawitusalmost 11 years ago
Is it &#x27;full stack&#x27; if the frontend is written in JavaScript?
评论 #7989297 未加载
msanealmost 11 years ago
Interesting content. &quot;Full Stack&quot; means all those server-side bits <i>and</i> the client application portions as well. i.e., &quot;everything&quot;. This looks like it addresses only the server-side part of the &quot;stack&quot;.
评论 #7986507 未加载
评论 #7986432 未加载
smurfpadrealmost 11 years ago
Love the content! It&#x27;s lame to say, but the first sentence under the Web Framework section has a subject-verb agreement issue. Believe it should be &quot;makes,&quot; not &quot;make.&quot;
评论 #7987255 未加载
JelteFalmost 11 years ago
I think recommending Python 3 would be good in this tutorial. Since the people that read this are probably starting a new project and both recommended frameworks support it.
soggypennyalmost 11 years ago
Great timing as I was recently looking for a resource like this. I&#x27;ve been leaning towards Flask (vs. Django) so I&#x27;ll definitely check this out.
评论 #7986170 未加载
brickmortalmost 11 years ago
I like this! It&#x27;s a very comprehensive guide complete with a section on deployment, and not to mention a rich collection of links. Nice job!
arvinalmost 11 years ago
This is a great resource and just the right timing since I&#x27;m planning on building a website on Google App Engine using Python with Flask.
评论 #7987728 未加载
评论 #7987855 未加载
estalmost 11 years ago
Well I thought this is a project where you write django with python generated CSS and HTML, ZODB for db and some other kind of pure python mockup of redis&#x2F;memcached, and using Tornado to replace Nginx. Now that&#x27;s compelete-stack python
评论 #7987090 未加载
bsaulalmost 11 years ago
I guess it may be out of the scope for that book, but i was expecting a mention of saltstack on the deployment part. Since there wasn&#x27;t any mention of any provisionning tools ( or i didn&#x27;t see where), i suppose it&#x27;s on purpose.
waitingkuoalmost 11 years ago
Awesome. Kind of an interactive book. I can just read those what I need easily.
bpicoloalmost 11 years ago
I think the virtualized servers was oversimplified a bit. In reality, 1 virtual core is generally less than 1 physical core. Virtual cores aren&#x27;t on a 1 to 1 basic with physical cores.
luisehkalmost 11 years ago
Lately I&#x27;ve been writing some small scripts in Python to automatize some work and learn the language too, so this site is just what I needed. Great stuff.
KJasperalmost 11 years ago
This is really great I&#x27;m finishing up my course on codecademy and will look to this for my next step :)
notastartupalmost 11 years ago
This is such a useful guide for me. Especially as someone from the LAMP stack who played with javascript on the server side that left a bad taste in the mouth, I&#x27;ve finally turned to python (flask, uwsgi, nginx). I wish I had known about this site earlier, it has valuable information.