Re: [Tutor] Statistics with python

2018-10-15 Thread Mariam Haji
s) 12.93010054098575 On Sun, Oct 14, 2018 at 1:20 PM Oscar Benjamin wrote: > I'm replying back to the tutor list. Can you reply there rather than > directly to me please? > > Also I've moved your response below mine as that is the preferred > style on this list. My answer is below. &

[Tutor] Statistics with python

2018-10-13 Thread Mariam Haji
Hi guys, I have a statistics question where I am to calculate the probability of a sample dataset. I have done the coding bit but I am not sure if I did the right thing, I just need confirmation before I submit it. the question is as: If a sample of 50 patients is taken from a dataset what is

[Tutor] python game error

2018-10-13 Thread Mariam Haji
Hi guys, I am still on the learn python the hard way. I built the below on python 2.7 and my OS is windows 7. I am getting this error: Traceback (most recent call last): File "ex43.py", line 205, in a_game.play() File "ex43.py", line 21, in play next_scene_name =

Re: [Tutor] Advanced python recommendations

2018-10-10 Thread Mariam Haji
of a front-end developer. I guess I just need to learn how to break down the problems and know what to use where. On Wed, Oct 10, 2018 at 12:44 PM Mark Lawrence wrote: > On 10/10/18 02:22, boB Stepp wrote: > > On Tue, Oct 9, 2018 at 6:54 PM Mariam Haji > wrote: > >> > >

[Tutor] Advanced python recommendations

2018-10-09 Thread Mariam Haji
Hi guys, I am on the last exercises of learn python the hard by Zed.A Shaw and I am looking for recommendations on what to follow next or what book to try next to advance my python skills to intermediate level. Thank you in advance. Regards, Mariam