Jump to content

Malcolm

Global Moderator
  • Posts

    157298
  • Joined

  • Last visited

  • Days Won

    21
  • Feedback

    100%

Everything posted by Malcolm

  1. @Alibi Really both Python and Java are good first languages. Java was my first language and then I began to expand into Python. If you want Python expect this: if __name__ == '__main__': print("Hello world") and if you go with Java expect this: public static void main(String[] args) { System.out.println("Hello world"); } All trolls aside, either or are good languages to pickup on. There's probably more syntax involved with Java but python you need to be aware of indentation. Both have their pros and cons. Pick one
  2. Scripts will have to be written in Java. However Python is an extremely useful language to learn and can be implemented in external tools that assist you in botting. Python is not a waste of time in any means here.
×
×
  • Create New...