Re: development in python

2019-06-08 Thread Tomáš Roj
Thanks, I'll check it out.


Bez
virů. www.avast.com

<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

so 8. 6. 2019 v 6:04 odesílatel Chinmay V S  napsal:

> ...and then there is this
>
> DRGN: A kernel debugger in Python
> https://lwn.net/Articles/789641/
>
___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: development in python

2019-06-07 Thread Chinmay V S
...and then there is this

DRGN: A kernel debugger in Python
https://lwn.net/Articles/789641/

___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: development in python

2019-05-14 Thread Amit Kumar
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, 
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
>
___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: development in python

2019-05-12 Thread Valdis Klētnieks
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.


pgp6QaUM7JiJD.pgp
Description: PGP signature
___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: development in python

2019-05-12 Thread Yağmur Oymak
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


___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies