[Tutor] How to present python experience (self-taught) to potential employer

2013-08-22 Thread Jing Ai
Hi everyone, This is Jing and I am a recent college graduate with Biology and Public Health background. I'm currently learning python on my own when i have time off from my PH internship. There's a job posting that looks really idea for me in the near future (a PH Research position) that requires

Re: [Tutor] python tutoring

2013-08-22 Thread Jing Ai
Hi Trent, I was once wondering about the similar question, but I discovered that Python has a huge user group (stationed across the world) and here's a site that includes the local links to all the user groups around the world, South Korea is included! You can probably find help locally from there

Re: [Tutor] How to present python experience (self-taught) to potential employer

2013-08-22 Thread Jing Ai
too simple or complex) to work with based on my current Python experience. I agree that python skills are demonstrated through writing though. On Thu, Aug 22, 2013 at 11:12 PM, Amit Saha wrote: > Hi Jing Ai, > > On Fri, Aug 23, 2013 at 12:45 PM, Jing Ai wrote: > > Hi everyone, &

[Tutor] Using Regular Expression to extracting string in brackets on a list

2013-12-29 Thread Jing Ai
Hello, I am trying to rewrite some contents on a long list that contains words within brackets and outside brackets and I'm having trouble extracting the words within brackets, especially since I have to add the append function for list as well. Does anyone have any suggestions? Thank you! *An e

Re: [Tutor] Using Regular Expression to extracting string in brackets on a list

2013-12-29 Thread Jing Ai
tick wrote: > > > > On Sun, Dec 29, 2013 at 9:00 PM, Jing Ai wrote: > >> Thanks, but I don't think I can get out the string in the brackets by >> only replacing other items...(there's too many things to replace and may >> interfere with the items within the stri