Python Forum
Learning Python with pip, cmder and/or virtualenv...
Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Learning Python with pip, cmder and/or virtualenv...
#2
Of course the very first thing I do is google the subject I'm interested in.

Most all software will be stored on github, and indexed on Pypi.

Generally, if I am looking for a package, I'll first search Pypi: https://pypi.python.org/pypi
and see what is recent or updated recently, and also look at the number of downloads and
then try the package before committing to it.

I have a tool that exposes details of each package here: https://github.com/Larz60p/PyPiInfo

I use PyCharm as an IDE, but am in the process of converting to atom, because of
recommendations of other admins and moderators on this forum.

You can often find example code here: http://nullege.com/, or on sourceforge.

There are some very good resources on this forum in the tutorial section of this forum, and a list of resources here: https://python-forum.io/Thread-A-List-of...-Resources

There are also some excellent tutorials that were written by members of the forum in the tutorials section
some great ones on web scraping and tool installation by snippsat.

On gaming by metulburr, and many others.
Reply


Messages In This Thread
RE: Learning Python with pip, cmder and/or virtualenv... - by Larz60+ - Jun-02-2017, 11:51 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Photo Trying to set up virtualenv for windows not working zazas321 2 2,079 Oct-13-2020, 07:01 AM
Last Post: zazas321
  Error creating virtualenv in Windows 7 with Python36-32. djalmabright 3 4,650 Jan-28-2018, 03:53 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020