Are there coding standards or a style guide for Python programs?

Asked by Last Modified  

7 Answers

Learn Python

Follow 0
Answer

Please enter your answer

Home Tutor with 5 years of experience

The PEP 8 -- Style Guide for Python Code provides a fairly comprehensive list of Python naming conventions. Here are a few examples, but you should consult the PEP 8 style guide for more detailed information (including when you should make exceptions to the standard naming conventions) 1. Modules...
read more
The PEP 8 -- Style Guide for Python Code provides a fairly comprehensive list of Python naming conventions. Here are a few examples, but you should consult the PEP 8 style guide for more detailed information (including when you should make exceptions to the standard naming conventions) 1. Modules should have short, all-lowercase names. Underscores can be used in the module name if it improves readability. Python packages should also have short, all-lowercase names, although the use of underscores is discouraged. 2. Class names should normally use the CapWords convention. 3. Function names should be lowercase, with words separated by underscores as necessary to improve readability. 4. Constants are usually defined on a module level and written in all capital letters with underscores separating words. Examples include MAX_OVERFLOW and TOTAL. read less
Comments

Python Enthusiast

Yes style guide followed for python is PEP8.
Comments

B.E., B.Tech Guide

Yes, there is kind of coding standards I.e., indentation is necessary for a Python code but it is very easy & good to understand. It helps to the developer to work easily.
Comments

Trainer

Yes. there are PEP8 standards for python coding
Comments

Principal Consultant - IT Technical Training

yes there is a style guide for python programs.
Comments

Trainer

PEP8
Comments

Professional Trainer:: Hadoop Big Data, DevOps, Perl, Python

install pylint, which follows PEP8, and will help you how to correct the code as per standards make a habit of using pylint, it also has plugins for popular IDEs usage: $ pylint python_program.py
Comments

View 5 more Answers

Related Questions

Is learning Tally good or is learning Advanced Excel and Python good? Which one will be better for getting a job? What would be the general cost of learning Tally, Advanced Excel and Python? Which are the best tutors or institutes near to Kudlu Gate and Electronic City?

 

 

As a beginner, you should go with Advance Excel and MIS reporting. After that, you can go for VBA, SQL, and Python in the end. Follow this career path. You will end up being a data analyst and package raging from 8-12lakh pa.
Prabhu
how can i develop a python project without disturbing python core
Hi Garimella, We will help you with you requirement.Contact us.Training will enable you to complete the task.
Garimella
How to remove matching elements from two nested lists while iterating
for i in list_1: for j in list_2: if i==j: list_1.remove(i) list_2.remove(j)
Lalitha
How many months it takes to learn Python good enough to get a job?
Ideally, it would take up to 2 months to learn Python good enough to get a job. However, it varies depending on the educational level of the student and how much hours the student is willing to put in per day.
Gene
0 0
5

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Writing Simple Programs in Python
Writing a program, especially for a beginner, is a challenging and daunting task! He/She knows the language but is not able to start. To make things simple, it is advisable to follow a process that is...

Two lists using Loops - Python Program 1
To generate a list of all possible combinations of two lists using loops, you can use nested loops to iterate through both lists and create a new list that contains all the combinations. list1 = list2...

Using the random module: another program.
A Python module is just a file that contains reusable code like functions. If a program is going to use functions that are stored in another module, it needs to first import that module.The random module...


What is the difference between PHP and PYTHON
Let's start with PHP: - Ideal for standard web development- Easy integration with MySQL- $_GET and $_POST built into the language- C-Esque syntax Primarily used on an Apache server (Routinely, you...

Recommended Articles

Python is one of the most popular programming languages in the world. It is general-purpose, object oriented, high-level programming language used in a number of programming fields. Python is a great programming language to learn as it will introduce you to the world of programming. If you are from the technical background...

Read full article >

Almost all of us, inside the pocket, bag or on the table have a mobile phone, out of which 90% of us have a smartphone. The technology is advancing rapidly. When it comes to mobile phones, people today want much more than just making phone calls and playing games on the go. People now want instant access to all their business...

Read full article >

Whether it was the Internet Era of 90s or the Big Data Era of today, Information Technology (IT) has given birth to several lucrative career options for many. Though there will not be a “significant" increase in demand for IT professionals in 2014 as compared to 2013, a “steady” demand for IT professionals is rest assured...

Read full article >

Applications engineering is a hot trend in the current IT market.  An applications engineer is responsible for designing and application of technology products relating to various aspects of computing. To accomplish this, he/she has to work collaboratively with the company’s manufacturing, marketing, sales, and customer...

Read full article >

Looking for Python Training classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you