Need advice about which tool to choose?Ask the StackShare community!
Get Advice from developers at your company using StackShare Enterprise. Sign up for StackShare Enterprise.
Learn MorePros of Golang
Pros of Python
Pros of Zsh (Z shell)
Pros of Golang
- High-performance538
- Simple, minimal syntax392
- Fun to write359
- Easy concurrency support via goroutines299
- Fast compilation times271
- Goroutines193
- Statically linked binaries that are simple to deploy179
- Simple compile build/run procedures150
- Backed by google136
- Great community134
- Garbage collection built-in52
- Built-in Testing45
- Excellent tools - gofmt, godoc etc43
- Elegant and concise like Python, fast like C39
- Awesome to Develop37
- Used for Docker26
- Flexible interface system25
- Deploy as executable24
- Great concurrency pattern24
- Open-source Integration20
- Easy to read17
- Fun to write and so many feature out of the box17
- Go is God16
- Its Simple and Heavy duty14
- Powerful and simple14
- Easy to deploy14
- Best language for concurrency13
- Concurrency12
- Rich standard library11
- Safe GOTOs11
- Clean code, high performance10
- Easy setup10
- Simplicity, Concurrency, Performance9
- High performance9
- Hassle free deployment8
- Single binary avoids library dependency issues8
- Simple, powerful, and great performance7
- Cross compiling7
- Used by Giants of the industry7
- Gofmt6
- Garbage Collection6
- Very sophisticated syntax5
- Excellent tooling5
- WYSIWYG5
- Keep it simple and stupid4
- Widely used4
- Kubernetes written on Go4
- No generics2
- Operator goto1
Pros of Python
- Great libraries1.2K
- Readable code951
- Beautiful code837
- Rapid development781
- Large community684
- Open source428
- Elegant387
- Great community279
- Object oriented270
- Dynamic typing215
- Great standard library76
- Very fast57
- Functional programming52
- Easy to learn45
- Scientific computing44
- Great documentation34
- Matlab alternative27
- Easy to read26
- Productivity26
- Simple is better than complex22
- It's the way I think19
- Imperative18
- Free17
- Very programmer and non-programmer friendly16
- Powerfull language15
- Machine learning support15
- Fast and simple14
- Powerful14
- Scripting13
- Explicit is better than implicit10
- Clear and easy and powerfull9
- Unlimited power9
- Ease of development9
- Import antigravity8
- It's lean and fun to code7
- Print "life is short, use python"7
- Great for tooling6
- Fast coding and good for competitions6
- There should be one-- and preferably only one --obvious6
- Although practicality beats purity6
- Python has great libraries for data processing6
- Flat is better than nested6
- High Documented language6
- I love snakes6
- Now is better than never5
- Readability counts5
- Rapid Prototyping5
- Complex is better than complicated4
- Web scraping4
- CG industry needs4
- Great for analytics4
- Socially engaged community4
- Lists, tuples, dictionaries4
- Multiple Inheritence4
- Beautiful is better than ugly4
- Plotting4
- Simple and easy to learn3
- Generators3
- Easy to learn and use3
- Many types of collections3
- No cruft3
- List comprehensions3
- Pip install everything3
- Special cases aren't special enough to break the rules3
- If the implementation is hard to explain, it's a bad id3
- If the implementation is easy to explain, it may be a g3
- Easy to setup and run smooth3
- Import this3
- Shitty2
- Flexible and easy2
- It is Very easy , simple and will you be love programmi2
- Batteries included2
- Can understand easily who are new to programming2
- Powerful language for AI2
- Should START with this but not STICK with This2
- A-to-Z2
- Because of Netflix2
- Only one way to do it2
- Better outcome2
- Good for hacking2
- Powerful0
Pros of Zsh (Z shell)
Be the first to leave a pro
Sign up to add or upvote prosMake informed product decisions
Cons of Golang
Cons of Python
Cons of Zsh (Z shell)
Cons of Golang
- You waste time in plumbing code catching errors41
- Verbose25
- Packages and their path dependencies are braindead23
- Dependency management when working on multiple projects15
- Google's documentations aren't beginer friendly15
- Automatic garbage collection overheads10
- Uncommon syntax8
- Type system is lacking (no generics, etc)6
- Collection framework is lacking (list, set, map)3
- Best programming language2
Cons of Python
- Still divided between python 2 and python 351
- Performance impact28
- Poor syntax for anonymous functions26
- GIL21
- Package management is a mess19
- Too imperative-oriented14
- Hard to understand12
- Dynamic typing12
- Very slow11
- Not everything is expression8
- Indentations matter a lot7
- Explicit self parameter in methods7
- Incredibly slow7
- Requires C functions for dynamic modules6
- Poor DSL capabilities6
- No anonymous functions6
- Official documentation is unclear.5
- The "lisp style" whitespaces5
- Fake object-oriented programming5
- Hard to obfuscate5
- Threading5
- Circular import4
- The benevolent-dictator-for-life quit4
- Lack of Syntax Sugar leads to "the pyramid of doom"4
- Not suitable for autocomplete4
- Meta classes2
- Training wheels (forced indentation)1
Cons of Zsh (Z shell)
Be the first to leave a con
Sign up to add or upvote consMake informed product decisions
What is Golang?
Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.
What is Python?
Python is a general purpose programming language created by Guido Van Rossum. Python is most praised for its elegant syntax and readable code, if you are just beginning your programming career python suits you best.
What is Zsh (Z shell)?
An interactive login shell, command interpreter and scripting language.
Need advice about which tool to choose?Ask the StackShare community!
Jobs that mention Golang, Python, and Zsh (Z shell) as a desired skillset
What companies use Golang?
What companies use Python?
What companies use Zsh (Z shell)?
What companies use Golang?
What companies use Zsh (Z shell)?
Sign up to get full access to all the companiesMake informed product decisions
What tools integrate with Golang?
What tools integrate with Python?
What tools integrate with Zsh (Z shell)?
Sign up to get full access to all the tool integrationsMake informed product decisions
Blog Posts
What are some alternatives to Golang, Python, and Zsh (Z shell)?
Rust
Rust is a systems programming language that combines strong compile-time correctness guarantees with fast performance. It improves upon the ideas of other systems languages like C++ by providing guaranteed memory safety (no crashes, no data races) and complete control over the lifecycle of memory.
Java
Java is a programming language and computing platform first released by Sun Microsystems in 1995. There are lots of applications and websites that will not work unless you have Java installed, and more are created every day. Java is fast, secure, and reliable. From laptops to datacenters, game consoles to scientific supercomputers, cell phones to the Internet, Java is everywhere!
Node.js
Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.
JavaScript
JavaScript is most known as the scripting language for Web pages, but used in many non-browser environments as well such as node.js or Apache CouchDB. It is a prototype-based, multi-paradigm scripting language that is dynamic,and supports object-oriented, imperative, and functional programming styles.
HTML5
HTML5 is a core technology markup language of the Internet used for structuring and presenting content for the World Wide Web. As of October 2014 this is the final and complete fifth revision of the HTML standard of the World Wide Web Consortium (W3C). The previous version, HTML 4, was standardised in 1997.