Re: How should learning to program in Python be approached, if learning objectives are sought to be customised?

2021-08-31 Thread Pokoradi Balazs
Hello Rajib, that's alright) Yes, PyCharm can be installed on Debian: https://www.jetbrains.com/pycharm/download/#section=linux Good luck! On 30/08/2021 16:06, Susmita/Rajib wrote: Thank you, Mr. Pokoradi, for your informative reply. I use either Knoppix or Debian. So everything is pre-insta

Re: How should learning to program in Python be approached, if learning objectives are sought to be customised?

2021-08-27 Thread {Pokoradi, Balazs}
Hi Rajib, I’d recommend “Python crash course” by Eric Mathes, if you like learning using books. Gives good explanation of the basics, lists a few sample projects, all code is available on GitHub. I find the best beginner friendly tutorials on particular tasks/packages are the ones by Corey Scha

Re: How to install older python version on Debian

2021-03-26 Thread {Pokoradi, Balazs}
Hello, I’d suggest you build it from source (python.org/ftp... with the needed version) as an additional python version, and then create your venv using the 3.6. You can dm me if you might need more details. Best regards, Balazs Отправлено с iPhone > 26 марта 2021 г., в 7:14, Andrey Rahmatul

Re: Need a Python 3.8 virtual environment

2021-03-02 Thread Pokoradi Balazs
Hi Steven, i tested in a freshly installed virtualbox machine and was able to create a virtual environment, using the following steps: built python3.8.7 form tarball (|https://www.python.org/ftp/python/3.8.7/Python-3.8.7.tar.xz)| ran python3.8 -m venv test387 and then could activate it. I