I am agreed the following opinions. Python is a scrpit lang, not for big program.
I want know, Is Python good for bitcoin apps?
Depends on what you mean with "apps".
Python is a scripting language.
You won't be able to
comfortably code "big" software using python
For small scripts, sure.. python is awesome IMO.
I want to try make easy bitcoin app and heard that Python is best for coding blockchain..
Is it really?
There is no "best for coding blockchain".
Blockchain is a technology. Bitcoin utilizes blockchain.
The best programming language to code scripts/programs is the one you are most comfortable with!
If you are just starting to program and you don't want to code a wallet like electrum from scratch i would say Python is pretty good to get started.
Its straight forward and lets you pretty much "do whatever you want" without having to worry about memory allocation, etc.. too much
What language you use for coding?
I personally use either C, Java or Python.
Most preferably i use python because.. well.. its basically like writing pseudo code.
Additionally you can basically modify strings/data in python any way you want without having to write 100's of lines just for a simple modifying function.