Python Forum
Need help for beginning coding
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need help for beginning coding
#4
I (personal preference) would not do much work without an IDE.
It adds so much (at your fingertips, a lot of this can be done without an ide, but not with a click)
  • Auto completion of code (I usually turn it off as it annoys me more than helps)
  • Instant and automatic version control
  • Usually very good debuggers with variable watches, etc.
  • Code reformatting (that actually works in the good IDE's)
  • Code inspection (like lint). Which I always use before releasing software.
  • Packaging help (this has been one of my weaknesses, and something I have to start doing)
  • more
My favorite IDE is PyCharm (community edition available)
Atom is the favorite of others,
One I had bad luck with was eclipse. That was some time ago, and it may be ok
It's good to try several in the beginning, and then stick with one you like.
Reply


Messages In This Thread
Need help for beginning coding - by sylas - Mar-27-2017, 06:49 AM
RE: Need help for beginning coding - by j.crater - Mar-27-2017, 07:02 AM
RE: Need help for beginning coding - by sylas - Mar-27-2017, 08:43 AM
RE: Need help for beginning coding - by Larz60+ - Mar-27-2017, 10:56 AM
RE: Need help for beginning coding - by Ofnuts - Mar-27-2017, 12:35 PM
RE: Need help for beginning coding - by wavic - Mar-27-2017, 12:56 PM
RE: Need help for beginning coding - by sylas - Mar-27-2017, 04:09 PM
RE: Need help for beginning coding - by wavic - Mar-27-2017, 04:47 PM
RE: Need help for beginning coding - by sylas - Mar-27-2017, 07:04 PM
RE: Need help for beginning coding - by wavic - Mar-27-2017, 07:11 PM
RE: Need help for beginning coding - by zivoni - Mar-27-2017, 07:31 PM
RE: Need help for beginning coding - by sylas - Mar-27-2017, 08:21 PM
RE: Need help for beginning coding - by snippsat - Mar-27-2017, 08:25 PM
RE: Need help for beginning coding - by sylas - Mar-28-2017, 06:36 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Just beginning dalekeel 2 374 Apr-15-2024, 11:49 AM
Last Post: Pedroski55
  Program doesnt return beginning bilisim19 2 1,007 Feb-15-2023, 06:23 PM
Last Post: Larz60+
  List of dataframe values beginning with x,y or z glidecode 3 2,006 Nov-08-2021, 10:16 PM
Last Post: glidecode
  How to start the program from the beginning. iamaghost 5 3,097 Feb-23-2021, 03:40 AM
Last Post: deanhystad
  want to change the beginning of the result Rudinirudini 5 3,718 Nov-15-2018, 11:28 AM
Last Post: Rudinirudini
  Beginning of Beginner Help: Should I start with Python? appdevelnewb 2 3,147 Jul-23-2018, 11:17 PM
Last Post: appdevelnewb
  Wrap from end to beginning. 27 to 1, 28 to 2 etc DreamingInsanity 5 3,811 Jun-24-2018, 01:02 PM
Last Post: ljmetzger
  How to Loop CSV File Beginning at Specific Row? bmccollum 5 40,533 Nov-05-2017, 11:04 PM
Last Post: bmccollum

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020