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
Hi! I've searching for python IDE's and I've not found anything like NetBeans for java. I downloaded Dr Python but was too simple, I tried to install PyDev on Eclipse but I got some errors. I saw some screenshots about SPE and I said whoa! that seems good, but I … | |
Re: I'm from Spain, but I'm sure I'll move to USA when I finish my career and have money enough. | |
Hi! I've just passed a university subject which made me do a medium console-based game in Java. I had to do the design first with UML and then code the game. I just found useful the Domain model (the first aproach of what's the point of the program) and the … | |
Re: [CODE] def fib(n): a, b = 0, 1 for i in range(n): a, b = b, a + b return a print fib(2) print fib(5) print fib(7) print fib(13) [/CODE] Are you looking for that loop? | |
Re: Hi! Since I started learning python (about 6 month) I've been searching for an IDE like netbeans or Eclipse for java. Well, in fact , I'm just looking for an ide that has the famous control+space function. I'm just really interested in that feature. I mean, if I type this … | |
Hi! I'd like to ask for some graphic advise (I think game development is similar to image processing). So my question was which could be the best language to simulate (maybe with movement) biological molecules and chemistry stuff. Thank you! | |
Hi there! I'm wondering if there is a "package" instruction in python so I can in a directory keep packaging all the classes and I don't have to import them every time. I mean, if in a same directory I have a class DutiesManager that controls an array of instances … |
The End.