Do it
I have the FP6, it's amazing
Do it
I have the FP6, it's amazing
Me: I wonder how they know it was staged
But investigators later concluded Greene had staged the attack, alleging she paid a body modification artist earlier to make it look like she was injured. Officers also found zip ties in Greene’s vehicle similar to those used on her, and the co-conspirator’s phone had been used two days earlier to search “zip ties near me."
Lol
Python
It's an amazing scripting language, and my goto for writing automation scripts.
It's the most lenient of the 3 with dynamic typing and managed memory. It'll let you learn the basics of reading / writing / running code as well as basic control flow and logic
C is also great to learn, as it teaches you how computers work at a fundamental level, but it's more stuff to learn up front, and can lead to some very difficult to fix bugs
Java is good as an "application" language. Being memory managed like Python, but statically typed like C. Static typing makes it easier to manage larger code bases