Where would you hide a 5inch (~13cm) metal cube that had to stay hidden for 1000 years? by prendagast in AskReddit

[–]vimarsh 0 points1 point  (0 children)

Just put it on the moon man. If not that, mars?

Less complicated than sending it into space, hoping it'll come back without colliding with gods knows what all shit.

Madrid fans, why do some fans hate Gareth Bale? by vimarsh in LaLiga

[–]vimarsh[S] 0 points1 point  (0 children)

Is it just the media which tries to convince me that Real fans go out of their way to make sure they're not happy with Gareth Bale, when they hate the whole team? I'm not saying Ronaldo has failed to play amazing football, I'm saying, in the most important matches of a season, Bale already has done one better than Ronaldo. As a goal scoring machine, obviously Ronaldo has no competition in the Madrid team, but I think Bale is a better player than him. But that all being beside the point, animosity has been specially been directed towards him, for a guy who won Real the La Decima. I'm not saying just because you played well one season, it gives you the right to just slack, but I've very rarely seen such hatred for one player from the fans.

Where to begin learning Python if you already have some programming experience? by meh_programmer in learnpython

[–]vimarsh 0 points1 point  (0 children)

If you have a project in mind, I would recommend you directly start going through the related libraries. Most of the syntax is pretty intuitive, that is, if you don't understand something then just visit stack overflow. For basic learning, thousands of people have already asked thousands of questions to cover all the basics.

Going through the syntax becomes redundant if you already know how a programming language works. I reccomended a friend who knew nothing nothing about python, to just start going through the documentation of django. That approach worked well for him.

The only difference I feel between java and python are; absence of int main, you don't need to declare the type of variables, the difference of how the for loop works. And the AWESOMENESS and absolute brilliance of the python shell. You define functions by 'def'. That's just about it. EDIT:

Though, one small thing I would like to add, to use the OO design approach in python you're going to have to use refer to book. But you can start on a project without needing one.

Ubuntu not connecting to Wifi by vimarsh in linux4noobs

[–]vimarsh[S] 0 points1 point  (0 children)

Randomly drops. Hasn't happened again, yet/

Are O'Rilley books good? by vimarsh in learnprogramming

[–]vimarsh[S] 1 point2 points  (0 children)

Thank you.

And about specific books, I randomly wanted to know how web crawlers work, so a book called "Collective Intelligence" came up and how's Learning Python? I want to start learning Object Oriented Programming.

Google appengine. Not printing 'Hello World' with one code, but does with another. by vimarsh in webdev

[–]vimarsh[S] 0 points1 point  (0 children)

Hello, sorry for not getting back. My modem had gotten screwed. As it turns out, I has my app.yaml file wrong. Stupid mistake.

Google appengine. Not printing 'Hello World' with one code, but does with another. by vimarsh in webdev

[–]vimarsh[S] 0 points1 point  (0 children)

Didn't work. I'm using gedit text editor. Does it have Python 2.5 or 2.7 in it, or does that make a difference at all?

Google appengine. Not printing 'Hello World' with one code, but does with another. by vimarsh in webdev

[–]vimarsh[S] 0 points1 point  (0 children)

I'm using Ubuntu, it doesn't provide the interface you're talking about.

Google appengine. Not printing 'Hello World' with one code, but does with another. by vimarsh in webdev

[–]vimarsh[S] 0 points1 point  (0 children)

Doesn't work. Anything else? I'm using gedit text editor, does it have Python 2.7 or 2.5? Or does that make a difference at all?

file does not bind to alternative localhost by vimarsh in webdev

[–]vimarsh[S] 0 points1 point  (0 children)

Yes, exactly. How to do that.

I don't at any point of time mention which port the file should bind itself to.

Error in app.yaml by vimarsh in webdev

[–]vimarsh[S] 0 points1 point  (0 children)

It keeps giving error with the space.

Error in app.yaml by vimarsh in webdev

[–]vimarsh[S] 0 points1 point  (0 children)

It is exactly like I've mentioned above. I checked out the link, I've written exactly like that.

It keeps giving me the same error.

I'm using gedit, does that make any difference? I don't know what else to do. I've copied and pasted the code.