Re: file to bits text and text containing bits to file

2020-10-09 Thread dn via Python-list
On 09/10/2020 19:27, Harshit Sharma wrote: I want to read bits data of all file of any extention in 0s and 1s. And also want to do back means means construct file from bits text data how to do that tell with proof please. I am on a work of something like new sloot method but here I stuck.help

RE: Python 3..9.0

2020-10-09 Thread Schachner, Joseph
You're not doing anything wrong, but clearly it's not what you want to do. You are running the Python interpreter and not specifying any script to run, so it opens a command prompt and promptly closes it, I'll bet. What you want to do is open a development environment. Try Idle, it's there i

find command from command list by Python and natural language processing

2020-10-09 Thread reza
I want to build a speech recognition system so that when I give an instruction it can execute the command I want. I came and said the voice through the microphone and gave it to a model (speech to text ) to return the text. Now I want to know which command this text belongs to among the differen

Re: Embedding version in command-line program

2020-10-09 Thread Heinrich Kruger
‐‐‐ Original Message ‐‐‐ On Thursday, October 8, 2020 2:00 PM, Loris Bennett wrote: > Marco Sulla marco.sulla.pyt...@gmail.com writes: > > > On Wed, 7 Oct 2020 at 14:16, Loris Bennett loris.benn...@fu-berlin.de > > wrote: > > > > > But the toml file isn't part of the distribution and so

Re: Fwd: Python 3..9.0

2020-10-09 Thread Sibylle Koczian
Am 08.10.2020 um 18:58 schrieb Joe via Python-list: Hi, I just downloaded the above for Windows but am unable to get it to run.  I have gone to the directory and double-clicked the "python.exe" file but that just brings me to the command prompt. Any suggestions as to what I am doing wrong? Tha

Reply: Re: Issues installing python

2020-10-09 Thread nichalvedant07
No when. I do anything of that sort it says that pip isn't recognised as an internal or external command and that's because it isn't installedI searched the internet and it asked me to check the scripts folder to see if I have pip and it wasn't there...and im pretty sure. That I checked

Re: Issues installing python

2020-10-09 Thread Mats Wichmann
On 10/8/20 9:36 PM, Vedant Nichal wrote: > Hello, > > I am an amateur python developer but I’m facing a lot of issues regarding > python installation on windows 10...whenever I install python on my > pc...irrespective of its version my scripts folder is always empty.. are you sure you're actually

Re: Which Version Of Python Is Best To Install Now..

2020-10-09 Thread Mats Wichmann
On 10/9/20 1:02 AM, Muhammad Saad wrote: >  > >  > >Sent from [1]Mail for Windows 10 > >I Want To Reinstall Python Now Which Version I Install Now > > References > >Visible links >1. https://go.microsoft.com/fwlink/?LinkId=550986 > The latest, 3.9, is as always consid

Re: Crashing and opening problems

2020-10-09 Thread Mats Wichmann
On 10/9/20 4:23 AM, Jamie wrote: >I’ve downloaded python and when I try to launch a application to use with >python it opens then closes fast but when I double click it it opens the >installer and not python, so I have to use “Open with” The window opened on behalf of the program is no

Crashing and opening problems

2020-10-09 Thread Jamie
I’ve downloaded python and when I try to launch a application to use with python it opens then closes fast but when I double click it it opens the installer and not python, so I have to use “Open with”     Sent from [1]Mail for Windows 10   References Visible links

Which Version Of Python Is Best To Install Now..

2020-10-09 Thread Muhammad Saad
    Sent from [1]Mail for Windows 10 I Want To Reinstall Python Now Which Version I Install Now References Visible links 1. https://go.microsoft.com/fwlink/?LinkId=550986 -- https://mail.python.org/mailman/listinfo/python-list

Fwd: Python 3..9.0

2020-10-09 Thread Joe via Python-list
Hi, I just downloaded the above for Windows but am unable to get it to run.  I have gone to the directory and double-clicked the "python.exe" file but that just brings me to the command prompt. Any suggestions as to what I am doing wrong? Thank you. Joe -- https://mail.python.org/mailman/listin

Re: Help! I broke python 3.9 installation on macOS

2020-10-09 Thread Chris Angelico
On Fri, Oct 9, 2020 at 9:11 PM Elliott Roper wrote: > > On 9 Oct 2020 at 02:29:05 BST, "Richard Damon" > wrote: > > > On 10/8/20 7:31 PM, Elliott Roper wrote: > >> First problem: I can no longer say > >> Obfuscated@MyMac ~ % python3 pip -m list > > > > isn't that supposed to be python3 -m pip l

Re: Help! I broke python 3.9 installation on macOS

2020-10-09 Thread Elliott Roper
On 9 Oct 2020 at 02:29:05 BST, "Richard Damon" wrote: > On 10/8/20 7:31 PM, Elliott Roper wrote: >> First problem: I can no longer say >> Obfuscated@MyMac ~ % python3 pip -m list > > isn't that supposed to be python3 -m pip list Oh! (insert embarrassed grin here) Thank you, and Chris. -- T