Re: Fake news Detect

2020-07-17 Thread Mike Dewhirst
On 18/07/2020 6:16 am, Grant Edwards wrote: > On 2020-07-17, Dennis Lee Bieber wrote: >> On Fri, 17 Jul 2020 16:02:15 - (UTC), Gazu declaimed >> the following: >> >>> Hey Guys I am new to python and i am building a fake news detection >>> system ... >> I suspect that, if anyone had done

Re: A Python installation help doc much more friendly to newcomers? [Was Re: help]

2020-07-17 Thread dn via Python-list
On 18/07/20 3:29 PM, boB Stepp wrote: On Fri, Jul 17, 2020 at 9:48 PM dn via Python-list wrote: On 18/07/20 1:53 PM, Castillo, Herbert S wrote: I downloaded python not to long ago, and today when I opened Python on Windows it gave me a modify setup prompt. I have tried to click on modify , r

Seeking to convert a py timer app for my Moto E6

2020-07-17 Thread Steve
I am looking for an app for my Moto e6 android phone that will accept a number of hours and then count down. Once the hours have been executed, it will quietly beep every minute until I cancel the app. This is to remind me (and keep on reminding me) when to take my insulin. It has been writt

A Python installation help doc much more friendly to newcomers? [Was Re: help]

2020-07-17 Thread boB Stepp
On Fri, Jul 17, 2020 at 9:48 PM dn via Python-list wrote: > > On 18/07/20 1:53 PM, Castillo, Herbert S wrote: > > I downloaded python not to long ago, and today when I opened Python on > > Windows it gave me a modify setup prompt. I have tried to click on modify , > > repair and even uninstalled

Re: excel (multiple sheets) to yml file for each sheet

2020-07-17 Thread dn via Python-list
On 18/07/20 12:04 PM, stack flow wrote: help please. On Thursday, July 16, 2020 at 10:38:23 PM UTC-4, stack flow wrote: Hi, I have excel file with multiple sheets and need output as yml file for each sheet. could someone help me with python code? following is an example: aep sheet: aep

Re: Issues in downloading python

2020-07-17 Thread dn via Python-list
On 17/07/20 7:22 PM, Shanmika Sugavaneswaran wrote: Though I install the setup , I couldn’t find Python in my system . I don’t know what cause the problem. Please help me! Please advise if the answer is not already covered in https://docs.python.org/dev/using/windows.html -- Regards =dn -- h

Re: help

2020-07-17 Thread dn via Python-list
On 18/07/20 1:53 PM, Castillo, Herbert S wrote: I downloaded python not to long ago, and today when I opened Python on Windows it gave me a modify setup prompt. I have tried to click on modify , repair and even uninstalled and installed it back, but when I try to open Python up again, I keep o

Re: help

2020-07-17 Thread boB Stepp
On Fri, Jul 17, 2020 at 9:00 PM Castillo, Herbert S wrote: > I downloaded python not to long ago, and today when I opened Python on > Windows it gave me a modify setup prompt. I have tried to click on modify , > repair and even uninstalled and installed it back, but when I try to open > Python

help

2020-07-17 Thread Castillo, Herbert S
Hi, I downloaded python not to long ago, and today when I opened Python on Windows it gave me a modify setup prompt. I have tried to click on modify , repair and even uninstalled and installed it back, but when I try to open Python up again, I keep on getting the same modify setup prompt. I am

Re: Python pandas Excel

2020-07-17 Thread dn via Python-list
On 18/07/20 11:06 AM, Dennis Lee Bieber wrote: On Sat, 18 Jul 2020 09:08:50 +1200, dn via Python-list declaimed the following: Assuming the import produces a string, are you able to "slice" the string into the requisite components? Given the OP's stated output -- I would suspect they

RE: An I connected here?

2020-07-17 Thread Steve
Thanks for the verification. I received my original message back and that also shows success in my attempt. The first message had no such copy back so it went off somewhere... Thanks for the guidance but I always try to make the subject line pertinent and explanatory. It is the selling point to

Re: excel (multiple sheets) to yml file for each sheet

2020-07-17 Thread stack flow
help please. On Thursday, July 16, 2020 at 10:38:23 PM UTC-4, stack flow wrote: > Hi, > > I have excel file with multiple sheets and need output as yml file for each > sheet. could someone help me with python code? following is an example: > > aep sheet: > > aepaep_description infr

Re: frozendict: an experiment

2020-07-17 Thread Marco Sulla
On Fri, 17 Jul 2020 at 04:13, Inada Naoki wrote: > > 3. many python internals uses a mapping proxy to a dict, to avoid its > > modification. A frozendict can be used instead. > > Are they used frequently in performance critical path? > Could you point some concrete examples? I searched a little i

Re: Fake news Detect

2020-07-17 Thread Grant Edwards
On 2020-07-17, Dennis Lee Bieber wrote: > On Fri, 17 Jul 2020 16:02:15 - (UTC), Gazu declaimed > the following: > >>Hey Guys I am new to python and i am building a fake news detection >>system ... > > I suspect that, if anyone had done this already, it would likely be > found on some so

Re: An I connected here?

2020-07-17 Thread Grant Edwards
On 2020-07-17, Rhodri James wrote: > On 17/07/2020 19:33, Steve wrote: > >> I posted a request for assistance about a week ago, no response. I >> also see very little traffic here, less than there used to be. Has >> something gone wrong with my set up? > > No, nothing's wrong. I can't answer fo

