Hi everybody, I know that everything in the kernel is written in C but are there also some fields where can I code in Python? I mean some websites etc. thanks, Tom
On Sun, 2019-05-12 at 19:05 +0200, Tomáš Roj wrote:
Hi everybody,
I know that everything in the kernel is written in C but are there also some fields where can I code in Python? I mean some websites etc.
thanks, Tom _______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
Hey Tom, There are quite a few Python scripts in the kernel source tree. Most of them seems to reside under `tools/perf/`. I'm not familiar with perf tools, maybe someone familiar could help. By running `find . -name '*.py'` in the source tree, you can find lots of Python scripts here and there as well. Hope that helps! -- - YO
On Sun, 12 May 2019 19:05:29 +0200, Tom�š Roj said:
I know that everything in the kernel is written in C but are there also some fields where can I code in Python? I mean some websites etc.
Not a whole lot of Python being used for building websites. Now if you meant websites that have projects written in Python, I'd suggest giving GitHub and SourceForge a poke, I'm sure you'll find plenty of Python based projects.
Hi, I am watching https://m.youtube.com/watch?v=pqn5hIrz3A8 GDB debugger extension is written in python. So you may work to debug the kernel and also write extensions if needed. Regards, Amit Kumar On Mon, 13 May 2019, 6:22 am Valdis Klētnieks, <valdis.kletnieks@vt.edu> wrote:
On Sun, 12 May 2019 19:05:29 +0200, Tomلإ، Roj said:
I know that everything in the kernel is written in C but are there also some fields where can I code in Python? I mean some websites etc.
Not a whole lot of Python being used for building websites. Now if you meant websites that have projects written in Python, I'd suggest giving GitHub and SourceForge a poke, I'm sure you'll find plenty of Python based projects. _______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
...and then there is this DRGN: A kernel debugger in Python https://lwn.net/Articles/789641/
Thanks, I'll check it out. <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaig...> Bez virů. www.avast.com <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaig...> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> so 8. 6. 2019 v 6:04 odesílatel Chinmay V S <cvs268@gmail.com> napsal:
...and then there is this
DRGN: A kernel debugger in Python https://lwn.net/Articles/789641/
participants (5)
-
Amit Kumar -
Chinmay V S -
Tomáš Roj -
Valdis Klētnieks -
Yağmur Oymak