
July 24th, 2004, 04:30 AM
|
|
Registered User
|
|
Join Date: Jun 2004
Posts: 4
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
are python c-like os functions more "secure" than c's
hello everybody,
i'm looking through the python references and it appears that python provide lots of c-os functions.
i woul like to know if i can use python that way and produce more solid code than with c.
fo example, if i produce bad c-code in the signal-handling area, i will get unfrequent bugs hard to detect. Is python more secure in such situations?
thanks for your answer.
|