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

前端 未结 12 1207
迷失自我
迷失自我 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:17

    Once upon a time I read over some Win32 API tutorials at www.relisoft.com

    They are an anti-MFC and pro-Win32 API shop and have a manifesto of sorts explaining practical reasons for why.

    They also have a general C++ tutorial. 99% of the time I like their programming style for what it's worth.

提交回复
热议问题