Zero experience with coding /u/AshPlayzMCBE Python Education

Zero experience with coding /u/AshPlayzMCBE Python Education

Well, not really. I have some experience in HTML and C++ for Arduino, but its so little that I basically have zero experience with coding.

So I want to learn python, and I always found myself the one to learn by doing, so what better way to learn it, by actually coding something with it.

So I ask you guys for advice on what to code. Something simple to help me learn python in which I can also discover for myself what each function does.

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

​r/learnpython Well, not really. I have some experience in HTML and C++ for Arduino, but its so little that I basically have zero experience with coding. So I want to learn python, and I always found myself the one to learn by doing, so what better way to learn it, by actually coding something with it. So I ask you guys for advice on what to code. Something simple to help me learn python in which I can also discover for myself what each function does. submitted by /u/AshPlayzMCBE [link] [comments] 

Well, not really. I have some experience in HTML and C++ for Arduino, but its so little that I basically have zero experience with coding.

So I want to learn python, and I always found myself the one to learn by doing, so what better way to learn it, by actually coding something with it.

So I ask you guys for advice on what to code. Something simple to help me learn python in which I can also discover for myself what each function does.

submitted by /u/AshPlayzMCBE
[link] [comments]  Well, not really. I have some experience in HTML and C++ for Arduino, but its so little that I basically have zero experience with coding. So I want to learn python, and I always found myself the one to learn by doing, so what better way to learn it, by actually coding something with it. So I ask you guys for advice on what to code. Something simple to help me learn python in which I can also discover for myself what each function does. submitted by /u/AshPlayzMCBE [link] [comments]

Read more

which are the most important subjects/courses to study after studying python? (I am 70% through the computer science degree) /u/Takazuke Python Education

which are the most important subjects/courses to study after studying python? (I am 70% through the computer science degree) /u/Takazuke Python Education

I have completed all the math courses so far and also a bunch of computer science related courses such as data structures and and algorithms, basic java, ansi c and assembly programming courses, OS systems and computer organization

I am currently taking two courses, programming and data analysis in python and introduction to Software Testing and python is by far my most liked programming language its not even close

I was wondering if anyone can recommend which courses should i look at if i want python to be my main programming language?

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

​r/learnpython I have completed all the math courses so far and also a bunch of computer science related courses such as data structures and and algorithms, basic java, ansi c and assembly programming courses, OS systems and computer organization I am currently taking two courses, programming and data analysis in python and introduction to Software Testing and python is by far my most liked programming language its not even close I was wondering if anyone can recommend which courses should i look at if i want python to be my main programming language? submitted by /u/Takazuke [link] [comments] 

I have completed all the math courses so far and also a bunch of computer science related courses such as data structures and and algorithms, basic java, ansi c and assembly programming courses, OS systems and computer organization

I am currently taking two courses, programming and data analysis in python and introduction to Software Testing and python is by far my most liked programming language its not even close

I was wondering if anyone can recommend which courses should i look at if i want python to be my main programming language?

submitted by /u/Takazuke
[link] [comments]  I have completed all the math courses so far and also a bunch of computer science related courses such as data structures and and algorithms, basic java, ansi c and assembly programming courses, OS systems and computer organization I am currently taking two courses, programming and data analysis in python and introduction to Software Testing and python is by far my most liked programming language its not even close I was wondering if anyone can recommend which courses should i look at if i want python to be my main programming language? submitted by /u/Takazuke [link] [comments]

Read more

About using pipx /u/ArkenLunk Python Education

About using pipx /u/ArkenLunk Python Education

Greetings!

I’ve recently wanted to return to Python after not having had the need to use it for university. However, I’ve found plenty of changes: mainly, that I cannot use pip3 normally. I understand that there are security risks, and I should use pipx, but I’m not understanding it. Please keep in mind that I’m no expert but I’d really like to learn how to work with it.

What I’m finding are lots of errors which I don’t quite understand. First, when I install some packages like matplotlib and numpy, I’m finding ‘symlink missing or pointing to unexpected location’ errors. When running a python file that imports them, they’re not found. Jupyter Notebook does work, but I’d like to use other packages like Manim, and either they’re not found, or when I import matplotlib into their venvs, then it just doesn’t work like it should…

I was so used to everything just working with pip3 that I don’t know how to fix these issues.

Thanks!

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

