[Tutor] Network Sniffing on Windows with Python 3.6

2017-04-06 Thread Some Developer
Hi, This is more a query about where to look for information rather than asking for specific code. There is a game that passes data over the network and I want to sniff the network protocol used by the game to pass data between the client and the server (before anyone asks no I am not cheati

Re: [Tutor] good django book?

2014-02-07 Thread Some Developer
On 06/02/2014 21:49, Christopher Spears wrote: Can anyone recommend a good Django book? I have been looking on Amazon, and the books seem to be out of date. Thanks, Chris If you really want a book then get this one: http://www.amazon.co.uk/Two-Scoops-Django-Best-Practices/dp/098146730X/ref=

Re: [Tutor] Splitting email headers when using imaplib

2014-02-05 Thread Some Developer
On 05/02/2014 09:12, Peter Otten wrote: Some Developer wrote: I'm currently trying to download emails from an IMAP server using Python. I can download the emails just fine but I'm having an issue when it comes to splitting the relevant headers. Basically I'm using the followi

[Tutor] Splitting email headers when using imaplib

2014-02-04 Thread Some Developer
I'm currently trying to download emails from an IMAP server using Python. I can download the emails just fine but I'm having an issue when it comes to splitting the relevant headers. Basically I'm using the following to fetch the headers of an email message: typ, msg_header_content = self.m.fe