Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~2K People Reached
Favorite Forums

7 Posted Topics

Member Avatar for getanshub4u

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 …

Member Avatar for dewhales
0
454
Member Avatar for Joeflims

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 …

Member Avatar for Joeflims
0
185
Member Avatar for Joeflims

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?

Member Avatar for Joeflims
0
140
Member Avatar for Joeflims

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 …

Member Avatar for TrustyTony
0
784
Member Avatar for Joeflims

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 …

Member Avatar for MooGeek
0
39
Member Avatar for Joeflims

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 …

Member Avatar for maceman
0
117
Member Avatar for Joeflims

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]>>> …

Member Avatar for Joeflims
0
145

The End.