Can’t run Numpy, Pandas, Matplotlib /u/WatercressGood4334 Python Education

Can’t run Numpy, Pandas, Matplotlib /u/WatercressGood4334 Python Education

Hi everyone,

I could run Numpy and Pandas, but not Matplotlib, so I uninstalled Python and reinstalled latest version Python 3.13.1. However, now I can’t run even Numpy and Pandas. I tried installing Numpy both via PyCharm and Chocolatey. Moreover, now I can’t even uninstall Numpy. Also, PyCharm says my version is still 3.13 and not 3.13.1. Error while trying to run Numpy is:

C:UserssvitvPycharmProjectsGiraffe.venvScriptspython.exe C:UserssvitvPycharmProjectsGiraffeapp.py

Traceback (most recent call last):

File “C:UserssvitvPycharmProjectsGiraffeapp.py”, line 1, in <module>

import numpy as np

File “C:UserssvitvPycharmProjectsGiraffe.venvLibsite-packagesnumpy__init__.py”, line 127, in <module>

from numpy.__config__ import show_config

File “C:UserssvitvPycharmProjectsGiraffe.venvLibsite-packagesnumpy__config__.py”, line 4, in <module>

from numpy._core._multiarray_umath import (

…<3 lines>…

)

File “C:UserssvitvPycharmProjectsGiraffe.venvLibsite-packagesnumpy_core__init__.py”, line 100, in <module>

from . import _internal

File “C:UserssvitvPycharmProjectsGiraffe.venvLibsite-packagesnumpy_core_internal.py”, line 17, in <module>

import ctypes

File “C:UserssvitvAppDataLocalProgramsPythonPython313Libctypes__init__.py”, line 157, in <module>

class py_object(_SimpleCData):

…<5 lines>…

return “%s(<NULL>)” % type(self).__name__

AttributeError: class must define a ‘_type_’ attribute

Process finished with exit code 1

submitted by /u/WatercressGood4334
[link] [comments]

​r/learnpython Hi everyone, I could run Numpy and Pandas, but not Matplotlib, so I uninstalled Python and reinstalled latest version Python 3.13.1. However, now I can’t run even Numpy and Pandas. I tried installing Numpy both via PyCharm and Chocolatey. Moreover, now I can’t even uninstall Numpy. Also, PyCharm says my version is still 3.13 and not 3.13.1. Error while trying to run Numpy is: C:UserssvitvPycharmProjectsGiraffe.venvScriptspython.exe C:UserssvitvPycharmProjectsGiraffeapp.py Traceback (most recent call last): File “C:UserssvitvPycharmProjectsGiraffeapp.py”, line 1, in <module> import numpy as np File “C:UserssvitvPycharmProjectsGiraffe.venvLibsite-packagesnumpy__init__.py”, line 127, in <module> from numpy.__config__ import show_config File “C:UserssvitvPycharmProjectsGiraffe.venvLibsite-packagesnumpy__config__.py”, line 4, in <module> from numpy._core._multiarray_umath import ( …<3 lines>… ) File “C:UserssvitvPycharmProjectsGiraffe.venvLibsite-packagesnumpy_core__init__.py”, line 100, in <module> from . import _internal File “C:UserssvitvPycharmProjectsGiraffe.venvLibsite-packagesnumpy_core_internal.py”, line 17, in <module> import ctypes File “C:UserssvitvAppDataLocalProgramsPythonPython313Libctypes__init__.py”, line 157, in <module> class py_object(_SimpleCData): …<5 lines>… return “%s(<NULL>)” % type(self).__name__ AttributeError: class must define a ‘_type_’ attribute Process finished with exit code 1 submitted by /u/WatercressGood4334 [link] [comments] 

Hi everyone,

I could run Numpy and Pandas, but not Matplotlib, so I uninstalled Python and reinstalled latest version Python 3.13.1. However, now I can’t run even Numpy and Pandas. I tried installing Numpy both via PyCharm and Chocolatey. Moreover, now I can’t even uninstall Numpy. Also, PyCharm says my version is still 3.13 and not 3.13.1. Error while trying to run Numpy is:

