No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
I really like Beginner Python: Using Python 2.6 and 3.1, in the Wrox Programmer to Programmer series. It's very good at explaining basic concepts and syntax (which it looks likes you already know), but it also shows you some really cool and overlooked features and shows you how to do …
Hello, kind citizens of DaniWeb! I beg your assistance in the solution of my problem! I was trying to create a simple audio player using Tkinter and pygame, pygame being the best library that included audio playback I could find (by the way, DO NOT USE SNACK!!). Anyway, I was …
Hey everybody. I was reading some code on the website and I saw this: [CODE]with open(FILE) as number_file: lucky_numbers = [set(line.strip().split('-')) for line in number_file] [/CODE] What does "with ... as ..." mean? What is it used for? How is it used?
Hello. I have been trying to run a simple script in Windows 7 DOS using the python command, but it returns this error message: 'python' is not recognized as an internal or external command, operable program, or batch file. I've looked up how to fix on Google, but I can't …
Hello Everybody. I am Joeflims. I am currently teaching myself Python as my first language. After that I may move on to C,C++,JavaScript, or whatever I feel like. In addition to learning how to program, I am also an avid record collector,p lay the guitar, and make balloon animals. I …
Sorry for the last thread. I did not know that there was a format for introductions. Now, here is mine: Name: None of your business! Internet Name: Joeflims Location: In fluidic space Sex: Male Hobbies: Programming(obviously),collecting vinyl records, playing the guitar, making balloon animals Favorite TV Shows: Star Trek (TOS,TNG,and …
Hello. I am a n00b learning to code in Python. Right now, I am working on functions and parameters. To practice, I am making a simple Celsius-to-Farenheit converter. However,whenever I run the program it returns a NameError. I am confused in my n00bishness. Please reply. Here is my code: [CODE]>>> …
The End.
Joeflims