search
HomeBackend DevelopmentPython Tutorial有没有活跃的 Python 中文 IRC channel 或者类似的社区?

回复内容:

  1. 基本都是Google和自己动手解决。有的开源Project有自己的讨论Group或者邮件列表,使用该开源产品有问题的话就上去吼几声基本就能解决问题。中文Python的社区有个GMail的邮件列表,叫什么CnPyUG什么的,我加过一次被踢,Zoom.Q大妈的解释是我连加入PyUG的告示我都没有好好看一下,于是我便决定不加入国人的Python各种群了,以免浪费他人生命,浪费自己生命。
  2. 在中文Python圈子中,还有Douban的Python小组,你可以去膜拜一下豆瓣阿北当年懵懂无知的时候发的Python技术贴。呵呵。无人能一口吃成胖子,敢情是每个人都有苦逼一样的过去啊。
  3. 如果你对Python的GAE开发有兴趣,建议你去v2ex.com看看,完全理解livid的开源产品PB2应该可以让你在GAE上开发游刃有余。
  4. 在中文Python中,还有一位我的良师益友,在这里买弄下广告,他就是zhimaq.com的站长Felinx,人挺好的。他的网站也是关于Python问答的,如果你有什么Python问题,在上面吼几声应该有很多回应。
  5. 友情提示一句,遭遇核心问题(就是指比较重要的一点的,类似于瓶颈的问题),以我过去的在社区的讨论结果,基本是浪费生命。与其费半天描述清楚请教别人,我把Demo自己写出来都快调试好了。
  6. 在社区交流是必须的,但我觉得多数时候只能增加你的眼界,看看别人有什么问题,反思自己如果遇到了该怎么办。Code写多了,这个真是体力活。还是张教主的那句话,没事不要玩技术,写代码是体力活。
Ps:混Python圈跟PHP和JAVA有点不同,PHP和JAVA的资源比较多,方便找各种东西,Python要求你能看一些English的东西,提问也是English。嗯嗯,学好四六级很重要啊。

混合了一些个人的偏见,希望对你有用。呵呵。 - CpyUG( 最活跃的中文邮件列表,不过现在小白问题越来越多了) groups.google.com/group

- 水木社区Python板块 (水木上高手很多,虽然不一定常露面) newsmth.net/frames.html?

- 豆瓣Python小组 douban.com/group/python

- ChinaUnix Python论坛 bbs.chinaunix.net/forum

没有活跃的中文 IRC Channel,#python.tw 挂了几十号人出了机器人经常出来外没什么人说话,我几年前搞过一个#python-cn的channel,因为没什么人把op转给别人了,喜欢IRC的话可以去#ubuntu-cn channel,名称和Python没什么关系不过那里倒挂着不少Python达人 泻药,

有没有活跃的 Python 中文 IRC channel 或者类似的社区?
Naga(Python)QQ群:164015779 | 友情提示:这是一个以灌水为主的群,偶尔聊点技术/安全.

加群验证:python 知乎.

QQ群逼格可能太低了,不能跟知乎逼格同步。但是QQ群很方便(灌水)。

不匿了... 使用谷歌就能解决很多问题,况且Python不是一门很难的语言。哦,我最近开发了一个可以找到可用谷歌IP地址的Python程序。详情参见GoogleHosts-Python: github.com/csrgxtu/Goog
Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Python: A Deep Dive into Compilation and InterpretationPython: A Deep Dive into Compilation and InterpretationMay 12, 2025 am 12:14 AM

Pythonusesahybridmodelofcompilationandinterpretation:1)ThePythoninterpretercompilessourcecodeintoplatform-independentbytecode.2)ThePythonVirtualMachine(PVM)thenexecutesthisbytecode,balancingeaseofusewithperformance.

Is Python an interpreted or a compiled language, and why does it matter?Is Python an interpreted or a compiled language, and why does it matter?May 12, 2025 am 12:09 AM

Pythonisbothinterpretedandcompiled.1)It'scompiledtobytecodeforportabilityacrossplatforms.2)Thebytecodeistheninterpreted,allowingfordynamictypingandrapiddevelopment,thoughitmaybeslowerthanfullycompiledlanguages.

For Loop vs While Loop in Python: Key Differences ExplainedFor Loop vs While Loop in Python: Key Differences ExplainedMay 12, 2025 am 12:08 AM

Forloopsareidealwhenyouknowthenumberofiterationsinadvance,whilewhileloopsarebetterforsituationswhereyouneedtoloopuntilaconditionismet.Forloopsaremoreefficientandreadable,suitableforiteratingoversequences,whereaswhileloopsoffermorecontrolandareusefulf

For and While loops: a practical guideFor and While loops: a practical guideMay 12, 2025 am 12:07 AM

Forloopsareusedwhenthenumberofiterationsisknowninadvance,whilewhileloopsareusedwhentheiterationsdependonacondition.1)Forloopsareidealforiteratingoversequenceslikelistsorarrays.2)Whileloopsaresuitableforscenarioswheretheloopcontinuesuntilaspecificcond

Python: Is it Truly Interpreted? Debunking the MythsPython: Is it Truly Interpreted? Debunking the MythsMay 12, 2025 am 12:05 AM

Pythonisnotpurelyinterpreted;itusesahybridapproachofbytecodecompilationandruntimeinterpretation.1)Pythoncompilessourcecodeintobytecode,whichisthenexecutedbythePythonVirtualMachine(PVM).2)Thisprocessallowsforrapiddevelopmentbutcanimpactperformance,req

Python concatenate lists with same elementPython concatenate lists with same elementMay 11, 2025 am 12:08 AM

ToconcatenatelistsinPythonwiththesameelements,use:1)the operatortokeepduplicates,2)asettoremoveduplicates,or3)listcomprehensionforcontroloverduplicates,eachmethodhasdifferentperformanceandorderimplications.

Interpreted vs Compiled Languages: Python's PlaceInterpreted vs Compiled Languages: Python's PlaceMay 11, 2025 am 12:07 AM

Pythonisaninterpretedlanguage,offeringeaseofuseandflexibilitybutfacingperformancelimitationsincriticalapplications.1)InterpretedlanguageslikePythonexecuteline-by-line,allowingimmediatefeedbackandrapidprototyping.2)CompiledlanguageslikeC/C transformt

For and While loops: when do you use each in python?For and While loops: when do you use each in python?May 11, 2025 am 12:05 AM

Useforloopswhenthenumberofiterationsisknowninadvance,andwhileloopswheniterationsdependonacondition.1)Forloopsareidealforsequenceslikelistsorranges.2)Whileloopssuitscenarioswheretheloopcontinuesuntilaspecificconditionismet,usefulforuserinputsoralgorit

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.