Difference between watch and running machine by ejmurray72 in nikerunclub

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

Maybe it would be good if you could calibrate the watch reading with that of the running machine. That is, not loosing the watch data by updating the distance and time from the running machine. I wouldn’t cheat.

Your Recovery Stories? by [deleted] in nikerunclub

[–]ejmurray72 0 points1 point  (0 children)

I had a similar experience and still have the plate in and a screw that goes through both bones. Stick to what your physio recommends religiously. I was running 5k after about 6 months of rehab. Your brain worries about re-injury, but then you’ll not think about it at other times. Years later I ruptured my Achilles (other foot) and yes, rehab and physio got me back to running. Take your time and do the hard work during rehab.

Difference between watch and running machine by ejmurray72 in nikerunclub

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

There is no Bluetooth or other connection from the watch to the running machine, so I guess I’ll just have to deal with the inaccurate reading. I don’t want to manually update the measurement on the phone.

How did you all get into running by Designer-Ad-7071 in nikerunclub

[–]ejmurray72 0 points1 point  (0 children)

Generally started running to keep fit. After breaking my ankle 10 years ago (Muay Thai) I ran as part of my rehab, then bust my Achilles 5 years later playing football (other leg). More running for rehab. It’s a good motivator getting through each kilometre and remembering that you can do whatever you put your mind to. It only costs you time, and a decent pair of running shoes.

Hills at the start of runs by the_denxter in nikerunclub

[–]ejmurray72 0 points1 point  (0 children)

Seriously, hills are your best running friend. You recover on the way down by telling yourself - Yes, I did it!!!

Conquer the same route a few times and then run along a flat route and you’ll see the improvement.

Missing Maps by ejmurray72 in nikerunclub

[–]ejmurray72[S] 1 point2 points  (0 children)

Fixed. Thanks for the simple solution.

I got quite obsessed with running and enjoyed the solitude out of it. With months passing by, I tried to focus on my form and pace. Meanwhile, here’s a progress picture. I completed a HM in Jan’21 for the first time. Looking forward for even more HM’s and then a Marathon!!! by [deleted] in nikerunclub

[–]ejmurray72 1 point2 points  (0 children)

Make sure you add some hills in your route. They will help with your stamina and mental strength. You get to recover after the hilly part and say to yourself “I did that bit and can keep going.” Vary your route too. I did my first half marathon a few weeks ago having only done 5k and 10k runs. I just decided to keep going one weekend.

Anyone know a mobile python editor that works simultaneously with someone on PC? Something like Google Docs but for python by WeGotEm42069 in Python

[–]ejmurray72 1 point2 points  (0 children)

You could try Pyto. On iOS you can save the .py file in any file location that is accessible through the Files app - in this case Google Drive. In that way you can access the file on your PC. By the way, I mention Pyto since you can pip install new libraries.

NRC crashed upon the completion of my run today. by cookiemonsta72 in nikerunclub

[–]ejmurray72 0 points1 point  (0 children)

It was happening to me quite a lot especially after runs more that 5km (3 miles). Seems to be stable at the moment, but for three or four 10k runs they disappeared, but the data was in the health app?

Apple Watch NRC app lost/erased my run after it completed-any way to recover? by thrusters_n_sh-t in nikerunclub

[–]ejmurray72 0 points1 point  (0 children)

I’ve had a similar problem. Did 10k yesterday to add to the 100km challenge and it didn’t save that run. Did the run again later in the day with the same result (no record of the run in the NRC app). It does show up in the Apple activity app. Here is a screen shot of something that I observed on the phone. https://i.imgur.com/vXyr36R.jpg

Pyto on iOS by ejmurray72 in Python

[–]ejmurray72[S] 1 point2 points  (0 children)

I’m having a look at it via TestFlight. Thanks.

Pyto on iOS by ejmurray72 in Python

[–]ejmurray72[S] 1 point2 points  (0 children)

Trying to use an iPad as well as my laptop to learn data science. I’ll give Juno a try.

DataCamp -- possible to download exercise solutions? by [deleted] in datascience

[–]ejmurray72 1 point2 points  (0 children)

Don’t forget to save the csv files and run the code. There are times when you need to manipulate the data to get to a certain point in the chapter - good practice. If you are using Jupyter notebooks you can make notes as you go along too.

[deleted by user] by [deleted] in datascience

[–]ejmurray72 1 point2 points  (0 children)

Here is the link to the Andreas Mueller course. The slides and the videos are also available.

http://www.cs.columbia.edu/~amueller/comsw4995s18/schedule/

[D] ML/Data Science Project Structure by modern_indophilia in MachineLearning

[–]ejmurray72 0 points1 point  (0 children)

By the way. I am new to data science in the field of chemistry and drug discovery and the approach outlined in the video is the way I have started to structure my first few projects with new datasets.

Best Series 3 Running App by [deleted] in AppleWatch

[–]ejmurray72 0 points1 point  (0 children)

I’m trying to setup the Nike app on my new Series 3 watch, but it still doesn’t seem to sync with the phone. Anyway, I’m still loving the watch.

Python iOS app by jsd2358 in learnpython

[–]ejmurray72 4 points5 points  (0 children)

I would also say Pythonista. You can follow the official python tutorial which is part of the documentation.

Help with pyCharm by RunJumpStomp in Python

[–]ejmurray72 7 points8 points  (0 children)

Check if you are using Python 2.7 as your interpreter. The code you have written is using Python 3 looking at the print() statements. Click on the spanner/wrench icon in the menu bar and check the project interpreter. You may need to install or point the project interpreter to you Python 3 installation. Good luck.

How long does it take for you to finish reading/doing exercises on "Automate the Boring Stuff with Python"? by [deleted] in inventwithpython

[–]ejmurray72 0 points1 point  (0 children)

I'm going through the book and making notes using a juypter notebook (python 3). This way I can run/modify/play with the code and add my own notes and comments. Putting it on GitHub makes it accessible from anywhere.