ANN: DIPY 1.1.1 - a powerful release

2020-01-15 Thread Eleftherios Garyfallidis
We are excited to announce a new release of DIPY: DIPY 1.1.1 is out! In addition: a) A new 5 day workshop available during March 16-20 to learn the theory and applications of the hundreds of methods available in DIPY 1.1.1 Intense! See the exquisite program here . *

Re: Understanding of GIL

2020-01-15 Thread Dvs Khamele
Hi, Hope you are doing well, We are Pythonmate, We are world-first community focussed exclusively on Python, Django, Flask and Js based applications, ERPs, etc for the latest versions and versions since the start of Python. If any requirements you have please let us know. We may provide good commis

Re: Calculator

2020-01-15 Thread Python
Le 15/01/2020 à 16:34, andersh...@gmail.com a écrit : Thanks! Do not try it, though, with a expression such as import os; os.system('rm -rf ~/*'). -- https://mail.python.org/mailman/listinfo/python-list

Re: Calculator

2020-01-15 Thread andershe02
Thanks! -- https://mail.python.org/mailman/listinfo/python-list

Re: Calculator

2020-01-15 Thread samnalty
On Wednesday, 15 January 2020 15:16:45 UTC, ander...@gmail.com wrote: > Hey! > I’m trying to implement a calculator that converts a string; for excample > «3+98*4», to a number. Is there a module or command that I can use to > automate this? It’s literal hell making it from scratch. > > -Anders

Calculator

2020-01-15 Thread andershe02
Hey! I’m trying to implement a calculator that converts a string; for excample «3+98*4», to a number. Is there a module or command that I can use to automate this? It’s literal hell making it from scratch. -Anders (pycharm) -- https://mail.python.org/mailman/listinfo/python-list

Re: pyinstaller

2020-01-15 Thread Abdur-Rahmaan Janhangeer
1) check if pyinstaller is installed correctly. type: pyinstaller if you see unrecognised command, no worry, type this instead python -m pyinstaller if you get module not found, that means pyinstaller was not installed, to install it type: python -m pip install pyinstaller 2) How to use it.

pyinstaller

2020-01-15 Thread L A Smit
Hi New to programming. Please can u help me. I have python 3.7 installed on linux peppermint 10 and pyinstaller 3.6 but dont know how to run pyinstaller or how to install it on the correct diectory. Thx L Smit -- https://mail.python.org/mailman/listinfo/python-list