Skip to content

Awesome Python Projects using different packages available. Check out the Repo for the same. :)

License

Notifications You must be signed in to change notification settings

chaitanyashimpi/Python-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Python Projects

image

What will be covered in this Repo:

Python projects using different Packages

Introduction to Python:

Python has a simple syntax similar to the English language. Python has syntax that allows developers to write programs with fewer lines than some other programming languages. Python runs on an interpreter system, meaning that code can be executed as soon as it is written.

Python used PIP (Python Pakage Manager) to store the python packages which can be installed to have different functionalities in the project.

Introduction to PIP:

So, what is pip? pip is a package manager for Python. That means it’s a tool that allows you to install and manage additional libraries and dependencies that are not distributed as part of the standard library.

How to Install Python:

Download a proper version of Python from Download Python

Confirm the python is installed using following command

python --version

How to Install Pip:

Pip is installed by default on many newer Python builds. To check and see if it is already installed on our system, open a command prompt and type the following command.

pip --version

If you see the version of PIP then it is already installed, else follow the following steps,

In windows,

python get-pip.py

In Linux,

sudo apt install python-pip

To upgrade Pip,

python -m pip install --upgrade pip

To downgrade Pip,

python -m pip install pip==18.0

LICENSE:

Copyright (c) 2021 Chaitanya Shimpi

This projects are licensed under the MIT License

Let's connect! Find me on the web.

Instagram Discord Medium

If you have any Queries or Suggestions, feel free to reach out to me.

Show some  ❤️  by starring some of the repositories!

About

Awesome Python Projects using different packages available. Check out the Repo for the same. :)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages