We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

PySnooper: Never use print for debugging again

Formal Metadata

Title
PySnooper: Never use print for debugging again
Title of Series
Number of Parts
112
Author
Contributors
License
CC Attribution - NonCommercial - ShareAlike 4.0 International:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal and non-commercial purpose as long as the work is attributed to the author in the manner specified by the author or licensor and the work or content is shared also in adapted form only under the conditions of this
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
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."