mirror of
https://github.com/boostorg/python.git
synced 2026-01-27 19:12:16 +00:00
Tutorial updates
[SVN r15840]
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
</table>
|
||||
<p>
|
||||
Python is dynamically typed, unlike C++ which is statically typed. Python
|
||||
variables may hold an integers, a float, list, dict, tuple, str, long etc.,
|
||||
variables may hold an integer, a float, list, dict, tuple, str, long etc.,
|
||||
among other things. In the viewpoint of Boost.Python and C++, these
|
||||
Pythonic variables are just instances of class <tt>object</tt>. We shall see in
|
||||
this chapter how to deal with Python objects.</p>
|
||||
|
||||
Reference in New Issue
Block a user