Worth learning Python?

Status
This thread has been locked.

Sullybash12

Get Your Python Programs and Discord Bots!
Premium
Feedback score
31
Posts
1,205
Reactions
522
Resources
0
is it worth learning python? and what can you make or do with it
Is it worth learning anything? Of course.

Python is useful for automation, scripts, web development, applications, DB's, Machine Learning, and learning concepts such as OOP and algorithms.
 

Jxcob

Banned
Feedback score
0
Posts
97
Reactions
16
Resources
0
Is it worth learning anything? Of course.

Python is useful for automation, scripts, web development, applications, DB's, Machine Learning, and learning concepts such as OOP and algorithms.
Minecraft wise
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/jacob-smit-scam-report.631178/)

Brandon

Developer
Premium
Feedback score
6
Posts
555
Reactions
313
Resources
0
is it worth learning python? and what can you make or do with it
Well, Minecraft wise, you can't do much with python - spigot API is mainly used with Java.
However, that's not to say it's not worth learning - it's good to get the basic logic thought process down, which will make learning more complex programming concepts much easier.
 

Sullybash12

Get Your Python Programs and Discord Bots!
Premium
Feedback score
31
Posts
1,205
Reactions
522
Resources
0
Minecraft wise
Ofc if you want to use spigot api with minecraft, java is better, but that's not what you should be considering programming languages for. If you want to do minecraft dev, do java. If you want to do data structures, analysis, or systems programming do C, C++, Python, Rust, etc.
 
Last edited:

Jxcob

Banned
Feedback score
0
Posts
97
Reactions
16
Resources
0
Ofc if you want to use spigot api with minecraft, java is better, but that's not what you should be considering programming languages for. If you want to do minecraft dev, do java. If you want to do data structures, analysis, or systems programming do C, C++, Python, Rust, etc.
Honestly thank you for what you have told me also how long would you think it would take to learn Java? I know it probably takes years
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/jacob-smit-scam-report.631178/)

Sullybash12

Get Your Python Programs and Discord Bots!
Premium
Feedback score
31
Posts
1,205
Reactions
522
Resources
0
Honestly thank you for what you have told me also how long would you think it would take to learn Java? I know it probably takes years
If all you want to do is minecraft dev, java should be very quick. However, that is only for more basic programs. Once you get to more complicated things that require algorithms, databases, etc., then it will take much longer.
 

ItzChuck_

Feedback score
1
Posts
34
Reactions
5
Resources
0
Python is a great starter language but if you’re trying to develop in Minecraft I would suggest trying Java out, also learn SQL along the way.
 

Sullybash12

Get Your Python Programs and Discord Bots!
Premium
Feedback score
31
Posts
1,205
Reactions
522
Resources
0
Python is a great starter language but if you’re trying to develop in Minecraft I would suggest trying Java out, also learn SQL along the way.
no sql bad
learn postgres if you want to do db
 

Alistair F.

:)
Supreme
Feedback score
11
Posts
913
Reactions
555
Resources
0
In regards to a career, Python, C++, C#, etc. would be good languages to learn because of the capabilities they have. For example, you could work in Game Development, Software Development, etc. If you're just wanting to do Minecraft development, then still learn the basics of Python so it's easier to pick up Java and more complex languages.

Cheers. :tup:
 

Brandon

Developer
Premium
Feedback score
6
Posts
555
Reactions
313
Resources
0

StackFlow

Feedback score
1
Posts
83
Reactions
45
Resources
0
100%. Learn the full stack of Python - Django, Flask etc and you will be set for a long, long time. There isn't any limit to what you can make apart from things like MC plugins of course. Just another note id keep in mind : Don't go in with the mindset thinking that "Python" is easy. As with all languages they all have their "easy" and "hard" parts. Just because it is easier and friendlier to learn doesn't necessarily make it easier especially if you're developing more sophisticated programs/apps etc as there are many things which can be very difficult to understand initially. Don't feel disheartened if you find parts of it to be very challenging.

Personally I love Python for web development ( with Flask + Django ) for many reasons as it allows you to develop things much quicker without overcomplicating everything!

Also in terms of 5-10 years from now, Python is where everything is at as you it allows for rapid development of a lot of things and of course ML ! Hope this helps :)
 
Status
This thread has been locked.
Top