Stephen J Learmonth
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Stephen J Learmonth created a post, What does this error message mean in PyCharm CE 2024.2.5?
I am getting this error message in PyCharm CE 2024.2.5 when I run the following code:```“macOS 12 (1207) or later required, have instead 12 (1206) !”```import turtle as turtle_moduletim = turtle_mo... -
-
Stephen J Learmonth created a post, The Code Completion Learn feature on PyCharm CE
I am following the Code Completion example in the Learn feature of PyCharm CE;PyCharm 2024.1.4 (Community Edition)Build #PC-241.18034.82, built on June 24, 2024Runtime version: 17.0.11+1-b1207.24 x...