Chun

- friends
2,381 link karma
3,464 comment karma
send messageredditor for
what's this?

TROPHY CASE

Anyone willing to answer lots of questions? by Hewhois94in learnpython

[–]Chun 0 points1 point ago

Feel free to pm with any questions. I'll try and get back with answers/resources for you.

Acoustic Eminem? This is the next big YouTube hit. by killerhamstersin coversongs

[–]Chun 1 point2 points ago

Good but not quite this

Faking interest Daenerys by orko1995in gameofthrones

[–]Chun 4 points5 points ago

Philistines. Night markets are awesome.

Molly Ringwald as requested is going to come do an IAmA for anybody interested! Picture in text from her twitter. by GoodLeftUndonein IAmA

[–]Chun 1 point2 points ago

Mary...Margaret...Molly Ringworm. You broke me.

Trying (very hard) to learn python! please help with this basic question! by skalexin learnpython

[–]Chun 0 points1 point ago*

Super code golf version:

sorted({(s.count(c),c)for c in f.read()},reverse=1)

or:

import collections as c;c.Counter(f.read())

Webdev without a degree in computer science? by khcp90in webdev

[–]Chun 1 point2 points ago

Over on /r/forhire -- great way to pick up freelance work.

Webdev without a degree in computer science? by khcp90in webdev

[–]Chun 2 points3 points ago

I did my degree in Law (in the UK). Programming was always a big hobby of mine; I figured I'd start doing web-dev to help pay for uni when I started about 4 years ago. Went into full freelance mode when I left uni, three months later I get a call from a manager hiring for one of the big Silicon Valley tech companies; he's seen my resume posted on reddit, no less; 4-5 hours of telephone interviews later and I'm accepting a job, one year working in London then off to San Jose.

So yeah. If it's something you're really enthusiastic about, go for it. I've been working full time for a few weeks now, and the job is absolutely perfect for me -- great team mates, loads of creative freedom, and a whole load of fantastic projects. Maybe I just got really lucky, but it's a dream come true for me. And I've never formally studied computing in my life.

My teacher put this on the board. Took me a second to get it. by joemama2677in math

[–]Chun 5 points6 points ago

RDRR. Har De Har Har. Get it?

Reusing the milk jug to water plant around the house by manikfoxin Frugal

[–]Chun 1 point2 points ago

Why is it necessary to sterilise the needle?

More usable django in single file than commonly found on the web by k4mlin django

[–]Chun 1 point2 points ago

This seems more than a bit hacky, and not at all brilliant for teaching people new to web frameworks. Surely separating code into modules is more understandable than this mess:

if __name__=='__main__':
    # override get_app to work with us
    get_app_orig = models.get_app
        def get_app(app_label,*a, **kw):
        if app_label==this:
            return sys.modules[__name__]
        return get_app_orig(app_label, *a, **kw)
    models.get_app = get_app

    models.loading.cache.app_store[type(this+'.models',(),{'__file__':__file__})] = this

I mean, this would barely be acceptable if it were all going on in the background, but in your web app file?

Create a simple text adventure in Python by tolo137in learnpython

[–]Chun 1 point2 points ago

If anyone is interested, I just created a very easy-to-use engine for text adventures in python:

http://bluesuncorp.co.uk/article/glottys-event-driven-python-based-text-adventure-engine

My design for Earth's flag by thefrekin pics

[–]Chun 0 points1 point ago

Lovely. But not enough contrast.

i'll make you something out of duct tape, or another crafty thing for gift cards. by buttercup94in redditbay

[–]Chun 0 points1 point ago

Any examples of your work? :)

So I figured I'd teach my brother some basic python... by Chunin gamedev

[–]Chun[S] 2 points3 points ago

Fixed, hopefully! (that'll teach us to test on windows...)

r/LadiesChoice - - A place for women. :) by ladybrightsidein newreddits

[–]Chun 3 points4 points ago

Next they'll be wanting the upvote.

Morgan Freeman I made in MS Paint (step-by-step in comments) by sonofjayin pics

[–]Chun 2 points3 points ago

THIS is Robot Leech urging YOU to make a reservation TODAY.

Immutable Objects, Please Help Me Comprehend. by username_taken_wtfin learnpython

[–]Chun 4 points5 points ago

a[2] = 'b'

Traceback (most recent call last):
  File "<pyshell#2>", line 1, in <module>
    a[2] = 'b'
SpellingError: 'blbh' is not a word

This guy wonders why he's been unemployed since graduating last year. by deathfixin geek

[–]Chun 4 points5 points ago

Because the vast majority of those likely to be affected by IE-delivered malware are using IE9.

view more: next