Skip to content

easycloudapi/learn_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn Python

Pre-requisite:

  1. Create and Activate the Virtual Environment
    python -m virtualenv env
    .\env\Scripts\activate
  2. (optional) if any error while activate the virtual env, follow below steps-
    get-ExecutionPolicy
    Set-ExecutionPolicy Unrestricted -Scope Process  # if its restricted, then execute this command
  3. Install the python dependencies
    python -m pip install --upgrade pip 
    pip install -r .\requirments.txt

Unit Test

  1. Learn Unit Test
  2. Unittest Code Sample

Github

  1. Learn GitHub

About

Learn Python at Advanced Level

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages