Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
promises, promises
#1
Hi everybody,
Newbie here.

So, they told me that there are thousands of python programs available. Can't find nothing. Not even things like "program that calculate the area of a rectangle". Nothing. Where are they?

Python repositories: I thought that those where places where one can upload code (text to copy/paste and use).
For instance, I have just write a simple (but eventually useful for someone) program. I want to uploaded it in a repository so anyone can use it. Can't find where.

Many thanks!
Reply
#2
You can make repositories for free at github, bitbucket, sourceforge, and lots of others.
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
Reply
#3
(Dec-01-2019, 10:09 PM)gpythonc Wrote: So, they told me that there are thousands of python programs available. Can't find nothing. Not even things like "program that calculate the area of a rectangle". Nothing. Where are they?
Are you trolling? I Googled "python calculate the area of a rectangle" and the first two results were exactly what you're asking for.
Reply
#4
The python package index (pypi) has many packages: https://pypi.org/
You can use the website, but most (all?) of the time you want to use one, you'll install it through pip (which is python's package manager).
Reply


Forum Jump:

User Panel Messages

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