Re: Using python to convert PDF document to MSWord documents

2015-11-05 Thread zbin1986
I'm not a developer, i always use this free online pdf to word converter http://www.online-code.net/pdf-to-word.html to convert pdf to ms doc online. -- https://mail.python.org/mailman/listinfo/python-list

Re: Script to extract text from PDF files

2015-11-05 Thread zbin1986
you can try this free online pdf text extractor http://www.online-code.net/pdf-to-word.html to extract text from pdf free online. -- https://mail.python.org/mailman/listinfo/python-list

Re: Python dashboard tutorials/frameworks for interactive, D3.js graphs in IPython Notebooks

2015-11-05 Thread srinath . nathan
On Thursday, July 9, 2015 at 8:10:16 PM UTC-4, Matt Sundquist wrote: > Hi all, > > I'm part of Plotly, and we've just finished a few releases I thought I'd pass > along. > > These tools make it easy to craft interactive graphs and dashboards with > D3.js using Python. We're especially drawn to

Re: What does β€œgrep” stand for?

2015-11-05 Thread Dan Sommers
On Thu, 05 Nov 2015 19:36:11 -0800, Larry Hudson wrote: > Anyone besides me remember the CP/M editor Mince (Mince Is Not > Complete EMACS)? It was an emacs-like editor, without any e-Lisp or > other way of extending it. I believe it was my first exposure to a > screen-oriented editor. I quite l

Re: raw_input and break

2015-11-05 Thread input/ldompeling
He, Thank you for making some time for it. Is this your code ? I am also using python 3 I got an error with execute the scipt: --- Enter command> Traceback (most recent call last): File "test06.py", line 44, in for (dir, t

RuntimeError: The size of the array returned by func does not match the size of y0

2015-11-05 Thread Abhishek
I have recently switched from programming heavily in MATLAB to programming in Python. Hence I am having some issues running the Python code that I have written. I am using IPython with Anaconda2 on Windows 7 and using numPy and SciPy to integrate a system of ordinary differential equations. I ha

Re: What does β€œgrep” stand for?

2015-11-05 Thread Larry Hudson via Python-list
On 11/05/2015 05:18 PM, Dennis Lee Bieber wrote: On Thu, 5 Nov 2015 20:19:39 + (UTC), Grant Edwards declaimed the following: Though I used a line-editor for a while on VMS, I was never very good at it, and abanded it for a full-screen editor at he first opportunity. But, if you ever get a

Re: Snake Error 🐍

2015-11-05 Thread Terry Reedy
On 11/5/2015 9:08 AM, Mahan Marwat wrote: When I am trying to paste this 🐍 in Python 3.5.0 IDLE. It crashes. https://bugs.python.org/issue13153 If you run 'python -m idlelib' from command line, you will see a traceback. -- Terry Jan Reedy -- https://mail.python.org/mailman/listinfo/python-l

Re: Puzzled

2015-11-05 Thread Michael Torrie
On 11/05/2015 04:10 PM, Laura Creighton wrote: > In a message of Thu, 05 Nov 2015 12:48:11 -0800, "Robinson, Wendy" writes: >> Well... I still can't get this to work. I guess I'll just uninstall it. >> It's a bummer that there's no help on basic startup like this. >> >> Wendy Robinson >> Audit Anal

Re: Puzzled

2015-11-05 Thread Laura Creighton
In a message of Thu, 05 Nov 2015 12:48:11 -0800, "Robinson, Wendy" writes: >Well... I still can't get this to work. I guess I'll just uninstall it. >It's a bummer that there's no help on basic startup like this. > >Wendy Robinson >Audit Analyst >(916)Β 566-4994 phone There is enormous amount of hel

Re: llewelly...@gmail.com

2015-11-05 Thread Mark Lawrence
On 05/11/2015 16:56, Robin Becker wrote: Hi, did you find your phone? Same answer as to the question "Is Vic there?", no :) -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence -- https://mail.python.org/mailman/listinfo/pyt

Re: What does β€œgrep” stand for?

