A few of the most commonly used compilers in python programming are Pycharm, Spyder, Idle, Wing, Eric python, Rodeo and Pydev .
Read moreIs REPL a compiler?
From Wikipedia: The REPL is commonly misnamed an interpreter . This is a misnomer—many programming languages that use compilation (including bytecode compilation) have REPLs, such as Common Lisp and Python. Interactive interpreters use REPLs.
Read more