An open API service indexing awesome lists of open source software.

https://github.com/omonimus1/chicken_wings_and_python

Repo with most of my exercises and projects created while learning-by-doing Python during my sleepless night spent coding.
https://github.com/omonimus1/chicken_wings_and_python

beginner-python coding-interview-challenges console-game data-structures-python exercises-solutions hackerank leap-year learning-by-doing learning-python paper-rock-scissors python python-learn-exercises python-learning-notes python3 rock-scissor xrange

Last synced: about 2 months ago
JSON representation

Repo with most of my exercises and projects created while learning-by-doing Python during my sleepless night spent coding.

Awesome Lists containing this project

README

        

## Chicken wings and python

1. [What you can find in this repository](#What-you-can-find-in-this-repository)
2. [How to Contribute](#How-to-contribute)
3. [System requirements](#Requirements)
4. [Let's connect with me](#Connect-with-me)

## Support me
[Paypal Me](https://www.paypal.com/paypalme/davidepollicino7?locale.x=en_US)

Buy Me A Coffee

## What you can find in this repository
1. [Personal Projects in Python](#Personal-Projects)
2. [Data structures in Python](#Data-structures-in-Python)
3. [Coding exercises and games](#Coding-exercises-and-games)
4. [Few of the coding interview experienced](#few-of-the-coding-Inteview-questons-experienced)
5. [HackerRank Solutions](#HackerRank-solutions)
6. [Popular Python interview question](#Popular-coding-interview-questions)

## Personal Projects

| Name | Source code |
|----------|:----------------:|
| Vocal Personal Assistant |[try it](personal-assistant/README.md)|
| Byte of Computer vision |[try it](computer-vision/README.md)|

## Data structures in Python

| Name | Source code |
|----------|:----------------:|
|Array |[try it](algorithm_and_datastructure/array.py)|
|List built in implementations |[try it](algorithm_and_datastructure/list_methods_implementation.py)|
|Stack|[try it](algorithm_and_datastructure/stack.py)|
|Queue |[try it](algorithm_and_datastructure/queue.py)|
|Binary Search Tree|[try it](algorithm_and_datastructure/binarySearchTree.py)|

## Coding exercises and games

| Name | Source code |
|----------|:----------------:|
|Rock Scissor or Paper game|[try it](rock_scissor_paper/rock_scissor_paper.py)|
|Leap year|[try it](LeapYear/leapYear.py)|
|Guess the number game|[try it](guess_the_number/guessTheNumber.py)|
|Calculate distance between any two points|[try it](distance/points.py)|
|Circle object in Python (OOP)|[try it](oop/circle.py)|
|I/O operations on a file|[try it](io_in_file/io_file_operations.py)|

## few of the coding Inteview questons experienced

| Name | Source code |
|----------|:----------------:|
|Write a coding example using ternary operator|[try it](ternary_operator/ternary_operator.py)|
|List|[try it](algorithm_and_datastructure/list_compression.py)|
|List compression|[try it](algorithm_and_datastructure/list_compression.py)|
|Palindome check|[try it](Palindrom_checking/palindrome_string.py)|
|From word to number |[try it](DPOneySolution.py)|
|Convert number in binary, string and hexadecimal|[try it](number_converter/number_converter.py)|

## HackerRank solutions

| Name | Source code |
|----------|:----------------:|
| All my hackerank solutions|[View solutions](https://github.com/omonimus1/HackerRank-Solutions#Python)|

## Popular coding interview questions
* [Difference between range and xrange](xrange_or_range/xrange_or_range.py)
* [40 Python Interview questions](https://www.guru99.com/python-interview-questions-answers.html)
* [Top 100 python Interview questions](https://www.edureka.co/blog/interview-questions/python-interview-questions/)
* [String Management](https://www.thelearningpoint.net/computer-science/learning-python-programming-and-data-structures/learning-python-programming-and-data-structures--tutorial-12--string-manipulation)

## How to contribute
1. Fork the repository
2. Do the desired changes (add/delete/modify)
3. Make a pull request

## Mind that
Constructive criticisms or code reviews of any kind are very much welcome.

If you have any questions about the solutions you can find here, feel free to contact me at: [[email protected]](mailto:[email protected]?subject=[GitHub]%ChickenWingsAndPythonRepo)

## Requirements

* Python interpreter

## Connect with me

* [[email protected]](mailto:[email protected]?subject=[GitHub]%20CompetitiveProgrammigGuide)
* [Linkedin](https://www.linkedin.com/in/davidepollicino7/)
* [www.davidepollicino.com](http://davidepollicino.com/)