Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Welcome to Software Development on Codidact!

Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.

Post History

15%
+0 −9
Q&A What is a good modern language to use for a Business Rules project?

First of all, I don't think that there is a specific good programming language for your project. Python Python is beginner-friendly. But Python programs can be slower than programs written in oth...

posted 3y ago by deleted user  ·  edited 10mo ago by tripleee‭

Answer
#5: Post edited by user avatar tripleee‭ · 2023-06-20T16:49:11Z (10 months ago)
English fixes
  • First of all, I don't think that there is a specific good programming language for project.
  • <h2>Python</h2>
  • Python is beginner-friendly. But, python takes longer time than other programs take. You can handle millions-millions data easily using Python. But, when you compare Python to other programming languages than, Python is worst. There's a library which used for data analysis. That library's name is Pandas
  • >Python offers ready solutions for big projects. Sometimes it is easier to write something in Python and rewrite it later in another language, if necessary. This give the startups the most valuable gift they require: time. Often trying to make a startup work is like being stuck in limbo—you are heading to a really good place, but you are not there yet. So the faster the startup reaches the other end of the rainbow, the better. Python is a language that is great for writing prototypes.
  • <h2>Go</h2>
  • When you [compare Python with Go](https://medium.com/swlh/python-vs-golang-select-the-best-one-to-level-up-your-business-1a6d0fb32991), than Go wins.
  • >It’s a Cloud-native language that is being applied to the leading development projects based on the Ethereum and Docker.
  • >
  • >Go is a cross-platform language that allows you to use the operating system of your choice when compiling the code. Golang is fairly easy to install and have superior debugging quality helping it gain popularity over other languages.
  • >
  • >You can easily build production-level software of your choice including a range of use cases from the popular web APIs to encryption software.
  • >>Although Go vs Python is a trending topic among the business community, both the programming languages are not only good for creating web applications but both help in automating tasks related to your business.
  • Although, Python is very easy to read and write. Biggest companies like Facebook, Google, Instagram had used Golang also.
  • >Golang is useful for carrying out programming for scalable servers and large software systems. The Golang programming language was built to fill in the gaps of C++ and Java that Google came across while working with its servers and distributed systems.
  • <h2>Rust</h2>
  • [SO has a blog on `What is Rust and why is it so popular?`](https://stackoverflow.blog/2020/01/20/what-is-rust-and-why-is-it-so-popular/). Currently, user of rust is increasing rapidly. In rust program, error message explains beautifully where the problem is. Currently, lot of users choosing Rust and Julia for big data analysis and data science.
  • >The main one is obviously Mozilla Firefox, more precisely its layout engine. Another large Rust project is the Redox Operating System. Also Tor might migrate some of their code from C to Rust and in the more distant future, same could happen for both Linux and Windows, but that’s a stretch. Now obviously in the case of Linux, Linus Torvalds is going to protest, but Microsoft is debating using Rust to avoid some of the nagging memory bugs they’ve had in the past and which cost them a lot. Also, both Windows and Linux would probably only make use of Rust in a rather localized manner. Rewriting everything is just not feasible. ~ [source](https://www.quora.com/What-examples-are-there-of-large-Rust-projects?share=1).
  • >Rust is also being used more frequently now on reasonably sized projects. ... Half of the respondents felt that Rust compiles times have improved, in particular for large codebases with at least 10,000 lines of code. Two-thirds of respondents believed there is now better library support, too. Companies large and small are using Rust in production all over the world, including Mozilla, Dropbox, npm, Postmates, Braintree and others. Rust programs also optimize quite well, sometimes better than C. While C is good for writing minimal code on byte-by-byte pointer-by-pointer level, Rust has powerful features for efficiently combining multiple functions or even whole libraries together.
  • <h2>C/C++/C#</h2>
  • I like these languages. Currently, lot of users are leaving these languages cause, these languages needs lot of knowledge. Even, you can't understand code easily in these languages. Even, some graduated CSE student says that, I don't know why teachers taught us these languages. These languages are very hard to understand. I was a Python programmer also. When I took a book from CSE student I saw that C/C++/C# needs lot of knowledge. If you want to learn everything deeply than, you can start with these. A data scientist said that Python is very easy for data analysis but, most of backend work done on C and C++. That's why teachers always teaches C and C++ at first in CSE. It needs lot of logic.
  • >The C programming language is so popular because it is known as the mother of all programming languages. This language is widely flexible to use memory management. C is the best option for system level programming language. Even, Linux was built using C and C++ also. [Manjaro's git repo](https://github.com/manjaro). C is perfectly suitable for building large projects in any field of programming.
  • >
  • >However, it is, at heart, a systems programming language (as in close to the hardware), not an application programming language.
  • >
  • >I've built pretty large applications in C, and it worked well. Would I have hired a programmer who couldn't do systems programming (understanding pointer arithmetic without thinking)? No way.
  • >
  • >99% of today's programmers would be disqualified if we used C for applications. They need bulletproof object references and a GC. Even those don't help, at times.
  • <h2>Java</h2>
  • One of my favorite language. Java is little bit hard not harder as C or C++. Lot of big projects use Java also. Java is little bit hard to read also. If you are new programming languages world than, I will tell you choose Golang or, Python. If you have some knowledge on programming languages. Then, you can choose Java. I give Java medium priority.
  • >I believe I started using Java in 1997, not long after Java 1.1 saw the light of day. Since that time, by and large, I've really enjoyed programming in Java; although I confess these days, I'm as likely to be found writing Groovy scripts as "serious code" in Java.
  • >
  • >Coming from a background in FORTRAN, PL/1, Pascal, and finally C, I found a lot of things to like about Java. Java was my first significant hands-on experience with object-oriented programming. By then, I had been programming for about 20 years, and it's probably safe to say I had some ideas about what mattered and what didn't. ~ visit the [page to read more about Java](https://opensource.com/article/19/9/why-i-use-java)
  • >Java is a great powerful tool for building big projects that are easy to scale. You can use Java Platform to add as many features to the project as needed. Development environment comprises a wide choice of frameworks, plug-ins, APIs, libraries Runtime Environment and JVM (Java Virtual Machine).
  • First of all, I don't think that there is a specific good programming language for your project.
  • <h2>Python</h2>
  • Python is beginner-friendly. But Python programs can be slower than programs written in other languages. You can handle millions-millions data easily using Python. But when you compare Python to other programming languages, Python is slower. There's a library is which used for data analysis. That library's name is Pandas. It can speed up the speed of Python for tasks which are suitable for being represented as data frames.
  • >Python offers ready solutions for big projects. Sometimes it is easier to write something in Python and rewrite it later in another language, if necessary. This give the startups the most valuable gift they require: time. Often trying to make a startup work is like being stuck in limbo—you are heading to a really good place, but you are not there yet. So the faster the startup reaches the other end of the rainbow, the better. Python is a language that is great for writing prototypes.
  • <h2>Go</h2>
  • When you [compare Python with Go](https://medium.com/swlh/python-vs-golang-select-the-best-one-to-level-up-your-business-1a6d0fb32991), Go wins.
  • >It’s a Cloud-native language that is being applied to the leading development projects based on the Ethereum and Docker.
  • >
  • >Go is a cross-platform language that allows you to use the operating system of your choice when compiling the code. Golang is fairly easy to install and have superior debugging quality helping it gain popularity over other languages.
  • >
  • >You can easily build production-level software of your choice including a range of use cases from the popular web APIs to encryption software.
  • >>Although Go vs Python is a trending topic among the business community, both the programming languages are not only good for creating web applications but both help in automating tasks related to your business.
  • However, Python is very easy to read and write. The biggest companies like Facebook, Google, Instagram, etc have used Golang also.
  • >Golang is useful for carrying out programming for scalable servers and large software systems. The Golang programming language was built to fill in the gaps of C++ and Java that Google came across while working with its servers and distributed systems.
  • <h2>Rust</h2>
  • [SO has a blog on `What is Rust and why is it so popular?`](https://stackoverflow.blog/2020/01/20/what-is-rust-and-why-is-it-so-popular/). Currently, the use of Rust is increasing rapidly. In Rust programs, the error message explains beautifully where the problem is. Currently, lots of users are choosing Rust and Julia for big data analysis and data science.
  • >The main one is obviously Mozilla Firefox, more precisely its layout engine. Another large Rust project is the Redox Operating System. Also Tor might migrate some of their code from C to Rust and in the more distant future, same could happen for both Linux and Windows, but that’s a stretch. Now obviously in the case of Linux, Linus Torvalds is going to protest, but Microsoft is debating using Rust to avoid some of the nagging memory bugs they’ve had in the past and which cost them a lot. Also, both Windows and Linux would probably only make use of Rust in a rather localized manner. Rewriting everything is just not feasible. ~ [source](https://www.quora.com/What-examples-are-there-of-large-Rust-projects?share=1).
  • >Rust is also being used more frequently now on reasonably sized projects. ... Half of the respondents felt that Rust compiles times have improved, in particular for large codebases with at least 10,000 lines of code. Two-thirds of respondents believed there is now better library support, too. Companies large and small are using Rust in production all over the world, including Mozilla, Dropbox, npm, Postmates, Braintree and others. Rust programs also optimize quite well, sometimes better than C. While C is good for writing minimal code on byte-by-byte pointer-by-pointer level, Rust has powerful features for efficiently combining multiple functions or even whole libraries together.
  • <h2>C/C++/C#</h2>
  • I like these languages. Currently, lots of users are leaving these languages, because these languages need a lot of knowledge. You can't understand code easily in these languages. Even some graduated CSE students say that, I don't know why teachers taught us these languages. These languages are very hard to understand. I was a Python programmer also. When I took a book from a CSE student I saw that C/C++/C# needs a lot of knowledge. If you want to learn everything deeply, you can start with these. A data scientist said that Python is very easy for data analysis, but most of the backend work is done in C and C++. That's why teachers always teach C and C++ at first in CSE. It needs lot of logic.
  • >The C programming language is so popular because it is known as the mother of all programming languages. This language is widely flexible to use memory management. C is the best option for system level programming language. Even, Linux was built using C and C++ also. [Manjaro's git repo](https://github.com/manjaro). C is perfectly suitable for building large projects in any field of programming.
  • >
  • >However, it is, at heart, a systems programming language (as in close to the hardware), not an application programming language.
  • >
  • >I've built pretty large applications in C, and it worked well. Would I have hired a programmer who couldn't do systems programming (understanding pointer arithmetic without thinking)? No way.
  • >
  • >99% of today's programmers would be disqualified if we used C for applications. They need bulletproof object references and a GC. Even those don't help, at times.
  • <h2>Java</h2>
  • One of my favorite languages. Java is little bit hard, but not as hard as C or C++. Lots of big projects use Java also. Java is a little bit hard to read, too. If you are new to programming languages, I will suggest that you choose Golang or Python. If you have some knowledge on programming languages, you can choose Java. I give Java medium priority.
  • >I believe I started using Java in 1997, not long after Java 1.1 saw the light of day. Since that time, by and large, I've really enjoyed programming in Java; although I confess these days, I'm as likely to be found writing Groovy scripts as "serious code" in Java.
  • >
  • >Coming from a background in FORTRAN, PL/1, Pascal, and finally C, I found a lot of things to like about Java. Java was my first significant hands-on experience with object-oriented programming. By then, I had been programming for about 20 years, and it's probably safe to say I had some ideas about what mattered and what didn't. ~ visit the [page to read more about Java](https://opensource.com/article/19/9/why-i-use-java)
  • >Java is a great powerful tool for building big projects that are easy to scale. You can use Java Platform to add as many features to the project as needed. Development environment comprises a wide choice of frameworks, plug-ins, APIs, libraries Runtime Environment and JVM (Java Virtual Machine).
  • []()
#4: Post edited by (deleted user) · 2021-07-06T10:13:27Z (almost 3 years ago)
  • First of all, I don't think that there is a specific good programming language for project.
  • <h2>Python</h2>
  • Python is beginner-friendly. But, python takes longer time than other programs take. You can handle millions-millions data easily using Python. But, when you compare Python to other programming languages than, Python is worst. There's a library which used for data analysis. That library's name is Pandas
  • >Python offers ready solutions for big projects. Sometimes it is easier to write something in Python and rewrite it later in another language, if necessary. This give the startups the most valuable gift they require: time. Often trying to make a startup work is like being stuck in limbo—you are heading to a really good place, but you are not there yet. So the faster the startup reaches the other end of the rainbow, the better. Python is a language that is great for writing prototypes.
  • <h2>Go</h2>
  • When you [compare Python with Go](https://medium.com/swlh/python-vs-golang-select-the-best-one-to-level-up-your-business-1a6d0fb32991), than Go wins.
  • >It’s a Cloud-native language that is being applied to the leading development projects based on the Ethereum and Docker.
  • >
  • >Go is a cross-platform language that allows you to use the operating system of your choice when compiling the code. Golang is fairly easy to install and have superior debugging quality helping it gain popularity over other languages.
  • >
  • >You can easily build production-level software of your choice including a range of use cases from the popular web APIs to encryption software.
  • >>Although Go vs Python is a trending topic among the business community, both the programming languages are not only good for creating web applications but both help in automating tasks related to your business.
  • Although, Python is very easy to read and write. Biggest companies like Facebook, Google, Instagram had used Golang also.
  • >Golang is useful for carrying out programming for scalable servers and large software systems. The Golang programming language was built to fill in the gaps of C++ and Java that Google came across while working with its servers and distributed systems.
  • <h2>Rust</h2>
  • [SO has a blog on `What is Rust and why is it so popular?`](https://stackoverflow.blog/2020/01/20/what-is-rust-and-why-is-it-so-popular/). Currently, user of rust is increasing rapidly. In rust program, error message explains beautifully where the problem is. Currently, lot of users choosing Rust and Julia for big data analysis and data science.
  • >The main one is obviously Mozilla Firefox, more precisely its layout engine. Another large Rust project is the Redox Operating System. Also Tor might migrate some of their code from C to Rust and in the more distant future, same could happen for both Linux and Windows, but that’s a stretch. Now obviously in the case of Linux, Linus Torvalds is going to protest, but Microsoft is debating using Rust to avoid some of the nagging memory bugs they’ve had in the past and which cost them a lot. Also, both Windows and Linux would probably only make use of Rust in a rather localized manner. Rewriting everything is just not feasible. ~ [source](https://www.quora.com/What-examples-are-there-of-large-Rust-projects?share=1).
  • >Rust is also being used more frequently now on reasonably sized projects. ... Half of the respondents felt that Rust compiles times have improved, in particular for large codebases with at least 10,000 lines of code. Two-thirds of respondents believed there is now better library support, too. Companies large and small are using Rust in production all over the world, including Mozilla, Dropbox, npm, Postmates, Braintree and others. Rust programs also optimize quite well, sometimes better than C. While C is good for writing minimal code on byte-by-byte pointer-by-pointer level, Rust has powerful features for efficiently combining multiple functions or even whole libraries together.
  • <h2>C/C++/C#</h2>
  • I like these languages. Currently, lot of users are leaving these languages cause, these languages needs lot of knowledge. Even, you can't understand code easily in these languages. Even, some graduated CSE student says that, I don't know why teachers taught us these languages. These languages are very hard to understand. I was a Python programmer also. When I took a book from CSE student I saw that C/C++/C# needs lot of knowledge. If you want to learn everything deeply than, you can start with these. A data scientist said that Python is very easy for data analysis but, most of backend work done on C and C++. That's why teachers always teaches C and C++ at first in CSE. It needs lot of logic.
  • >The C programming language is so popular because it is known as the mother of all programming languages. This language is widely flexible to use memory management. C is the best option for system level programming language. Even, Linux was built using C and C++ also. [Manjaro's git repo](https://github.com/manjaro). C is perfectly suitable for building large projects in any field of programming.
  • >
  • >However, it is, at heart, a systems programming language (as in close to the hardware), not an application programming language.
  • >
  • >I've built pretty large applications in C, and it worked well. Would I have hired a programmer who couldn't do systems programming (understanding pointer arithmetic without thinking)? No way.
  • >
  • >99% of today's programmers would be disqualified if we used C for applications. They need bulletproof object references and a GC. Even those don't help, at times.
  • <h2>Java</h2>
  • One of my favorite language. Java is little bit hard not harder as C or C++. Lot of big projects use Java also. Java is little bit hard to read also. If you are new programming languages world than, I will tell you choose Golang or, Python. If you have some knowledge on programming languages. Then, you can choose Java. I give Java medium priority.
  • >I believe I started using Java in 1997, not long after Java 1.1 saw the light of day. Since that time, by and large, I've really enjoyed programming in Java; although I confess these days, I'm as likely to be found writing Groovy scripts as "serious code" in Java.
  • >
  • >Coming from a background in FORTRAN, PL/1, Pascal, and finally C, I found a lot of things to like about Java. Java was my first significant hands-on experience with object-oriented programming. By then, I had been programming for about 20 years, and it's probably safe to say I had some ideas about what mattered and what didn't. ~ visit the [page to read more about Java](https://opensource.com/article/19/9/why-i-use-java)
  • >Java is a great powerful tool for building big projects that are easy to scale. You can use Java Platform to add as many features to the project as needed. Development environment comprises a wide choice of frameworks, plug-ins, APIs, libraries Runtime Environment and JVM (Java Virtual Machine).
  • First of all, I don't think that there is a specific good programming language for project.
  • <h2>Python</h2>
  • Python is beginner-friendly. But, python takes longer time than other programs take. You can handle millions-millions data easily using Python. But, when you compare Python to other programming languages than, Python is worst. There's a library which used for data analysis. That library's name is Pandas
  • >Python offers ready solutions for big projects. Sometimes it is easier to write something in Python and rewrite it later in another language, if necessary. This give the startups the most valuable gift they require: time. Often trying to make a startup work is like being stuck in limbo—you are heading to a really good place, but you are not there yet. So the faster the startup reaches the other end of the rainbow, the better. Python is a language that is great for writing prototypes.
  • <h2>Go</h2>
  • When you [compare Python with Go](https://medium.com/swlh/python-vs-golang-select-the-best-one-to-level-up-your-business-1a6d0fb32991), than Go wins.
  • >It’s a Cloud-native language that is being applied to the leading development projects based on the Ethereum and Docker.
  • >
  • >Go is a cross-platform language that allows you to use the operating system of your choice when compiling the code. Golang is fairly easy to install and have superior debugging quality helping it gain popularity over other languages.
  • >
  • >You can easily build production-level software of your choice including a range of use cases from the popular web APIs to encryption software.
  • >>Although Go vs Python is a trending topic among the business community, both the programming languages are not only good for creating web applications but both help in automating tasks related to your business.
  • Although, Python is very easy to read and write. Biggest companies like Facebook, Google, Instagram had used Golang also.
  • >Golang is useful for carrying out programming for scalable servers and large software systems. The Golang programming language was built to fill in the gaps of C++ and Java that Google came across while working with its servers and distributed systems.
  • <h2>Rust</h2>
  • [SO has a blog on `What is Rust and why is it so popular?`](https://stackoverflow.blog/2020/01/20/what-is-rust-and-why-is-it-so-popular/). Currently, user of rust is increasing rapidly. In rust program, error message explains beautifully where the problem is. Currently, lot of users choosing Rust and Julia for big data analysis and data science.
  • >The main one is obviously Mozilla Firefox, more precisely its layout engine. Another large Rust project is the Redox Operating System. Also Tor might migrate some of their code from C to Rust and in the more distant future, same could happen for both Linux and Windows, but that’s a stretch. Now obviously in the case of Linux, Linus Torvalds is going to protest, but Microsoft is debating using Rust to avoid some of the nagging memory bugs they’ve had in the past and which cost them a lot. Also, both Windows and Linux would probably only make use of Rust in a rather localized manner. Rewriting everything is just not feasible. ~ [source](https://www.quora.com/What-examples-are-there-of-large-Rust-projects?share=1).
  • >Rust is also being used more frequently now on reasonably sized projects. ... Half of the respondents felt that Rust compiles times have improved, in particular for large codebases with at least 10,000 lines of code. Two-thirds of respondents believed there is now better library support, too. Companies large and small are using Rust in production all over the world, including Mozilla, Dropbox, npm, Postmates, Braintree and others. Rust programs also optimize quite well, sometimes better than C. While C is good for writing minimal code on byte-by-byte pointer-by-pointer level, Rust has powerful features for efficiently combining multiple functions or even whole libraries together.
  • <h2>C/C++/C#</h2>
  • I like these languages. Currently, lot of users are leaving these languages cause, these languages needs lot of knowledge. Even, you can't understand code easily in these languages. Even, some graduated CSE student says that, I don't know why teachers taught us these languages. These languages are very hard to understand. I was a Python programmer also. When I took a book from CSE student I saw that C/C++/C# needs lot of knowledge. If you want to learn everything deeply than, you can start with these. A data scientist said that Python is very easy for data analysis but, most of backend work done on C and C++. That's why teachers always teaches C and C++ at first in CSE. It needs lot of logic.
  • >The C programming language is so popular because it is known as the mother of all programming languages. This language is widely flexible to use memory management. C is the best option for system level programming language. Even, Linux was built using C and C++ also. [Manjaro's git repo](https://github.com/manjaro). C is perfectly suitable for building large projects in any field of programming.
  • >
  • >However, it is, at heart, a systems programming language (as in close to the hardware), not an application programming language.
  • >
  • >I've built pretty large applications in C, and it worked well. Would I have hired a programmer who couldn't do systems programming (understanding pointer arithmetic without thinking)? No way.
  • >
  • >99% of today's programmers would be disqualified if we used C for applications. They need bulletproof object references and a GC. Even those don't help, at times.
  • <h2>Java</h2>
  • One of my favorite language. Java is little bit hard not harder as C or C++. Lot of big projects use Java also. Java is little bit hard to read also. If you are new programming languages world than, I will tell you choose Golang or, Python. If you have some knowledge on programming languages. Then, you can choose Java. I give Java medium priority.
  • >I believe I started using Java in 1997, not long after Java 1.1 saw the light of day. Since that time, by and large, I've really enjoyed programming in Java; although I confess these days, I'm as likely to be found writing Groovy scripts as "serious code" in Java.
  • >
  • >Coming from a background in FORTRAN, PL/1, Pascal, and finally C, I found a lot of things to like about Java. Java was my first significant hands-on experience with object-oriented programming. By then, I had been programming for about 20 years, and it's probably safe to say I had some ideas about what mattered and what didn't. ~ visit the [page to read more about Java](https://opensource.com/article/19/9/why-i-use-java)
  • >Java is a great powerful tool for building big projects that are easy to scale. You can use Java Platform to add as many features to the project as needed. Development environment comprises a wide choice of frameworks, plug-ins, APIs, libraries Runtime Environment and JVM (Java Virtual Machine).
#3: Post edited by (deleted user) · 2021-07-06T10:12:29Z (almost 3 years ago)
  • First of all, I don't think that there is a specific good programming language for project.
  • <h2>Python</h2>
  • Python is beginner-friendly. But, python takes longer time than other programs take. You can handle millions-millions data easily using Python. But, when you compare Python to other programming languages than, Python is worst. There's a library which used for data analysis. That library's name is Pandas
  • <h2>Go</h2>
  • When you [compare Python with Go](https://medium.com/swlh/python-vs-golang-select-the-best-one-to-level-up-your-business-1a6d0fb32991), than Go wins.
  • >It’s a Cloud-native language that is being applied to the leading development projects based on the Ethereum and Docker.
  • >
  • >Go is a cross-platform language that allows you to use the operating system of your choice when compiling the code. Golang is fairly easy to install and have superior debugging quality helping it gain popularity over other languages.
  • >
  • >You can easily build production-level software of your choice including a range of use cases from the popular web APIs to encryption software.
  • >>Although Go vs Python is a trending topic among the business community, both the programming languages are not only good for creating web applications but both help in automating tasks related to your business.
  • Although, Python is very easy to read and write. Biggest companies like Facebook, Google, Instagram had used Golang also.
  • <h2>Rust</h2>
  • [SO has a blog on `What is Rust and why is it so popular?`](https://stackoverflow.blog/2020/01/20/what-is-rust-and-why-is-it-so-popular/). Currently, user of rust is increasing rapidly. In rust program, error message explains beautifully where the problem is. Currently, lot of users choosing Rust and Julia for big data analysis and data science.
  • >The main one is obviously Mozilla Firefox, more precisely its layout engine. Another large Rust project is the Redox Operating System. Also Tor might migrate some of their code from C to Rust and in the more distant future, same could happen for both Linux and Windows, but that’s a stretch. Now obviously in the case of Linux, Linus Torvalds is going to protest, but Microsoft is debating using Rust to avoid some of the nagging memory bugs they’ve had in the past and which cost them a lot. Also, both Windows and Linux would probably only make use of Rust in a rather localized manner. Rewriting everything is just not feasible. ~ [source](https://www.quora.com/What-examples-are-there-of-large-Rust-projects?share=1).
  • <h2>C/C++/C#</h2>
  • I like these languages. Currently, lot of users are leaving these languages cause, these languages needs lot of knowledge. Even, you can't understand code easily in these languages. Even, some graduated CSE student says that, I don't know why teachers taught us these languages. These languages are very hard to understand. I was a Python programmer also. When I took a book from CSE student I saw that C/C++/C# needs lot of knowledge. If you want to learn everything deeply than, you can start with these. A data scientist said that Python is very easy for data analysis but, most of backend work done on C and C++. That's why teachers always teaches C and C++ at first in CSE. It needs lot of logic.
  • <h2>Java</h2>
  • One of my favorite language. Java is little bit hard not harder as C or C++. Lot of big projects use Java also. Java is little bit hard to read also. If you are new programming languages world than, I will tell you choose Golang or, Python. If you have some knowledge on programming languages. Then, you can choose Java. I give Java medium priority.
  • >I believe I started using Java in 1997, not long after Java 1.1 saw the light of day. Since that time, by and large, I've really enjoyed programming in Java; although I confess these days, I'm as likely to be found writing Groovy scripts as "serious code" in Java.
  • >
  • >Coming from a background in FORTRAN, PL/1, Pascal, and finally C, I found a lot of things to like about Java. Java was my first significant hands-on experience with object-oriented programming. By then, I had been programming for about 20 years, and it's probably safe to say I had some ideas about what mattered and what didn't. ~ visit the [page to read more about Java](https://opensource.com/article/19/9/why-i-use-java)
  • <hr/>
  • C -> C++ -> Java
  • C -> C++ -> Python
  • That's why Java and Python is good. But, Python is slower that's why I choose Java. I choose C and C++ for knowledge.
  • First of all, I don't think that there is a specific good programming language for project.
  • <h2>Python</h2>
  • Python is beginner-friendly. But, python takes longer time than other programs take. You can handle millions-millions data easily using Python. But, when you compare Python to other programming languages than, Python is worst. There's a library which used for data analysis. That library's name is Pandas
  • >Python offers ready solutions for big projects. Sometimes it is easier to write something in Python and rewrite it later in another language, if necessary. This give the startups the most valuable gift they require: time. Often trying to make a startup work is like being stuck in limbo—you are heading to a really good place, but you are not there yet. So the faster the startup reaches the other end of the rainbow, the better. Python is a language that is great for writing prototypes.
  • <h2>Go</h2>
  • When you [compare Python with Go](https://medium.com/swlh/python-vs-golang-select-the-best-one-to-level-up-your-business-1a6d0fb32991), than Go wins.
  • >It’s a Cloud-native language that is being applied to the leading development projects based on the Ethereum and Docker.
  • >
  • >Go is a cross-platform language that allows you to use the operating system of your choice when compiling the code. Golang is fairly easy to install and have superior debugging quality helping it gain popularity over other languages.
  • >
  • >You can easily build production-level software of your choice including a range of use cases from the popular web APIs to encryption software.
  • >>Although Go vs Python is a trending topic among the business community, both the programming languages are not only good for creating web applications but both help in automating tasks related to your business.
  • Although, Python is very easy to read and write. Biggest companies like Facebook, Google, Instagram had used Golang also.
  • >Golang is useful for carrying out programming for scalable servers and large software systems. The Golang programming language was built to fill in the gaps of C++ and Java that Google came across while working with its servers and distributed systems.
  • <h2>Rust</h2>
  • [SO has a blog on `What is Rust and why is it so popular?`](https://stackoverflow.blog/2020/01/20/what-is-rust-and-why-is-it-so-popular/). Currently, user of rust is increasing rapidly. In rust program, error message explains beautifully where the problem is. Currently, lot of users choosing Rust and Julia for big data analysis and data science.
  • >The main one is obviously Mozilla Firefox, more precisely its layout engine. Another large Rust project is the Redox Operating System. Also Tor might migrate some of their code from C to Rust and in the more distant future, same could happen for both Linux and Windows, but that’s a stretch. Now obviously in the case of Linux, Linus Torvalds is going to protest, but Microsoft is debating using Rust to avoid some of the nagging memory bugs they’ve had in the past and which cost them a lot. Also, both Windows and Linux would probably only make use of Rust in a rather localized manner. Rewriting everything is just not feasible. ~ [source](https://www.quora.com/What-examples-are-there-of-large-Rust-projects?share=1).
  • >Rust is also being used more frequently now on reasonably sized projects. ... Half of the respondents felt that Rust compiles times have improved, in particular for large codebases with at least 10,000 lines of code. Two-thirds of respondents believed there is now better library support, too. Companies large and small are using Rust in production all over the world, including Mozilla, Dropbox, npm, Postmates, Braintree and others. Rust programs also optimize quite well, sometimes better than C. While C is good for writing minimal code on byte-by-byte pointer-by-pointer level, Rust has powerful features for efficiently combining multiple functions or even whole libraries together.
  • <h2>C/C++/C#</h2>
  • I like these languages. Currently, lot of users are leaving these languages cause, these languages needs lot of knowledge. Even, you can't understand code easily in these languages. Even, some graduated CSE student says that, I don't know why teachers taught us these languages. These languages are very hard to understand. I was a Python programmer also. When I took a book from CSE student I saw that C/C++/C# needs lot of knowledge. If you want to learn everything deeply than, you can start with these. A data scientist said that Python is very easy for data analysis but, most of backend work done on C and C++. That's why teachers always teaches C and C++ at first in CSE. It needs lot of logic.
  • >The C programming language is so popular because it is known as the mother of all programming languages. This language is widely flexible to use memory management. C is the best option for system level programming language. Even, Linux was built using C and C++ also. [Manjaro's git repo](https://github.com/manjaro). C is perfectly suitable for building large projects in any field of programming.
  • >
  • >However, it is, at heart, a systems programming language (as in close to the hardware), not an application programming language.
  • >
  • >I've built pretty large applications in C, and it worked well. Would I have hired a programmer who couldn't do systems programming (understanding pointer arithmetic without thinking)? No way.
  • >
  • >99% of today's programmers would be disqualified if we used C for applications. They need bulletproof object references and a GC. Even those don't help, at times.
  • <h2>Java</h2>
  • One of my favorite language. Java is little bit hard not harder as C or C++. Lot of big projects use Java also. Java is little bit hard to read also. If you are new programming languages world than, I will tell you choose Golang or, Python. If you have some knowledge on programming languages. Then, you can choose Java. I give Java medium priority.
  • >I believe I started using Java in 1997, not long after Java 1.1 saw the light of day. Since that time, by and large, I've really enjoyed programming in Java; although I confess these days, I'm as likely to be found writing Groovy scripts as "serious code" in Java.
  • >
  • >Coming from a background in FORTRAN, PL/1, Pascal, and finally C, I found a lot of things to like about Java. Java was my first significant hands-on experience with object-oriented programming. By then, I had been programming for about 20 years, and it's probably safe to say I had some ideas about what mattered and what didn't. ~ visit the [page to read more about Java](https://opensource.com/article/19/9/why-i-use-java)
  • >Java is a great powerful tool for building big projects that are easy to scale. You can use Java Platform to add as many features to the project as needed. Development environment comprises a wide choice of frameworks, plug-ins, APIs, libraries Runtime Environment and JVM (Java Virtual Machine).
#2: Post edited by (deleted user) · 2021-07-06T04:12:04Z (almost 3 years ago)
  • First of all, I don't think that there is a specific good programming language for project.
  • <h2>Python</h2>
  • Python is beginner-friendly. But, python takes longer time than other programs take. You can handle millions-millions data easily using Python. But, when you compare Python to other programming languages than, Python is worst. There's a library which used for data analysis. That library's name is Pandas
  • <h2>Go</h2>
  • When you [compare Python with Go](https://medium.com/swlh/python-vs-golang-select-the-best-one-to-level-up-your-business-1a6d0fb32991), than Go wins.
  • >It’s a Cloud-native language that is being applied to the leading development projects based on the Ethereum and Docker.
  • >
  • >Go is a cross-platform language that allows you to use the operating system of your choice when compiling the code. Golang is fairly easy to install and have superior debugging quality helping it gain popularity over other languages.
  • >
  • >You can easily build production-level software of your choice including a range of use cases from the popular web APIs to encryption software.
  • >>Although Go vs Python is a trending topic among the business community, both the programming languages are not only good for creating web applications but both help in automating tasks related to your business.
  • Although, Python is very easy to read and write. Biggest companies like Facebook, Google, Instagram had used Golang also.
  • <h2>Rust</h2>
  • [SO has a blog on `What is Rust and why is it so popular?`](https://stackoverflow.blog/2020/01/20/what-is-rust-and-why-is-it-so-popular/). Currently, user of rust is increasing rapidly. In rust program, error message explains beautifully where the problem is. Currently, lot of users choosing Rust and Julia for big data analysis and data science.
  • >The main one is obviously Mozilla Firefox, more precisely its layout engine. Another large Rust project is the Redox Operating System. Also Tor might migrate some of their code from C to Rust and in the more distant future, same could happen for both Linux and Windows, but that’s a stretch. Now obviously in the case of Linux, Linus Torvalds is going to protest, but Microsoft is debating using Rust to avoid some of the nagging memory bugs they’ve had in the past and which cost them a lot. Also, both Windows and Linux would probably only make use of Rust in a rather localized manner. Rewriting everything is just not feasible. ~ [source](https://www.quora.com/What-examples-are-there-of-large-Rust-projects?share=1).
  • <h2>C/C++/C#</h2>
  • I like these languages. Currently, lot of users are leaving these languages cause, these languages needs lot of knowledge. Even, you can't understand code easily in these languages. Even, some graduated CSE student says that, I don't know why teachers taught us these languages. These languages are very hard to understand. I was a Python programmer also. When I took a book from CSE student I saw that C/C++/C# needs lot of knowledge. If you want to learn everything deeply than, you can start with these. A data scientist said that Python is very easy for data analysis but, most of backend work done on C and C++. That's why teachers always teaches C and C++ at first in CSE. It needs lot of logic.
  • <h2>Java</h2>
  • One of my favorite language. Java is little bit hard not harder as C or C++. Lot of big projects use Java also. Java is little bit hard to read also. If you are new programming languages world than, I will tell you choose Golang or, Python. If you have some knowledge on programming languages. Then, you can choose Java. I give Java medium priority.
  • >I believe I started using Java in 1997, not long after Java 1.1 saw the light of day. Since that time, by and large, I've really enjoyed programming in Java; although I confess these days, I'm as likely to be found writing Groovy scripts as "serious code" in Java.
  • >
  • >Coming from a background in FORTRAN, PL/1, Pascal, and finally C, I found a lot of things to like about Java. Java was my first significant hands-on experience with object-oriented programming. By then, I had been programming for about 20 years, and it's probably safe to say I had some ideas about what mattered and what didn't. ~ visit the [page to read more about Java](https://opensource.com/article/19/9/why-i-use-java)
  • First of all, I don't think that there is a specific good programming language for project.
  • <h2>Python</h2>
  • Python is beginner-friendly. But, python takes longer time than other programs take. You can handle millions-millions data easily using Python. But, when you compare Python to other programming languages than, Python is worst. There's a library which used for data analysis. That library's name is Pandas
  • <h2>Go</h2>
  • When you [compare Python with Go](https://medium.com/swlh/python-vs-golang-select-the-best-one-to-level-up-your-business-1a6d0fb32991), than Go wins.
  • >It’s a Cloud-native language that is being applied to the leading development projects based on the Ethereum and Docker.
  • >
  • >Go is a cross-platform language that allows you to use the operating system of your choice when compiling the code. Golang is fairly easy to install and have superior debugging quality helping it gain popularity over other languages.
  • >
  • >You can easily build production-level software of your choice including a range of use cases from the popular web APIs to encryption software.
  • >>Although Go vs Python is a trending topic among the business community, both the programming languages are not only good for creating web applications but both help in automating tasks related to your business.
  • Although, Python is very easy to read and write. Biggest companies like Facebook, Google, Instagram had used Golang also.
  • <h2>Rust</h2>
  • [SO has a blog on `What is Rust and why is it so popular?`](https://stackoverflow.blog/2020/01/20/what-is-rust-and-why-is-it-so-popular/). Currently, user of rust is increasing rapidly. In rust program, error message explains beautifully where the problem is. Currently, lot of users choosing Rust and Julia for big data analysis and data science.
  • >The main one is obviously Mozilla Firefox, more precisely its layout engine. Another large Rust project is the Redox Operating System. Also Tor might migrate some of their code from C to Rust and in the more distant future, same could happen for both Linux and Windows, but that’s a stretch. Now obviously in the case of Linux, Linus Torvalds is going to protest, but Microsoft is debating using Rust to avoid some of the nagging memory bugs they’ve had in the past and which cost them a lot. Also, both Windows and Linux would probably only make use of Rust in a rather localized manner. Rewriting everything is just not feasible. ~ [source](https://www.quora.com/What-examples-are-there-of-large-Rust-projects?share=1).
  • <h2>C/C++/C#</h2>
  • I like these languages. Currently, lot of users are leaving these languages cause, these languages needs lot of knowledge. Even, you can't understand code easily in these languages. Even, some graduated CSE student says that, I don't know why teachers taught us these languages. These languages are very hard to understand. I was a Python programmer also. When I took a book from CSE student I saw that C/C++/C# needs lot of knowledge. If you want to learn everything deeply than, you can start with these. A data scientist said that Python is very easy for data analysis but, most of backend work done on C and C++. That's why teachers always teaches C and C++ at first in CSE. It needs lot of logic.
  • <h2>Java</h2>
  • One of my favorite language. Java is little bit hard not harder as C or C++. Lot of big projects use Java also. Java is little bit hard to read also. If you are new programming languages world than, I will tell you choose Golang or, Python. If you have some knowledge on programming languages. Then, you can choose Java. I give Java medium priority.
  • >I believe I started using Java in 1997, not long after Java 1.1 saw the light of day. Since that time, by and large, I've really enjoyed programming in Java; although I confess these days, I'm as likely to be found writing Groovy scripts as "serious code" in Java.
  • >
  • >Coming from a background in FORTRAN, PL/1, Pascal, and finally C, I found a lot of things to like about Java. Java was my first significant hands-on experience with object-oriented programming. By then, I had been programming for about 20 years, and it's probably safe to say I had some ideas about what mattered and what didn't. ~ visit the [page to read more about Java](https://opensource.com/article/19/9/why-i-use-java)
  • <hr/>
  • C -> C++ -> Java
  • C -> C++ -> Python
  • That's why Java and Python is good. But, Python is slower that's why I choose Java. I choose C and C++ for knowledge.
#1: Initial revision by (deleted user) · 2021-07-06T04:10:48Z (almost 3 years ago)
First of all, I don't think that there is a specific good programming language for project. 

<h2>Python</h2>

Python is beginner-friendly. But, python takes longer time than other programs take. You can handle millions-millions data easily using Python. But, when you compare Python to other programming languages than, Python is worst. There's a library which used for data analysis. That library's name is Pandas

<h2>Go</h2>

When you [compare Python with Go](https://medium.com/swlh/python-vs-golang-select-the-best-one-to-level-up-your-business-1a6d0fb32991), than Go wins.

>It’s a Cloud-native language that is being applied to the leading development projects based on the Ethereum and Docker.
>
>Go is a cross-platform language that allows you to use the operating system of your choice when compiling the code. Golang is fairly easy to install and have superior debugging quality helping it gain popularity over other languages.
>
>You can easily build production-level software of your choice including a range of use cases from the popular web APIs to encryption software.
>>Although Go vs Python is a trending topic among the business community, both the programming languages are not only good for creating web applications but both help in automating tasks related to your business.

Although, Python is very easy to read and write. Biggest companies like Facebook, Google, Instagram had used Golang also.

<h2>Rust</h2>

[SO has a blog on `What is Rust and why is it so popular?`](https://stackoverflow.blog/2020/01/20/what-is-rust-and-why-is-it-so-popular/). Currently, user of rust is increasing rapidly. In rust program, error message explains beautifully where the problem is. Currently, lot of users choosing Rust and Julia for big data analysis and data science.

>The main one is obviously Mozilla Firefox, more precisely its layout engine. Another large Rust project is the Redox Operating System. Also Tor might migrate some of their code from C to Rust and in the more distant future, same could happen for both Linux and Windows, but that’s a stretch. Now obviously in the case of Linux, Linus Torvalds is going to protest, but Microsoft is debating using Rust to avoid some of the nagging memory bugs they’ve had in the past and which cost them a lot. Also, both Windows and Linux would probably only make use of Rust in a rather localized manner. Rewriting everything is just not feasible. ~ [source](https://www.quora.com/What-examples-are-there-of-large-Rust-projects?share=1).

<h2>C/C++/C#</h2>

I like these languages. Currently, lot of users are leaving these languages cause, these languages needs lot of knowledge. Even, you can't understand code easily in these languages. Even, some graduated CSE student says that, I don't know why teachers taught us these languages. These languages are very hard to understand. I was a Python programmer also. When I took a book from CSE student I saw that C/C++/C# needs lot of knowledge. If you want to learn everything deeply than, you can start with these. A data scientist said that Python is very easy for data analysis but, most of backend work done on C and C++. That's why teachers always teaches C and C++ at first in CSE. It needs lot of logic.

<h2>Java</h2>

One of my favorite language. Java is little bit hard not harder as C or C++. Lot of big projects use Java also. Java is little bit hard to read also. If you are new programming languages world than, I will tell you choose Golang or, Python. If you have some knowledge on programming languages. Then, you can choose Java. I give Java medium priority. 
>I believe I started using Java in 1997, not long after Java 1.1 saw the light of day. Since that time, by and large, I've really enjoyed programming in Java; although I confess these days, I'm as likely to be found writing Groovy scripts as "serious code" in Java.
>
>Coming from a background in FORTRAN, PL/1, Pascal, and finally C, I found a lot of things to like about Java. Java was my first significant hands-on experience with object-oriented programming. By then, I had been programming for about 20 years, and it's probably safe to say I had some ideas about what mattered and what didn't. ~ visit the [page to read more about Java](https://opensource.com/article/19/9/why-i-use-java)