2015-11-05 Thread Grant Edwards
On 2015-11-05, Random832 wrote: > Grant Edwards writes: >> On 2015-11-05, Random832 wrote: >>> Of course, both of those things are also true of ed. >> >> Well, maybe not for you. I knew people who (yonks ago) used 'ed' for >> regular file editing. And I remember using the VMS line-editor for >

Re: Snake Error 🐍

2015-11-05 Thread Christian Gollwitzer
Am 05.11.15 um 15:18 schrieb Chris Angelico: On Fri, Nov 6, 2015 at 1:08 AM, Mahan Marwat wrote: When I am trying to paste this 🐍 in Python 3.5.0 IDLE. It crashes. Found it on this page: http://www.fileformat.info/info/unicode/char/1f40d/index.htm Does Python have any problem with other snakes

Re: What does β€œgrep” stand for?

2015-11-05 Thread Random832
Grant Edwards writes: > On 2015-11-05, Random832 wrote: >> Of course, both of those things are also true of ed. > > Well, maybe not for you. I knew people who (yonks ago) used 'ed' for > regular file editing. And I remember using the VMS line-editor for > regular file editing for a couple years

Re: What does β€œgrep” stand for?

2015-11-05 Thread Grant Edwards
On 2015-11-05, Random832 wrote: > Chris Angelico writes: >> As someone who grew up on MS-DOS, I'd like to mention that EDLIN's >> value wasn't in the obvious places. There were two features it had >> that most other editors didn't: firstly, it would read only as much >> of the file as it needed,

Re: Top Engineers

2015-11-05 Thread Laura Creighton
In a message of Thu, 05 Nov 2015 09:39:26 -0800, Marta Daglow writes: It is extremely unprofessional to spam an international mailing list with a large readership with such things. And very parochial -- do you have any idea how many neighbourhoods there are in the world that get called 'SoMa

Re: llewelly...@gmail.com

2015-11-05 Thread Robin Becker
On 05/11/2015 17:15, Peter Otten wrote: Robin Becker wrote: Hi, did you find your phone? If not -- it's probably on comp.lang.perl.misc Glad to be of help ;) weird no idea why this ended up here; thunderbird is a bit strange today -mis-guidedly yrs- Robin Becker -- https://mail.python.or

Top Engineers

2015-11-05 Thread Marta Daglow
Hi, I'm working closely with co-founders of a top startup in SoMa. We are in the client services space and have created innovative solutions in optimizing the first time user experience for small through large enterprise companies. We already have a strong client list of household names. We ar

Re: raw_input and break

2015-11-05 Thread input/ldompeling
Oke, lets try your code.Can you help me with that. This is my code: - from gopigo import * import time set_right_speed(150) set_left_speed(105) enable_servo() fwd() print("forward 1x") time.sleep(4) stop() while True: servo(90) mindist = 80

Re: llewelly...@gmail.com

2015-11-05 Thread Peter Otten
Robin Becker wrote: > Hi, > > did you find your phone? If not -- it's probably on comp.lang.perl.misc Glad to be of help ;) -- https://mail.python.org/mailman/listinfo/python-list

Re: raw_input and break

2015-11-05 Thread Peter Otten
input/ldompel...@casema.nl wrote: >>The code in capture_key.py may look a bit scary, but just as I took it >>without bothering the details you can take the resulting module without >>caring about the code in it. Alternatively you can search > >>https://pypi.python.org > > Thanks for the link. I

llewelly...@gmail.com

2015-11-05 Thread Robin Becker
Hi, did you find your phone? -- Robin Becker -- https://mail.python.org/mailman/listinfo/python-list

Re: What does β€œgrep” stand for?

2015-11-05 Thread Random832
Chris Angelico writes: > As someone who grew up on MS-DOS, I'd like to mention that EDLIN's > value wasn't in the obvious places. There were two features it had > that most other editors didn't: firstly, it would read only as much of > the file as it needed, so you could edit a file larger than av

Re: Regular expressions

