On Tue, Oct 12, 2021 at 9:13 AM Felix Kjellström
wrote:
>
> Hello! Please see the link to the code I have uploaded to my account at
> replit.com
>
> https://replit.com/join/lftxpszwrv-felixkjellstrom
Unfortunately, it's not public. Are you able to put the code on GitHub
as a repository or gist,
Hello! Please see the link to the code I have uploaded to my account at
replit.com
https://replit.com/join/lftxpszwrv-felixkjellstrom
Problem:
When you select the menu option "Add buyer", you can enter three values. See
code line 5, "def Add_buyer ():"
Then, you use the arrow keys to select t
Sent from [1]Mail for Windows
References
Visible links
1. https://go.microsoft.com/fwlink/?LinkId=550986
--
https://mail.python.org/mailman/listinfo/python-list
On Mon, 16 Aug 2021 20:24:17 +0100, MRAB
declaimed the following:
>On 2021-08-16 02:19, vitalis wrote:
>> I keep getting this error while trying to install pyqt5 designer
>>
>> Fatal error in launcher: Unable to create process using '"c:\program
>> files\python39\python.exe" "C:\Pro
On 2021-08-16 02:19, vitalis wrote:
I keep getting this error while trying to install pyqt5 designer
Fatal error in launcher: Unable to create process using '"c:\program
files\python39\python.exe" "C:\Program Files\Python39\Scripts\pip.exe"
install PyQt5Designer': The system can
I keep getting this error while trying to install pyqt5 designer
Fatal error in launcher: Unable to create process using '"c:\program
files\python39\python.exe" "C:\Program Files\Python39\Scripts\pip.exe"
install PyQt5Designer': The system cannot find the file specified.
please wh
I am using GridSearchCV to find the best parameter setting of my
sklearn.pipeline estimator. The pipeline consists of data transformation, UMAP
dimension reduction and Kmeans clustering.
The final Kmeans clustering results are scored using silhouette_score. I tried
to verify the whole pipeline/G
Terry Reedy writes:
> Perhaps half of the assigned chars in the first plane are printed
> instead of being replaced with a narrow box. This includes emoticons
> as foreground color outlines on background color. Maybe all of the
> second plane of extended CJK chars are printed. The third plane i
On 11/4/2020 7:47 AM, Menno Holscher wrote:
Op 03-11-2020 om 04:04 schreef Terry Reedy:
Perhaps half of the assigned chars in the first plane are printed
instead of being replaced with a narrow box. This includes emoticons
as foreground color outlines on background color. Maybe all of the
sec
Op 03-11-2020 om 04:04 schreef Terry Reedy:
Perhaps half of the assigned chars in the first plane are printed
instead of being replaced with a narrow box. This includes emoticons as
foreground color outlines on background color. Maybe all of the second
plane of extended CJK chars are printed.
tcl/tk supports unicode chars in the BMP (Basic Multilingual Plane,
utf-8 encoded with 1-3 bytes). The presence of chars in other plains
('astral', utf-8 encoded with 4 bytes, I believe) in a tkinter Text
widget messages up *editing*, but they can sometimes be displayed with
appropriate glyphs
Hi all
I hope all are doing well
please help me how to convert CSV to NetCDF. Im trying but its not working
#!/usr/bin/env ipython
import pandas as pd
import numpy as np
import netCDF4
import pandas as pd
import xarray as xr
stn_precip='ts_sept.csv'
orig_precip='ts_sep
PS C:\Users\amanb\OneDrive\Desktop\jarvis> pip install pyttsx3
Collecting pyttsx3
Using cached pyttsx3-2.87-py3-none-any.whl (39 kB)
Collecting comtypes; platform_system == "Windows"
Using cached comtypes-1.1.7.zip (180 kB)
Installing collected packages: comtypes, pyttsx3
Running setup.py i
Request for future: give us a specific subject e.g. how do I restore a
button's text/color ?
On 3/18/2020 6:05 PM, mjnash...@gmail.com wrote:
Absolute beginner here, have no idea what I am doing wrong. All I want to do here is have
the pushButton in PyQt5 to change to "Working..." and Red when
Absolute beginner here, have no idea what I am doing wrong. All I want to do
here is have the pushButton in PyQt5 to change to "Working..." and Red when
clicked... which it currently does. Thing is I need it to also change back to
the default "SCAN" and Green color when done running that method
On Mon, 2019-08-05 at 21:10 +0430, arash kohansal wrote:
> Hello ive just installed python on my pc and ive already check the
> path
> choice part but microsoft visual code can not find it and it does not
> have
> the reload item
Check out: https://code.visualstudio.com/docs/languages/python
or
On 2019-08-05 17:40, arash kohansal wrote:
Hello ive just installed python on my pc and ive already check the path
choice part but microsoft visual code can not find it and it does not have
the reload item
1. Open Visual Studio Code.
2. Press F1, type "Python: Select Interpreter", and then pre
Hello ive just installed python on my pc and ive already check the path
choice part but microsoft visual code can not find it and it does not have
the reload item
--
https://mail.python.org/mailman/listinfo/python-list
On Monday, July 15, 2019 at 12:44:20 AM UTC-6, kumar...@gmail.com wrote:
> Want to learn python as I have donne manual testing for 12 years. Please help
> to share opinion how to start. Thanks
I don't know your skill level with programming, but I have found this
https://www.lear
en api (weather info?), connect a socket to pass data, plot
some data on a chart/image, show info in your OS's status bar, write your
own api, threading, ...
On Mon, Jul 15, 2019 at 3:00 PM wrote:
> Want to learn python as I have donne manual testing for 12 years. Please
> help to sha
Want to learn python as I have donne manual testing for 12 years. Please help
to share opinion how to start. Thanks
--
https://mail.python.org/mailman/listinfo/python-list
We would be glad to help. I can't tell from your question what kind of help
you need so please give us more information.
Have you tried to install python?
If so has the installation succeeded?
What do you mean by "open the programming"?
What have you tried?
What do you expect to see?
--
https
Sent from Mail for Windows 10
--
https://mail.python.org/mailman/listinfo/python-list
The message type is bytes, this may make different ?
print(type(message))
On Sun, Jan 28, 2018 at 8:41 PM, Steven D'Aprano <
steve+comp.lang.pyt...@pearwood.info> wrote:
> On Sun, 28 Jan 2018 20:31:39 -0500, Jason Qian via Python-list wrote:
>
> > Thanks a lot :)
> >
> > os.write(1, message)
On Sun, Jan 28, 2018 at 6:04 PM, Steven D'Aprano
wrote:
> On Sun, 28 Jan 2018 17:49:44 -0800, Dan Stromberg wrote:
> So what was the clue that it was bytes that you saw that (nearly)
> everyone else missed? Especially me.
Can I get away with saying "it was just a good guess"?
I've been using byt
On Sun, 28 Jan 2018 17:49:44 -0800, Dan Stromberg wrote:
> On Sun, Jan 28, 2018 at 5:35 PM, Steven D'Aprano
> wrote:
>> On Sun, 28 Jan 2018 17:04:56 -0800, Dan Stromberg wrote:
>>> How about:
>> os.write(1, message)
>>
>> What do you think that will do that print() doesn't do?
>
message
On Sun, 28 Jan 2018 19:51:06 -0500, Jason Qian via Python-list wrote:
> print(repr(message)) out :
>
> *does not exist\r\n\tat com.*
For the record, I'd just like to say that this is not the output of
Jason's call to print(). It has been edited to remove the
b' '
delimiters which would have
On Sun, Jan 28, 2018 at 5:35 PM, Steven D'Aprano
wrote:
> On Sun, 28 Jan 2018 17:04:56 -0800, Dan Stromberg wrote:
>> How about:
> os.write(1, message)
>
> What do you think that will do that print() doesn't do?
>>> message = b'*does not exist\r\n\tat com.*'
>>> os.write(1, message)
*does not
On Sun, 28 Jan 2018 20:31:39 -0500, Jason Qian via Python-list wrote:
> Thanks a lot :)
>
> os.write(1, message) works !
I still do not believe that print(message) doesn't work. I can see no
reason why you need to use os.write().
--
Steve
--
https://mail.python.org/mailman/listinfo/pyth
On Sun, 28 Jan 2018 17:04:56 -0800, Dan Stromberg wrote:
> How about:
os.write(1, message)
What do you think that will do that print() doesn't do?
--
Steve
--
https://mail.python.org/mailman/listinfo/python-list
Jason, your Python output and the C output are not the same.
Also, it looks like your email client is adding formatting codes to the
email, or something. Please look at your post here:
https://mail.python.org/pipermail/python-list/2018-January/730384.html
Do you notice the extra asterisks added
Thanks Peter,
replace print with os.write fixed the problem.
On Sun, Jan 28, 2018 at 3:57 AM, Peter Otten <__pete...@web.de> wrote:
> Jason Qian via Python-list wrote:
>
> > HI
> >
> >I have a string that contains \r\n\t
> >
> >[Ljava.lang.Object; does not exist*\r\n\t*at
> >[co
Thanks a lot :)
os.write(1, message) works !
On Sun, Jan 28, 2018 at 8:04 PM, Dan Stromberg wrote:
> How about:
> >>> os.write(1, message)
>
> On Sun, Jan 28, 2018 at 4:51 PM, Jason Qian via Python-list
> wrote:
> > print(repr(message)) out :
> >
> > *does not exist\r\n\tat com.*
> >
> >
> >
How about:
>>> os.write(1, message)
On Sun, Jan 28, 2018 at 4:51 PM, Jason Qian via Python-list
wrote:
> print(repr(message)) out :
>
> *does not exist\r\n\tat com.*
>
>
> for ch in message:
> printf("%d %c",ch, chr(ch))
>
>
> %d %c 110 n
> %d %c 111 o
> %d %c 116 t
> %d %c 32
> %d %c 101 e
>
print(repr(message)) out :
*does not exist\r\n\tat com.*
for ch in message:
printf("%d %c",ch, chr(ch))
%d %c 110 n
%d %c 111 o
%d %c 116 t
%d %c 32
%d %c 101 e
%d %c 120 x
%d %c 105 i
%d %c 115 s
%d %c 116 t
*%d %c 13%d %c 10*
*%d %c 9*
%d %c 97 a
%d %c 116 t
%d %c 32
%d %c 99 c
%d %c 111
On Sat, 27 Jan 2018 21:23:02 -0500, Jason Qian via Python-list wrote:
> there are 0D 0A 09
If your string actually contains CARRIAGE RETURN (OD) NEWLINE (OA), and
TAB (09) characters, then you don't need to do anything. Just call print,
and they will be printed correctly.
If that doesn't work,
Jason Qian via Python-list wrote:
> HI
>
>I have a string that contains \r\n\t
>
>[Ljava.lang.Object; does not exist*\r\n\t*at
>[com.livecluster.core.tasklet
>
>
>I would like to print it as :
>
> [Ljava.lang.Object; does not exist
> tat com.livecluster.core.tasklet
>
>
On Saturday, January 27, 2018 at 8:16:58 PM UTC, Jason Qian wrote:
> HI
>
>I am a string that contains \r\n\t
>
>[Ljava.lang.Object; does not exist*\r\n\t*at com.livecluster.core.tasklet
>
>I would like it print as :
>
> [Ljava.lang.Object; does not exist
> tat com.livecluster.cor
In python 3. X
Use. Decode and. Encode
On 28 Jan 2018 1:47 am, "Jason Qian via Python-list"
wrote:
> HI
>
>I am a string that contains \r\n\t
>
>[Ljava.lang.Object; does not exist*\r\n\t*at
> com.livecluster.core.tasklet
>
>
>I would like it print as :
>
> [Ljava.lang.Object; does no
there are 0D 0A 09
%c %d 116
*%c %d 13%c %d 10%c %d
9*
%c %d 97
On Sat, Jan 27, 2018 at 9:05 PM, Dennis Lee Bieber
wrote:
> On Sat, 27 Jan 2018 20:33:58 -0500, Jason Qian via Python-list
> declaimed the following:
>
> > Ljava.lang.Object; does not exist*\r\n\t*at com
> >
>
>
Thanks for taking look this.
The source of the string is std::string from our c code as callback .
On the python side is shows as bytes.
Is there way we can reformat the string that replace \r\n with newline, so
python can correctly print it ?
Thanks
On Sat, Jan 27, 2018 at 5:39 PM, Terry Reed
Thanks for taking look this.
1. Python pass a function to c side as callback, and print out the message.
def handleError(message, code):
print('** handleError **')
* print('exception ' + str(message))*
2. On c side : send stack trace back to python by calling the callback
function
Callback::Ca
On 1/27/2018 3:15 PM, Jason Qian via Python-list wrote:
HI
I am a string that contains \r\n\t
[Ljava.lang.Object; does not exist*\r\n\t*at com.livecluster.core.tasklet
I would like it print as :
[Ljava.lang.Object; does not exist
tat com.livecluster.core.tasklet
Your output
On 1/27/18 3:15 PM, Jason Qian via Python-list wrote:
HI
I am a string that contains \r\n\t
[Ljava.lang.Object; does not exist*\r\n\t*at com.livecluster.core.tasklet
I would like it print as :
[Ljava.lang.Object; does not exist
tat com.livecluster.core.tasklet
It looks like
HI
I have a string that contains \r\n\t
[Ljava.lang.Object; does not exist*\r\n\t*at com.livecluster.core.tasklet
I would like to print it as :
[Ljava.lang.Object; does not exist
tat com.livecluster.core.tasklet
How can I do this in python print ?
Thanks
On Sat, Jan 27, 20
HI
I am a string that contains \r\n\t
[Ljava.lang.Object; does not exist*\r\n\t*at com.livecluster.core.tasklet
I would like it print as :
[Ljava.lang.Object; does not exist
tat com.livecluster.core.tasklet
--
https://mail.python.org/mailman/listinfo/python-list
On 01/26/2018 08:33 PM, mohammedfaraz...@gmail.com wrote:
import numpy as np
x=np.unit8([250)
print(x)
y=np.unit8([10])
print(y)
z=x+y
print(z)
output
[250]
[10]
[4]
My question how is z [4]
Despite all the typos in your post, you appear to be doing 8 bit
unsigned arithmetic. Do you kno
Please copy and paste the exact code you are running. The code you show has
several syntax errors, and would not execute at all.
Now, I think that I can read through your errors anyway, so let me ask you a
question: what is the largest possible value that can be represented with an
unsigned 8-
import numpy as np
x=np.unit8([250)
print(x)
y=np.unit8([10])
print(y)
z=x+y
print(z)
output
[250]
[10]
[4]
My question how is z [4]
--
https://mail.python.org/mailman/listinfo/python-list
> (?s)struct (.+?)\s*\{\s*(.+?)\s*\};
Thank you Vlastimil Brom for regexp and for explanation!
--
https://mail.python.org/mailman/listinfo/python-list
szykc...@gmail.com writes:
> Please help me with this regexp or tell me that I neeed do this in other way.
I think that using regexps to parse those structures is fragile and difficult
to get right[0], as there are lots of corner cases (comments, complex types,
...).
I'd suggest usin
W dniu wtorek, 26 grudnia 2017 21:53:14 UTC+1 użytkownik Lawrence D’Oliveiro
napisał:
> On Wednesday, December 27, 2017 at 2:15:21 AM UTC+13, szyk...@gmail.com wrote:
> > struct (.+)\s*{\s*(.+)\s*};
>
> You realize that “.” matches anything? Whereas I think you want to match
> non-whitespace in
On Tue, 26 Dec 2017 05:14:55 -0800 (PST), szykc...@gmail.com wrote:
[snip]
> So: I develop regexp which to my mind should work, but it doesn't and
> I don't know why. The broken regexp is like this:
> struct (.+)\s*{\s*(.+)\s*};
[snip]
You'll probably get better help faster if you can present you
has two groups: struct name and struct definition.
> It fails even for such simple structure:
> struct Structure
> {
> int mVariable1;
> QString mVariable2;
> bool mVariable3
> };
>
> Please help me with this regexp or tell me that I neeed do this in other
>
The broken regexp is like this:
struct (.+)\s*{\s*(.+)\s*};
As you can see it has two groups: struct name and struct definition.
It fails even for such simple structure:
struct Structure
{
int mVariable1;
QString mVariable2;
bool mVariable3
};
Please help me with this regexp or tell me
In handa...@gmail.com
writes:
> import requests
> import json
> names={'katty','Shean','Rajat'};
> for name in names:
> request_string="http://api.genderize.io/?"+name
> r=requests.get(request_string)
> result=json.loads(r.content)
You're using http: instead of https:, and you're us
line 364, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Users\user\Anaconda2\lib\json\decoder.py", line 382, in raw_decode
raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded
Can someone please help.
--
https://mail.python.org/mailman/listinfo/python-list
On 05/27/2016 08:09 PM, Michael Torrie wrote:
> On 05/27/2016 08:41 AM, Sean Son wrote:
>> Thank you for your reply. So the error isnt due to a bug in function
>> itself? It is due to a possible error in the Android APK file? If that
>> is the case, it would take a while to figure this out. I trie
On 05/27/2016 08:41 AM, Sean Son wrote:
> Thank you for your reply. So the error isnt due to a bug in function
> itself? It is due to a possible error in the Android APK file? If that
> is the case, it would take a while to figure this out. I tried contacted
> the author of the project but I have
Hello
Thank you for your reply. So the error isnt due to a bug in function
itself? It is due to a possible error in the Android APK file? If that is
the case, it would take a while to figure this out. I tried contacted the
author of the project but I have yet to hear back from him .
Thanks
On
On 05/26/2016 05:57 PM, Michael Torrie wrote:
> You could try emailing the author who's email address is listed on the
> project's main github page. I suspect the project itself is abandoned.
Ahem. That should have been whose. Sigh.
--
https://mail.python.org/mailman/listinfo/python-list
On 05/26/2016 11:31 AM, Sean Son wrote:
> Hopefully those help in any troubleshooting steps that you all recommend to
> me!
>
> Thank you!
You could try emailing the author who's email address is listed on the
project's main github page. I suspect the project itself is abandoned.
Was this worki
Here are the links to the other scripts mentioned in the error messages:
https://github.com/mz/androwarn/blob/master/androwarn/search/malicious_behaviours/device_settings.py
https://github.com/mz/androwarn/blob/master/androwarn/analysis/analysis.py
and the main androwarn.py script:
http
Hello all
>From what I can tell from the error message that I received, line 257 of
the util.py script is causing the error. Here is a link to this script:
https://github.com/mz/androwarn/blob/master/androwarn/util/util.py
I am not a python developer myself, unfortunately, so I have no idea
Thanks for the reply.
Looks like I am screwed on this one lol
On Tue, May 24, 2016 at 3:31 PM, MRAB wrote:
> On 2016-05-24 20:04, Sean Son wrote:
>
>> hello all
>>
>> I am testing out a script called androwarn.py, which I downloaded from:
>>
>> https://github.com/mz/androwarn
>>
>> using th
On 2016-05-24 20:04, Sean Son wrote:
hello all
I am testing out a script called androwarn.py, which I downloaded from:
https://github.com/mz/androwarn
using the instructions found on:
https://github.com/mz/androwarn/wiki/Installation
When I ran the following commands to test the APK
hello all
I am testing out a script called androwarn.py, which I downloaded from:
https://github.com/mz/androwarn
using the instructions found on:
https://github.com/mz/androwarn/wiki/Installation
When I ran the following commands to test the APK for AirBNB:
python androwarn.py -i S
; File "/Users/juandent/Downloads/cppdep-master/networkx_ext.py", line 79,
> in make_DAG
> for ind in range(len(subgraphs)-1, -1, -1):
> TypeError: object of type 'generator' has no len()
>
>
> Please, I know no python and am in a hurry to get this working…
70, in calculate_graph
(cycles, dict_node2cycle) = make_DAG(digraph, key_node)
File "/Users/juandent/Downloads/cppdep-master/networkx_ext.py", line 79, in
make_DAG
for ind in range(len(subgraphs)-1, -1, -1):
TypeError: object of type 'generator' has no len()
Please, I know
_DAG(digraph, key_node)
> File "/Users/juandent/Downloads/cppdep-master/networkx_ext.py", line 79, in
> make_DAG
> for ind in range(len(subgraphs)-1, -1, -1):
> TypeError: object of type 'generator' has no len()
>
>
> Please, I know no python and am in a h
On Sat, 26 Mar 2016 04:31 pm, Juan Dent wrote:
>
> I am trying to run ‘python cppdep.py’ but get the following:
>
>
> analyzing dependencies among all components ...
> Traceback (most recent call last):
> File "cp
;, line 79, in
make_DAG
for ind in range(len(subgraphs)-1, -1, -1):
TypeError: object of type 'generator' has no len()
Please, I know no python and am in a hurry to get this working… Please help
Regards,
Juan
for ind in range(len(list(subgraphs))-1, -1, -1):
However please n
nge(len(subgraphs)-1, -1, -1):
TypeError: object of type 'generator' has no len()
Please, I know no python and am in a hurry to get this working… Please help
Regards,
Juan
--
https://mail.python.org/mailman/listinfo/python-list
On 3 February 2016 at 23:03, Syavosh Malek wrote:
> hi i install python 3.5.1 and found run time error
> see attach file and help me please
I'm afraid your attachment didn't arrive as this is a text-only
mailing list. Can you include more information about the error?
If it's that you're missing
hi i install python 3.5.1 and found run time error
see attach file and help me please
--
https://mail.python.org/mailman/listinfo/python-list
I am receiving this error while installing python interpreter version 3.5.1 (32
bit)
Error is " This program cannot start because api-ms-win-crt-runtime-l1-1-0.dll
is missing from your computer"
I reinstalled this file but again this error message
What should I do to remove this issue kindly h
On Wednesday 03 June 2015 06:42, Joonas Liik wrote:
> my_dict = {1: 'D', 2: 'B', 3: 'A', 4: 'E', 5: 'B'}
>
> # dict.items() returns an iterator that returns pairs of (key, value)
> # pairs the key argument to sorted tells sorted what to sort by,
> operator.itemgetter is a factory function , itemg
On 06/02/2015 01:20 PM, fl wrote:
Hi,
I try to learn sorted(). With the tutorial example:
ff=sorted({1: 'D', 2: 'B', 3: 'B', 4: 'E', 5: 'A'})
ff
[1, 2, 3, 4, 5]
I don't see what sorted does in this dictionary, i.e. the sequence of
1..5 is unchanged. Could you explain it to me?
Thanks,
On Wed, Jun 3, 2015 at 6:25 AM, fl wrote:
> I am still new to Python. How to get the sorted dictionary output:
>
> {1: 'D', 2: 'B', 3: 'A', 4: 'E', 5: 'B'}
Since dictionaries don't actually have any sort of order to them, the
best thing to do is usually to simply display it in order. And there's
my_dict = {1: 'D', 2: 'B', 3: 'A', 4: 'E', 5: 'B'}
# dict.items() returns an iterator that returns pairs of (key, value) pairs
# the key argument to sorted tells sorted what to sort by,
operator.itemgetter is a factory function , itemgetter(1)== lambda
iterable: iterable[1]
sorted_dict = sorted(my
>>> ff=sorted({1: 'D', 2: 'B', 3: 'B', 4: 'E', 5: 'A'})
>>> ff
[1, 2, 3, 4, 5]
sorted({1: 'D', 2: 'B', 3: 'B', 4: 'E', 5: 'A'}) is equivalent to
sorted(iter({1: 'D', 2: 'B', 3: 'B', 4: 'E', 5: 'A'}))
and iter(dict) iterates over the dict keys, so when you do
iter({1: 'D', 2: 'B', 3: 'B', 4: 'E',
On Tuesday, June 2, 2015 at 1:20:40 PM UTC-7, fl wrote:
> Hi,
>
> I try to learn sorted(). With the tutorial example:
>
>
>
>
> >>> ff=sorted({1: 'D', 2: 'B', 3: 'B', 4: 'E', 5: 'A'})
> >>> ff
> [1, 2, 3, 4, 5]
>
>
>
> I don't see what sorted does in this dictionary, i.e. the sequence of
>
Hi,
I try to learn sorted(). With the tutorial example:
>>> ff=sorted({1: 'D', 2: 'B', 3: 'B', 4: 'E', 5: 'A'})
>>> ff
[1, 2, 3, 4, 5]
I don't see what sorted does in this dictionary, i.e. the sequence of
1..5 is unchanged. Could you explain it to me?
Thanks,
--
https://mail.python.org/
Mahesh Chiramure writes:
> I liked the addon "Picture-flasher" written for anki very much
> and I was wondering if the same thing could be done with mp3 and/or
> flac files.
Quite probably.
That sounds like a good small project to tackle: you've found a
free-software program, it has an existing
Hi
I liked the addon "Picture-flasher" written for anki very much
and I was wondering if the same thing could be done with mp3 and/or
flac files. Means I am looking for an addon that chooses a random mp3
and/or flac file from a directory provided by me (to the addon as we
have to provide in "Pictu
I try to run pylearn2 tutorial: Softmax regression using my notebook.
but i run
from pylearn2.config import yaml_parse
train = yaml_parse.load(train)
train.main_loop()
this code in my notebook i got Error.How to solve this
Please help
Hello Chimex, and welcome.
First, before I answer your question, I have a favour to ask. Please adjust
your email program to send Plain Text as well as (or even instead of)
so-called "Rich Text". When you send Rich Text, many people here will see
your email like this:
chime...@gmail.com wrote:
>
On Monday, February 9, 2015 at 10:26:47 AM UTC-8, Dave Angel wrote:
> That will help him with the functions. But not with the keywords. The
> OP didn't specify Python version, but in 3.x, print() is a function, and
> can be rebound. Since he said keyword, he's either mistaken, or he's
> runn
On 02/09/2015 01:08 PM, John Ladasky wrote:
On Monday, February 9, 2015 at 9:44:16 AM UTC-8, chim...@gmail.com wrote:
Hello. Am trying to change the key words to my tribal language. Eg change
English language: print() to igbo language: de(). I have been stuck for months
I need a mentor or some
On Monday, February 9, 2015 at 9:44:16 AM UTC-8, chim...@gmail.com wrote:
> Hello. Am trying to change the key words to my tribal language. Eg change
> English language: print() to igbo language: de(). I have been stuck for
> months I need a mentor or someone that can guide me and answer some of
Hello. Am trying to change the key words to my tribal language. Eg change English language: print() to igbo language: de(). I have been stuck for months I need a mentor or someone that can guide me and answer some of my questions when I get stuck. Thanks..I will really appreciate it if someone at
On Thu, 18 Dec 2014 00:08:18 +, Jared E. Cardon wrote:
> Hi,
>
> I found your Python group on Google+ and I'm searching for someone with
> 3+ years of Python development experience for a full-time position in
> California. Salary north of $100K and working for an amazing company.
> Ideally
It depends on if this a Job Posting, specific to Python, is allowed and not
considered spam.
--
https://mail.python.org/mailman/listinfo/python-list
Hi,
I found your Python group on Google+ and I'm searching for someone with 3+
years of Python development experience for a full-time position in California.
Salary north of $100K and working for an amazing company. Ideally I'd like to
find someone who is nice, plugged into the movie and comi
On Fri, May 30, 2014 at 1:12 PM, Abdullah Indorewala
wrote:
> Hi,
>
> I know you posted this 15 years ago but I recently stumbled across your post
> here :
>
> https://mail.python.org/pipermail/python-list/1999-May/018340.html
>
> And I am in the same situation (kind of). I can’t get Python to i
Hi,
I know you posted this 15 years ago but I recently stumbled across your post
here :
https://mail.python.org/pipermail/python-list/1999-May/018340.html
And I am in the same situation (kind of). I can’t get Python to install on my
MobilePro 770 running Windows CE 3.0. Are you still availabl
here ismy code in python
for i in range(0,60):
driver.execute_script("window.scrollTo(0,
document.body.scrollHeight);")
# i want status code here"
time.sleep(1)
Status of what? Are you asking the HTTP status of the page downloaded?
That has nothing to do with you
hello all,
i am searching how to get status code in selinium (with python), but
unable to find it . can anyone help me in this matter
actually my aim is to scroll a page and after each scroll i want to find the
status so that on bad status i can exit my code.
here ismy code in python
On Sun, 15 Dec 2013 20:29:55 -0800, Jai wrote:
> so , i need some step to set proxy so that my ip is not blocked by them
This sounds like you're attempting to access a site other than for
legitimate purposes. You probably want some 1337 script kiddies forum,
not a serious programming newsgroup
opener(proxy_support)
urllib2.install_opener(opener)
is it ok ? if yes
how can i verify that my i have set proxy
if no, please give some guidance
also if some modification need please help
--
https://mail.python.org/mailman/listinfo/python-list
1 - 100 of 777 matches
Mail list logo