C:UserssvitvPycharmProjectsGiraffe.venvScriptspython.exe C:UserssvitvPycharmProjectsGiraffeapp.py

Traceback (most recent call last):

File “C:UserssvitvPycharmProjectsGiraffeapp.py”, line 1, in <module>

import numpy as np

File “C:UserssvitvPycharmProjectsGiraffe.venvLibsite-packagesnumpy__init__.py”, line 127, in <module>

from numpy.__config__ import show_config

File “C:UserssvitvPycharmProjectsGiraffe.venvLibsite-packagesnumpy__config__.py”, line 4, in <module>

from numpy._core._multiarray_umath import (

…<3 lines>…

)

File “C:UserssvitvPycharmProjectsGiraffe.venvLibsite-packagesnumpy_core__init__.py”, line 100, in <module>

from . import _internal

File “C:UserssvitvPycharmProjectsGiraffe.venvLibsite-packagesnumpy_core_internal.py”, line 17, in <module>

import ctypes

File “C:UserssvitvAppDataLocalProgramsPythonPython313Libctypes__init__.py”, line 157, in <module>

class py_object(_SimpleCData):

…<5 lines>…

return “%s(<NULL>)” % type(self).__name__

AttributeError: class must define a ‘_type_’ attribute

Process finished with exit code 1

submitted by /u/WatercressGood4334
[link] [comments]  Hi everyone, I could run Numpy and Pandas, but not Matplotlib, so I uninstalled Python and reinstalled latest version Python 3.13.1. However, now I can’t run even Numpy and Pandas. I tried installing Numpy both via PyCharm and Chocolatey. Moreover, now I can’t even uninstall Numpy. Also, PyCharm says my version is still 3.13 and not 3.13.1. Error while trying to run Numpy is: C:UserssvitvPycharmProjectsGiraffe.venvScriptspython.exe C:UserssvitvPycharmProjectsGiraffeapp.py Traceback (most recent call last): File “C:UserssvitvPycharmProjectsGiraffeapp.py”, line 1, in <module> import numpy as np File “C:UserssvitvPycharmProjectsGiraffe.venvLibsite-packagesnumpy__init__.py”, line 127, in <module> from numpy.__config__ import show_config File “C:UserssvitvPycharmProjectsGiraffe.venvLibsite-packagesnumpy__config__.py”, line 4, in <module> from numpy._core._multiarray_umath import ( …<3 lines>… ) File “C:UserssvitvPycharmProjectsGiraffe.venvLibsite-packagesnumpy_core__init__.py”, line 100, in <module> from . import _internal File “C:UserssvitvPycharmProjectsGiraffe.venvLibsite-packagesnumpy_core_internal.py”, line 17, in <module> import ctypes File “C:UserssvitvAppDataLocalProgramsPythonPython313Libctypes__init__.py”, line 157, in <module> class py_object(_SimpleCData): …<5 lines>… return “%s(<NULL>)” % type(self).__name__ AttributeError: class must define a ‘_type_’ attribute Process finished with exit code 1 submitted by /u/WatercressGood4334 [link] [comments]

Read more

Error when installing pydirectinput /u/LIGHT_L_7777 Python Education

Error when installing pydirectinput /u/LIGHT_L_7777 Python Education

When doing this it says “invalid syntax” any help???

submitted by /u/LIGHT_L_7777
[link] [comments]

​r/learnpython When doing this it says “invalid syntax” any help??? submitted by /u/LIGHT_L_7777 [link] [comments] 

When doing this it says “invalid syntax” any help???

submitted by /u/LIGHT_L_7777
[link] [comments]  When doing this it says “invalid syntax” any help??? submitted by /u/LIGHT_L_7777 [link] [comments]

Read more

New books released, which one? /u/Even_Childhood6204 Python Education

New books released, which one? /u/Even_Childhood6204 Python Education

I have been using python for a number of years, scratching around to create cloud functions, web scrappers, and data cleansing etc

I don’t use Python day to day, it could be months before I have to, and I would like to revisit the basics all the way to advanced. I already have the Fluent Python, but I need to hit the basics again first to ensure I am not scratching about still.

