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

Hello, This is sqlmap program is created in python. It has error_based.xml file, now I wonder where do you get the value [QUERY], [RANDNUM]=[RANDNUM] comes from? error_based.xml <test> ...
davy_yg General Coding Help 0 1,154 Sep-25-2019, 03:26 AM
    Thread: python modules
Post: python modules

Hello, I want to ask about python modules. Do you have to create them yourself or is there a default module that you can import? If so, is there any dependency file that you have to download?
davy_yg General Coding Help 1 1,985 Sep-25-2019, 02:34 AM
    Thread: python prog
Post: python prog

I wonder why when you type this code in SQLMap folder, it works! python sqlmap.py -u "http://debiandev/sqlmap/mysql/get_int.php?id=1" Where do you cature the url in the code? sqlmap.py #!/usr/bin/...
davy_yg General Coding Help 0 2,595 Sep-25-2019, 02:23 AM
    Thread: invalid syntax
Post: RE: invalid syntax

Even total=100 itself does not work: Error:[python] File "D:\Python\Python\bet.py", line 8 def __init__(total=100) ^ SyntaxError: invalid syntaxclass Chips: def __ini...
davy_yg General Coding Help 5 3,268 Feb-14-2019, 04:46 AM
    Thread: Calling from many different files
Post: Calling from many different files

I wonder if in python you can call function from many different files without having to reference it yourself? for example: bet.py def hit(deck, hand) single_card = deck.deal() hand.add_card(si...
davy_yg General Coding Help 1 2,191 Feb-14-2019, 04:31 AM
    Thread: invalid syntax
Post: RE: invalid syntax

This is the whole class: class Chips: def __init__(self.total=100) self.total = total #This can be set a default value or supplied by a user input self.bet = 0 def win.bet(self) self.total ...
davy_yg General Coding Help 5 3,268 Feb-14-2019, 04:27 AM
    Thread: invalid syntax
Post: invalid syntax

Hello, I get this error message: File "D:\Python\Python\bet.py", line 5 def __init__(self.total=100) ^ SyntaxError: invalid syntax [Finished in 3.4s] Any clue why? Thank...
davy_yg General Coding Help 5 3,268 Feb-14-2019, 04:20 AM
    Thread: Installing Python Web Server
Post: Installing Python Web Server

Hello, This is my first time using Python. I am trying to install the python web server for the first time and encounter a problem. I installed this: Google Cloud SDK Installer.exe and get this me...
davy_yg Web Scraping & Web Development 1 2,544 Aug-08-2018, 08:23 AM

User Panel Messages

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