Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Contributing to Python

Tags:

python

I'm a pretty inexperienced programmer (can make tk apps, text processing, sort of understand oop), but Python is so awesome that I would like to help the community. What's the best way for a beginner to contribute?

like image 867
user21674 Avatar asked Sep 24 '08 14:09

user21674


People also ask

How do you contribute to Python documentation?

If you would like to be more involved with documentation, consider subscribing to the [email protected] mailing list. The issue tracker sends new documentation issues to this mailing list, and, less frequently, the list receives some directly mailed bug reports.

What are skills required for Python developer?

Sound Knowledge of Web Frameworks Flask is a Python micro web framework which is very widely used. Django encourages a practical, clean and functional design and also a high-level Python Web Framework. Knowledge of JavaScript, CSS, and HTML is also beneficial to become a Good Python Developer.


1 Answers

  1. Add to the docs. it is downright crappy

  2. Help out other users on the dev and user mailing lists.

  3. TEST PYTHON. bugs in programming languages are real bad. And I have seen someone discover atleast 1 bug in python

  4. Frequent the #python channel on irc.freenode.net

like image 86
Midhat Avatar answered Sep 30 '22 10:09

Midhat