Re: grapheme cluster library (Posting On Python-List Prohibited)

2017-10-22 Thread Rustom Mody
On Monday, October 23, 2017 at 8:06:03 AM UTC+5:30, Lawrence D’Oliveiro wrote: > On Saturday, October 21, 2017 at 5:11:13 PM UTC+13, Rustom Mody wrote: > > Is there a recommended library for manipulating grapheme clusters? > > Is this any goo

Re: choice of web-framework

2017-10-22 Thread Abdur-Rahmaan Janhangeer
have you considered Django? i've found found it to be nice ! Abdur-Rahmaan Janhangeer, Mauritius abdurrahmaanjanhangeer.wordpress.com On 22 Oct 2017 14:25, "Patrick Vrijlandt" wrote: > Hello list, > > I would like your recommendation on the choice of a web framework. > > The project is complete

Re: Modern website

2017-10-22 Thread Abdur-Rahmaan Janhangeer
do it as django does it .in django you have templates like take the example of a single webpage other pages only modify what they need to. like the footer will remain the same on all pages, so only the top part needs to be specified similarly for your website, you can go along that line ^^, Abdu

Re: Compression of random binary data

2017-10-22 Thread Steve D'Aprano
On Mon, 23 Oct 2017 08:22 am, danceswithnumb...@gmail.com wrote: > In Short, I cannot find a single mathematical proof that says you cannot > compress random numbers. Three seconds of googling finds this: http://www.faqs.org/faqs/compression-faq/part1/section-8.html which demonstrates a simple

Re: Compression of random binary data

2017-10-22 Thread Gregory Ewing
danceswithnumb...@gmail.com wrote: On Monday, July 11, 2016 at 11:52:27 AM UTC-6, jonas.t...@gmail.com wrote: What is to say that you can not do it if the symbolic representation is richer than the symbolic represenatation of the dataset. The more symbols you have in your alphabet, the more

Re: Compression of random binary data

2017-10-22 Thread Steve D'Aprano
On Mon, 23 Oct 2017 02:29 pm, Stefan Ram wrote: > r...@zedat.fu-berlin.de (Stefan Ram) writes: >>When we have a source of 2 random binary digits, >>there are 2^2 possible outcomes: >>( 0, 0 ), >>( 0, 1 ), >>( 1, 0 ), and >>( 1, 1 ). >>. One cannot aggree upon a code to represent each >>of those fo

Re: Compression of random binary data

2017-10-22 Thread danceswithnumbers
On Monday, July 11, 2016 at 11:52:27 AM UTC-6, jonas.t...@gmail.com wrote: > What kind of statistic law or mathematical conjecture or is it even a > physical law is violated by compression of random binary data? > > I only know that Shanon theorised it could not be done, but were there any > p

Re: Compression of random binary data

2017-10-22 Thread danceswithnumbers
In Short, I cannot find a single mathematical proof that says you cannot compress random numbers. Pigeon hole and other conjectures are just that. In fact, the biggest fallacy when people start talking about compression is to say that all compression alg rely on redundancies, or repetitive seque

Re: right list for SIGABRT python binary question ?

2017-10-22 Thread Karsten Hilbert
On Sat, Oct 21, 2017 at 09:31:54AM +0200, dieter wrote: > > Debug memory block at address p=0x717b7c: API '' > > 0 bytes originally requested > > The 3 pad bytes at p-3 are not all FORBIDDENBYTE (0xfb): > > at p-3: 0x03 *** OUCH > > at p-2: 0x4e *** OUCH

Re: Sandsifter software finds hidden instructions inside processors.

2017-10-22 Thread skybuck2000
Hi, I hope you have the following newsgroup in case you are highly interested in knowing every last detail and every thought I have on this subject matter: https://groups.google.com/forum/#!forum/alt.comp.hardware.pc-homebuilt There I have written some detailed postings. In the other newsgroup

Re: right list for SIGABRT python binary question ?

2017-10-22 Thread Karsten Hilbert
On Sun, Oct 22, 2017 at 10:15:51PM +0200, Karsten Hilbert wrote: > The python2.7-dbg build is 32 bits: ... > The python2.7 build (no -dbg) does not have symbols. More to the point: /usr/bin/python2.7: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, int

Re: right list for SIGABRT python binary question ?

2017-10-22 Thread Karsten Hilbert
On Sat, Oct 21, 2017 at 07:10:31PM +0200, M.-A. Lemburg wrote: > > Running a debug build of py27 gave me a first lead: this > > Debian system (Testing, upgraded all the way from various > > releases ago) carries an incompatible mxDateTime which I'll > > take care of. > > > > *** You don't hav

Re: choice of web-framework

2017-10-22 Thread Tim Chase
On 2017-10-22 15:26, Patrick Vrijlandt wrote: > The version control I was referring to, is indeed users' data. I > plan to use Mercurial for the source code. The questionnaires being > developed will go through many revisions. The questionnaires being > filled in, are enough work to have a provisio

