Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~361 People Reached
Favorite Forums
Favorite Tags
Member Avatar for mang0

Hello all! I'm using the phenny IRC bot, and I've got this script, to greet people when they join a channel: #!/usr/bin/env python """ greet.py - Phenny Sahana-Eden Greet Module (c) 2011 Nolan Lum <nol888@gmail.com> """ import os, re import sqlite3 def setup(self): fn = self.nick + '-' + self.config.host …

0
124
Member Avatar for mang0

Hey guys! My name is mang0 in case you didn't look, and I'm a newb to coding. Python is my first language aside from HTML, which I don't really count... :P About me...Hmm...Well I'm 14 years old, and I have a lot of hobbies-animation, art, sport, music, drama and reading …

Member Avatar for e-papa
0
79
Member Avatar for mang0

I just recently (one week ago) started learning Pyton. I'm using 2.7 as I heard that is best for begginers. I am also following a manual, which is really helpful! The one problem with manuals is that it's very easy to just type whats written and not understand it at …

Member Avatar for e-papa
1
158