Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

from string import *

Name: Anonymous 2011-05-13 6:44

what's the point of doing it this way rather than 'import string' ?

Name: Anonymous 2011-05-13 7:17

Since i got my new laptop, i have had internet problems.
Alas, i have no idea whatsoever where this problem could be coming from,
so all i can do is just list the symptoms.
   
NOTE- I use my laptop in two places, one has wireless connection, the
other cable connection. Some of the problems exist only on the cable connection.

Symptoms
- I frequently get "The connection was reset" messages. This has happened on a lot of sites (youtube, 7chan, gmail, etc.)
- On youtube
    -with the cable connection: Their player gives me a "An error occurred, try again later" message. Sufficed to say,
later is never later enough.
    -with wireless connection: It starts loading, starts playing, then it reaches a certain point and just stops.
If i reload, the same problem arises, only this time its a different point. I can watch videos of less then a minute, but not anything else
-In cable connection- it refuses to load http://questionablecontent.net/ that is to say, all it loads is an "a" in the top left corner
-Any downloads from sites like mediafire or megaupload are terminated prematurely, much like the youtube videos-
if a file is small enough, it manages to download, if not i get no notification of failure, just a file that does not work.
- anything that does get downloaded often has corrupted files, for example pages of a downloaded comic.
-sometimes i DO get an error message, to wit- "Server could not be read"
-some blog-type sites don't load properly- without a background, or everything loading with huge space in between...
-Im not sure its related, but my torrent downloader (BitComet) restarts from time to time, or just crashes.

Please tell me what the fuck is the problem, so i can maybe start fixing it?

Name: Anonymous 2011-05-13 13:25

>>2
fuck you faggot get your own thread

Name: Anonymous 2011-05-13 17:51

    import X imports the module X, and creates a reference to that module in the current namespace. Or in other words, after you’ve run this statement, you can use X.name to refer to things defined in module X.

    from X import * imports the module X, and creates references in the current namespace to all public objects defined by that module (that is, everything that doesn’t have a name starting with “_”). Or in other words, after you’ve run this statement, you can simply use a plain name to refer to things defined in module X. But X itself is not defined, so X.name doesn’t work. And if name was already defined, it is replaced by the new version. And if name in X is changed to point to some other object, your module won’t notice.

    from X import a, b, c imports the module X, and creates references in the current namespace to the given objects. Or in other words, you can now use a and b and c in your program.

    Finally, X = __import__(‘X’) works like import X, with the difference that you 1) pass the module name as a string, and 2) explicitly assign it to a variable in your current namespace.

How do I google?

Name: Anonymous 2011-05-14 4:28

>>4
not sure if troll or just stupid...

Name: ugg boot under $80 2011-09-26 8:39

I ordered these shoes when it collapsed. http://www.comeboot.com/  Winter UGG Boots. http://www.comeboot.com/  Winter UGG Boots I ordered these shoes by mistake was originally booked is not available. The price was the same, http://www.comeboot.com/  Black Boots for Sale. http://www.comeboot.com/  Black Boots for Sale http://www.comeboot.com/  Free Shipping UGG. http://www.comeboot.com/  Free Shipping UGG so I took a chance. I'm glad I did. When I ordered in time for

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List