Jump to content

I've already started scripting my Discord bot in JS. A friend is starting his on Python. Is therefore really a difference between either for scripting and why you'd want to pick one over the other?

 

I don't have much python experience, but I've been lead to believe that it's much more prominent in the software industry.

Link to comment
https://linustechtips.com/topic/938832-bot-scripting-just-vs-python/
Share on other sites

Link to post
Share on other sites

There is no big difference in functionality - what you can do in js can also be done in python and vice versa for the most part (JS can run on a browser whereas python needs a local interpreter but for your purposes that makes no difference). What a lot of people like about python is its readability and the power of its syntax and abstractions, as well as the thousands of modules that let you do almost anything extremely easily.

Don't ask to ask, just ask... please 🤨

sudo chmod -R 000 /*

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×