Re: [Tutor] Need help in learning Python

2018-08-13 Thread Wallis Short
I am also from a Linux background and I second exactly what James and David said. To learn Ubuntu, I would recommend installing Windows Subsystem for Linux onto your existing Windows 10 setup and then get the Ubuntu (or SUSE and Debian) from the Microsoft store and install. It does have a few

Re: [Tutor] Need help in learning Python

2018-08-12 Thread Carlos Monge
Thank you all. I will start in small steps. First Pygame and Ubuntu. I will add any errors I get. On Sun, Aug 12, 2018 at 11:51 AM, Mats Wichmann wrote: > > > Start with checking that pip is there (or installing it if not) > > Then do PyGae > > Then do Matplotlib > > For this, please note that

Re: [Tutor] Need help in learning Python

2018-08-12 Thread Mats Wichmann
> Start with checking that pip is there (or installing it if not) > Then do PyGae > Then do Matplotlib For this, please note that the pip "command" is not in the same directory on Windows as the python it is associated with. If you went through the steps to have Python in your PATH, and that

Re: [Tutor] Need help in learning Python

2018-08-12 Thread David Rock
> On Aug 11, 2018, at 20:34, James Gledhill via Tutor wrote: > > I know this is a python focused mail group, but you asked about Linux so I'll > answer. :-) > I would strongly recommend that you skip Kali Linux for the next little > while. Every tool available on Kali can be obtained on

Re: [Tutor] Need help in learning Python

2018-08-12 Thread James Gledhill via Tutor
I know this is a python focused mail group, but you asked about Linux so I'll answer. :-) I would strongly recommend that you skip Kali Linux for the next little while. Every tool available on Kali can be obtained on Ubuntu. Kali is not beginner friendly, and while the community is great,

Re: [Tutor] Need help in learning Python

2018-08-11 Thread Alan Gauld via Tutor
On 11/08/18 18:48, Carlos Monge wrote: > have learned To do those sections I need to install Pygame and make sure I > have 'pip' as well as Matplotlib. If you are using a recent Python (v3.4+) then pip should already be installed. PyGame comes with a Windows installer that should set everything