Best Practices with Python

  • Thread starter Stephane Wirtel
  • Start date
S

Stephane Wirtel

Hi all,

How are you ? me ? fine ;-)

I have a lot of questions about the development with Python.

I want to discuss about the tools for the enhancement of the quality of
a project, not about the debugging (I don't want to discuss about pdb,
ipdb, pudb, ...)

I use these tools

1. Documentation
sphinx: http://sphinx-doc.org/

a. I like the reStructuredText syntax
b. We can parse the files and get an AST
c. We can add a lot of directives or new roles for custom behaviors
d. We can generate several output formats (pdf, epub, html)

2. BDD
I use Behave: http://pythonhosted.org/behave/

3. TDD
unittest2
mock
nose

4. Code

Clone Digger ?
for me this project is very useful because we can determine the
duplicated code via a pattern matching.
but the project seems to be dead

pylint ?
very strict but we can change the configuration, but very useful
to have a quality of code

flake8 ?
more permissive than pylint.

5. Continuous Integration Server
Jenkins with Shining Panda

What do you think about Buildbot ?

6. Logging

And you, what are your best practices ?

Regards,

Stéphane
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top