Bitcoin Forum
June 18, 2024, 05:22:50 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Python n00b - Which IDE and how to import from GitHub?  (Read 504 times)
Bitcoin++ (OP)
Full Member
***
Offline Offline

Activity: 180
Merit: 100


View Profile
April 29, 2014, 07:06:30 AM
 #1

Hi,

I have never programmed with Python but I do have some experience with VB and Java.

I just wonder which Python IDE you recommend on a Windows 7 machine?
And also fine if there is a guide on how to import a project from GitHub.
Initscri
Hero Member
*****
Offline Offline

Activity: 1554
Merit: 759


View Profile WWW
April 29, 2014, 07:14:44 AM
 #2

There are some good recommendations here : http://stackoverflow.com/questions/81584/what-ide-to-use-for-python

I've used PyCharm extensively and I loved it. Works well if you with Django as well. http://www.jetbrains.com/pycharm/
PyCharm, if your willing to spend a good hundred, has git integration. They have a demo as well.

As for Github. It depends on the IDE. If there isn't any git functionality within the IDE already, you can just git pull and then import the git files into the IDE itself.

If you don't want to use command-line git, you can use a gui.
http://git-scm.com/
or from github themselves:
https://windows.github.com/

Good luck!

----------------------------------
Web Developer. PM for details.
----------------------------------
grue
Legendary
*
Offline Offline

Activity: 2058
Merit: 1431



View Profile
April 29, 2014, 04:21:57 PM
 #3

There are some good recommendations here : http://stackoverflow.com/questions/81584/what-ide-to-use-for-python

I've used PyCharm extensively and I loved it. Works well if you with Django as well. http://www.jetbrains.com/pycharm/
PyCharm, if your willing to spend a good hundred, has git integration. They have a demo as well.

As for Github. It depends on the IDE. If there isn't any git functionality within the IDE already, you can just git pull and then import the git files into the IDE itself.

If you don't want to use command-line git, you can use a gui.
http://git-scm.com/
or from github themselves:
https://windows.github.com/

Good luck!
Pycharm community edition (free) has git integration.

It is pitch black. You are likely to be eaten by a grue.

Adblock for annoying signature ads | Enhanced Merit UI
Initscri
Hero Member
*****
Offline Offline

Activity: 1554
Merit: 759


View Profile WWW
April 30, 2014, 12:05:26 AM
 #4

There are some good recommendations here : http://stackoverflow.com/questions/81584/what-ide-to-use-for-python

I've used PyCharm extensively and I loved it. Works well if you with Django as well. http://www.jetbrains.com/pycharm/
PyCharm, if your willing to spend a good hundred, has git integration. They have a demo as well.

As for Github. It depends on the IDE. If there isn't any git functionality within the IDE already, you can just git pull and then import the git files into the IDE itself.

If you don't want to use command-line git, you can use a gui.
http://git-scm.com/
or from github themselves:
https://windows.github.com/

Good luck!
Pycharm community edition (free) has git integration.

Good point. But to note, this is "technically" supposed to be used only for opensource projects and by opensource developers.

----------------------------------
Web Developer. PM for details.
----------------------------------
grue
Legendary
*
Offline Offline

Activity: 2058
Merit: 1431



View Profile
April 30, 2014, 12:38:52 AM
 #5

Good point. But to note, this is "technically" supposed to be used only for opensource projects and by opensource developers.
"technically", you can use it for whatever you want, including commercial use, because it uses the Apache 2 license.

It is pitch black. You are likely to be eaten by a grue.

Adblock for annoying signature ads | Enhanced Merit UI
Initscri
Hero Member
*****
Offline Offline

Activity: 1554
Merit: 759


View Profile WWW
April 30, 2014, 12:42:46 AM
 #6

Good point. But to note, this is "technically" supposed to be used only for opensource projects and by opensource developers.
"technically", you can use it for whatever you want, including commercial use, because it uses the Apache 2 license.

My apologies. I seemed to have mixed up the Free Version with the Open Source one : http://www.jetbrains.com/pycharm/buy/buy.jsp#openSource

But that is really great to know. I've had that misconception this whole time, so thank you.

----------------------------------
Web Developer. PM for details.
----------------------------------
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!