[web2py] Re: Jessica McKellar talking about windows and the future of Python

2013-09-16 Thread Rufus
Good presentation.  But I misread Bruno's post originally and thought that 
Jessica mentioned web2py, and watched the whole presentation and didn't see 
any web2py specific comments.  (because it was actually Bruno's comment)  I 
came back here to ask for the comment timestamp in the video, and reread 
the post. There is a post on the video page mentioning web2py however.
.

On Thursday, September 12, 2013 3:00:39 AM UTC-4, rochacbruno wrote:

 Hi,

 I found this talk interesting 
 http://www.youtube.com/watch?v=d1a4Jbjc-vUfeature=share

 Jessica McKeller talks about how windows OS is important to the future 
 of Python, and how it is complicated to use Python on windows nowadays.

 And I think that *web2py is the only framework that does a good job 
 working on windows*, any other framework has too many problems to run on 
 windows.

 So web2py is helping to build the future of Python!


 -- 

 *Bruno Rocha - @rochacbruno*
 http://github.com/rochacbruno
 http://rochacbruno.com.br
 http://pythonhub.com
  

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[web2py] Re: Jessica McKellar talking about windows and the future of Python

2013-09-15 Thread LightDot
The metric from the presentation shows python is gaining popularity quite 
nicely. Great!

Let me just remind those of you who are using Windows as a development 
workstation - there is a great open source project: Python Tools (Apache 
License 2.0) which gives you a completely free Python environment in Visual 
Studio (yes, the Visual Studio + Python Tools combination is free to 
install  use), with working debugger etc.

There is a great blog post describing everything you need to know to 
install it and begin using it:

http://www.hanselman.com/blog/OneOfMicrosoftsBestKeptSecretsPythonToolsForVisualStudioPTVS.aspx

I'm not a proponent of MS products for various ideological reasons, but 
this IDE combination looks really nice... I'm not going to start using 
Windows to use it, though. :) But if you already have to...

Regards

On Thursday, September 12, 2013 9:00:39 AM UTC+2, rochacbruno wrote:

 Hi,

 I found this talk interesting 
 http://www.youtube.com/watch?v=d1a4Jbjc-vUfeature=share

 Jessica McKeller talks about how windows OS is important to the future 
 of Python, and how it is complicated to use Python on windows nowadays.

 And I think that *web2py is the only framework that does a good job 
 working on windows*, any other framework has too many problems to run on 
 windows.

 So web2py is helping to build the future of Python!


 -- 

 *Bruno Rocha - @rochacbruno*
 http://github.com/rochacbruno
 http://rochacbruno.com.br
 http://pythonhub.com
  

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [web2py] Re: Jessica McKellar talking about windows and the future of Python

2013-09-15 Thread Samuel Marks
Everything I use seems to be cross platform anyway…

virtualenv, pip, web2py, Bottle, Flask, PyCharm, Eclipse, nano, curl,
Firefox, Chrome, Opera

The only real learning curve was getting Visual Studio setup properly to
compile Python packages containing C extensions.


Samuel Marks
http://linkedin.com/in/samuelmarks


On Sun, Sep 15, 2013 at 8:11 PM, LightDot light...@gmail.com wrote:

 The metric from the presentation shows python is gaining popularity quite
 nicely. Great!

 Let me just remind those of you who are using Windows as a development
 workstation - there is a great open source project: Python Tools (Apache
 License 2.0) which gives you a completely free Python environment in Visual
 Studio (yes, the Visual Studio + Python Tools combination is free to
 install  use), with working debugger etc.

 There is a great blog post describing everything you need to know to
 install it and begin using it:


 http://www.hanselman.com/blog/OneOfMicrosoftsBestKeptSecretsPythonToolsForVisualStudioPTVS.aspx

 I'm not a proponent of MS products for various ideological reasons, but
 this IDE combination looks really nice... I'm not going to start using
 Windows to use it, though. :) But if you already have to...

 Regards


 On Thursday, September 12, 2013 9:00:39 AM UTC+2, rochacbruno wrote:

 Hi,

 I found this talk interesting http://www.**youtube.com/watch?v=d1a4Jbjc-*
 *vUfeature=sharehttp://www.youtube.com/watch?v=d1a4Jbjc-vUfeature=share

 Jessica McKeller talks about how windows OS is important to the future
 of Python, and how it is complicated to use Python on windows nowadays.

 And I think that *web2py is the only framework that does a good job
 working on windows*, any other framework has too many problems to run on
 windows.

 So web2py is helping to build the future of Python!


 --

 *Bruno Rocha - @rochacbruno*
 http://github.com/rochacbruno
 http://rochacbruno.com.br
 http://pythonhub.com

  --
 Resources:
 - http://web2py.com
 - http://web2py.com/book (Documentation)
 - http://github.com/web2py/web2py (Source code)
 - https://code.google.com/p/web2py/issues/list (Report Issues)
 ---
 You received this message because you are subscribed to the Google Groups
 web2py-users group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to web2py+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[web2py] Re: Jessica McKellar talking about windows and the future of Python

2013-09-13 Thread samuel bonill
+1

El jueves, 12 de septiembre de 2013 02:00:39 UTC-5, rochacbruno escribió:

 Hi,

 I found this talk interesting 
 http://www.youtube.com/watch?v=d1a4Jbjc-vUfeature=share

 Jessica McKeller talks about how windows OS is important to the future 
 of Python, and how it is complicated to use Python on windows nowadays.

 And I think that *web2py is the only framework that does a good job 
 working on windows*, any other framework has too many problems to run on 
 windows.

 So web2py is helping to build the future of Python!


 -- 

 *Bruno Rocha - @rochacbruno*
 http://github.com/rochacbruno
 http://rochacbruno.com.br
 http://pythonhub.com
  

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[web2py] Re: Jessica McKellar talking about windows and the future of Python

2013-09-12 Thread Massimo Di Pierro
:-)

On Thursday, 12 September 2013 02:00:39 UTC-5, rochacbruno wrote:

 Hi,

 I found this talk interesting 
 http://www.youtube.com/watch?v=d1a4Jbjc-vUfeature=share

 Jessica McKeller talks about how windows OS is important to the future 
 of Python, and how it is complicated to use Python on windows nowadays.

 And I think that *web2py is the only framework that does a good job 
 working on windows*, any other framework has too many problems to run on 
 windows.

 So web2py is helping to build the future of Python!


 -- 

 *Bruno Rocha - @rochacbruno*
 http://github.com/rochacbruno
 http://rochacbruno.com.br
 http://pythonhub.com
  

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.