top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Any ReST aware editor for python?

0 votes
398 views

I have editors which will use syntax highlighting on .rst files, but I'm hoping for something a bit smarter.

What I'd like is an editor with a split window, one side showing the rst that I can edit, the other side showing the formatted text updated as I type. (Or at least, updated every thirty seconds or so.)

Anybody know anything like that?

posted Sep 22, 2016 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button
There's dillinger.io if online is ok.

1 Answer

0 votes

I am not certain, but I am pretty sure that the Leo 'outlining' editor (written in Python) allows you to do just that, via its 'viewrendered' plugin.

Leo is an extremely capable editor which can work in a 'scripts + data' manner; you can write 'code as data' and intersperse this with Python code which acts on the data. FWIW this brief description barely begins to scratch the surface....

Leo is cross-platform and open source

http://leoeditor.com/

There is also a 'leo-editor' Google Groups

answer Sep 22, 2016 by Sridharan
Similar Questions
+2 votes

I am trying to put one search engine interface in REST. To do this I am trying to learn Restframework and Django. One question occurred to me is, whether there is any Restframework editor which may do this job.

Is there any?

I was trying to find out https://pypi.python.org/pypi/restview , is it doing this? In that case, if any one may kindly share some examples or tutorial for it.

+2 votes

I will be designing a REST based API for a cross-platform back end that will serve both desktop Facebook users as well as mobile users. It will handle operations such as user creation, retrieval of user and other data, payment verification and in the case of the desktop side, handle the html/css template customization. The database back end is MySQL and I do need a cache system.

Currently we were using Codeigniter (PHP) for our codebase but as CI seems on the way out, I do not wish to start a new project based on it. I was looking at Laravel for PHP, but, Python is very attractive to me as a language and since the introduction of WSGI, I am confident it can make a difference in performance and code maintainability over PHP while being able to plug in to our dedicated server infrastructure.

Since I am not experienced with Python frameworks (though learning curve is not much of an issue for me) I look to the community to understand which Python framework can rival or surpass Codeigniter in terms of performance in heavy traffic backend solutions (over 1M requests per day, with up to 100 req/sec at peak). I really want to make the switch from PHP to Python as I believe that Python can solve more problems with less code and faster execution time, not to mention freedom from brackets and semicolons.

+3 votes

Happy if it's mostly written in C or C++; as long as it provides a simple routes interface in Python. Currently using bottle and utilizing its application, @route and app.merge(app2) extra features.

...