Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: What's your user title?
Post: RE: What's your sub name thingy?

Ah, thanks I would still like to see more user titles  **smile**
Kai. Bar 9 7,200 Nov-08-2016, 07:08 PM
    Thread: What's your user title?
Post: What's your user title?

I am just curious, mine is currently "A Silly Frenchman" and I want to know others' titles, and how do you get these anyways? Post below  **biggrin**
Kai. Bar 9 7,200 Nov-08-2016, 07:02 PM
    Thread: Password Snippet
Post: RE: Password Snippet

I will do my best, I am just constantly busy with JROTC and homework, but thanks anyways.
Kai. Code sharing 9 8,227 Nov-08-2016, 01:35 PM
    Thread: Password Snippet
Post: RE: Password Snippet

Hey what version of Python do you use to get .encode()) and .hexdigest()
Kai. Code sharing 9 8,227 Nov-08-2016, 01:22 PM
    Thread: Password Snippet
Post: RE: Password Snippet

(Nov-07-2016, 05:40 PM)micseydel Wrote: Might want to check out https://docs.python.org/2.7/library/getpass.html and read up on password hashing.Hm. About that, I use Python 2.5 on an IPad. Long sto...
Kai. Code sharing 9 8,227 Nov-07-2016, 07:18 PM
    Thread: Dont keep this alive!
Post: RE: KEEP THIS ALIVE!

(Nov-07-2016, 07:04 PM)micseydel Wrote: Huh? I'm not a fan of what I think this is.But you contributed ;)
Kai. Bar 4 4,737 Nov-07-2016, 07:08 PM
    Thread: Dont keep this alive!
Post: Dont keep this alive!

No matter what it takes don't keep this stupid thread alive! Don't Post ANYTHING!
Kai. Bar 4 4,737 Nov-07-2016, 06:54 PM
    Thread: Dont quote me on this!
Post: RE: Dont quote me on this!

(Oct-20-2016, 09:44 PM)Yoriz Wrote: Yoriz Wrote: Wrote:This thread needs the quote feature disabled. [Image: http://python-forum.io/images/smilies/sm...ces-75.gif] (4 minutes ago)pythlang Wrote: Wro...
Kai. Bar 16 12,533 Nov-07-2016, 06:47 PM
    Thread: Challenges Section
Post: RE: Challenges Section

(Nov-07-2016, 05:58 PM)Kebap Wrote: Stickied to Scripts & Snippets. Hey K-Man. The way to get a new section is by having many threads which need to go there. Not smart to create an empty sectio...
Kai. Board 14 11,959 Nov-07-2016, 06:41 PM
    Thread: Pygame simple pong example
Post: RE: Pygame simple pong example

(Nov-07-2016, 06:30 PM)Larz60+ Wrote: Hello, There's your challenge. Write one. To start, you can find several python packages fro the touch screen part. See: https://pypi.python.org/pypi?%3Aaction=...
Kai. Code sharing 5 7,820 Nov-07-2016, 06:40 PM
    Thread: Password Snippet
Post: Password Snippet

A crappy little password thingy, if you can find a way to implement this into anything please tell me! **biggrin** Password is 180423. print "What is the password?" password = "180423" if raw_input() ...
Kai. Code sharing 9 8,227 Nov-07-2016, 05:22 PM
    Thread: Challenges Section
Post: RE: Challenges Section

Hey man think positively, we don't want to be a ghost forum ;)
Kai. Board 14 11,959 Nov-07-2016, 04:55 PM
    Thread: Challenges Section
Post: RE: Challenges Section

(Nov-07-2016, 04:30 PM)Mekire Wrote: If you are unaware of Project Euler, you should definitely check it out. You might also like the daily programmer subreddit.I never knew of this, thank you but s...
Kai. Board 14 11,959 Nov-07-2016, 04:31 PM
    Thread: Challenges Section
Post: RE: Challenges Section

(Nov-07-2016, 04:20 PM)Mekire Wrote: I personally like the idea... in theory. The problem is we have done this before, and the section tends to get very little in the way of posts. If someone dedica...
Kai. Board 14 11,959 Nov-07-2016, 04:23 PM
    Thread: Fizz Buzz Example
Post: RE: Fizz Buzz Example

Wow @Mekire that is way above my pay grade, I will study this, thank you for the feedback!
Kai. Code sharing 5 7,032 Nov-07-2016, 04:14 PM
    Thread: Challenges Section
Post: Challenges Section

I like many programmers need stuff to program, and being new I want to hone my skills. I now turn to my community in seek of a challenge. I believe a challenge section would be great for us all to lea...
Kai. Board 14 11,959 Nov-07-2016, 04:10 PM
    Thread: New Users Introduce Yourself
Post: RE: New Users Introduce Yourself

Yeah I recently picked up a raspberry pi I plan to put Kali Linux on to learn about pen testing, but I will look into it!
Kai. Bar 431 232,503 Nov-07-2016, 04:02 PM
    Thread: New Users Introduce Yourself
Post: RE: New Users Introduce Yourself

(Nov-04-2016, 06:51 PM)Larz60+ Wrote: Welcome ... have fun Since you're just starting out, let me recommend something from the start: Get the latest stable version of python today that's 3.5.2 Th...
Kai. Bar 431 232,503 Nov-07-2016, 03:57 PM
    Thread: Fizz Buzz Example
Post: Fizz Buzz Example

Just a simple Fizz Buzz example answer that you guys can dissect and point things out.  **smile**  count = 0 while count <= 100:           if ((count % 5) == 0 and (count % 3) == 0):      print "F...
Kai. Code sharing 5 7,032 Nov-07-2016, 03:11 PM
    Thread: Pygame simple pong example
Post: RE: Pygame simple pong example

Interesting, great program though!
Kai. Code sharing 5 7,820 Nov-07-2016, 02:59 PM

User Panel Messages

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