How should I learn to use the Windows API with Python?

前端 未结 12 1177
迷失自我
迷失自我 2020-12-07 10:52

I have very little experience building software for Windows, and zero experience using the Windows API, but I\'m reasonably familiar with Python. How should I go about learn

12条回答
  •  南方客
    南方客 (楼主)
    2020-12-07 11:19

    I strongly recommend theForger's Win32 API Tutorial. Its a C tutorial, but he pretty much holds your hand and shows you the basics. Its also pretty short, which is nice in a tutorial.

提交回复
热议问题