fotisk07 / Hacker-Rank-Python

This repository contains the solved programming challenges in Hacker Rank. It is a repository in progress, it will be updated as soon as possible with the rest of the challenges

Home Page:https://www.hackerrank.com/dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hacker Rank Python

This repository contains the solved programming challenges in Hacker Rank. It is a repository in progress, it will be updated as soon as possible with the rest of the challenges. The goal is to have all assignements published as soon as possible. The following topis will be covered :

  1. Introduction (completed)
  2. Basic Data Types (completed)
  3. Strings
  4. Sets
  5. Math (completed)
  6. Itertools
  7. Collections
  8. Date and Time
  9. Errors and Exceptions
  10. Classes
  11. Built-Ins
  12. Python Functionals
  13. Regex and Parsing
  14. XML
  15. Closures and Decorators
  16. Numpy
  17. Debugging

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

The Code is written in Python 3.6.5 . If you don't have Python installed you can find it here. If you are using a lower version of Python you can upgrade using the pip package, ensuring you have the latest version of pip.

To install pip run in the command Line

python -m ensurepip -- default-pip

to upgrade it

python -m pip install -- upgrade pip setuptools wheel

to upgrade Python

pip install python -- upgrade

Structure

Each project is inside a folder indicating its dificilty and the subdomain it belongs. For example the py-hello-world-English program is an easy programming assignement ( folder -- easy ) and it is an introductory one ( folder -- Introduction ) . Each programming assignemnt is also accompanied by a pdf file,bearing the same name, provided by Hacker Rank which explains the assignement.

Contributing

Please read CONTRIBUTING.md for the process for submitting pull requests. .g

Authors

  • Fotios Kapotos - Initial work

This project is licensed under the MIT License - see the LICENSE.md file for details

About

This repository contains the solved programming challenges in Hacker Rank. It is a repository in progress, it will be updated as soon as possible with the rest of the challenges

https://www.hackerrank.com/dashboard

License:MIT License


Languages

Language:Python 100.0%