I have an Angular application that is communicating via websocket with a python
app.
Actually, I save the file in Angular, then I pass to the websocket the file
path and I print it by win32api.ShellExecute.
Anyway, I do not really need to save the file, so would be much better to send
the conte
Hi All,
I'm pleased to announce the release of testfixtures 5.1.0 featuring the
following:
* Added support for including non-editable fields to the|comparer|used
by|compare()|when comparing/django/|Model|instances.
The package is on PyPI and a full list of all the links to docs, issue
tr
CALL FOR PAPERS - ManLang '17
14th International Conference on Managed Languages & Runtimes (ManLang,
formerly PPPJ)
September 25-29, 2017, Prague, Czech Republic
http://d3s.mff.cuni.cz/conferences/manlang17/
Sponsored by Charles University and Oracle Labs
In-cooperation with ACM SIGAPP and SI
Good morning evernyone !
I released a new version (0.2.4) of Scalpl yesterday evening which is
available on PyPI :)
https://github.com/ducdetronquito/scalpl
https://pypi.python.org/pypi/scalpl/
Scalpl is a lightweight wrapper that helps you to operate on nested
dictionaries through the built-
On 08/06/17 00:56, CB wrote:
Hi everyone,
I am taking a python class and I'm stuck in an exercise.
what am i doing wrong? Can anyone try to run it? Thanks so much!
It helps if you describe what is going wrong. Not just us, either;
"Teddy Bear Debugging", explaining to a colleague (or indeed
hi,
good day.
where can i get a python certification?
thanks!
--
https://mail.python.org/mailman/listinfo/python-list
We are happy to announce the schedule for EuroPython 2017 in Rimini,
Italy (July 9-16). The program WG has been working hard trying to fit
all the sessions in the last few weeks.
With over 200 sessions, over 180 speakers, one day for workshops, 5
days of talks, training, keynotes, lightning talks,
Hello,
you can refactor your code a little bit and learn more about exceptions:
def get_numbers():
first = None
second = None
while True:
try:
if first is None:
first = int(input('Enter your first number: '))
if second is None:
Dear members,
how to install wikipedia 1.4 package in python 2.7 above without PIP.
from,
Sivakumar S
--
https://mail.python.org/mailman/listinfo/python-list
Dear members,
How to install Wikipedia 1.4 package in python 2.7 above without PIP.
from,
Sivakumar S
--
https://mail.python.org/mailman/listinfo/python-list
---
Israel Brewster
Systems Analyst II
Ravn Alaska
5245 Airport Industrial Rd
Fairbanks, AK 99709
(907) 450-7293
---
> On Jun 7, 2017, at 10:31 PM, dieter wrote:
>
> israel writes:
>> On 2017-06-06 22:53
On Jun 8, 2017 7:58 AM, "Gonzalo V" wrote:
>
> hi,
> good day.
> where can i get a python certification?
I'm not sure there is such a thing. Try Googling.
> thanks!
> --
> https://mail.python.org/mailman/listinfo/python-list
--
https://mail.python.org/mailman/listinfo/python-list
On Thu, Jun 8, 2017 at 4:49 AM, Gonzalo V wrote:
> hi,
> good day.
> where can i get a python certification?
>
> thanks!
> --
> https://mail.python.org/mailman/listinfo/python-list
>
I don't believe there is any official certification. Nor do I believe that
a Python
certification would be someth
On Thursday, June 8, 2017 at 11:10:49 AM UTC-4, Siva Kumar S wrote:
> Dear members,
>
> how to install wikipedia 1.4 package in python 2.7 above without PIP.
Why don't you want to use pip?
You can probably just download the .tar.gz, unpack it, and run:
python setup.py install
but pip will
PyDev 5.8.0 Release Highlights
-
*Important* PyDev now requires Java 8 and Eclipse 4.6 (Neon) onwards.
- PyDev 5.2.0 is the last release supporting Eclipse 4.5 (Mars).
-
*Code Analysis*
- Fixed issue getting existing PyLint markers.
- There's now an Info and an Ignore lev
On 6/6/17 5:39 PM, [1]pta...@gmail.com wrote:
New to Python and have been at it for about a month now. I'm doing well and
like it very much. Considering a career change down the road and have been
wondering... What are the job prospects for a middle age entry level
programmer. Just trying t
I need to run some Python 3.6.0 scripts on the users' machines (W7 and
W10) in an enterprise environment, but I can't install Python on those
machines. I tried looking for those "py to exe", but sadly they don't
support Python 3.6.0. Then I found out about "Windows x86/x86-64
embeddable zip file" t
On 06/08/2017 07:40 PM, Juan C. wrote:
> 2. I'd like to create a simple BAT to run my Python script, so there
> would be only 2 things (a 'dist' folder with everything and a run.bat
> to make it clear what should be run), for example:
Sure you can. You just have to do it like this (untested; I hav
On Thu, Jun 8, 2017 at 10:47 AM, Israel Brewster wrote:
>> On Jun 7, 2017, at 10:31 PM, dieter wrote:
>>
>> israel writes:
>>> On 2017-06-06 22:53, dieter wrote:
>>> ...
>>> As such, using psycopg2's pool is essentially
>>> worthless for me (plenty of use for it, i'm sure, just not for me/my
>>>
19 matches
Mail list logo