Posts:
2,147
Joined:
Sep 2020
Reputation:
[+] How to Install Python on Windows [+]
[+] Python TUPLE - Pack, Unpack, Compare [+]
[+]Slicing of Tuple[+]
[+]Tuples and dictionary [+]
[+] tuples as keys in dictionaries [+]
Cyberjagu@jabber.calyxinstitute.org [OTR]
What is the recommended editor for hacking as vs code sends data to microsoft?
Posts:
157
Joined:
Jun 2020
Reputation:
(07-22-2021, 06:29 AM)Oligarch Wrote: What is the recommended editor for hacking as vs code sends data to microsoft?
you can use anything you like , just disconnect the internet when you are coding the malware if you can
Amateurs hack systems, Professionals hack people.
Posts:
2
Joined:
Aug 2021
Reputation:
a worth read
however, i would definitely go for docs.python.org
imo its invaluable resource for grasping all of python
the docs itself mention its concise and everything u need to know is available
u only need to think seriously while reading,
that way learning will be faster & easier too!
atleast i honed my python skills that way
# my approach to information gathering;
* there are many sources claiming knowledge
* find out how these sources obtain information
* continue backwards until u hit a dead end or a loop
* found the base of all information
continuing the above approach,
we reach the python source code (the base)
finally
there's a reason why people think differently
so it's no surprise that one might take another approach
Posts:
26
Joined:
Jul 2019
Reputation:
thank you ::: bro
I wanted to ask you have guides for sale how to create malwar?
Posts:
4
Joined:
Mar 2022
Reputation:
check out vscodium, its the open source software binaries of VS Code.
Posts:
4
Joined:
Jan 2020
Reputation:
Good write-up, this is pretty much everything someone needs to know to get started. I think if the "Python TUPLE" section was moved a little bit later in the text, the order would be perfect from start-to-finish (like so it starts with Variables and Operators)