Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Send SMS from my phone number
Post: RE: Send SMS from my phone number

I am on android, just for the sake of curiosity I found this for apple: https://developer.apple.com/library/arch...TS40017631 I will see if the hussle of learning a new language persuade me instead o...
aster General Coding Help 3 2,731 Jul-03-2021, 09:54 AM
    Thread: Send SMS from my phone number
Post: Send SMS from my phone number

Hello, I found a lot of online services that allows me to send SMS. But I didn't found how to send SMS from my phone with my number, is this possible programmatically?
aster General Coding Help 3 2,731 Jul-02-2021, 08:41 PM
    Thread: 100$ bounty: python and xml/xsd knowledge
Post: 100$ bounty: python and xml/xsd knowledge

Is someone interested in this bounty? More detail here: https://www.bountysource.com/issues/9827...patibility
aster Jobs 0 3,189 May-24-2021, 01:36 PM
    Thread: understanding Google's OAuth 2.0
Post: understanding Google's OAuth 2.0

Hello, I am finishing a program where I use Google's OAuth 2.0, I will need to move this program between different computers. To authenticateI use a very long dictionary (like this) which I download...
aster General Coding Help 0 1,715 Apr-18-2021, 12:54 PM
    Thread: best practice for import libraries and using pyinstaller
Post: RE: best practice for import libraries and using p...

(Apr-17-2021, 10:48 AM)snippsat Wrote: The whole library is always imported, Thanks, also I checked and importing multiple tile the same lib is not a problem (until I don't get a cyclic import): htt...
aster General Coding Help 3 2,885 Apr-17-2021, 11:01 AM
    Thread: best practice for import libraries and using pyinstaller
Post: best practice for import libraries and using pyins...

Hello, I have a python program splitted in multiple files, I convert it to an executable with pyinstaller. I am not sure about witch is the best practise for importing libraries to decrease the size...
aster General Coding Help 3 2,885 Apr-17-2021, 10:16 AM
    Thread: python application and credentials safety concern
Post: RE: python application and credentials safety conc...

If the solution provided by ndc85430 is the best one I can achive, can someone give me an advice on how to login with google? My need is only to send emails with gmail, from this google's post I thin...
aster General Coding Help 4 3,538 Mar-06-2021, 04:17 PM
    Thread: python application and credentials safety concern
Post: RE: python application and credentials safety conc...

(Mar-02-2021, 07:36 PM)ndc85430 Wrote: Note that base64 encoding isn't protection at all; that string can always be decoded.Agree (Mar-02-2021, 07:36 PM)ndc85430 Wrote: What's wrong with using en...
aster General Coding Help 4 3,538 Mar-02-2021, 07:42 PM
    Thread: python application and credentials safety concern
Post: python application and credentials safety concern

Hello, I finished an application with a simple GUI which uses a Google's OAuth 2.0 for authentication and send some emails. At this time I am building it with pyinstaller, but I can change it if need...
aster General Coding Help 4 3,538 Mar-02-2021, 06:32 PM
    Thread: Banking API
Post: RE: Banking API

ok thanks for your suggestions, I will also ask directly my bank
aster News and Discussions 3 3,500 Nov-16-2020, 04:34 PM
    Thread: Banking API
Post: Banking API

Hello, I am not a professional programmer. I own a small business (we are about 10 people), and I have been using python for a few years to manage some boring-repetitive stuff. Recently I have been t...
aster News and Discussions 3 3,500 Nov-11-2020, 06:00 PM
    Thread: running script from CLI in windows
Post: RE: running script from CLI in windows

Quote:Maybe there is a solution,but i would keep simple as i have Miniconda and Anaconda installed. okkkk I think that I am going to follow this suggestion, it is too much headache to just save 5 lett...
aster General Coding Help 6 3,484 Apr-08-2020, 07:10 PM
    Thread: running script from CLI in windows
Post: RE: running script from CLI in windows

You are right. It calls the wrong python, how is this possible? (base) PS C:\Users\vincenzo\Desktop> python Python 3.7.6 (default, Jan 8 2020, 20:23:39) [MSC v.1916 64 bit (AMD64)] :: Anaconda, ...
aster General Coding Help 6 3,484 Apr-07-2020, 05:06 PM
    Thread: running script from CLI in windows
Post: RE: running script from CLI in windows

yes it has, i forgot to wrote about it: $env:pathext .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.PY;.CPLI really can't understand why if i run the script without writing "python" it doesn'...
aster General Coding Help 6 3,484 Apr-07-2020, 02:23 PM
    Thread: running script from CLI in windows
Post: running script from CLI in windows

hello, I wish to run a python script, passing arguments, from command line (powershell core) without the need to write before the script name python. I am from windows 10 and I am using anaconda. I ...
aster General Coding Help 6 3,484 Apr-05-2020, 11:47 PM
    Thread: multihistogram
Post: multihistogram

Hello, I am trying to make an histogram with 2 values (a,b) for each group import matplotlib.pyplot as plt a = [1,4] b = [2,10] plt.hist(x=[a, b], label=['a', 'b', 'c'], histtype='bar') plt.legend(...
aster Data Science 0 1,268 Mar-07-2020, 06:51 PM
    Thread: pip 2.7 problem with compiler
Post: RE: pip 2.7 problem with compiler

this is weird, both the packages are not working I am using windows 64 bit and the lastest kicad (which uses the python/pip version listed above) Quote:PS C:\Users\vincenzo> pip-kicad --version p...
aster General Coding Help 2 2,776 Dec-25-2019, 06:16 PM
    Thread: pip 2.7 problem with compiler
Post: pip 2.7 problem with compiler

Hello, I am trying to install a package (https://github.com/curtacircuitos/pcb-tools) with the python version bundled with kicad (python 2.7) I am facing some problems that i didn't had with python/p...
aster General Coding Help 2 2,776 Dec-23-2019, 12:18 PM
    Thread: resolving issues with path
Post: RE: resolving issues with path

if i don't put the #! python3 i get Quote:File "C:\Users\vincenzo\Miniconda3\Lib\site.py", line 177 file=sys.stderr) ^ SyntaxError: invalid syntax as far i understood this is due to window...
aster General Coding Help 5 4,945 Apr-01-2019, 09:08 AM
    Thread: resolving issues with path
Post: RE: resolving issues with path

I solved it adding #! python3 on top of the script and installing py I lost a few hours for this issue...
aster General Coding Help 5 4,945 Mar-31-2019, 11:57 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020