415
votes
428answers
37k views
What do you use to keep notes as a developer? [closed]
Where as a developer do like to you keep your code snippets, links, checklists, final solutions to problems etc?
I've fooled with Google Notebook, MS Onenote, TreePad, textfiles, and Evernote a bit …
183
votes
74answers
31k views
What IDE to use for Python
As a Python newbie, it is interesting to know what IDE's ("GUIs/editors") others use for Python coding.
If you can just give the name (e.g. Textpad, Eclipse ..) that will be enough. If it is already …
98
votes
150answers
8k views
What things didn’t you know you needed but are now very glad you have?
Take a programmer that has never used source control, show them what it does, and their eyes light up... the benefits are obvious but until they actually see it most people had never considered the …
79
votes
118answers
10k views
Essential Programming Tools
We all have different needs due to the platform and/or stack we work with, and simple programmer preference is famous for starting religious wars.
However, in each area there is usually a set of …
60
votes
38answers
3k views
How do you track your hours?
Every programming job I've had has required me to track my hours, entering them into a system once a week. I've never been good at it. For the past few years, I've been running Timesnapper* on all my …
59
votes
72answers
6k views
Do you have any recommended add-ons/plugins for Microsoft Visual Studio?
Freebies preferred, but if it is worth the cost....
53
votes
70answers
5k views
Must haves for developers office
We are designing our office right now and want to know what stuff you guys really care about or started loving in your office.
So -
What are your must-haves for a developers office?
What things …
47
votes
50answers
7k views
Is there an IDE that provides code completion for Python
I am quite fond of the Intellisense code completion baked into Microsoft Visual Studio. I find that I only type 2 to 4 characters of any given keyword which drasticaly speeds up my coding. Now that I …
46
votes
42answers
3k views
What are the best free software that helps you become more productive or helps you code?
What are the best free software that helps you become more productive or helps you code?
45
votes
81answers
5k views
Which programming tools do you pay for?
With so many open source (or simply freely available) alternatives for nearly every programming tool category, which software do you (or your boss) pay for and why? Is the decision based on saving …
37
votes
42answers
4k views
Do you have any recommended plugins for Eclipse?
Any great plugins out there, free or otherwise?
37
votes
5answers
2k views
Online Peer Code Review?
For people who work on very small teams, or by themselves, or on teams where they are by far the best developer and have a need to learn from someone better than them, are there any online …
36
votes
28answers
8k views
What’s the best UML diagramming tool?
I'm trying to choose a tool for creating UML diagrams of all flavours. Usability is a major criteria for me, but I'd still take more power with a steeper learning curve and be happy. Free (as in beer) …
35
votes
49answers
10k views
Best Scrum tools
What tools for managing Scrum would you recommend?
34
votes
25answers
3k views
What program should I use to mock up GUIs?
I want to mockup a GUI system so that I can figure out how best to represent what I need.
Normally, I would design a GUI in something like glade and then write a quick mockup in Python which …
