Skip to content
This repository has been archived by the owner on Feb 7, 2022. It is now read-only.
/ python-project Public archive

In this project I'm putting all my knowledge about python programming language.

License

Notifications You must be signed in to change notification settings

PitPietro/python-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python structure

GitHub repo size GitHub

This repository contains all the tests about the topic I learn learning in Python, from the very first script I wrote.

Prerequisites

PyCharm or another Python IDE of your choose.

I also suggest you to install Anaconda python package manager by following those links:

  1. Anaconda Installation
  2. Configure a Conda virtual environment

Installing

Clone the repository on your computer and test yourself the library:

git clone https://github.com/PitPietro/python-project.git

Move to the directory where is placed the file you want to execute and type:

python [file-name].py
# python hello-world.py

# or, in case you only need python3
python3 [file-name].py
# python3 hello-world.py

Resources

Versioning

For the versions available, see the tags on this repository.

Author

Pietro Poluzzi ~ PitPietro

See also the list of contributors who participated in this project.

About

In this project I'm putting all my knowledge about python programming language.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published