In pure Python, here is a nice image (for me at least)
http://salvatore.diodev.fr/pypybox/
Regards
--
https://mail.python.org/mailman/listinfo/python-list
Hello,
I am using Transcrypt (Python to Javascript translator) to create
games for kids, and introduce them to programming.
You can give an eye here :
https://github.com/artyprog/GFK
Regards
--
https://mail.python.org/mailman/listinfo/python-list
Hello,
If someone is interested about a fast Python to Javascript translator (not a
compiler like Brython which is another beast)
Here is a link of a RapydScript Tester.
For now it's only for windows.
Regards
http://salvatore.pythonanywhere.com/static/Projects/RapydScriptDemo.exe
(I can if t
Thanks Amirouche,
I am now balanced between RapydScript and Pythonium :-)
Le dimanche 17 novembre 2013 20:17:44 UTC+1, Amirouche Boubekki a écrit :
> Héllo Pythonistas from all over the world,
>
>
>
> I'm very proud to announce the immediate availability of Pythonium Core
> 0.2.5, a Python 3
Porting Kivy would be really great.
Le dimanche 17 novembre 2013 20:17:44 UTC+1, Amirouche Boubekki a écrit :
> Héllo Pythonistas from all over the world,
>
>
>
> I'm very proud to announce the immediate availability of Pythonium Core
> 0.2.5, a Python 3 to Javascript translator (the best) th
Are lists comprehensions are featured in Veloce ?
--
https://mail.python.org/mailman/listinfo/python-list
>
> I don't know about other people here, but I'm a bit leery of just
>
> downloading Windows binaries from people and running them. Is your
>
> source code available? Is this an open source / free project?
>
>
>
> ChrisA
You are completly right :-)
Here is the source code :
https://github
>
> I don't know about other people here, but I'm a bit leery of just
>
> downloading Windows binaries from people and running them. Is your
>
> source code available? Is this an open source / free project?
>
>
>
> ChrisA
You are completly right :-)
Here is the source code :
https://github.com/c
Hello,
For those of you who are interested by tools like NodeBox or Processing.
you can give a try to RapydScript here :
https://github.com/artyprog/RapydBox
Regards
--
https://mail.python.org/mailman/listinfo/python-list
Hello,
I know Python does not have variables, but names.
Multiple names cant then be bound to the same objects.
So this behavior
>>> b = 234
>>> v = 234
>>> b is v
True
according to the above that is ok
But where is the consistency ? if I try :
>>> v = 890
>>> w = 890
>>> v is w
False
It
Thank you very much all of you.
I better understand now
Regards
--
https://mail.python.org/mailman/listinfo/python-list
Thank you very much ast and all of you.
I better understant now
Regards
--
https://mail.python.org/mailman/listinfo/python-list
Hy all,
I am experimenting PyPyJS and found it not so bad at all.
The virtual machine loads on a few seconds (using firefox).
It s really nice for learning Python, you have all the standard libraries,
and traceback on errors. I don't have to choose anymore with all transpilers
around
You can t
Le samedi 19 mars 2016 16:28:36 UTC+1, Salvatore DI DIO a écrit :
> Hy all,
>
> I am experimenting PyPyJS and found it not so bad at all.
> The virtual machine loads on a few seconds (using firefox).
>
> It s really nice for learning Python, you have all the standard librarie
Le samedi 19 mars 2016 18:00:05 UTC+1, Vincent Vande Vyvre a écrit :
> Le 19/03/2016 16:32, Salvatore DI DIO a écrit :
> > Le samedi 19 mars 2016 16:28:36 UTC+1, Salvatore DI DIO a écrit :
> >> Hy all,
> >>
> >> I am experimenting PyPyJS and found it not so
Le samedi 19 mars 2016 18:00:05 UTC+1, Vincent Vande Vyvre a écrit :
> Le 19/03/2016 16:32, Salvatore DI DIO a écrit :
> > Le samedi 19 mars 2016 16:28:36 UTC+1, Salvatore DI DIO a écrit :
> >> Hy all,
> >>
> >> I am experimenting PyPyJS and found it not so
Le samedi 19 mars 2016 19:52:45 UTC+1, Terry Reedy a écrit :
> On 3/19/2016 1:06 PM, Salvatore DI DIO wrote:
> > Le samedi 19 mars 2016 18:00:05 UTC+1, Vincent Vande Vyvre a écrit :
> >> Le 19/03/2016 16:32, Salvatore DI DIO a écrit :
> >>> Le samedi 19 mars 2016 16:2
Hello,
Nodebox is a program in the spirit of Processing but for Python.
The first version runs only on MAC.
Tom, the creator has partly ported it to Javascript.
But many of you dislike Javascript.
The solution was to use a translator, Python -> Javascript
Of the both two greats solutions Bryth
Hello,
I was trying to show that this limit was 'e'
But when I try large numbers I get errors
def lim(p):
return math.pow(1 + 1.0 / p , p)
>>> lim(5)
2.718281748862504
>>> lim(9)
2.7182820518605446
What am i doing wrong ?
Regards
--
https://mail.python.org/mailman/l
Thank you very much Oscar,I was considerind using Mapple :-)
--
https://mail.python.org/mailman/listinfo/python-list
Thank you very much Chris
--
https://mail.python.org/mailman/listinfo/python-list
Thank you very much Oscar, I was considering using Mapple :-)
--
https://mail.python.org/mailman/listinfo/python-list
Thank you very much Peter
--
https://mail.python.org/mailman/listinfo/python-list
23 matches
Mail list logo