Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: UnicodeDecodeError:
Post: UnicodeDecodeError:

I'm working on a password cracking tool. The process of working: ->The user will give the md5 hash as input. ->The program then goes through a given file containing a wordlis...
pratheep General Coding Help 0 1,845 May-06-2020, 05:46 AM
    Thread: can't able to install face_recogniton using pip
Post: can't able to install face_recogniton using pip

Hello Guys, I am working on a project, I need to use face_recognition module... But while I try to install it using pip ..I am getting an error... PLEASE HELP MY OUT FROM THIS PROBLEM... THIS IS MY I...
pratheep Data Science 0 3,045 May-08-2018, 01:09 PM
    Thread: how to get all lines and text from a webpage
Post: how to get all lines and text from a webpage

I am pratheep.. I am working on a project.. I have afault in my code.. THIS IS MY CODE: import requests from bs4 import BeautifulSoup the_word = 'code' url = 'http://www.wikipedia.org' r = requests.g...
pratheep Web Scraping & Web Development 2 3,871 Mar-31-2018, 06:35 AM
    Thread: ImportError while using tensorflow
Post: RE: ImportError while using tensorflow

(Mar-16-2018, 11:00 AM)buran Wrote: you need to delete the tensorflow.pyc file that was created when running your file with the old name https://stackoverflow.com/a/514395/4046632Thank You BURAN...
pratheep Data Science 2 3,405 Mar-25-2018, 06:36 AM
    Thread: ImportError while using tensorflow
Post: ImportError while using tensorflow

Guys please help me... I got a problem in importing tensor flow help me to solve the problem HERE'S MY CODE import tensorflow as tf node1 = tf.constant(3.0) node2 = tf.constant(4.0) print(node1)HERE'...
pratheep Data Science 2 3,405 Mar-16-2018, 10:54 AM
    Thread: Attribute Error while using tensor flow
Post: RE: Attribute Error while using tensor flow

THANKS buran I GOT THE PROBLEM SOLVED..
pratheep Data Science 2 6,617 Mar-16-2018, 10:50 AM
    Thread: Attribute Error while using tensor flow
Post: Attribute Error while using tensor flow

Guys please help me out.. I am getting a error.... HERE'S MY CODE.import tensorflow as tf node1 = tf.constant(3.0) node2 = tf.constant(4.0) print(node1)HERE'S THE ERRORError:Traceback (most recent ca...
pratheep Data Science 2 6,617 Mar-16-2018, 09:03 AM
    Thread: How to find a specific word in a webpage and How to count it.
Post: RE: How to find a specific word in a webpage and H...

(Feb-08-2018, 02:05 PM)metulburr Wrote: When you say "in a webpage" do you mean in the text of the page, or in the source code also?Only in the text (Feb-08-2018, 01:53 PM)metulburr Wrote: (Feb-...
pratheep Web Scraping & Web Development 11 45,207 Feb-08-2018, 04:07 PM
    Thread: How to find a specific word in a webpage and How to count it.
Post: RE: How to find a specific word in a webpage and H...

(Feb-08-2018, 02:03 AM)pratheep Wrote: Sorry dude, can you give me a simple code I want a code without usingdef
pratheep Web Scraping & Web Development 11 45,207 Feb-08-2018, 01:21 PM
    Thread: How to find a specific word in a webpage and How to count it.
Post: RE: How to find a specific word in a webpage and H...

Sorry dude, can you give me a simple code
pratheep Web Scraping & Web Development 11 45,207 Feb-08-2018, 02:03 AM
    Thread: How to find a specific word in a webpage and How to count it.
Post: How to find a specific word in a webpage and How t...

I am doing a project. I don't know how to find a given word in a webpage and I want to count the occurrence of the given word. I need a help in doing it. I don't know how to code the process. Can anyb...
pratheep Web Scraping & Web Development 11 45,207 Feb-07-2018, 04:06 PM
    Thread: An Error in Requests Module
Post: RE: An Error in Requests Module

I got the problem solved Thanks for the help friends....
pratheep Web Scraping & Web Development 3 11,925 Feb-06-2018, 05:17 PM
    Thread: An Error in Requests Module
Post: An Error in Requests Module

I am getting an error in requests module while I try to run the program... THIS IS MY INPUT import requests from bs4 import BeautifulSoup url = input(str("Enter the url: ")) r = requests.get(url)AND ...
pratheep Web Scraping & Web Development 3 11,925 Feb-06-2018, 04:19 PM
    Thread: having a problem in importing module
Post: having a problem in importing module

import beautifulsoup Traceback (most recent call last): File "<pyshell#1>", line 1, in <module> import beautifulsoup ImportError: No module named beautifulsoupI installed beautiful ...
pratheep Web Scraping & Web Development 1 2,694 Jan-20-2018, 06:56 AM
    Thread: I am having a big issue in XlsxWriter
Post: RE: I am having a big issue in XlsxWriter

thanks friend, but I solved the problem
pratheep General Coding Help 3 2,932 Jan-19-2018, 03:23 PM
    Thread: I am having a big issue in XlsxWriter
Post: I am having a big issue in XlsxWriter

import xlsxwriter workbook = xlsxwriter.Workbook('stat.xlsx') worksheet = workbook.add_worksheet() worksheet.write('A1','country') worksheet.write('B1','population') worksheet.write('A2','india') work...
pratheep General Coding Help 3 2,932 Jan-14-2018, 09:37 AM

User Panel Messages

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