Re: Python pandas Excel

2020-07-17 Thread dn via Python-list
On 18/07/20 3:36 AM, J Conrado wrote: HI, I have an excel file with several columns, the first day/month,/year and hour: Data 01/11/2017 00:00 01/11/2017 03:00 ... Please, how can I get four arrays for day, month, year and hour this column of my excel. What do you have so-far? How are y

Re: Fake news Detect

2020-07-17 Thread Orges Leka
you could use scikit learn tfidf and svm or random forest. for this you need labeled data ( fake news, no fake news) you could start at Kaggle (natural language processing) if you are new to this. Reto schrieb am Fr., 17. Juli 2020, 20:49: > What you want is called "natural language processing"

Re: An I connected here?

2020-07-17 Thread Rhodri James
On 17/07/2020 20:12, J. Pic wrote: And Hollidays ;) Nah, that's next week ;-) Le ven. 17 juil. 2020 à 21:03, Rhodri James a écrit : On 17/07/2020 19:33, Steve wrote: Sorry folks, I really messed that one up. I tried to doctor up a reply to get the address correct but failed to delete

Re: An I connected here?

2020-07-17 Thread J. Pic
And Hollidays ;) Le ven. 17 juil. 2020 à 21:03, Rhodri James a écrit : > On 17/07/2020 19:33, Steve wrote: > > Sorry folks, I really messed that one up. I tried to doctor up a reply > to > > get the address correct but failed to delete enough to own the message... > > Yeah, don't do that. Just

Re: An I connected here?

2020-07-17 Thread Rhodri James
On 17/07/2020 19:33, Steve wrote: Sorry folks, I really messed that one up. I tried to doctor up a reply to get the address correct but failed to delete enough to own the message... Yeah, don't do that. Just start a new message, otherwise you'll end up with all the threading for the old mess

Re: Fake news Detect

2020-07-17 Thread Reto
What you want is called "natural language processing" and whole research papers have been written about this topic. Search your favorite research paper index for those keywords, say google scholar. -- https://mail.python.org/mailman/listinfo/python-list

about the function in class

2020-07-17 Thread xuanwu348
Hi, all There are some methods to define functions in a class, include member functions, static method, class method. My question is that which type of function for "decorate(f),diff_con(f)" I think these functions all were belong to member function, (f <-->self) f can be replace by sel

An I connected here?

2020-07-17 Thread Steve
Sorry folks, I really messed that one up. I tried to doctor up a reply to get the address correct but failed to delete enough to own the message... My message did not have anything to do with the "Fake News Detect" subject. I posted a request for assistance about a week ago, no response. I als

Re: Issues in downloading python

2020-07-17 Thread Mats Wichmann
On 7/17/20 11:09 AM, Abhiram R wrote: > It's most likely because you haven't added Python to your environment PATH > variable. > > The easiest path forward is to uninstall it from Applications and then when > you reinstall, tick the option on the bottom of the first splash screen of > the installe

Re: Issues in downloading python

2020-07-17 Thread Daley Okuwa via Python-list
on linux or windows On Friday, 17 July 2020, 17:57:01 BST, Shanmika Sugavaneswaran wrote: Though I install the setup , I couldn’t find Python in my system . I don’t know what cause the problem. Please help me! Sent from Mail for Window

RE: Fake news Detect

2020-07-17 Thread Steve
I posted a request for assistance about a week ago, no response. I also see very little traffic here, less than there used to be. Has something gone wrong with my set up? Footnote: There's 99 bugs in th

Re: Issues in downloading python

2020-07-17 Thread Abhiram R
It's most likely because you haven't added Python to your environment PATH variable. The easiest path forward is to uninstall it from Applications and then when you reinstall, tick the option on the bottom of the first splash screen of the installer. It will add Python to your PATH variable automa

Issues in downloading python

2020-07-17 Thread Shanmika Sugavaneswaran
Though I install the setup , I couldn’t find Python in my system . I don’t know what cause the problem. Please help me! Sent from Mail for Windows 10 -- https://mail.python.org/mailman/listinfo/python-list

Web Developer | Job position at CMCC Foundation, Italy

2020-07-17 Thread CMCC Info
/Please, feel free to circulate //to anyone you think may be interested./// -- Web Developer (code 11648*)* *Deadline: **23/08/2020* The CMCC is taking into consideration the possibility to hire a talented, motivated and proactive Web Developer to

Fake news Detect

2020-07-17 Thread Gazu
Hey Guys I am new to python and i am building a fake news detection system my goal is that when some one post a news the system will check it by searching that news on Web and find solution that whether that news is Fake or Not. But the issue is that i have no idea how to search on Web or which alg

Python pandas Excel

2020-07-17 Thread J Conrado
HI, I have an excel file with several columns, the first day/month,/year and hour: Data 01/11/2017 00:00 01/11/2017 03:00 01/11/2017 06:00 01/11/2017 09:00 01/11/2017 12:00 01/11/2017 15:00 01/11/2017 18:00 01/11/2017 21:00 02/11/2017 00:00 02/11/2017 03:00 02/11/2017 06:00 02/11/

EuroPython 2020: Find a new job at the conference

2020-07-17 Thread M.-A. Lemburg
We’d like to draw your attention to our job board, with plenty of job ads from our sponsors: * EuroPython 2020 Job Board * https://ep2020.europython.eu/sponsor/job-board/ Our sponsors would love to get in touch with you, so please have a look and visit them at their