Zeus is a language neutral programmer's editor/IDE which includes support for
the Python language.
Python related changes new to this release include:
* New feature allowing user input for tools
* User input feature adds Python IDLE shell inside editor
* Updated Jedi for Python autocomplete and
I'm using the python3.6 DLL to embed Python 3 inside a Windows application.
Here is some background into how Python is being used.
1. Firstly the same basic code worked fine with the earlier Python 2.7 version.
2. The code is structured as follows:
Windows Executable
+
|
Zeus does code folding, syntax highlighting, smart indenting, code
navigation for the Python language.
In addition the latest Zeus release has moved off Python 2.7x and
now supports the latest Python 3.5x release.
To see what new visit this link:
http://www.zeusedit.com/whatsnew.html
Jussi
On Saturday, March 5, 2016 at 5:55:34 AM UTC+11, Mario R. Osorio wrote:
> your messages area misleading; you should label them as ADVERTISEMENT
The fact the title contains ANN (announce) means pretty much the same thing.
--
https://mail.python.org/mailman/listinfo/python-list
On Wednesday, October 15, 2014 12:13:51 PM UTC+10, ryguy7272 wrote:
> I'm just learning Python.
One of the best ways to learn any language is to type in the example code by
hand.
As you type in the code you will make mistakes, you will learn from your
mistakes and that will help you learn the l
On Thursday, September 18, 2014 10:55:57 AM UTC+10, Thomas Orozco wrote:
> In other words, the cursor is currently in the "overdrawn" method, not
> the "close" method.
That is correct.
To better reflect this I've added the actual cursor location to the
image:
http://www.zeusedit.com/images
On Thursday, September 18, 2014 1:32:53 AM UTC+10, Steven D'Aprano wrote:
I have created some confusion since the code on the forum site is not
exactly the same as the code that I used in the post from above.
Sorry about that :(
> Here is the specific image:
>
> http://www.zeusedit.com/images/
On Wednesday, September 17, 2014 9:42:16 PM UTC+10, Steven D'Aprano wrote:
> Thank you!
Thanks goes to the creators of Jedi. They've done an amazing job
creating that package!
> According to the screen shot there, if you have typed
>
> self.balan
>
> the autocomplete will offer the list:
The latest version of the Zeus IDE adds Python autocomplete using
the Jedi package.
Details about Jedi can be found here:
http://jedi.jedidjah.ch/en/latest/
Details of how the autocomplete works can be found here:
http://www.zeusedit.com/zforum/viewtopic.php?t=7200
Details of whats new in this