Re: Why There Is No Python Compressed Archive or Binaries ?

2022-01-17 Thread Kirill Ratkin
Hi Grant Hmmm...Β  definitly you are right in particular solution. But Ok, let me show example. I often use Go in parallel with Python and sometimes I switch between Windows/Linux also. On both systems I just download Go toolset as tarball/zip file and unpack in place where I like. The poin

Re: What to write or search on github to get the code for what is written below:

2022-01-17 Thread Chris Angelico
On Tue, Jan 18, 2022 at 7:44 AM Dennis Lee Bieber wrote: > Heroku-Specific note: a recent web-page I encountered searching for > information for a different question indicates that Heroku does not support > SQLite3 and, by extension, ANY file-based dynamic data storage (so, no > Excel files either

Re: How to set environmental variables for Python

2022-01-17 Thread Cameron Simpson
On 17Jan2022 11:36, Shaozhong SHI wrote: >Set Operation System but not disturbing existing setting. Only to add at >the command line. If you mean: "set on the command line so that I run some script using Python 3.6.1", usually you would just invoke the specific Python 3.6.1 executable. You ca

Re: Why There Is No Python Compressed Archive or Binaries ?

2022-01-17 Thread Grant Edwards
On 2022-01-17, Sina Mobasheri wrote: > Yes sure, actually I can continue working and developing with python > without this feature no problem but it's something that I like and > I'm just curious about it, about why Python doesn't implement this > kind of installation You talk about "Python" imp

Re: Why There Is No Python Compressed Archive or Binaries ?

2022-01-17 Thread Barry Scott
> On 17 Jan 2022, at 19:53, Sina Mobasheri wrote: > > Consider scenario that I want run python 3.10 in CentOS 8, I think last > python version in CentOS repository is 3.6, if I use epel I can get 3.8 so > ..., I think (correct me if I'm wrong πŸ™πŸ») the only way that I can run python > 3.10 is

Re: What to write or search on github to get the code for what is written below:

2022-01-17 Thread Dennis Lee Bieber
On Mon, 17 Jan 2022 01:55:15 -0800 (PST), NArshad declaimed the following: >This is due to the time factor And that opens another can of worms... Before this "assignment" was given to you, surely someone made some sort of estimate of how long it would take to produce, taking into accoun

Re: Why There Is No Python Compressed Archive or Binaries ?

2022-01-17 Thread Sina Mobasheri
Yes​ sure, actually I can continue working and developing with python without this feature no problem but it's something that I like and I'm just curious about it, about why Python doesn't implement this kind of installation (most languages do, Java, NodeJS, Deno, PHP, Go, DotNet) is it because

Re: Why There Is No Python Compressed Archive or Binaries ?

2022-01-17 Thread Antoon Pardon
You could try miniconda. Op 17/01/2022 om 20:53 schreef Sina Mobasheri: Consider scenario that I want run python 3.10 in CentOS 8, I think last python version in CentOS repository is 3.6, if I use epel I can get 3.8 so ..., I think (correct me if I'm wrong πŸ™πŸ») the only way that I can run pytho

Re: Why There Is No Python Compressed Archive or Binaries ?

2022-01-17 Thread Sina Mobasheri
Consider scenario that I want run python 3.10 in CentOS 8, I think last python version in CentOS repository is 3.6, if I use epel I can get 3.8 so ..., I think (correct me if I'm wrong πŸ™πŸ») the only way that I can run python 3.10 is to compile it manually, which is need to know what dependencies

Re: Why There Is No Python Compressed Archive or Binaries ?

2022-01-17 Thread Calvin Spealman
Well, on its own, I'd say the reason we don't have such a download is that it wouldn't be very useful. On Mon, Jan 17, 2022 at 2:08 PM Sina Mobasheri wrote: > It's cool project definitely something that I'm personally interested > about, but I talking about compressed archive of cpython that we

Re: About Python Compressed Archive or Binaries

2022-01-17 Thread Sina Mobasheri
That's exactly what I mean thank you πŸ‘ŒπŸ»πŸš€ From: Python-list on behalf of Kirill Ratkin Sent: Monday, January 17, 2022 9:19:44 PM To: python-list@python.org Subject: Re: About Python Compressed Archive or Binaries Hi, Yes, this is good question for Windows users

Re: Why There Is No Python Compressed Archive or Binaries ?

2022-01-17 Thread Sina Mobasheri
It's cool project definitely something that I'm personally interested about, but I talking about compressed archive of cpython that we can simply unzipped and starting developing an app, not running an app that already developed... πŸ˜€ From: Calvin Spealman Sent:

Re: Why There Is No Python Compressed Archive or Binaries ?

2022-01-17 Thread Calvin Spealman
I maintain a small project that provides this, a drop-in Python runtime you can ship without installation called Feet. Get it? It makes Python run. https://github.com/ironfroggy/feet On Mon, Jan 17, 2022 at 11:16 AM Sina Mobasheri wrote: > Java offers download JDK as Compressed Archive< > https

Re: About Python Compressed Archive or Binaries

2022-01-17 Thread Kirill Ratkin
Hi, Yes, this is good question for Windows users. Of course, you can download installer exe-file -> do installation -> pack directory with python interpreter to zip (for example, or 7z) -> copy archive file to another place/computer and unpack. But it will not work out of box because origina

Re: What to write or search on github to get the code for what is written below:

2022-01-17 Thread Avi Gross via Python-list
I can appreciate people under time pressure wanting the job DONE first and maybe learning more after. So, yes, it makes perfect sense to delegate the task to others with expertise or ask for advice. This forum may mean many things to many people but for me, it is a place to offer guidance and s

Re: Why There Is No Python Compressed Archive or Binaries ?

2022-01-17 Thread Grant Edwards
On 2022-01-17, Dennis Lee Bieber wrote: > On Mon, 17 Jan 2022 08:07:07 -0800 (PST), Grant Edwards > declaimed the following: > >>On 2022-01-17, Sina Mobasheri wrote: >>> Java offers download JDK... >>> [...] >>> My question is why Python hasn't option for downloading as >>> Compressed Archive ? >

Re: Why There Is No Python Compressed Archive or Binaries ?

2022-01-17 Thread Dennis Lee Bieber
On Mon, 17 Jan 2022 08:07:07 -0800 (PST), Grant Edwards declaimed the following: >On 2022-01-17, Sina Mobasheri wrote: >> Java offers download JDK... >> [...] >> My question is why Python hasn't option for downloading as >> Compressed Archive ? > >Isn't that what the installers are? I g

Re: What to write or search on github to get the code for what is written below:

2022-01-17 Thread Dennis Lee Bieber
On Tue, 18 Jan 2022 02:51:22 +1100, Chris Angelico declaimed the following: > >I strongly encourage everyone to stop helping the OP until there's >some code to help with. > Well, we did squeeze about four lines of code from the OP -- though still incomplete (no import statements so we hav

Re: Why There Is No Python Compressed Archive or Binaries ?

2022-01-17 Thread Grant Edwards
On 2022-01-17, Sina Mobasheri wrote: > Java offers download JDK... > [...] > My question is why Python hasn't option for downloading as > Compressed Archive ? Isn't that what the installers are? -- Grant -- https://mail.python.org/mailman/listinfo/python-list

Why There Is No Python Compressed Archive or Binaries ?

2022-01-17 Thread Sina Mobasheri
Java offers download JDK as Compressed Archive or NodeJS offers download Node as Binaries both give us a compressed file for Linux and windows that we can just unzipped it and put in a cust

Re: What to write or search on github to get the code for what is written below:

2022-01-17 Thread Chris Angelico
On Tue, Jan 18, 2022 at 2:46 AM NArshad wrote: > > Avi Gross: > > -β€œThey just were hoping someone would post complete code and they could then > move on without learning anything.” > > This is due to the time factor Then pay someone to write it. There are plenty of contractors out there. You can

Re: About Python Compressed Archive or Binaries

2022-01-17 Thread Chris Angelico
On Tue, Jan 18, 2022 at 2:47 AM Chris Angelico wrote: > > On Tue, Jan 18, 2022 at 2:42 AM Sina Mobasheri > wrote: > > > > Java offers download JDK as Compressed Archive or NodeJS offers download > > Node as Binaries both give us a compressed file for Linux and windows that > > we can just unzip

Re: About Python Compressed Archive or Binaries

2022-01-17 Thread Chris Angelico
On Tue, Jan 18, 2022 at 2:42 AM Sina Mobasheri wrote: > > Java offers download JDK as Compressed Archive or NodeJS offers download Node > as Binaries both give us a compressed file for Linux and windows that we can > just unzipped it and put in a custom directory and set some environment > vari

Re: What to write or search on github to get the code for what is written below:

2022-01-17 Thread NArshad
Avi Gross: -β€œThey just were hoping someone would post complete code and they could then move on without learning anything.” This is due to the time factor -- https://mail.python.org/mailman/listinfo/python-list

About Python Compressed Archive or Binaries

2022-01-17 Thread Sina Mobasheri
Java offers download JDK as Compressed Archive or NodeJS offers download Node as Binaries both give us a compressed file for Linux and windows that we can just unzipped it and put in a custom directory and set some environment variables and start working I'm aware that Python also have somethi

Re: How to set environmental variables for Python

2022-01-17 Thread Shaozhong SHI
Set Operation System but not disturbing existing setting. Only to add at the command line. Regards, David On Mon, 17 Jan 2022 at 10:57, dn via Python-list wrote: > On 17/01/2022 22.31, Shaozhong SHI wrote: > > I got quite a few version of Python on my machine. > > > > How do I set environment

Re: How to set environmental variables for Python

2022-01-17 Thread dn via Python-list
On 17/01/2022 22.31, Shaozhong SHI wrote: > I got quite a few version of Python on my machine. > > How do I set environmental variables for Python 3.6.1 to work? Set from Python, or set in the OpSys? https://docs.python.org/3/library/os.html?highlight=environment%20variable MS-Win: https://doc

How to set environmental variables for Python

2022-01-17 Thread Shaozhong SHI
I got quite a few version of Python on my machine. How do I set environmental variables for Python 3.6.1 to work? Regards, David -- https://mail.python.org/mailman/listinfo/python-list