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 Schafer on YouTube.

Eclipse actually has a very good extension for Python called Pydev, so you 
might try that once you’re familiar with the interface, however PyCharm is a 
great choice too.

One personal recommendation is that before starting pip installing Python 
packages on your machine directly, go through virtual environments and start 
using them, it will save you from a lot of issues should you need to use 
different versions of a package or even Python (eg 2.7 vs 3.8).

I hope you find this helpful and the best of luck with your Python journey!

Balazs

Отправлено с iPhone

> 27 авг. 2021 г., в 5:49, Susmita/Rajib <bkpsusmi...@gmail.com> написал(а):
> 
> My dear Illustrious List Maintainers, Programmers and Senior members,
> 
> I have been on and off my idea to self-learn Python programming.
> 
> I learnt a little bit of Java programming, aided by the Eclipse IDE
> and Oracle Java repository, which has exhaustive example codes and
> object library resources, references, explanations, et al.
> 
> To me Python appeared to lack these resources.
> 
> Of late, I have been browsing the website, askpython.com, which said
> that the same facility is available in Python too. The page,
> https://www.askpython.com/python-programming,  in particular says
> about an IDE: "...  PyCharm from JetBrains is the most popular Python
> IDE. It has a Community Edition, which is free and open source ..."
> 
> I recently modified a "word frequency counting for a text file" script
> to have the output redirected on to another text file rather than
> printing the result on the console, and I must say that the
> programming is very simple and elegant.
> 
> So now that I am enthused, could I please be given a little more
> guidance on the following aspects please?:
> (1)   exhaustive example codes
> (2)   object library resources, references, explanations, et al
> (3)   PyCharm from JetBrains
> and any information that is thought relevant.
> 
> My regards and best wishes.
> Rajib Bandopadhyay
> An Open Source enthusiast
> 

Reply via email to