Re: Stack Overflow Developer Survey

2019-04-13 Thread Shakti Kumar
It is certainly worth the mention! Kudos to all the core devs and the volunteers here for their dedication making Python the Most Wanted and Second Most Loved programming language this time ! Thanks, Shakti On Sun, 14 Apr 2019 at 12:14, Frank Millman wrote: > > Hi all > > Stack Overflow have ju

Stack Overflow Developer Survey

2019-04-13 Thread Frank Millman
Hi all Stack Overflow have just published the results of their 2019 Developer Survey. Here is the link - https://insights.stackoverflow.com/survey/2019?utm_source=Iterable&utm_medium=email&utm_campaign=dev-survey-2019 They summarise some of the top 'takeaways'. This is first on the list - ""

Re: Python list and Python Journeymen*

2019-04-13 Thread Arup Rakshit
Hello DL Neil, Thanks for taking time to read me email and writing this reply. I will refer it time to time, mainly the resources. I spent just 7 years in this programming industry. One last thing, I would like to ask/repeat again. Larry Wall said [5 Programming Languages Everyone Should Know]

Python list and Python Journeymen*

2019-04-13 Thread DL Neil
* and Journey(wo)men TL;DR? Please scroll the bottom with a view to contributing advice Hello Arup, I appreciate your confidence and trust in writing to me personally. Hoping I have not betrayed that, but despite your concerns this reply is posted on-list. I trust it won't, but apologise if

Re: asyncio based xdserver (libdurus 4.1)

2019-04-13 Thread Soppy bear
References: 1. https://bitbucket.org/tkadm30/libschevo/src/4.0-devel/lib/schevo/xdserver/server.py 2. https://bitbucket.org/tkadm30/libschevo/src/4.0-devel/tools/schevo-daemonize Sorry i might have talked too fast... lol :) i am still not sure yet how python 3 internally use asyncio with linu

asyncio based xdserver (libdurus 4.1)

2019-04-13 Thread Soppy bear
Good morning Python world, Our high performance asyncio based xdserver (Durus 4.1 socket server on top of schevo 4.1 api) is now fully working with Python 3.7 on linux debian :) cheers!! soppy bear download: https://pypi.org/project/libdurus/ https://pypi.org/project/libschevo/ demo: https:

Re: Tkinter performance issues between Windows and Linux

2019-04-13 Thread Peter Otten
Robert Okadar wrote: > Hi community, > > I have developed a tkinter GUI component, Python v3.7. It runs very well > in Linux but seeing a huge performance impact in Windows 10. While in > Linux an almost real-time performance is achieved, in Windows it is slow > to an unusable level. > > The cod