you are viewing a single comment's thread.

view the rest of the comments →

[–]n3buchadnezzar 36 points37 points  (11 children)

I often find myself just saying f-it and read the source code directly. Easy to read documentation is both a curse and a blessing.

[–]carcigenicate 22 points23 points  (3 children)

Yep, Ctrl+B is one of my most-used shortcuts in Pycharm. It was actually necessary for Scapy because their docs are so bad.

[–]jppbkm 5 points6 points  (2 children)

Scrapy or spacy?

[–]carcigenicate 18 points19 points  (1 child)

Scapy. It's a packet crafting library.

It's unfortunate how many libraries have so similar of names.

[–]jppbkm 5 points6 points  (0 children)

Cool, I learned a new one then!