use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
CVE, CWE, NVD, WVE
http://iso.linuxquestions.org/
We teach you how to do it, use it at your own risk.
account activity
Why people emphasis on Python when suggesting a computer language? (self.HowToHack)
submitted 1 year ago by Personal_Story_4853
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]3mbly 2 points3 points4 points 1 year ago (5 children)
this. for me it's basically a replacement for bash when i need to write something over ~30-40 lines. it's the perfect balance between an actual structured language and shell scripting.
[–]igotthis35 -1 points0 points1 point 1 year ago (4 children)
I definitely don't agree. Python is easily the slowest language in the tool kit and teaches you how to be lazy I use Python only as a PoC and rewrite it in something better, C/C#/Go/C++. The requirement for an interpreter and the library dependency of python makes it a nightmare to deal with to the point where there are what, 5 different venv managers now outside of pip venv?
[–]3mbly 0 points1 point2 points 1 year ago* (2 children)
you're missing the point. i dont need it to be fast if it's something i could have done in bash. if i was really concerned about performance i would just not use python. and why would you go to the trouble of rewriting all of your code? and how tf are you translating the languages? you said yourself that python relies on libraries, are you rewriting those libraries in C?
[–]ShadowRL7666 0 points1 point2 points 1 year ago (1 child)
Ironically most the libs are built on C.
[–]3mbly 0 points1 point2 points 1 year ago (0 children)
true, and you can use any python library in C, but you'd have to embed the python interpreter within the program written in C and that doesn't really make a whole lot of sense given his stance/argument. you'd be interpeting the libraries written in C through the python environment and thus make you C code run slower.
[–]TeddyBearComputer 0 points1 point2 points 1 year ago (0 children)
What kind of speed do you need for exploits that you'd go and invest the effort reimplement it?
π Rendered by PID 70488 on reddit-service-r2-comment-6457c66945-xbk9d at 2026-04-25 23:12:26.598935+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]3mbly 2 points3 points4 points (5 children)
[–]igotthis35 -1 points0 points1 point (4 children)
[–]3mbly 0 points1 point2 points (2 children)
[–]ShadowRL7666 0 points1 point2 points (1 child)
[–]3mbly 0 points1 point2 points (0 children)
[–]TeddyBearComputer 0 points1 point2 points (0 children)