Python GTK 3 IDE
Just a Quick Question, to Check if there are any available IDE for Python GTK 3.
IE: An IDE which give the programmer an auto complete feature with method Description Etc.
gnome application-development gtk3
add a comment |
Just a Quick Question, to Check if there are any available IDE for Python GTK 3.
IE: An IDE which give the programmer an auto complete feature with method Description Etc.
gnome application-development gtk3
Please, see this question: askubuntu.com/questions/48299/…. Most of the IDEs listed there have good python support. Personally, I use PyCharm.
– Javier Rivera
Jul 26 '12 at 9:03
add a comment |
Just a Quick Question, to Check if there are any available IDE for Python GTK 3.
IE: An IDE which give the programmer an auto complete feature with method Description Etc.
gnome application-development gtk3
Just a Quick Question, to Check if there are any available IDE for Python GTK 3.
IE: An IDE which give the programmer an auto complete feature with method Description Etc.
gnome application-development gtk3
gnome application-development gtk3
edited Oct 17 '12 at 15:45
Tachyons
13.6k1465113
13.6k1465113
asked Jul 26 '12 at 6:37
AndrewAndrew
914
914
Please, see this question: askubuntu.com/questions/48299/…. Most of the IDEs listed there have good python support. Personally, I use PyCharm.
– Javier Rivera
Jul 26 '12 at 9:03
add a comment |
Please, see this question: askubuntu.com/questions/48299/…. Most of the IDEs listed there have good python support. Personally, I use PyCharm.
– Javier Rivera
Jul 26 '12 at 9:03
Please, see this question: askubuntu.com/questions/48299/…. Most of the IDEs listed there have good python support. Personally, I use PyCharm.
– Javier Rivera
Jul 26 '12 at 9:03
Please, see this question: askubuntu.com/questions/48299/…. Most of the IDEs listed there have good python support. Personally, I use PyCharm.
– Javier Rivera
Jul 26 '12 at 9:03
add a comment |
3 Answers
3
active
oldest
votes
Try using IDLE 3
sudo apt-get install idle3 idle-python3.2
another one bypython
You might want to take a look at available tools
Ubuntu community Wiki
Power Users Programming
add a comment |
Also I like geney, it is in software center and is beginner friendly.
Also there is codeblocks which is pretty good.
And I saw a new one called spider the other day whitch has got some very good reviews.
Python is well supported in Ubuntu so have a search in software center theres about 20 IDE s with python support just play around till you find one you like...
add a comment |
Try Anjuta IDE if you want a graphical designer
sudo apt-get install anjuta anjuta-extras
Or try PyCharm jetbrains.com/pycharm if you want a smart full-featured IDE ;-)
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f168266%2fpython-gtk-3-ide%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Try using IDLE 3
sudo apt-get install idle3 idle-python3.2
another one bypython
You might want to take a look at available tools
Ubuntu community Wiki
Power Users Programming
add a comment |
Try using IDLE 3
sudo apt-get install idle3 idle-python3.2
another one bypython
You might want to take a look at available tools
Ubuntu community Wiki
Power Users Programming
add a comment |
Try using IDLE 3
sudo apt-get install idle3 idle-python3.2
another one bypython
You might want to take a look at available tools
Ubuntu community Wiki
Power Users Programming
Try using IDLE 3
sudo apt-get install idle3 idle-python3.2
another one bypython
You might want to take a look at available tools
Ubuntu community Wiki
Power Users Programming
answered Jul 26 '12 at 7:00
atenzatenz
10.3k43559
10.3k43559
add a comment |
add a comment |
Also I like geney, it is in software center and is beginner friendly.
Also there is codeblocks which is pretty good.
And I saw a new one called spider the other day whitch has got some very good reviews.
Python is well supported in Ubuntu so have a search in software center theres about 20 IDE s with python support just play around till you find one you like...
add a comment |
Also I like geney, it is in software center and is beginner friendly.
Also there is codeblocks which is pretty good.
And I saw a new one called spider the other day whitch has got some very good reviews.
Python is well supported in Ubuntu so have a search in software center theres about 20 IDE s with python support just play around till you find one you like...
add a comment |
Also I like geney, it is in software center and is beginner friendly.
Also there is codeblocks which is pretty good.
And I saw a new one called spider the other day whitch has got some very good reviews.
Python is well supported in Ubuntu so have a search in software center theres about 20 IDE s with python support just play around till you find one you like...
Also I like geney, it is in software center and is beginner friendly.
Also there is codeblocks which is pretty good.
And I saw a new one called spider the other day whitch has got some very good reviews.
Python is well supported in Ubuntu so have a search in software center theres about 20 IDE s with python support just play around till you find one you like...
answered Jul 26 '12 at 8:55
Mark KirbyMark Kirby
14.1k146398
14.1k146398
add a comment |
add a comment |
Try Anjuta IDE if you want a graphical designer
sudo apt-get install anjuta anjuta-extras
Or try PyCharm jetbrains.com/pycharm if you want a smart full-featured IDE ;-)
add a comment |
Try Anjuta IDE if you want a graphical designer
sudo apt-get install anjuta anjuta-extras
Or try PyCharm jetbrains.com/pycharm if you want a smart full-featured IDE ;-)
add a comment |
Try Anjuta IDE if you want a graphical designer
sudo apt-get install anjuta anjuta-extras
Or try PyCharm jetbrains.com/pycharm if you want a smart full-featured IDE ;-)
Try Anjuta IDE if you want a graphical designer
sudo apt-get install anjuta anjuta-extras
Or try PyCharm jetbrains.com/pycharm if you want a smart full-featured IDE ;-)
answered Dec 29 '13 at 13:31
Abdelhak BougouffaAbdelhak Bougouffa
763
763
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f168266%2fpython-gtk-3-ide%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Please, see this question: askubuntu.com/questions/48299/…. Most of the IDEs listed there have good python support. Personally, I use PyCharm.
– Javier Rivera
Jul 26 '12 at 9:03