Skip to content

Commit a6331e3

Browse files
author
Amogh Singhal
authored
Update README.md
1 parent fb8c94f commit a6331e3

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,31 @@
1-
# Python-Interview-Problems-for-Practice
1+
# Python-Interview-Problems-for-Practice [![star this repo](http://githubbadges.com/star.svg?user=devAmoghS&repo=Python-Interview-Problems-for-Practice)](http://github.com/ddavison/github-badges) [![fork this repo](http://githubbadges.com/fork.svg?user=devAmoghS&repo=Python-Interview-Problems-for-Practice)](http://github.com/ddavison/github-badges/fork)
2+
![alt text](https://images.unsplash.com/photo-1494178270175-e96de2971df9?ixlib=rb-1.2.1&auto=format&fit=crop&w=972&q=80)
23
40+ Common code and interview problems solved in Python (it's growing...)
34

45
### The core idea is not to utilize built-in functions or library and giving it a more logic-based approach, so that it can be language-friendly and not end up being another repository of "Python Tips and Tricks" .
56

7+
## How good is the code ?
8+
* It is well tested
9+
* It passes style checks (PEP8 compliant) [TODO]
10+
* It can compile in its current state (and there are relatively no issues)
11+
12+
## How much support is available?
13+
* FAQs (coming soon)
14+
* Documentation (coming soon)
15+
16+
## Issues
17+
Feel free to submit issues and enhancement requests.
18+
19+
## Contributing
20+
Please refer to each project's style guidelines and guidelines for submitting patches and additions. In general, we follow the "fork-and-pull" Git workflow.
21+
22+
1. **Fork** the repo on GitHub
23+
2. **Clone** the project to your own machine
24+
3. **Commit** changes to your own branch
25+
4. **Push** your work back up to your fork
26+
5. Submit a **Pull request** so that we can review your changes
27+
28+
NOTE: Be sure to merge the latest from "upstream" before making a pull request!
29+
630
# LICENSE
731
MIT License

0 commit comments

Comments
 (0)