2015-11-05 Thread Seymore4Head
On Thu, 05 Nov 2015 11:54:20 +1100, Steven D'Aprano wrote: >On Thu, 5 Nov 2015 10:02 am, Seymore4Head wrote: > >> So far the only use I have for regex is to replace slicing, but I >> think it is an improvement. > >I don't understand this. This is like saying "so far the only use I have for >a san

Re: raw_input and break

2015-11-05 Thread input/ldompeling
>The code in capture_key.py may look a bit scary, but just as I took it >without bothering the details you can take the resulting module without >caring about the code in it. Alternatively you can search >https://pypi.python.org Thanks for the link. I realy appreciate it. Can you also tell me wha

Re: Snake Error 🐍

2015-11-05 Thread Mahan Marwat
> Was this on Windows? Yeh, Window 10. -- https://mail.python.org/mailman/listinfo/python-list

Re: Snake Error 🐍

2015-11-05 Thread Chris Angelico
On Fri, Nov 6, 2015 at 1:08 AM, Mahan Marwat wrote: > When I am trying to paste this 🐍 in Python 3.5.0 IDLE. It crashes. > Found it on this page: > http://www.fileformat.info/info/unicode/char/1f40d/index.htm > Does Python have any problem with other snakes? Was this on Windows? The Windows buil

Re: raw_input and break

2015-11-05 Thread Peter Otten
input/ldompel...@casema.nl wrote: > In reply to "Peter Otten" who wrote the following: > >> input/ldompel...@casema.nl wrote: >> >> > > choices = raw_input("letter s to stop:") >> > >> > Oh no, this is not what I want. Now it is waiting for input when its go >> > further with the script. Beca

Re: Python Hidden Code

2015-11-05 Thread Chris Angelico
On Fri, Nov 6, 2015 at 1:01 AM, Mahan Marwat wrote: > Repo `that` (Python Hidden Code) purpose is to collect all of the Python > Easter Eggs, Idioms etc... in one place. > If you have something to contribute, please send PR. > Check it here: https://github.com/mahanmarwat/that Cool! I've sent yo

Snake Error 🐍

2015-11-05 Thread Mahan Marwat
When I am trying to paste this 🐍 in Python 3.5.0 IDLE. It crashes. Found it on this page: http://www.fileformat.info/info/unicode/char/1f40d/index.htm Does Python have any problem with other snakes? -- https://mail.python.org/mailman/listinfo/python-list

Python Hidden Code

2015-11-05 Thread Mahan Marwat
Repo `that` (Python Hidden Code) purpose is to collect all of the Python Easter Eggs, Idioms etc... in one place. If you have something to contribute, please send PR. Check it here: https://github.com/mahanmarwat/that -- https://mail.python.org/mailman/listinfo/python-list

Re: Regular expressions

2015-11-05 Thread Tim Chase
On 2015-11-05 23:05, Steven D'Aprano wrote: > Oh the shame, I knew that. Somehow I tangled myself in a knot, > thinking that it had to be 1 *followed by* zero or more characters. > But of course it's not a glob, it's a regex. But that's a good reminder of fnmatch/glob modules too. Sometimes all y

Re: Regular expressions

2015-11-05 Thread Albert van der Horst
Steven D'Aprano writes: >On Wed, 4 Nov 2015 07:57 pm, Peter Otten wrote: >> I tried Tim's example >> >> $ seq 5 | grep '1*' >> 1 >> 2 >> 3 >> 4 >> 5 >> $ >I don't understand this. What on earth is grep matching? How does "4" >match "1*"? >> which surprised me because I remembered that there u

Re: raw_input and break

2015-11-05 Thread input/ldompeling
In reply to "Peter Otten" who wrote the following: > input/ldompel...@casema.nl wrote: > > > > choices = raw_input("letter s to stop:") > > > > Oh no, this is not what I want. Now it is waiting for input when its go > > further with the script. Because I have an while True: so I want that the

Re: Regular expressions

