Showing results 3241-3250 of >3,325 (page 325)
https://twisted.org/pipermail/twisted-python/2005-September/043852.html

[Twisted-Python] Re: Traceback from pb-Server Brian Warner warner at lothar.com Tue Sep 6 13:53:26 MDT 2005 Previous message (by thread): [Twisted-Python] Re: Traceback from pb-Server Next message (by thread): [Twisted-Python] unsubscribe Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] > Popp> If the pythonscript named taskDescription.fileName isn't there > Popp> self.serverErrorCB is called - thats ok. But it prints: > Popp> reason [Failure instance: Traceback from remote host -- Traceback u

https://wklken.me/posts/2016/11/03/python-code-style.html

WKLKEN THINKING Nov 3, 2016 Python 代码规范小结 code review中一些小结, 还没来得及加例子, 简要记录, 供参考 law 一: 一切都与复杂度有关 二: 代码应当易于理解 对人: “好程序员”应当竭尽全力, 把程序写得让其他程序员(以及以后的自己)容易理解. 对代码: 代码被阅读的次数远多于编写和修改的次数 E = mc2 (Error = more codes) 对项目: 公式: 可行性=(当前价值+未来价值)/(实现成本+维护成本

https://www.pythonmorsels.com/articles/functions/

Python articles on Functions

https://jsatt.com/blog/unit-testing-recursion-in-python/

Blog About Jeremy Satterfield Coding, Making and Tulsa Life Unit Testing Recursion in Python Posted by: Jeremy Satterfield in Development on 2014-12-11 Tags: Hacks Mocking Python Testing Today I finally figured out the solution to a problem I've been trying to solve for a while. It's kind of hacky and maybe a bad idea, but now I know it's possible. The problem has always been that I'd like to test that a function recurses, but not needing it to actually have the recursion execute within to test. Just a unit

https://www.royalrender.de/help/SDK/sdk/python_reference.html

# Python Reference ¶ Contents: - rr_python_utils Module rr builtin classes - rrCleanExit Class rr Module - clientAll_count() - clientAll_get() - clientSendCommand() - clientSend_Command() - getClient() - getJob() - jobAll_count() - jobAll_get() - jobAll_getbyID() - jobModify() - jobSelected_count() - jobSelected_get() - jobSelected_setShotgunID() - jobSendCommand() - jobSend_AddFrameset() - jobSend_AddFramesetBinary() - jobSend_ChangeClientAssignment() - jobSend_Command() - jobSend_ReplaceFrameset

https://snarky.ca/why-you-should-use-python-m-pip/

# Why you should use `python -m pip` Fellow core developer and Canadian, Mariatta , asked on Twitter about python -m pip and who told her about that idiom along with asking for a reference explaining it: I learned sometime ago that we should be doing `python -m pip install ...` instead of simply `pip install ...` but now I can't remember the source of this information. Likely from @brettsky or @zooba , any of you have a talk/blog post on this, so I can share with people? — Mariatta 🤦 (@mariatta

https://reason.town/ecg-machine-learning-python/

If you're looking to get started with ECG machine learning, Python is a great language to use. In this blog post, we'll show you how to use Python to train

https://pythonprogramming.net/cryptocurrency-recurrent-neural-network-deep-learning-python-tensorflow-keras/

Python Programming tutorials from beginner to advanced on a massive variety of topics. All video and text tutorials are free

https://jefftkaufman.substack.com/p/python-navigation-in-emacs

I'm now working full time in python in a medium-sized existing codebase, and I've started using jedi-mode for code navigation

https://stackabuse.com/adapter-design-pattern-in-python/

We'll implement the adapter design pattern in Python so that we can interact with an object with an incompatible interface

‹ Prev Next ›