d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Im Learning Python > Should I Use Idle
Add Reply New Topic New Poll
Member
Posts: 3,662
Joined: Jul 6 2008
Gold: 312.62
Feb 13 2016 01:10am
I'm learning on a raspberry pi and am wondering if I should start learning on idle. Or if you feel there is a better option for beginners
Member
Posts: 32,925
Joined: Jul 23 2006
Gold: 3,804.50
Feb 13 2016 01:17am
i dont know what IDEs are available on raspberry pi. just pick whatever has syntax colouring and other basic features.

personally i wouldn't recommend using raspberry pi for your first programming experience. i read your other topic and thought the same thing as GRATS. Regardless....
Member
Posts: 3,662
Joined: Jul 6 2008
Gold: 312.62
Feb 13 2016 01:20am
Here's my problem. I don't have money for a laptop and I don't have room to always cart my desktop around with me and motels are boring after work
Member
Posts: 161,550
Joined: Oct 18 2006
Gold: 4.03
Warn: 20%
Feb 13 2016 02:53am
gedit, kate, sublime, vi, vim, nano, emacs, mousepad


gedit would probably be the easiest thing for you to jump into.. mousepad is pretty good too, I believe that's pre installed idk though

"sudo apt-get install gedit" will put gedit on there, it's what I've used for years on smaller computers, kate is good as well but more bulky

go to edit -> preferences -> colors & shit and change to w/e you want
I prefer cobalt, it's a dark blue background with good easy to read color scheme, easy on the eyes too.. mousepad will blind you after a while, probably

This post was edited by GRATS on Feb 13 2016 02:57am
Member
Posts: 62,204
Joined: Jun 3 2007
Gold: 9,039.20
Feb 13 2016 04:55am
IDLE is pretty awful, so nah.
Member
Posts: 10,812
Joined: Oct 15 2009
Gold: Locked
Warn: 20%
Feb 13 2016 06:12am
Quote (GRATS @ Feb 13 2016 01:53am)
gedit, kate, sublime, vi, vim, nano, emacs, mousepad

This. Once you are comfortable with the language I'd recommend something like PyCharm which you can get a free 1 year license for if you have a *.edu email address.

Member
Posts: 10,014
Joined: Jan 2 2007
Gold: 8,520.00
Feb 14 2016 08:46pm
Quote (Azrad @ Feb 13 2016 06:12am)
This. Once you are comfortable with the language I'd recommend something like PyCharm which you can get a free 1 year license for if you have a *.edu email address.


+1! This is most definitely the best way to go.
Member
Posts: 3,662
Joined: Jul 6 2008
Gold: 312.62
Feb 14 2016 09:28pm
thanks for the tips guys so far so good. working my way through sams teach yourself python programming for the raspberry pi
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll