This is a discussion on Disadvantages of the Python programming language within the Python forums, part of the Software Development category; Hi please let me know What are the disadvantages in Python programming language?...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Hi, There are some disadvantages to Python: Speed: Python is executed by an interpreter instead of compilation, In which cause to be slower than if it would be compiled and then executed. However, for most applications, it is by far fast enough. Too Easy: Harder to write quick and dirty programs than Perl, not as popular as Perl. -R.Gopi |
| |||
| Objects referenced from the global namespaces of Python modules are not always deallocated when Python exits. This may happen if there are circular references. There are also certain bits of memory that are allocated by the C library that are impossible ... ____________________ jack Keyword Research Georgia Health Insurance |
| |||
| Here are some that i know of so far : ADVANTAGES : 1. You can have different types of variables in an array 2. The for loop seems bit quicker to write 3. You don't have to use $ in front of variables 4. You don't have to specify types of variables 5. You don't have to use ; at the end of each line 6. You use indents instead of parentheses 7. The % operand allows quicker scripting workflow DISADVANTAGES : 1. You have to echo MEL commands first and then translate all that in python code which is time consuming.Echo all for python would be very usefull in next maya versions. Well that is what i know so far or at least what i can think of now.As i said i am beginner in python so...
__________________ QA Test Management |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| joomla disadvantages | senraj | PHP Programming | 18 | 09-30-2008 03:24 AM |
| Is asp.net an actual programming language? | preet | ASP and ASP.NET Programming | 3 | 04-06-2008 10:31 PM |
| What is the difference between Windows programming and database programming? | Arun | VB.NET Programming | 0 | 07-18-2007 07:58 AM |
| What are the disadvantages of circular logging? | karunagaran | Server Management | 1 | 07-17-2007 02:51 AM |
| favorite type of programming language | bobby | Web Design Help | 0 | 04-29-2007 05:38 PM |