Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
ricardobeat
on Nov 6, 2011
|
parent
|
context
|
favorite
| on:
Python: copying a list the right way
This is analogous to javascript:
b = a.slice()
vs
b = Array.apply(null, a)
(the second is fastest and arguably clearer)
Consider applying for YC's Fall 2026 batch!
Applications
are open till July 27.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: