python-language-server
Microsoft Language Server for Python (by microsoft)
PythonNet
Python for .NET is a package that gives Python programmers nearly seamless integration with the .NET Common Language Runtime (CLR) and provides a powerful application scripting tool for .NET developers. (by pythonnet)
| python-language-server | PythonNet | |
|---|---|---|
| 8 | 39 | |
| 888 | 5,353 | |
| - | 1.3% | |
| 3.2 | 8.1 | |
| almost 4 years ago | 8 days ago | |
| C# | C# | |
| Apache License 2.0 | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
python-language-server
Posts with mentions or reviews of python-language-server. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-18.
- What is your nix-supported language server setup for python in neovim?
I use neovim as a text editor and code a lot in Python with the help of a language server. I use the only language server that seems to live in python-language-server. However, I see that the repo that it points to has been archived. So I am looking for alternatives and I thought that asking the community could be a good starting point.
- pathlib instead of os. f-strings instead of .format. Are there other recent versions of older Python libraries we should consider?
- Microsoft Calls Firefox’s Browser Workaround “Improper,” Will Block It
- Can we trust Microsoft with Open Source?
- [blogpost] A year with Emacs
Ah, in any case you might like to know they do plan to deprecate it in favour of pyright/pylance.
- Converting strings into variables
I guess this is an issue not only on my side - https://github.com/microsoft/python-language-server/issues/2108
- Python unresolved import
I followed the advice given by this, but it didn't help..
PythonNet
Posts with mentions or reviews of PythonNet. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-09-15.
- Running a Compiled Python Script from C# Applications
Using Python.NET simplifies the process of integrating Python with C#. You can leverage the capabilities of Python directly from your C# applications, making it possible to use Python's extensive libraries and simplicity alongside C#'s strong performance and robust framework.
- Ask HN: If you are starting in 2024, what is the most productive solo dev stack?
Have you tried Python.NET? (I am a co-maintainer) https://github.com/pythonnet/pythonnet
- I modified and hacked away xonsh source code
- Multi-threaded task processing engine that supports both sync and async execution
I looked into using .NET as a "backend" and the pythonnet library to bridge the gap, but unfortunately that library does not support async. To properly support it would require some kind of integration with the asyncio event loop APIs or implement the AbstractEventLoop interface and some how make it thread-safe - not even sure that's possible with the API design of asyncio itself.
- [WPF, C#] Need ideas on how to automate these operations based on the response I get from python script.
If you're running the python within C# using Python.NET, then you're somewhat within-process and there are ways of sending the data across. (Return objects, channel/queues, whatever fits your use case.)
- Found this on a job description. Wasn't aware .Net supports Java & Python! .Net core is really coming along.
I was going to make a joke about Python .NET core .. but .. apparently it's a real thing.
- Announcing .NET 8 Preview 4 - .NET Blog
- Starting Python, confused about cross platform app development. Is IronPython + .NET the only option?
I am not set on .NET, but just curious, so thanks for the suggestions. Interesting that it's billed as cross-plaform, but doesn't do it that well. I just searched 'python wrapper for .net' and found PythonNET. Also, it seems yes IronPython is active.
- TIA Openness with Docker
I created a Django based python project that interfaces to TIA Openness to create some Remote IO. To do this I use the pythonnet library. so that I can load the Openness DLL.
- Guidance into the unknown...
What are some alternatives?
When comparing python-language-server and PythonNet you can also consider the following projects:
pyright - Static Type Checker for Python
PyWin32 - python for windows extensions
jedi-language-server - A Python language server exclusively for Jedi. If Jedi supports it well, this language server should too.
CefSharp - .NET (WPF and Windows Forms) bindings for the Chromium Embedded Framework
PowerShellEditorServices - A common platform for PowerShell development support in any editor or application!
WinPython - A free Python-distribution for Windows platform, including prebuilt packages for Scientific Python.