C
C
candybooberr2017-03-26 16:33:07
Python
candybooberr, 2017-03-26 16:33:07

Python IDE async/await syntax?

Good day.
I can't find an IDE that would support python3.6.
In sublime, no Linter accepts async/await, neither Anacoda, nor PythonIDE.
In Atom, things are a little better, but problems with code like
`objects = [i async for i in self.to_list(cursor)]`
In Pycharm Community, problems like in sublime.
Does anyone have a solution?
For those who are in the tank and not at all in the subject, PythonMagic only highlights the syntax.
Thank you in advance for your responsiveness.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
candybooberr, 2017-03-27
@candybooberr

In general, if anyone is interested, then on 03/27/2017 There is no solution other than visual studio code and pylint, which does not work with this quite correctly, but is quite acceptable.
It knows the keywords, it works, it even has snippets for async def declarations and so on, but for some reason it falls and % of code execution by linter does not show, it is not executed.
Also, for these purposes, I recommend installing pylint and its dependencies from the sources, it guarantees a newer version, which is what we need for python3.6.
In general, it turned out very interesting, as a result I found a new text editor for myself, which for me bypasses sublime (PythonIDE), pycharm community in all respects, I can’t say about Atom and Bracket, I have a very short-term experience.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question