Hey everyone so I brought a book teaching to programme in python for absolute beginners and it says you have to download python 3 but also warns that windows os systems can get glitchy and confused by it. I have windows 11 and just got the computer a few months ago so was wondering if it was safe to download without messing my computer up? I'm totally new to programming so sorry if this is a stupid question
I recently sent a request to my employer's IT department asking for access to Python 3.6.3. The request was denied with the justification "Python is dangerous to have on a pc. It is a useful attack vector."
Can anyone provide insight on what this might mean? Does simply having Python installed on your computer make you more susceptible to attacks? I can't tell if my employer has a valid concern here or if they are just taking the easy route.
EDIT: Spelling
No, there is nothing inherently insecure about python.
However Python can be used to make a vulnerability. For instance it would be easy to make a web portal that executes anything that is typed in. This is true for any programming language, but python makes it extra easy.
And I know, you would know better, but IT departments see all their users as idiots (often with good reason).
Every Macintosh and a lot of Linux distributions for desktop have Python installed by default. I don't think they are unsafe.
Videos
I am considering installing a project that I found on Github:
https://github.com/stevedsun/notion-graph-view
(it is a really small project for the number of lines of code that it has)
The project has 133 stars
It's about creating a graph view from the content of the app Notion using its API to pass the information that the "graph app" needs/
But how safe is that? does the information that the "graph app" takes, stays on my PC?
Python's great, everyone cheers on Python, every weird essential desktop application at the office relies on a Python install, every analyst who has hit the limits of Excel wants to use Python. I don't see anyone really talking about the security implications of having a modular scripting stack with a history of add-on compromise installed on every production workstation.
How do you secure a Python install, what do you allow in it, and how do you cope with the eleventy hundred Python modules users claim they need?
So I wanted to install Python, download Selenium library on it, and combine it with Webdriver to access web-driven accounting software to automate some stuff; mainly downloading reports from the accounting software since there are tones of reports to download every month, which the software does not have automation function for. I don't want to deal with any data.
Senior director and I went to IT for the request to download Python and they declined; they said there is a security risk.
Does anyone know what potential security risks they are referring to? I don't have cs background so I'm not very sure. And is there a way to mitigate those risks?
Don't get fooled They're looking very similar
Just came across a clone of the Python website. Flagging so y'all keep your eyes peeled for them camouflaged rattlesnakes.
Could I accidentally mess up my computer if i downloaded python and when I program on it? Maybe things affecting the hard drive or anything? Would it overload the computer?
Should i down load python from the website or through vscode? because i dont want to run into the cannot find __main__ error anymore when trying to run py files from the cmd. Before i downloaded off the website but then vscode still had to install it anyway....
So i think i had two different versions of python. Everything is now uninstalled and i am making sure any python files that got moved are deleted also. I really want everything to just work this time and i dont want to waste anymore time running into issues no one else seems to have when it comes to running python files on there computer.
Also last question, where do i save python files when i am doing a save as on vscode? i am not sure it automatically saves it to the correct place to be able to run it from the cmd.
Hey guys, I read news about Python lybraries, with some troyans hidden.
As I am not really technical I wanted to make sure whether it is safe to download and use pycharm(free)? I do not download any libraries, only code for fun :)
Thanx !
Really stupid question: which Python version should I install for Automate the Boring Stuff?
I have a win10 computer, 64 bit.
I'm completely confused by all the different downloadable files. If I just go to https://www.python.org/downloads and download from the big yellow button it seems like I'm getting a 32 bit version. Not sure though what amd64 means for the 64-bit versions. Should I always go for the latest release?
thanks.
Hey everyone, quick question before I do something dumb 😅
I’m planning to install Python on my Mac, and I was thinking of just following steps generated by Claude to speed things up. I’m not super technical, so I’ll probably be copy-pasting commands into Terminal.
But that’s exactly what’s making me hesitate.
Has anyone here actually done this — like used Claude (or any AI) to install Python or run scripts on macOS? Did everything go smoothly, or did you run into weird issues?
Also being real here:
-
Did your Mac stay stable after?
-
Any security concerns or sketchy stuff happen after running the commands?
-
Or is this one of those things that’s totally fine as long as you know what you’re doing?
I’m just trying to avoid messing up my system or accidentally installing something shady.
Would really appreciate hearing real experiences before I go ahead with it 🙏
I used to have admin rights (data analyst) at my previous employer.
After starting my new role, as a sales analytics manager, I can’t even get python (or even a database application) installed...
Other than personal projects, any other creative ways to continue using python?
Edit: WOW! Thanks for all the feedback. I’ve addressed it to my manager and we’ve agreed to request it again after I propose a proper justification that backs up my needs to download Python. If it gets denied by IT again, my manager might go straight to the CEO but I don’t know if that’ll be necessary. Until then, I’ll have to familiarize myself with VBA again!
Suggestions to consider:
VM
Anaconda