2015-11-05 Thread Steven D'Aprano
On Thu, 5 Nov 2015 07:33 pm, Peter Otten wrote: > Steven D'Aprano wrote: > >> On Wed, 4 Nov 2015 07:57 pm, Peter Otten wrote: >> >>> I tried Tim's example >>> >>> $ seq 5 | grep '1*' >>> 1 >>> 2 >>> 3 >>> 4 >>> 5 >>> $ >> >> I don't understand this. What on earth is grep matching? How does "4"

Re: raw_input and break

2015-11-05 Thread Peter Otten
input/ldompel...@casema.nl wrote: > > choices = raw_input("letter s to stop:") > > Oh no, this is not what I want. Now it is waiting for input when its go > further with the script. Because I have an while True: so I want that the > script go's continue only when I press a key then it must sto

Re: raw_input and break

2015-11-05 Thread input/ldompeling
In reply to "Peter Otten" who wrote the following: > input/ldompel...@casema.nl wrote: > > > while True: > > enable_servo() > > servo(90) > > mindist = 80 > > choices = input("letter s to stop:") > > if choices == 's': > > print ("stop") > > break > > if mindis

Re: raw_input and break

2015-11-05 Thread Peter Otten
input/ldompel...@casema.nl wrote: > while True: > enable_servo() > servo(90) > mindist = 80 > choices = input("letter s to stop:") > if choices == 's': > print ("stop") > break > if mindist > us_dist(15): > bwd() > print ("backward 1x") > In this script

Re: raw_input and break

2015-11-05 Thread input/ldompeling
In reply to "tian.su.y...@gmail.com" who wrote the following: > =E5=9C=A8 2015=E5=B9=B411=E6=9C=884=E6=97=A5=E6=98=9F=E6=9C=9F=E4=B8=89 UTC= > -6=E4=B8=8B=E5=8D=883:45:09=EF=BC=8Cinput/ld...@casema.nl=E5=86=99=E9=81=93= > =EF=BC=9A > > I have an continues loop with "while True:" > > Now I want to

Re: Regular expressions

2015-11-05 Thread Antoon Pardon
Op 05-11-15 om 01:33 schreef Chris Angelico: > "I want to swim from Sydney to Los Angeles, but my gloves keep wearing > out half way across the Pacific. How can I make my gloves strong > enough to get me to LA?" > > Response 1: "If you use industrial-strength gloves and go via Papua > New Guinea, y

Re: Regular expressions

2015-11-05 Thread Peter Otten
Steven D'Aprano wrote: > On Wed, 4 Nov 2015 07:57 pm, Peter Otten wrote: > >> I tried Tim's example >> >> $ seq 5 | grep '1*' >> 1 >> 2 >> 3 >> 4 >> 5 >> $ > > I don't understand this. What on earth is grep matching? How does "4" > match "1*"? Look for zero or more "1". Written in Python: for

Re: Regular expressions

2015-11-05 Thread Christian Gollwitzer
Am 05.11.15 um 06:59 schrieb ru...@yahoo.com: Can you call yourself a well-rounded programmer without at least a basic understanding of some regex library? Well, probably not. But that's part of the problem with regexes. They have, to some degree, driven out potentially better -- or at least diff

Re: Regular expressions

2015-11-05 Thread Chris Angelico
On Thu, Nov 5, 2015 at 6:55 PM, Gregory Ewing wrote: > Tim Chase wrote: > >> You get even crazier when you start adding zgrep/zegrep/zfgrep. > > > It's fitting somehow that we should need an RE > to describe all the possible names of the grep > command. Regex engine golf: Find the shortest regex

Re: What does β€œgrep” stand for?

2015-11-05 Thread Chris Angelico
On Thu, Nov 5, 2015 at 6:32 PM, Christian Gollwitzer wrote: > The point I'm so amused is, that MS has not felt the need to ship a real > editor, and also cut back on most of the other tools that make computing, > even on commandlines, a pleasant experience. Readline? Tab-Completion? I > read a mag

Re: Regular expressions

2015-11-05 Thread Gregory Ewing
Tim Chase wrote: You get even crazier when you start adding zgrep/zegrep/zfgrep. It's fitting somehow that we should need an RE to describe all the possible names of the grep command. -- Greg -- https://mail.python.org/mailman/listinfo/python-list