​r/learnpython Greetings! I’ve recently wanted to return to Python after not having had the need to use it for university. However, I’ve found plenty of changes: mainly, that I cannot use pip3 normally. I understand that there are security risks, and I should use pipx, but I’m not understanding it. Please keep in mind that I’m no expert but I’d really like to learn how to work with it. What I’m finding are lots of errors which I don’t quite understand. First, when I install some packages like matplotlib and numpy, I’m finding ‘symlink missing or pointing to unexpected location’ errors. When running a python file that imports them, they’re not found. Jupyter Notebook does work, but I’d like to use other packages like Manim, and either they’re not found, or when I import matplotlib into their venvs, then it just doesn’t work like it should… I was so used to everything just working with pip3 that I don’t know how to fix these issues. Thanks! submitted by /u/ArkenLunk [link] [comments] 

Greetings!

I’ve recently wanted to return to Python after not having had the need to use it for university. However, I’ve found plenty of changes: mainly, that I cannot use pip3 normally. I understand that there are security risks, and I should use pipx, but I’m not understanding it. Please keep in mind that I’m no expert but I’d really like to learn how to work with it.

What I’m finding are lots of errors which I don’t quite understand. First, when I install some packages like matplotlib and numpy, I’m finding ‘symlink missing or pointing to unexpected location’ errors. When running a python file that imports them, they’re not found. Jupyter Notebook does work, but I’d like to use other packages like Manim, and either they’re not found, or when I import matplotlib into their venvs, then it just doesn’t work like it should…

I was so used to everything just working with pip3 that I don’t know how to fix these issues.

Thanks!

submitted by /u/ArkenLunk
[link] [comments]  Greetings! I’ve recently wanted to return to Python after not having had the need to use it for university. However, I’ve found plenty of changes: mainly, that I cannot use pip3 normally. I understand that there are security risks, and I should use pipx, but I’m not understanding it. Please keep in mind that I’m no expert but I’d really like to learn how to work with it. What I’m finding are lots of errors which I don’t quite understand. First, when I install some packages like matplotlib and numpy, I’m finding ‘symlink missing or pointing to unexpected location’ errors. When running a python file that imports them, they’re not found. Jupyter Notebook does work, but I’d like to use other packages like Manim, and either they’re not found, or when I import matplotlib into their venvs, then it just doesn’t work like it should… I was so used to everything just working with pip3 that I don’t know how to fix these issues. Thanks! submitted by /u/ArkenLunk [link] [comments]

Read more

Trying to Install pydirectinput /u/LIGHT_L_7777 Python Education

Trying to Install pydirectinput /u/LIGHT_L_7777 Python Education

When I try to install it says “invalid syantax” any help???

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

​r/learnpython When I try to install it says “invalid syantax” any help??? submitted by /u/LIGHT_L_7777 [link] [comments] 

When I try to install it says “invalid syantax” any help???

submitted by /u/LIGHT_L_7777
[link] [comments]  When I try to install it says “invalid syantax” any help??? submitted by /u/LIGHT_L_7777 [link] [comments]

Read more

Does a Library exist for TRSC Q8 Drones /u/Objective-Survey5993 Python Education

Does a Library exist for TRSC Q8 Drones /u/Objective-Survey5993 Python Education

Hey everyone!

I recently got a drone from my uncle but the thing is that I’m a very and I mean very bad pilot so I thought that I could just program it to do what I want But I don’t know what to use. Thank you in advance

PS:I guess that it’s time for me to change the propellers

submitted by /u/Objective-Survey5993
[link] [comments]

​r/learnpython Hey everyone! I recently got a drone from my uncle but the thing is that I’m a very and I mean very bad pilot so I thought that I could just program it to do what I want But I don’t know what to use. Thank you in advance PS:I guess that it’s time for me to change the propellers submitted by /u/Objective-Survey5993 [link] [comments] 

Hey everyone!

I recently got a drone from my uncle but the thing is that I’m a very and I mean very bad pilot so I thought that I could just program it to do what I want But I don’t know what to use. Thank you in advance

PS:I guess that it’s time for me to change the propellers

submitted by /u/Objective-Survey5993
[link] [comments]  Hey everyone! I recently got a drone from my uncle but the thing is that I’m a very and I mean very bad pilot so I thought that I could just program it to do what I want But I don’t know what to use. Thank you in advance PS:I guess that it’s time for me to change the propellers submitted by /u/Objective-Survey5993 [link] [comments]

Read more

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