Skip to content

Make some minor changes to README #31

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 3 commits into from
Oct 30, 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
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ A cipher is a secret code for a language. In this study, we will explore a ciphe

The Caesar cipher, also known as a shift cipher, is one of the simplest forms of encryption. It is a substitution cipher where each letter in the original message (called the plaintext) is replaced with a letter corresponding to a certain number of letters up or down in the alphabet.

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

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/code.py)**

Expand Down Expand Up @@ -109,7 +110,7 @@ The implementation of Sieve of Eratosthenes is used to find prime numbers.

#### Website status check

A simple website crawler to check the return code of a website. It returns with a message on whether the website is online, redirected, or not found.
A simple website crawler to check the return code of a website. It returns with a message indicating whether the website is online, redirected, or not found.

![](http://yootheme.com/media/docs/assets/images/warp/error_pages_404.jpg)

Expand All @@ -125,8 +126,8 @@ New to Python? No problem! Take a look at the following resources:

- [Python beginners guide](https://wiki.python.org/moin/BeginnersGuide)
- [Python course by Google](https://developers.google.com/edu/python/) (online course)
- [Learn Python the hard way](https://learnpythonthehardway.org/book/) (book)
- [MIT: introduction to Computer Science and programming in Python](https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-0001-introduction-to-computer-science-and-programming-in-python-fall-2016/) (open courseware)
- [Learn Python the Hard Way](https://learnpythonthehardway.org/book/) (book)
- [MIT: Introduction to Computer Science and Programming in Python](https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-0001-introduction-to-computer-science-and-programming-in-python-fall-2016/) (open courseware)
- [Python for Developers](http://ricardoduarte.github.io/python-for-developers/)(book)
- [How to Think Like a Computer Scientist](http://openbookproject.net/thinkcs/python/english3e/)(book)
- [Byte of Python](https://python.swaroopch.com/)(book)
Expand Down