Just to add I have an MSc in Computer Science, though 20 years ago now, the single best thing I have done! Day to day problem solving, designing and building solutions, data pipelines and cleansing is what I do day to day.

Which one would you recommend to purchase please?

Think Python https://www.amazon.co.uk/gp/aw/d/1098155432/ref=ox_sc_act_image_2?smid=A3P5ROKL5A1OLE&psc=1

Learn Python the Hard way https://www.amazon.co.uk/gp/aw/d/0138270570/ref=ox_sc_act_image_1?smid=A3P5ROKL5A1OLE&psc=1

Thanks

submitted by /u/Even_Childhood6204
[link] [comments]

​r/learnpython I have been using python for a number of years, scratching around to create cloud functions, web scrappers, and data cleansing etc I don’t use Python day to day, it could be months before I have to, and I would like to revisit the basics all the way to advanced. I already have the Fluent Python, but I need to hit the basics again first to ensure I am not scratching about still. Just to add I have an MSc in Computer Science, though 20 years ago now, the single best thing I have done! Day to day problem solving, designing and building solutions, data pipelines and cleansing is what I do day to day. Which one would you recommend to purchase please? Think Python https://www.amazon.co.uk/gp/aw/d/1098155432/ref=ox_sc_act_image_2?smid=A3P5ROKL5A1OLE&psc=1 Learn Python the Hard way https://www.amazon.co.uk/gp/aw/d/0138270570/ref=ox_sc_act_image_1?smid=A3P5ROKL5A1OLE&psc=1 Thanks submitted by /u/Even_Childhood6204 [link] [comments] 

I have been using python for a number of years, scratching around to create cloud functions, web scrappers, and data cleansing etc

I don’t use Python day to day, it could be months before I have to, and I would like to revisit the basics all the way to advanced. I already have the Fluent Python, but I need to hit the basics again first to ensure I am not scratching about still.

Just to add I have an MSc in Computer Science, though 20 years ago now, the single best thing I have done! Day to day problem solving, designing and building solutions, data pipelines and cleansing is what I do day to day.

Which one would you recommend to purchase please?

Think Python https://www.amazon.co.uk/gp/aw/d/1098155432/ref=ox_sc_act_image_2?smid=A3P5ROKL5A1OLE&psc=1

Learn Python the Hard way https://www.amazon.co.uk/gp/aw/d/0138270570/ref=ox_sc_act_image_1?smid=A3P5ROKL5A1OLE&psc=1

Thanks

submitted by /u/Even_Childhood6204
[link] [comments]  I have been using python for a number of years, scratching around to create cloud functions, web scrappers, and data cleansing etc I don’t use Python day to day, it could be months before I have to, and I would like to revisit the basics all the way to advanced. I already have the Fluent Python, but I need to hit the basics again first to ensure I am not scratching about still. Just to add I have an MSc in Computer Science, though 20 years ago now, the single best thing I have done! Day to day problem solving, designing and building solutions, data pipelines and cleansing is what I do day to day. Which one would you recommend to purchase please? Think Python https://www.amazon.co.uk/gp/aw/d/1098155432/ref=ox_sc_act_image_2?smid=A3P5ROKL5A1OLE&psc=1 Learn Python the Hard way https://www.amazon.co.uk/gp/aw/d/0138270570/ref=ox_sc_act_image_1?smid=A3P5ROKL5A1OLE&psc=1 Thanks submitted by /u/Even_Childhood6204 [link] [comments]

Read more

Python Full Stack Support /u/CKB_2245 Python Education

Python Full Stack Support /u/CKB_2245 Python Education

Hi all, I’m happy to help anyone in your projects for FREE. I’m a experienced Python developer looking to help people during my leisure hours. Feel free to reach out to me.

Call me on mobile @ +91 7658906019 [Please don’t DM me]

submitted by /u/CKB_2245
[link] [comments]

​r/learnpython Hi all, I’m happy to help anyone in your projects for FREE. I’m a experienced Python developer looking to help people during my leisure hours. Feel free to reach out to me. Call me on mobile @ +91 7658906019 [Please don’t DM me] submitted by /u/CKB_2245 [link] [comments] 

