Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Usage of argparse with a single option
Post: RE: Usage of argparse with a single option

Here is how I do it p = optparse.OptionParser() p.add_option("-f", "--flag", dest="flag", default=False, action="store_true", help="Help for flag.")
camp0 General Coding Help 3 3,433 Feb-21-2018, 11:50 AM
    Thread: Sniffer calls on MAC
Post: RE: Sniffer calls on MAC

Hi, If you put the code will help or explain a bit the problem, put the errors that you get will help. With the info that you post is quite difficult
camp0 Networking 2 3,141 Nov-20-2017, 10:12 AM
    Thread: Failed to recieve scapy udp packet
Post: RE: Failed to recieve scapy udp packet

Hi, It would be beneficial to have the code of your example and also the pcap file if you dont mind. Regards
camp0 Networking 1 3,822 Sep-29-2017, 01:26 PM
    Thread: How to protect P/Cython Code against Reverse Engineering / Decompilation
Post: RE: How to protect P/Cython Code against Reverse E...

Hi, If you can decompile something, you can understand the code. Im sure you can do things to obfuscate the code, however, I consider more useful to make good software if you know what I mean. Would ...
camp0 News and Discussions 10 25,854 Sep-18-2017, 08:12 PM
    Thread: Trouble with sending raw sockets
Post: RE: Trouble with sending raw sockets

Also why don't you use scapy for send raw packets? will help
camp0 Networking 2 4,210 Jun-01-2017, 08:26 AM
    Thread: glob for dir listing
Post: RE: glob for dir listing

import glob dirPattern = './part*' for d in glob.glob(dirPattern):    print(d)This works for me
camp0 General Coding Help 5 4,609 Mar-07-2017, 03:00 PM
    Thread: Reading a CSV
Post: RE: Reading a CSV

I think your friend in this case is "split"
camp0 General Coding Help 4 4,035 Mar-07-2017, 10:46 AM
    Thread: Python 3.6
Post: Python 3.6

Any experiences with the new interpreter? positve or negative?
camp0 News and Discussions 4 4,166 Mar-06-2017, 09:28 PM
    Thread: Is this fast for Paramiko?
Post: RE: Is this fast for Paramiko?

From my point of view is a bit longer, but if you post the code it would help :)
camp0 Networking 3 4,132 Mar-06-2017, 09:25 PM

User Panel Messages

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