Re: choice of web-framework

2017-10-22 Thread justin walters
On Sun, Oct 22, 2017 at 3:24 AM, Patrick Vrijlandt wrote: > Hello list, > > I would like your recommendation on the choice of a web framework. > > The project is completely new, there are no histories to take into account > (current solutions are paper-based). The website involves questionnaires

Re: Modern website

2017-10-22 Thread Chris Angelico
On Mon, Oct 23, 2017 at 2:21 AM, Andrew Z wrote: > I realize the following has little todo with python per se. But i hope to > get a guidance on how these types of tasks are done nowadays. > > The task: > Ive been asked to create an integration process. That is a few webpages > with questioneer w

Modern website

2017-10-22 Thread Andrew Z
I realize the following has little todo with python per se. But i hope to get a guidance on how these types of tasks are done nowadays. The task: Ive been asked to create an integration process. That is a few webpages with questioneer with the submission to a "mother" company using its API . Idea

Re: choice of web-framework

2017-10-22 Thread Chris Angelico
On Mon, Oct 23, 2017 at 12:26 AM, Patrick Vrijlandt wrote: > Op 22-10-2017 om 14:05 schreef Tim Chase: > >> I'm not sure what "version control is required" means in this >> context. Is this version-control of the users' answers? Or >> version-control of the source code. If it's the source code,

Re: choice of web-framework

2017-10-22 Thread Patrick Vrijlandt
Op 22-10-2017 om 14:05 schreef Tim Chase: > I'm not sure what "version control is required" means in this > context. Is this version-control of the users' answers? Or > version-control of the source code. If it's the source code, the web > framework won't help you there, but git, mercurial, or

Re: choice of web-framework

2017-10-22 Thread Tim Chase
On 2017-10-22 12:24, Patrick Vrijlandt wrote: > I would like your recommendation on the choice of a web framework. Might depend on what skills you already bring to the table. If you already know an ORM like SQLAlchemy or a template language like Jinja, you might want to take the "bring the pieces

Re: choice of web-framework

2017-10-22 Thread Chris Warrick
On 22 October 2017 at 13:48, Chris Angelico wrote: > On Sun, Oct 22, 2017 at 10:34 PM, Chris Warrick wrote: >> On 22 October 2017 at 13:25, Lele Gaifax wrote: >>> Chris Warrick writes: >>> Zope is effectively dead these days. >>> >>> Except it's alive and kicking: https://blog.gocept.com/

EuroPython 2017: Videos for Thursday available online

2017-10-22 Thread M.-A. Lemburg
We are pleased to announce the third batch of cut videos for EuroPython 2017. To see the new videos, please head over to our EuroPython YouTube channel and select the "EuroPython 2017" playlist. The new videos start at entry 96 in the playlist. * EuroPython 2017 Videos *

Re: choice of web-framework

2017-10-22 Thread Chris Angelico
On Sun, Oct 22, 2017 at 10:34 PM, Chris Warrick wrote: > On 22 October 2017 at 13:25, Lele Gaifax wrote: >> Chris Warrick writes: >> >>> Zope is effectively dead these days. >> >> Except it's alive and kicking: https://blog.gocept.com/ >> >> :-) >> >> ciao, lele. > > A few people still care, sur

Re: choice of web-framework

2017-10-22 Thread Chris Warrick
On 22 October 2017 at 13:25, Lele Gaifax wrote: > Chris Warrick writes: > >> Zope is effectively dead these days. > > Except it's alive and kicking: https://blog.gocept.com/ > > :-) > > ciao, lele. A few people still care, sure. But how alive is a project with 16 (sixteen) people on IRC (freenod

Re: choice of web-framework

2017-10-22 Thread Lele Gaifax
Chris Warrick writes: > Zope is effectively dead these days. Except it's alive and kicking: https://blog.gocept.com/ :-) ciao, lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia. l...@metapensiero.it |

Re: choice of web-framework

2017-10-22 Thread Chris Warrick
On 22 October 2017 at 12:24, Patrick Vrijlandt wrote: > Hello list, > > I would like your recommendation on the choice of a web framework. > > The project is completely new, there are no histories to take into account > (current solutions are paper-based). The website involves questionnaires > tha

Re: choice of web-framework

2017-10-22 Thread Chris Angelico
On Sun, Oct 22, 2017 at 9:24 PM, Patrick Vrijlandt wrote: > Hello list, > > I would like your recommendation on the choice of a web framework. > > The project is completely new, there are no histories to take into account > (current solutions are paper-based). The website involves questionnaires >

choice of web-framework

2017-10-22 Thread Patrick Vrijlandt
Hello list, I would like your recommendation on the choice of a web framework. The project is completely new, there are no histories to take into account (current solutions are paper-based). The website involves questionnaires that will be developed, filled out and stored. Users are not progr