Hi all, I’m happy to help anyone in your projects for FREE. I’m a experienced Python developer looking to help people during my leisure hours. Feel free to reach out to me.

Call me on mobile @ +91 7658906019 [Please don’t DM me]

submitted by /u/CKB_2245
[link] [comments]  Hi all, I’m happy to help anyone in your projects for FREE. I’m a experienced Python developer looking to help people during my leisure hours. Feel free to reach out to me. Call me on mobile @ +91 7658906019 [Please don’t DM me] submitted by /u/CKB_2245 [link] [comments]

Read more

Change windows settings programatically /u/_Artizard Python Education

Change windows settings programatically /u/_Artizard Python Education

I’m trying to write a program that will change the windows taskbar setting “show taskbar buttons on”. I can change the registry value, however that doesn’t actually update the setting. If I go to the settings in windows, the registry reflects in the ui, but it doesn’t actually apply. The only way I’ve found to make the registry solution work is to restart windows explorer after changing the value, but that’s impractical. Is there a way of changing these settings without this issue, maybe by the same method that windows uses when you change the settings through the ui?

submitted by /u/_Artizard
[link] [comments]

​r/learnpython I’m trying to write a program that will change the windows taskbar setting “show taskbar buttons on”. I can change the registry value, however that doesn’t actually update the setting. If I go to the settings in windows, the registry reflects in the ui, but it doesn’t actually apply. The only way I’ve found to make the registry solution work is to restart windows explorer after changing the value, but that’s impractical. Is there a way of changing these settings without this issue, maybe by the same method that windows uses when you change the settings through the ui? submitted by /u/_Artizard [link] [comments] 

I’m trying to write a program that will change the windows taskbar setting “show taskbar buttons on”. I can change the registry value, however that doesn’t actually update the setting. If I go to the settings in windows, the registry reflects in the ui, but it doesn’t actually apply. The only way I’ve found to make the registry solution work is to restart windows explorer after changing the value, but that’s impractical. Is there a way of changing these settings without this issue, maybe by the same method that windows uses when you change the settings through the ui?

submitted by /u/_Artizard
[link] [comments]  I’m trying to write a program that will change the windows taskbar setting “show taskbar buttons on”. I can change the registry value, however that doesn’t actually update the setting. If I go to the settings in windows, the registry reflects in the ui, but it doesn’t actually apply. The only way I’ve found to make the registry solution work is to restart windows explorer after changing the value, but that’s impractical. Is there a way of changing these settings without this issue, maybe by the same method that windows uses when you change the settings through the ui? submitted by /u/_Artizard [link] [comments]

Read more

Sites that provide lots of problems for various topics in Python. /u/BARNES-_- Python Education

Sites that provide lots of problems for various topics in Python. /u/BARNES-_- Python Education

I essentially want to grind out problems, does anyone know good sites for this? I have done some leetcode problems and I also know of code wars, both of these have helped a ton so far but just curious if there are others I should check out for more specific practice in certain areas, such as recursion, or OOP, etc. Thanks in advance if anyone responds

submitted by /u/BARNES-_-
[link] [comments]

​r/learnpython I essentially want to grind out problems, does anyone know good sites for this? I have done some leetcode problems and I also know of code wars, both of these have helped a ton so far but just curious if there are others I should check out for more specific practice in certain areas, such as recursion, or OOP, etc. Thanks in advance if anyone responds submitted by /u/BARNES-_- [link] [comments] 

I essentially want to grind out problems, does anyone know good sites for this? I have done some leetcode problems and I also know of code wars, both of these have helped a ton so far but just curious if there are others I should check out for more specific practice in certain areas, such as recursion, or OOP, etc. Thanks in advance if anyone responds

submitted by /u/BARNES-_-
[link] [comments]  I essentially want to grind out problems, does anyone know good sites for this? I have done some leetcode problems and I also know of code wars, both of these have helped a ton so far but just curious if there are others I should check out for more specific practice in certain areas, such as recursion, or OOP, etc. Thanks in advance if anyone responds submitted by /u/BARNES-_- [link] [comments]

Read more