+ 3
Kali linux related question?
can I use Kali Linux on my pc with windows 7 as I don't want to lose my windows 7 so can I use both at the same time?
7 Respuestas
+ 21
Great question...my urgency is that I'm starting to believe linux is the best platform for Python if you want to import a lot of modules quickly and easily...I know most of you would just say "well of course Linux is the best" but its not so easy to switch an entire school over...it is really frustrating to have to tell a beginner Python coder "sorry you can't see/run that Pong game b/c no pygame b/c no pip b/c you're a Mac..."
so I'm thinking have some old very cheap Windows machines, wipe, install Linux, use them for Python dev...
I know pip can be installed on a Mac, I have it on mine, its just a headache to throw it on student Macs on the fly...
+ 19
You can also implement Kali Linux via Virtualbox and bridge the adapter in the settings. I do this with one of my laptops. It's a safer and more secure approach.
+ 16
ty @Kirk
+ 5
Yes. Kali is just a security-oriented Linux distro. Although...don't do it like this:
https://www.sololearn.com/Discuss/346907/?ref=app
+ 5
as Kirk said , Yes you can , there are plenty videos on YouTube of how to do it , you can get help from there .
+ 5
you could use a dual boot
+ 3
@Joe...PythonAnywhere (free starter for anyone), also an education package here:
https://www.pythonanywhere.com/details/education
Click on "batteries included" for a module list. I didn't see Pygame but thought it was worth linking anyway.