Search code examples
pythonunicodeeditortext-editoransi

PyPE ansi or unicode?


I want to start programming in python and I read on the internet that PyPE is a good editor. When I went to the website There is the option to download an ansi or unicode version.

Witch one should I use?


Solution

  • I'd recommend the Unicode version, you can always write your code in plain ANSI, but the features of Unicode are there if you need them.