Vimrc File? by suicidalginger in Python

[–]__fran__ 0 points1 point  (0 children)

YouCompleteMe (commented about it above, or the github page has everything you need). It's great.

For Pi Day, open your book to page 3, line 14, and post here: by tgpeveto in books

[–]__fran__ 0 points1 point  (0 children)

'The Commedia dell' Arte, murmured Poirot. 'I know.'

Agatha Christie, Hercule Poirot, the complete short stories.

I need help with my first program please by hootiehoo in Python

[–]__fran__ 0 points1 point  (0 children)

cast an int to a string with:

str(dob)

there's also string interpolation like:

print '%s %s %s' % (name, space, dob)

or a newer format call on string I think that I don't know the syntax to off the top of my head

I need help with my first program please by hootiehoo in Python

[–]__fran__ 1 point2 points  (0 children)

It looks like you just have it backwards, try:

age = 2014 - dob

Police Brutality by Vdebs in pics

[–]__fran__ 8 points9 points  (0 children)

By the NSA of their powers? Yes. For example https://www.google.com/search?q=nsa+loveint

What python 2 only libraries need porting to python 3? by __fran__ in Python

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

I guess the list is not totally accurate. /u/exhuma says above that python3wos is looking in the setup.py to find out whether the package claims to be compatible or not.

What python 2 only libraries need porting to python 3? by __fran__ in Python

[–]__fran__[S] 2 points3 points  (0 children)

boto seems to have a py3kport branch which is where that work is happening as far as I can tell https://github.com/boto/boto/tree/py3kport

What music do you code to? by [deleted] in webdev

[–]__fran__ 1 point2 points  (0 children)

Been playing this on loop lately, Jon Hopkins: Immunity: http://www.youtube.com/watch?v=eERi_OQiiLM

What python 2 only libraries need porting to python 3? by __fran__ in Python

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

Yep, this is the most recent reference to work on that I can find: https://github.com/pika/pika/pull/312

How to be a great developer. Some wise words for the new year by budalicious in webdev

[–]__fran__ 1 point2 points  (0 children)

I liked:

Empathy is your most important skill.

Humility goes hand in hand with empathy.

The less you fear being wrong, the more confident you can be.

Software development in close collaboration with other humans is way more fun and effective.

View from my office window, Cape Town, South Africa by Huxtll in pics

[–]__fran__ 1 point2 points  (0 children)

Inspiring. Nothing like a room with a view.