Contribute Media
A thank you to everyone who makes this possible: Read More

PySnooper - Never use print for debugging again

Description

I had an idea for a debugging solution for Python that doesn't require complicated configuration like PyCharm. I released PySnooper as a cute little open-source project that does that, and to my surprise, it became a huge hit overnight, hitting the top of Hacker News, r/python and GitHub trending. In this talk I'll go into: - How PySnooper can help you debug your code. - How you can write your own debugging / code intelligence tools. - How to make your open-source project go viral. - How to use PuDB, another debugging solution, to find bugs in your code. - A PEP idea for making debuggers easier to debug.

私はPyCharmのような複雑な設定を必要としないPythonのデバッグソリューションのアイデアを持っていました。驚いたことに、PySnooperは一夜にして大ヒットとなり、Hacker News、r/python、GitHubのトレンドのトップに上りました。この講演では、次のような話をします。 - PySnooperがどのようにコードのデバッグに役立つのか。 - 独自のデバッグ/コードインテリジェンスツールの書き方。 - オープンソースのプロジェクトをバイラルにするには? - 他のデバッグソリューションである PuDB を使ってコードのバグを見つける方法。 - デバッガをデバッグしやすくするためのPEPのアイデア。

Details

Improve this page