How could MQL4 communicate with python? [closed] - python

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
I want to communicate with each other the modes I wrote in the python programming language with MQL4, which is the fastest way to do this? Can there be another solution in this regard that zeromq seems difficult to install and use?

Related

How to take screenshot using d3dshot? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 days ago.
Improve this question
i just found d3dshot module for taking screenshot
but i can't find anything in google about it
i heard that it is very fast is it true?
d3dshot.CaptureOutputs
d3dshot.capture_output
d3dshot.capture_outputs
d3dshot.display
what should i do?

How to convert python to assembly [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 days ago.
Improve this question
I was given assignment to make web based python to assembly converter. I don't have any clue on that. Is there any javascript package that can convert or something else that will do the task.

How to minimize all non active windows using python code? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
Is there any way to minimize all non active windows using python, leaving the active windows.
There are several ways to do this based on your exact purpose. (Please clarify what exactly you want to do)
However in general these modules are useful for such tasks:
PyAutoGUI; https://pypi.org/project/PyAutoGUI/
Win32gui; https://pypi.org/project/win32gui/

how to incorporate parallel python with django [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I was wondering if there is a way to incorporate pp (Parallel Python) with django. This would be great because I have multiple computers and I want to use them to better handle the requests.
paralel python is for litle bit different tasks, and for this purposes it is better to use nginx as loadbalancer.

Writing XFCE panel plugins in Python? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
I've Googled around a bit, but can't find much. This seems rather out of date, and doesn't provide any examples. Is this possible? Should I just shut up and learn C already?

Categories