Skip to content

Jeky/pyctise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pyctise

This is a project including some tiny python files.

How to setup this project

  1. Install git on your machine. If you are using Windows, you can install GitBash which provides not only git feature, but a bash shell as well. If you are using Mac or Linux, please just install git from you terminal.

  2. Install Python 3 and add Python 3 to your path. You can refer to this answer and change the directory to where your python is.

  3. Open your gitbash, and try to type:

python --version

You will see something like this:

Python 3.6.0

This means you have successfully installed everything.

  1. Now just clone this repo:
git clone [email protected]:Jeky/pyctise.git
  1. Everything is done. Now you can go to the cloned directory and run some code there:
cd pyctices
python bubble_sort.py

How to update code

  1. Using cd change directory to your cloned project.
cd pyctices
  1. Get the latest code:
git pull

List

About

Tiny Python Code Collection

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published