every
> other language, for sure.
>
> However, my guess is that for Python it would be much thinner. At least
> for the common usage. Probably the Qt, Gtk or Django architectures would
> be that thick.
>
> What do the Python gurus think ?
>
> All the best,
> hilto
Hello Tutor,
On http://docs.oracle.com/javase/7/docs/ a pretty chart gives a more or
less misdirecting view of the Java library (I guess the gaps between the
boxes are the security holes).
*Does something similar exist for Python?*
Google images turned out with a stack of, well, not so pretty cha
3 18:53, Oscar Benjamin wrote:
> On 7 May 2013 18:10, Bjorn Madsen wrote:
> >>>> import sys
> >>>> L=[x for x in range(1)]
> >>>> sys.getsizeof(L)
> > 43816
> >>>> L={x for x in range(1)}
> >>>> sys.get
>>> import sys
>>> L=[x for x in range(1)]
>>> sys.getsizeof(L)
43816
>>> L={x for x in range(1)}
>>> sys.getsizeof(L)
262260
?
kind regards,
Bjorn
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.
Hello PythonTutor
- I'm a scientist and very happy with python 2.7. I have been asked to
assist a development program where everything is written in dotNET/ C#
(visual studio 2012) and luckily Microsoft Visual Studio supports
IronPython which is a clean Python implementation in C#, so I can use the
Hi David,
I have found happiness with http://ipython.org/ which can do stuff like
this:
[image: _images/ipy_0.13.png]
SQLite is embedded in python's database API, and gives an easy data import
and handling. The syntax is extremely well described here:
http://www.sqlite.org/lang.html and I've bee
ready satisfied".
Thank you again - I will keep it in mind that
"apt-get install python-some_packages" may be the right way about it on
ubuntu.
Bjorn
On 11 May 2012 19:52, Jerry Hill wrote:
> On Fri, May 11, 2012 at 2:42 PM, Bjorn Madsen
> wrote:
> > Hi,
> >
Hi,
when attempting to use pip to install numpy, scipy matplotlib I get a mile
of errors. There is simply too much information printed - so it must be a
systematic error (http://paste.ubuntu.com/982180/). What am I missing/doing
wrong?
Kind Regards,
Bjorn
__
.org
> To unsubscribe or change subscription options:
> http://mail.python.org/**mailman/listinfo/tutor<http://mail.python.org/mailman/listinfo/tutor>
>
--
Bjorn Madsen
*Researcher Complex Systems Research*
Ph.: (+44) 0 7792 030 720 Ph.2: (+44) 0 1767 220 828
bjorn.mad...@operationsresearc
Hi,
I have been studying http://docs.python.org/tutorial/classes.html for a
while, but still have two questions which I could not answer. Perhaps you
could help?
Does anyone know if it is possible during run-time to:
a) add attributes to classes, which will unknown at program start, but
"emerge" l
10 matches
Mail list logo