Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: post data problemHi guys I have small problem in python.I'm getting this error: "PO
Post: RE: post data problemHi guys I have small problem ...

bump...
jure98 Web Scraping & Web Development 4 3,998 Apr-22-2018, 08:43 AM
    Thread: post data problemHi guys I have small problem in python.I'm getting this error: "PO
Post: RE: post data problemHi guys I have small problem ...

now i'm getting this Error:a bytes-like object is required, not 'str'
jure98 Web Scraping & Web Development 4 3,998 Apr-20-2018, 06:42 PM
    Thread: post data problemHi guys I have small problem in python.I'm getting this error: "PO
Post: post data problemHi guys I have small problem in p...

Hi guys I have small problem in python.I'm getting this error: Error:"POST data should be bytes, an iterable of bytes, or a file object. It cannot be of type str."in this line: response = self.br.o...
jure98 Web Scraping & Web Development 4 3,998 Apr-20-2018, 05:05 PM
    Thread: For loop question(skipping)
Post: For loop question(skipping)

Hi guys I'm new in Python so i have an question. My code work but i know that it's very very bad way to do it.I don't know what is best way to skip big number in for loop My code: first = ["a", "b"...
jure98 General Coding Help 1 2,473 Mar-31-2018, 12:09 PM
    Thread: PyInstaller
Post: RE: PyInstaller

Thank you very much!
jure98 General Coding Help 2 3,361 Mar-31-2018, 12:00 AM
    Thread: PyInstaller
Post: PyInstaller

Hi guys I'm use Pyinstaller to convert my .py to .exe ,and all works.I just have an question. Which files I need to upload so that I can run it on other computers(Which don't have python) ? http://p...
jure98 General Coding Help 2 3,361 Mar-30-2018, 05:39 PM
    Thread: Two questions
Post: RE: Two questions

(Mar-28-2018, 09:15 PM)Larz60+ Wrote: 1. import string keywords = string.ascii_lowercase def rotate(s, n): return s[n:] + s[:n]example: Output:>>> x = string.ascii_lowercase >>&g...
jure98 General Coding Help 3 2,774 Mar-29-2018, 08:40 AM
    Thread: Two questions
Post: Two questions

Hi guys, I'm today start in Python so i have two questions. 1)I want to generate all possible characters.I'm do it,but i don't have idea how that I start from "abab" for example,i don't want to star...
jure98 General Coding Help 3 2,774 Mar-28-2018, 08:45 PM

User Panel Messages

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