Skip to content

Fix Broken Code Links #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 29, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Players soon discover that best play from both parties leads to a draw.

Because of the simplicity of Tic-Tac-Toe, it is often used as a pedagogical tool for teaching the concepts of good sportsmanship and the branch of artificial intelligence that deals with the searching of game trees. It is straightforward to write a computer program to play Tic-Tac-Toe perfectly, to enumerate the 765 essentially different positions (the state space complexity), or the 26.830 possible games up to rotations and reflections (the game tree complexity) on this space.

**[CODE](https://github.com/prateekiiest/Code-Sleep-Python/blob/master/tic-tac-toe.py)**
**[CODE](https://github.com/prateekiiest/Code-Sleep-Python/blob/master/tic-tac-toe/code.py)**

-----------------------------------

Expand All @@ -48,7 +48,7 @@ The Caesar cipher, also known as a shift cipher, is one of the simplest forms of

In this way, a message that initially was quite readable, ends up in a form that can not be understood at a simple glance.

**[CODE](https://github.com/prateekiiest/Code-Sleep-Python/blob/master/Caesar-cipher.py)**
**[CODE](https://github.com/prateekiiest/Code-Sleep-Python/blob/master/Caesar-cipher/code.py)**

------------------------------------------------

Expand All @@ -58,7 +58,7 @@ In this case study, we will find and plot the distribution of word frequencies f

![](http://www.aboutlanguageschools.com/images/language-translations.jpg)

**[CODE](https://github.com/prateekiiest/Code-Sleep-Python/blob/master/translation_hamlet.py)**
**[CODE](https://github.com/prateekiiest/Code-Sleep-Python/blob/master/translation_hamlet/code.py)**

-----------------------------------------------------

Expand All @@ -68,15 +68,15 @@ In this case study, we will analyze a dataset consisting of an assortment of win

![](http://homepages.inf.ed.ac.uk/rbf/HIPR2/classb.gif)

**[CODE](https://github.com/prateekiiest/Code-Sleep-Python/blob/master/Classification.py)**
**[CODE](https://github.com/prateekiiest/Code-Sleep-Python/blob/master/Classification/code.py)**

----------------------------------------------

### Whisky Classification

In this case study, we have prepared step-by-step instructions for you on how to prepare plots in Bokeh, a library designed for simple and interactive plotting. We will demonstrate Bokeh by continuing the analysis of Scotch whiskies.

**[CODE](https://github.com/prateekiiest/Code-Sleep-Python/blob/master/whisky_classification.py)**
**[CODE](https://github.com/prateekiiest/Code-Sleep-Python/blob/master/whisky_classification/code.py)**

---------------------------------------------

Expand All @@ -86,7 +86,7 @@ In this case study, we will continue taking a look at patterns of flight for eac

![](https://upload.wikimedia.org/wikipedia/commons/thumb/a/a3/BrantaLeucopsisMigration.jpg/300px-BrantaLeucopsisMigration.jpg)

**[CODE](https://github.com/prateekiiest/Code-Sleep-Python/blob/master/Bird_migration.py)**
**[CODE](https://github.com/prateekiiest/Code-Sleep-Python/blob/master/Bird_migration/code.py)**

-------------------------------------------------

Expand All @@ -96,7 +96,7 @@ Homophily is a network characteristic. Homophily occurs when nodes that share an

![](https://images.pond5.com/social-media-animation-after-effect-046838541_iconm.jpeg)

**[CODE](https://github.com/prateekiiest/Code-Sleep-Python/blob/master/social_network.py)**
**[CODE](https://github.com/prateekiiest/Code-Sleep-Python/blob/master/social_network/code.py)**

----------------------------------------------------

Expand Down