<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
Hello Sam,<br>
<br>
My personal split between python and C++ is the following:<br>
<br>
I use Python for code where I want to favor code simplicity and
reliability (less line of code, more use of existing code block, easier
text parsing). I find Python faster to write and easier to debug. I've
written simple web server, or driver for serial port sensors in 10th of
lines.<br>
<br>
I use C++ when I need speed optimisation, I'm working with big objects
(image, point clouds) and when I use multiple threads.<br>
<br>
In summary, most of my glue and simple programs are in python, but the
core number crunching code is in c++.<br>
<br>
Again, this my personal use. I'm not sure you can make a rule of it.<br>
<br>
Best,<br>
<br>
On 07/19/10 08:31, Sam Quintanar wrote:
<blockquote cite="mid:BLU128-W1100E66BB999B29110E86ADDBF0@phx.gbl"
 type="cite">
  <style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>I
know C++, but Python is new to me. It seems like it would be fun to
learn Python.<br>
Please talk me in or out of using Python!<br>
  <br>
1- What justifies using Python in ROS?<br>
  <br>
2- Are the majority of tutorials in Python or C++?<br>
  <br>
3- I notice that if one wants to use an IDE, Eclipse and Code:Blocks
are suggested in the ROS wiki along with how to create an ROS package
in Code:Blocks......but I see nothing like this for Python......what is
a suggested IDE for Python?<br>
  <br>
4- Looking towards future robot-building tools integration, does Python
support possibilities of using ROS+Orocos+OpenCV+Gazebo......C++ can be
used with Orocos, but can Python?<br>
  <br>
5- I know C++ can be used for real-time action due to its speed, but
can Python?<br>
  <br>
Thanks.<br>
  <br>
SamQ<br>
  <br>
  <hr>The New Busy think 9 to 5 is a cute idea. Combine multiple
calendars with Hotmail. <a moz-do-not-send="true"
 href="http://www.windowslive.com/campaign/thenewbusy?tile=multicalendar&ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_5"
 target="_new">Get busy.</a>
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
ros-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:ros-users@code.ros.org">ros-users@code.ros.org</a>
<a class="moz-txt-link-freetext" href="https://code.ros.org/mailman/listinfo/ros-users">https://code.ros.org/mailman/listinfo/ros-users</a>
  </pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="80">-- 
Dr. Cedric Pradalier
<a class="moz-txt-link-freetext" href="http://www.asl.ethz.ch/people/cedricp">http://www.asl.ethz.ch/people/cedricp</a>
</pre>
</body>
</html>