开发者

best way for a c# developer to break into Tkinter?

I'm a full time c# developer, but I want to get more into Python. At the same time, I have a friend who will learn it with me, he however has no programming knowledge.

I was thinking about starting with some visual programming. I.E: having buttons, labels and text boxes on a form.

Does some kind of IDE exist which a开发者_如何学运维llows you to very quickly build a Tkinter app in Python, and compile run it for Windows?

In a nutshell I'm trying to find something with similar functionality to MS Visual Studio.

If not, would Iron Python running in VS be what I need to start with?


Does some kind of IDE exist which allows you to very quickly build a Tkinter app in Python, and compile run it for Windows?

There's nothing similar to VisualStudio for building tkinter interfaces, although some visual designers do exist take a look at this question.

Keep in mind that a lot of professional python developers use nothing but a text editor even on huge codebases.

You don't have to compile your python programs in order to run them. The interpreter automagically compiles them to bytecode when you run them.

Now. I suggest you don't start with GUI programming in python just yet. But if you insist PyQT is much better than tkinter.

I'd probably start with a small RSS agregator, a small web page crawler that downloads all the images from a website with a CLI. Then move on to web and GUI apps.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