a python extension in go (advanced) anthony explains #338

preview_player
Показать описание
today I show how to write a python "C" extension in go!

==========

I won't ask for subscriptions / likes / comments in videos but it really helps the channel. If you have any suggestions or things you'd like to see please comment below!
Рекомендации по теме
Комментарии
Автор

I'm honestly amazed what the hell you went through. The Python C-API is badass enough for most devs, but you're even adding another layer of weird abstractions into the mix to make Python work with Go via C-Extension magic. Great job 😂

But as you mentioned, you didn't get your original project done because it was so hard to pull off. Happened to me the same way when I wanted to create a chess AI while ending up porting the chess logic to a C-Extension and stuff 😂

marcotroster
Автор

Can you please do a video on rust extensions.

adwaithrajesh
Автор

🤔 i am extremely grateful you made this because i tried this before and didn't free... but i'm also extremely distracted by the fact i see an emoji button below the comment.

SReaperz
Автор

what in the sorcery is this... wish I had more brain cells
also are we using C inside of Go while setting up everything in C just to use Go inside of Python ? or am I genuinely stupid to understand what is happening haha

hamzadlm