├── .github └── workflows │ └── blank.yml ├── .gitignore ├── 7 mistake ├── .ipynb_checkpoints │ └── 7 Mistake-checkpoint.ipynb ├── 1.png ├── 2_1.png ├── 2_2.png ├── 3.png ├── 4_1.png ├── 4_2.png ├── 5_1.png ├── 5_2.png ├── 6_1.png ├── 6_2.png ├── 7 Mistake.ipynb ├── 7_mistake.txt └── README.md ├── Codechef ├── August 2020 │ ├── Another Card Game Problem.py │ ├── Chef Wars - Return of the Jedi.py │ ├── Chef and Linear Chess.py │ └── Smallest KMP.py ├── IARCS OPC Judge Problems │ └── C++ │ │ ├── Average.cpp │ │ ├── Discrepancies_in_the_Voters_List.cpp │ │ ├── Dividing_Squences.cpp │ │ ├── End_of_Corruption.cpp │ │ ├── Find_the_Permutation.cpp │ │ ├── Lead_Game.cpp │ │ ├── List_of_Books.cpp │ │ ├── Longest_Palindrome.cpp │ │ ├── Next_Permutation.cpp │ │ ├── Permutation_Cycles.cpp │ │ ├── Reverse.cpp │ │ ├── Whats_the_Rank.cpp │ │ ├── Word_list.cpp │ │ └── Zero_One_Tiles.cpp ├── JULY_COOK_OFF_2020 │ └── Untitled.ipynb ├── July 2020 │ ├── Chef and Card Game.py │ ├── Chef and Strings.py │ ├── JULY_2020.ipynb │ ├── Missing a Point.py │ └── README.md ├── June 2020 │ └── eve_matrix.py └── Practise │ ├── PPATTERN.py │ └── Untitled.ipynb ├── Coderbyte └── Untitled.ipynb ├── Codevita ├── 2016 │ └── Round 2 │ │ └── Decrypt the Crypt.py ├── 2020 │ ├── Zone 1 │ │ ├── Constellation.py │ │ ├── Maximum Prize.py │ │ ├── Minimize The Sum.cpp │ │ ├── Minimize The Sum.py │ │ └── Prime Time Again.py │ └── Zone 2 │ │ ├── Path Through Graph.cpp │ │ ├── Path Through Graph.py │ │ └── Secret Word.py └── 12_07_2019 │ ├── Pattern.py │ ├── bride groom.py │ └── string.py ├── Coursera ├── .ipynb_checkpoints │ └── week1-checkpoint.ipynb ├── Data Analysis with Python │ ├── week 1 │ │ ├── .ipynb_checkpoints │ │ │ ├── Libraries-checkpoint.ipynb │ │ │ ├── Untitled-checkpoint.ipynb │ │ │ └── import export data-checkpoint.ipynb │ │ ├── Libraries.ipynb │ │ ├── Untitled.ipynb │ │ ├── data.csv │ │ └── import export data.ipynb │ ├── week 2 │ │ ├── .Price.csv.swp │ │ ├── Applying changes to entire column.png │ │ ├── Binning.png │ │ ├── Data Formating.png │ │ ├── Details Required by TCS 2021 Batch - Sheet1.csv │ │ ├── Details Required by TCS 2021 Batch.xlsx │ │ ├── Labs │ │ │ ├── clean_df.csv │ │ │ └── data-wrangling.ipynb │ │ ├── Price.csv │ │ ├── Sacramentorealestatetransactions.csv │ │ ├── Untitled.ipynb │ │ ├── categorical_01.png │ │ ├── categorical_02.png │ │ ├── correcting data type.png │ │ ├── environmental-protection-expenditure-account-2009-18.csv │ │ └── incorrect data type.png │ ├── week 3 │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── DA0101EN-Review-Exploratory-Data-Analysis.ipynb │ │ ├── Details Required by TCS 2021 Batch - Sheet1.csv │ │ ├── Salaries.csv │ │ ├── Untitled.ipynb │ │ ├── gp_01.png │ │ ├── gp_02.png │ │ ├── p_01.png │ │ ├── p_03.png │ │ ├── p_04.png │ │ └── p_05.png │ └── week 4 │ │ ├── Salaries.csv │ │ └── Untitled.ipynb ├── Data Visualization with Python │ ├── india_china.csv │ ├── readme.md │ └── week 1.ipynb ├── Databases and SQL for Data Science │ ├── Connecting_to_a_database_instance.ipynb │ └── create_and_fetch_table.ipynb ├── Python Data Structures │ ├── Coursera (Python Data Structures-[Assignment 10.2] ) .py │ ├── Untitled.ipynb │ ├── Untitled1.ipynb │ ├── bad file names.py │ ├── bad_file_names.png │ ├── demo1.txt │ ├── file.py │ ├── mbox-short.txt │ ├── rename.txt │ └── romeo.txt ├── Python for applied Data Science and AI │ ├── .ipynb_checkpoints │ │ └── index-checkpoint.ipynb │ ├── index.ipynb │ ├── k.csv │ └── k.txt └── Tools for Data Science │ ├── .ipynb_checkpoints │ └── Week-1-checkpoint.ipynb │ └── Week-1.ipynb ├── DP └── Hashing │ ├── count number of pairs whose sum is divisible by 4.py │ ├── find missing numbers in array.py │ └── find pair whose sum is equal to target sum.py ├── Datacamp ├── IntermediatePython │ ├── .ipynb_checkpoints │ │ └── Matplotlib-checkpoint.ipynb │ ├── Dict.ipynb │ ├── Matplotlib.ipynb │ ├── Pandas.ipynb │ ├── Salaries.csv │ ├── certificate.pdf │ ├── intermediate_python_ch1_slides.pdf │ ├── intermediate_python_ch2_slides.pdf │ ├── intermediate_python_ch3_slides.pdf │ ├── intermediate_python_ch4_slides.pdf │ └── intermediate_python_ch5_slides.pdf ├── Intoduction to seaorn │ ├── .ipynb_checkpoints │ │ └── seaborn-checkpoint.ipynb │ ├── chapter1.pdf │ └── seaborn.ipynb ├── Pandas Foundations │ └── ch1_slides.pdf └── write_a_function │ ├── .ipynb_checkpoints │ └── Untitled-checkpoint.ipynb │ ├── Untitled.ipynb │ └── chapter2.pdf ├── FORKED_FOR_TSHIRT ├── 66.py ├── Palindrome.py ├── Pandas.py ├── Shell_Sort.py ├── arm.py ├── bubble_sort.py ├── calculator.py ├── compound_interest.py ├── cube_sum.py ├── factorial.py ├── kj.py ├── mockvitaC.py ├── nth_fibunacii.py ├── parse_python.py ├── sort alphanumeric.py └── split_using.py ├── Flask ├── API │ ├── app.py │ └── readme.md ├── Linkedin learning │ └── 01 │ │ ├── enrollment │ │ ├── .flaskenv │ │ ├── __pycache__ │ │ │ └── main.cpython-38.pyc │ │ ├── application │ │ │ ├── __init__.py │ │ │ ├── __pycache__ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ └── routes.cpython-38.pyc │ │ │ ├── routes.py │ │ │ ├── static │ │ │ │ └── css │ │ │ │ │ ├── login.css │ │ │ │ │ └── main.css │ │ │ └── templates │ │ │ │ ├── _Layout.html │ │ │ │ ├── courses.html │ │ │ │ ├── enrollment.html │ │ │ │ ├── includes │ │ │ │ ├── footer.html │ │ │ │ └── nav.html │ │ │ │ ├── index.html │ │ │ │ ├── login.html │ │ │ │ └── register.html │ │ ├── config.py │ │ ├── main.py │ │ ├── my-project-env │ │ │ ├── bin │ │ │ │ ├── Activate.ps1 │ │ │ │ ├── activate │ │ │ │ ├── activate.csh │ │ │ │ ├── activate.fish │ │ │ │ ├── dotenv │ │ │ │ ├── easy_install │ │ │ │ ├── easy_install-3.8 │ │ │ │ ├── flask │ │ │ │ ├── pip │ │ │ │ ├── pip3 │ │ │ │ ├── pip3.8 │ │ │ │ ├── python │ │ │ │ └── python3 │ │ │ ├── lib │ │ │ │ └── python3.8 │ │ │ │ │ └── site-packages │ │ │ │ │ ├── Flask-2.0.1.dist-info │ │ │ │ │ ├── INSTALLER │ │ │ │ │ ├── LICENSE.rst │ │ │ │ │ ├── METADATA │ │ │ │ │ ├── RECORD │ │ │ │ │ ├── WHEEL │ │ │ │ │ ├── entry_points.txt │ │ │ │ │ └── top_level.txt │ │ │ │ │ ├── Flask_WTF-0.15.1.dist-info │ │ │ │ │ ├── INSTALLER │ │ │ │ │ ├── LICENSE │ │ │ │ │ ├── METADATA │ │ │ │ │ ├── RECORD │ │ │ │ │ ├── WHEEL │ │ │ │ │ └── top_level.txt │ │ │ │ │ ├── Jinja2-3.0.1.dist-info │ │ │ │ │ ├── INSTALLER │ │ │ │ │ ├── LICENSE.rst │ │ │ │ │ ├── METADATA │ │ │ │ │ ├── RECORD │ │ │ │ │ ├── WHEEL │ │ │ │ │ ├── entry_points.txt │ │ │ │ │ └── top_level.txt │ │ │ │ │ ├── MarkupSafe-2.0.1.dist-info │ │ │ │ │ ├── INSTALLER │ │ │ │ │ ├── LICENSE.rst │ │ │ │ │ ├── METADATA │ │ │ │ │ ├── RECORD │ │ │ │ │ ├── WHEEL │ │ │ │ │ └── top_level.txt │ │ │ │ │ ├── WTForms-2.3.3.dist-info │ │ │ │ │ ├── INSTALLER │ │ │ │ │ ├── LICENSE.rst │ │ │ │ │ ├── METADATA │ │ │ │ │ ├── RECORD │ │ │ │ │ ├── WHEEL │ │ │ │ │ └── top_level.txt │ │ │ │ │ ├── Werkzeug-2.0.1.dist-info │ │ │ │ │ ├── INSTALLER │ │ │ │ │ ├── LICENSE.rst │ │ │ │ │ ├── METADATA │ │ │ │ │ ├── RECORD │ │ │ │ │ ├── WHEEL │ │ │ │ │ └── top_level.txt │ │ │ │ │ ├── __pycache__ │ │ │ │ │ └── easy_install.cpython-38.pyc │ │ │ │ │ ├── click-8.0.1.dist-info │ │ │ │ │ ├── INSTALLER │ │ │ │ │ ├── LICENSE.rst │ │ │ │ │ ├── METADATA │ │ │ │ │ ├── RECORD │ │ │ │ │ ├── WHEEL │ │ │ │ │ └── top_level.txt │ │ │ │ │ ├── click │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ │ ├── _compat.cpython-38.pyc │ │ │ │ │ │ ├── _termui_impl.cpython-38.pyc │ │ │ │ │ │ ├── _textwrap.cpython-38.pyc │ │ │ │ │ │ ├── _unicodefun.cpython-38.pyc │ │ │ │ │ │ ├── _winconsole.cpython-38.pyc │ │ │ │ │ │ ├── core.cpython-38.pyc │ │ │ │ │ │ ├── decorators.cpython-38.pyc │ │ │ │ │ │ ├── exceptions.cpython-38.pyc │ │ │ │ │ │ ├── formatting.cpython-38.pyc │ │ │ │ │ │ ├── globals.cpython-38.pyc │ │ │ │ │ │ ├── parser.cpython-38.pyc │ │ │ │ │ │ ├── shell_completion.cpython-38.pyc │ │ │ │ │ │ ├── termui.cpython-38.pyc │ │ │ │ │ │ ├── testing.cpython-38.pyc │ │ │ │ │ │ ├── types.cpython-38.pyc │ │ │ │ │ │ └── utils.cpython-38.pyc │ │ │ │ │ ├── _compat.py │ │ │ │ │ ├── _termui_impl.py │ │ │ │ │ ├── _textwrap.py │ │ │ │ │ ├── _unicodefun.py │ │ │ │ │ ├── _winconsole.py │ │ │ │ │ ├── core.py │ │ │ │ │ ├── decorators.py │ │ │ │ │ ├── exceptions.py │ │ │ │ │ ├── formatting.py │ │ │ │ │ ├── globals.py │ │ │ │ │ ├── parser.py │ │ │ │ │ ├── py.typed │ │ │ │ │ ├── shell_completion.py │ │ │ │ │ ├── termui.py │ │ │ │ │ ├── testing.py │ │ │ │ │ ├── types.py │ │ │ │ │ └── utils.py │ │ │ │ │ ├── dotenv │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ │ ├── cli.cpython-38.pyc │ │ │ │ │ │ ├── compat.cpython-38.pyc │ │ │ │ │ │ ├── ipython.cpython-38.pyc │ │ │ │ │ │ ├── main.cpython-38.pyc │ │ │ │ │ │ ├── parser.cpython-38.pyc │ │ │ │ │ │ ├── variables.cpython-38.pyc │ │ │ │ │ │ └── version.cpython-38.pyc │ │ │ │ │ ├── cli.py │ │ │ │ │ ├── compat.py │ │ │ │ │ ├── ipython.py │ │ │ │ │ ├── main.py │ │ │ │ │ ├── parser.py │ │ │ │ │ ├── py.typed │ │ │ │ │ ├── variables.py │ │ │ │ │ └── version.py │ │ │ │ │ ├── easy_install.py │ │ │ │ │ ├── flask │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── __main__.py │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ │ ├── __main__.cpython-38.pyc │ │ │ │ │ │ ├── app.cpython-38.pyc │ │ │ │ │ │ ├── blueprints.cpython-38.pyc │ │ │ │ │ │ ├── cli.cpython-38.pyc │ │ │ │ │ │ ├── config.cpython-38.pyc │ │ │ │ │ │ ├── ctx.cpython-38.pyc │ │ │ │ │ │ ├── debughelpers.cpython-38.pyc │ │ │ │ │ │ ├── globals.cpython-38.pyc │ │ │ │ │ │ ├── helpers.cpython-38.pyc │ │ │ │ │ │ ├── logging.cpython-38.pyc │ │ │ │ │ │ ├── scaffold.cpython-38.pyc │ │ │ │ │ │ ├── sessions.cpython-38.pyc │ │ │ │ │ │ ├── signals.cpython-38.pyc │ │ │ │ │ │ ├── templating.cpython-38.pyc │ │ │ │ │ │ ├── testing.cpython-38.pyc │ │ │ │ │ │ ├── typing.cpython-38.pyc │ │ │ │ │ │ ├── views.cpython-38.pyc │ │ │ │ │ │ └── wrappers.cpython-38.pyc │ │ │ │ │ ├── app.py │ │ │ │ │ ├── blueprints.py │ │ │ │ │ ├── cli.py │ │ │ │ │ ├── config.py │ │ │ │ │ ├── ctx.py │ │ │ │ │ ├── debughelpers.py │ │ │ │ │ ├── globals.py │ │ │ │ │ ├── helpers.py │ │ │ │ │ ├── json │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ │ │ └── tag.cpython-38.pyc │ │ │ │ │ │ └── tag.py │ │ │ │ │ ├── logging.py │ │ │ │ │ ├── py.typed │ │ │ │ │ ├── scaffold.py │ │ │ │ │ ├── sessions.py │ │ │ │ │ ├── signals.py │ │ │ │ │ ├── templating.py │ │ │ │ │ ├── testing.py │ │ │ │ │ ├── typing.py │ │ │ │ │ ├── views.py │ │ │ │ │ └── wrappers.py │ │ │ │ │ ├── flask_wtf │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ │ ├── _compat.cpython-38.pyc │ │ │ │ │ │ ├── csrf.cpython-38.pyc │ │ │ │ │ │ ├── file.cpython-38.pyc │ │ │ │ │ │ ├── form.cpython-38.pyc │ │ │ │ │ │ ├── html5.cpython-38.pyc │ │ │ │ │ │ └── i18n.cpython-38.pyc │ │ │ │ │ ├── _compat.py │ │ │ │ │ ├── csrf.py │ │ │ │ │ ├── file.py │ │ │ │ │ ├── form.py │ │ │ │ │ ├── html5.py │ │ │ │ │ ├── i18n.py │ │ │ │ │ └── recaptcha │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ │ ├── fields.cpython-38.pyc │ │ │ │ │ │ ├── validators.cpython-38.pyc │ │ │ │ │ │ └── widgets.cpython-38.pyc │ │ │ │ │ │ ├── fields.py │ │ │ │ │ │ ├── validators.py │ │ │ │ │ │ └── widgets.py │ │ │ │ │ ├── itsdangerous-2.0.1.dist-info │ │ │ │ │ ├── INSTALLER │ │ │ │ │ ├── LICENSE.rst │ │ │ │ │ ├── METADATA │ │ │ │ │ ├── RECORD │ │ │ │ │ ├── WHEEL │ │ │ │ │ └── top_level.txt │ │ │ │ │ ├── itsdangerous │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ │ ├── _json.cpython-38.pyc │ │ │ │ │ │ ├── encoding.cpython-38.pyc │ │ │ │ │ │ ├── exc.cpython-38.pyc │ │ │ │ │ │ ├── jws.cpython-38.pyc │ │ │ │ │ │ ├── serializer.cpython-38.pyc │ │ │ │ │ │ ├── signer.cpython-38.pyc │ │ │ │ │ │ ├── timed.cpython-38.pyc │ │ │ │ │ │ └── url_safe.cpython-38.pyc │ │ │ │ │ ├── _json.py │ │ │ │ │ ├── encoding.py │ │ │ │ │ ├── exc.py │ │ │ │ │ ├── jws.py │ │ │ │ │ ├── py.typed │ │ │ │ │ ├── serializer.py │ │ │ │ │ ├── signer.py │ │ │ │ │ ├── timed.py │ │ │ │ │ └── url_safe.py │ │ │ │ │ ├── jinja2 │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ │ ├── _identifier.cpython-38.pyc │ │ │ │ │ │ ├── async_utils.cpython-38.pyc │ │ │ │ │ │ ├── bccache.cpython-38.pyc │ │ │ │ │ │ ├── compiler.cpython-38.pyc │ │ │ │ │ │ ├── constants.cpython-38.pyc │ │ │ │ │ │ ├── debug.cpython-38.pyc │ │ │ │ │ │ ├── defaults.cpython-38.pyc │ │ │ │ │ │ ├── environment.cpython-38.pyc │ │ │ │ │ │ ├── exceptions.cpython-38.pyc │ │ │ │ │ │ ├── ext.cpython-38.pyc │ │ │ │ │ │ ├── filters.cpython-38.pyc │ │ │ │ │ │ ├── idtracking.cpython-38.pyc │ │ │ │ │ │ ├── lexer.cpython-38.pyc │ │ │ │ │ │ ├── loaders.cpython-38.pyc │ │ │ │ │ │ ├── meta.cpython-38.pyc │ │ │ │ │ │ ├── nativetypes.cpython-38.pyc │ │ │ │ │ │ ├── nodes.cpython-38.pyc │ │ │ │ │ │ ├── optimizer.cpython-38.pyc │ │ │ │ │ │ ├── parser.cpython-38.pyc │ │ │ │ │ │ ├── runtime.cpython-38.pyc │ │ │ │ │ │ ├── sandbox.cpython-38.pyc │ │ │ │ │ │ ├── tests.cpython-38.pyc │ │ │ │ │ │ ├── utils.cpython-38.pyc │ │ │ │ │ │ └── visitor.cpython-38.pyc │ │ │ │ │ ├── _identifier.py │ │ │ │ │ ├── async_utils.py │ │ │ │ │ ├── bccache.py │ │ │ │ │ ├── compiler.py │ │ │ │ │ ├── constants.py │ │ │ │ │ ├── debug.py │ │ │ │ │ ├── defaults.py │ │ │ │ │ ├── environment.py │ │ │ │ │ ├── exceptions.py │ │ │ │ │ ├── ext.py │ │ │ │ │ ├── filters.py │ │ │ │ │ ├── idtracking.py │ │ │ │ │ ├── lexer.py │ │ │ │ │ ├── loaders.py │ │ │ │ │ ├── meta.py │ │ │ │ │ ├── nativetypes.py │ │ │ │ │ ├── nodes.py │ │ │ │ │ ├── optimizer.py │ │ │ │ │ ├── parser.py │ │ │ │ │ ├── py.typed │ │ │ │ │ ├── runtime.py │ │ │ │ │ ├── sandbox.py │ │ │ │ │ ├── tests.py │ │ │ │ │ ├── utils.py │ │ │ │ │ └── visitor.py │ │ │ │ │ ├── markupsafe │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ │ └── _native.cpython-38.pyc │ │ │ │ │ ├── _native.py │ │ │ │ │ ├── _speedups.c │ │ │ │ │ ├── _speedups.cpython-38-x86_64-linux-gnu.so │ │ │ │ │ ├── _speedups.pyi │ │ │ │ │ └── py.typed │ │ │ │ │ ├── pip-20.0.2.dist-info │ │ │ │ │ ├── INSTALLER │ │ │ │ │ ├── LICENSE.txt │ │ │ │ │ ├── METADATA │ │ │ │ │ ├── RECORD │ │ │ │ │ ├── WHEEL │ │ │ │ │ ├── entry_points.txt │ │ │ │ │ └── top_level.txt │ │ │ │ │ ├── pip │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── __main__.py │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ │ └── __main__.cpython-38.pyc │ │ │ │ │ ├── _internal │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ │ │ ├── build_env.cpython-38.pyc │ │ │ │ │ │ │ ├── cache.cpython-38.pyc │ │ │ │ │ │ │ ├── configuration.cpython-38.pyc │ │ │ │ │ │ │ ├── exceptions.cpython-38.pyc │ │ │ │ │ │ │ ├── legacy_resolve.cpython-38.pyc │ │ │ │ │ │ │ ├── locations.cpython-38.pyc │ │ │ │ │ │ │ ├── main.cpython-38.pyc │ │ │ │ │ │ │ ├── pep425tags.cpython-38.pyc │ │ │ │ │ │ │ ├── pyproject.cpython-38.pyc │ │ │ │ │ │ │ ├── self_outdated_check.cpython-38.pyc │ │ │ │ │ │ │ └── wheel_builder.cpython-38.pyc │ │ │ │ │ │ ├── build_env.py │ │ │ │ │ │ ├── cache.py │ │ │ │ │ │ ├── cli │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ │ │ │ ├── autocompletion.cpython-38.pyc │ │ │ │ │ │ │ │ ├── base_command.cpython-38.pyc │ │ │ │ │ │ │ │ ├── cmdoptions.cpython-38.pyc │ │ │ │ │ │ │ │ ├── command_context.cpython-38.pyc │ │ │ │ │ │ │ │ ├── main.cpython-38.pyc │ │ │ │ │ │ │ │ ├── main_parser.cpython-38.pyc │ │ │ │ │ │ │ │ ├── parser.cpython-38.pyc │ │ │ │ │ │ │ │ ├── req_command.cpython-38.pyc │ │ │ │ │ │ │ │ └── status_codes.cpython-38.pyc │ │ │ │ │ │ │ ├── autocompletion.py │ │ │ │ │ │ │ ├── base_command.py │ │ │ │ │ │ │ ├── cmdoptions.py │ │ │ │ │ │ │ ├── command_context.py │ │ │ │ │ │ │ ├── main.py │ │ │ │ │ │ │ ├── main_parser.py │ │ │ │ │ │ │ ├── parser.py │ │ │ │ │ │ │ ├── req_command.py │ │ │ │ │ │ │ └── status_codes.py │ │ │ │ │ │ ├── commands │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ │ │ │ ├── check.cpython-38.pyc │ │ │ │ │ │ │ │ ├── completion.cpython-38.pyc │ │ │ │ │ │ │ │ ├── configuration.cpython-38.pyc │ │ │ │ │ │ │ │ ├── debug.cpython-38.pyc │ │ │ │ │ │ │ │ ├── download.cpython-38.pyc │ │ │ │ │ │ │ │ ├── freeze.cpython-38.pyc │ │ │ │ │ │ │ │ ├── hash.cpython-38.pyc │ │ │ │ │ │ │ │ ├── help.cpython-38.pyc │ │ │ │ │ │ │ │ ├── install.cpython-38.pyc │ │ │ │ │ │ │ │ ├── list.cpython-38.pyc │ │ │ │ │ │ │ │ ├── search.cpython-38.pyc │ │ │ │ │ │ │ │ ├── show.cpython-38.pyc │ │ │ │ │ │ │ │ ├── uninstall.cpython-38.pyc │ │ │ │ │ │ │ │ └── wheel.cpython-38.pyc │ │ │ │ │ │ │ ├── check.py │ │ │ │ │ │ │ ├── completion.py │ │ │ │ │ │ │ ├── configuration.py │ │ │ │ │ │ │ ├── debug.py │ │ │ │ │ │ │ ├── download.py │ │ │ │ │ │ │ ├── freeze.py │ │ │ │ │ │ │ ├── hash.py │ │ │ │ │ │ │ ├── help.py │ │ │ │ │ │ │ ├── install.py │ │ │ │ │ │ │ ├── list.py │ │ │ │ │ │ │ ├── search.py │ │ │ │ │ │ │ ├── show.py │ │ │ │ │ │ │ ├── uninstall.py │ │ │ │ │ │ │ └── wheel.py │ │ │ │ │ │ ├── configuration.py │ │ │ │ │ │ ├── distributions │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ │ │ │ ├── base.cpython-38.pyc │ │ │ │ │ │ │ │ ├── installed.cpython-38.pyc │ │ │ │ │ │ │ │ ├── sdist.cpython-38.pyc │ │ │ │ │ │ │ │ └── wheel.cpython-38.pyc │ │ │ │ │ │ │ ├── base.py │ │ │ │ │ │ │ ├── installed.py │ │ │ │ │ │ │ ├── sdist.py │ │ │ │ │ │ │ └── wheel.py │ │ │ │ │ │ ├── exceptions.py │ │ │ │ │ │ ├── index │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ │ │ │ ├── collector.cpython-38.pyc │ │ │ │ │ │ │ │ └── package_finder.cpython-38.pyc │ │ │ │ │ │ │ ├── collector.py │ │ │ │ │ │ │ └── package_finder.py │ │ │ │ │ │ ├── legacy_resolve.py │ │ │ │ │ │ ├── locations.py │ │ │ │ │ │ ├── main.py │ │ │ │ │ │ ├── models │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ │ │ │ ├── candidate.cpython-38.pyc │ │ │ │ │ │ │ │ ├── format_control.cpython-38.pyc │ │ │ │ │ │ │ │ ├── index.cpython-38.pyc │ │ │ │ │ │ │ │ ├── link.cpython-38.pyc │ │ │ │ │ │ │ │ ├── scheme.cpython-38.pyc │ │ │ │ │ │ │ │ ├── search_scope.cpython-38.pyc │ │ │ │ │ │ │ │ ├── selection_prefs.cpython-38.pyc │ │ │ │ │ │ │ │ ├── target_python.cpython-38.pyc │ │ │ │ │ │ │ │ └── wheel.cpython-38.pyc │ │ │ │ │ │ │ ├── candidate.py │ │ │ │ │ │ │ ├── format_control.py │ │ │ │ │ │ │ ├── index.py │ │ │ │ │ │ │ ├── link.py │ │ │ │ │ │ │ ├── scheme.py │ │ │ │ │ │ │ ├── search_scope.py │ │ │ │ │ │ │ ├── selection_prefs.py │ │ │ │ │ │ │ ├── target_python.py │ │ │ │ │ │ │ └── wheel.py │ │ │ │ │ │ ├── network │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ │ │ │ ├── auth.cpython-38.pyc │ │ │ │ │ │ │ │ ├── cache.cpython-38.pyc │ │ │ │ │ │ │ │ ├── download.cpython-38.pyc │ │ │ │ │ │ │ │ ├── session.cpython-38.pyc │ │ │ │ │ │ │ │ ├── utils.cpython-38.pyc │ │ │ │ │ │ │ │ └── xmlrpc.cpython-38.pyc │ │ │ │ │ │ │ ├── auth.py │ │ │ │ │ │ │ ├── cache.py │ │ │ │ │ │ │ ├── download.py │ │ │ │ │ │ │ ├── session.py │ │ │ │ │ │ │ ├── utils.py │ │ │ │ │ │ │ └── xmlrpc.py │ │ │ │ │ │ ├── operations │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ │ │ │ ├── check.cpython-38.pyc │ │ │ │ │ │ │ │ ├── freeze.cpython-38.pyc │ │ │ │ │ │ │ │ └── prepare.cpython-38.pyc │ │ │ │ │ │ │ ├── build │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ │ │ │ │ ├── metadata.cpython-38.pyc │ │ │ │ │ │ │ │ │ ├── metadata_legacy.cpython-38.pyc │ │ │ │ │ │ │ │ │ ├── wheel.cpython-38.pyc │ │ │ │ │ │ │ │ │ └── wheel_legacy.cpython-38.pyc │ │ │ │ │ │ │ │ ├── metadata.py │ │ │ │ │ │ │ │ ├── metadata_legacy.py │ │ │ │ │ │ │ │ ├── wheel.py │ │ │ │ │ │ │ │ └── wheel_legacy.py │ │ │ │ │ │ │ ├── check.py │ │ │ │ │ │ │ ├── freeze.py │ │ │ │ │ │ │ ├── install │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ │ │ │ │ ├── editable_legacy.cpython-38.pyc │ │ │ │ │ │ │ │ │ ├── legacy.cpython-38.pyc │ │ │ │ │ │ │ │ │ └── wheel.cpython-38.pyc │ │ │ │ │ │ │ │ ├── editable_legacy.py │ │ │ │ │ │ │ │ ├── legacy.py │ │ │ │ │ │ │ │ └── wheel.py │ │ │ │ │ │ │ └── prepare.py │ │ │ │ │ │ ├── pep425tags.py │ │ │ │ │ │ ├── pyproject.py │ │ │ │ │ │ ├── req │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ │ │ │ ├── constructors.cpython-38.pyc │ │ │ │ │ │ │ │ ├── req_file.cpython-38.pyc │ │ │ │ │ │ │ │ ├── req_install.cpython-38.pyc │ │ │ │ │ │ │ │ ├── req_set.cpython-38.pyc │ │ │ │ │ │ │ │ ├── req_tracker.cpython-38.pyc │ │ │ │ │ │ │ │ └── req_uninstall.cpython-38.pyc │ │ │ │ │ │ │ ├── constructors.py │ │ │ │ │ │ │ ├── req_file.py │ │ │ │ │ │ │ ├── req_install.py │ │ │ │ │ │ │ ├── req_set.py │ │ │ │ │ │ │ ├── req_tracker.py │ │ │ │ │ │ │ └── req_uninstall.py │ │ │ │ │ │ ├── self_outdated_check.py │ │ │ │ │ │ ├── utils │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ │ │ │ ├── appdirs.cpython-38.pyc │ │ │ │ │ │ │ │ ├── compat.cpython-38.pyc │ │ │ │ │ │ │ │ ├── deprecation.cpython-38.pyc │ │ │ │ │ │ │ │ ├── distutils_args.cpython-38.pyc │ │ │ │ │ │ │ │ ├── encoding.cpython-38.pyc │ │ │ │ │ │ │ │ ├── entrypoints.cpython-38.pyc │ │ │ │ │ │ │ │ ├── filesystem.cpython-38.pyc │ │ │ │ │ │ │ │ ├── filetypes.cpython-38.pyc │ │ │ │ │ │ │ │ ├── glibc.cpython-38.pyc │ │ │ │ │ │ │ │ ├── hashes.cpython-38.pyc │ │ │ │ │ │ │ │ ├── inject_securetransport.cpython-38.pyc │ │ │ │ │ │ │ │ ├── logging.cpython-38.pyc │ │ │ │ │ │ │ │ ├── marker_files.cpython-38.pyc │ │ │ │ │ │ │ │ ├── misc.cpython-38.pyc │ │ │ │ │ │ │ │ ├── models.cpython-38.pyc │ │ │ │ │ │ │ │ ├── packaging.cpython-38.pyc │ │ │ │ │ │ │ │ ├── pkg_resources.cpython-38.pyc │ │ │ │ │ │ │ │ ├── setuptools_build.cpython-38.pyc │ │ │ │ │ │ │ │ ├── subprocess.cpython-38.pyc │ │ │ │ │ │ │ │ ├── temp_dir.cpython-38.pyc │ │ │ │ │ │ │ │ ├── typing.cpython-38.pyc │ │ │ │ │ │ │ │ ├── ui.cpython-38.pyc │ │ │ │ │ │ │ │ ├── unpacking.cpython-38.pyc │ │ │ │ │ │ │ │ ├── urls.cpython-38.pyc │ │ │ │ │ │ │ │ ├── virtualenv.cpython-38.pyc │ │ │ │ │ │ │ │ └── wheel.cpython-38.pyc │ │ │ │ │ │ │ ├── appdirs.py │ │ │ │ │ │ │ ├── compat.py │ │ │ │ │ │ │ ├── deprecation.py │ │ │ │ │ │ │ ├── distutils_args.py │ │ │ │ │ │ │ ├── encoding.py │ │ │ │ │ │ │ ├── entrypoints.py │ │ │ │ │ │ │ ├── filesystem.py │ │ │ │ │ │ │ ├── filetypes.py │ │ │ │ │ │ │ ├── glibc.py │ │ │ │ │ │ │ ├── hashes.py │ │ │ │ │ │ │ ├── inject_securetransport.py │ │ │ │ │ │ │ ├── logging.py │ │ │ │ │ │ │ ├── marker_files.py │ │ │ │ │ │ │ ├── misc.py │ │ │ │ │ │ │ ├── models.py │ │ │ │ │ │ │ ├── packaging.py │ │ │ │ │ │ │ ├── pkg_resources.py │ │ │ │ │ │ │ ├── setuptools_build.py │ │ │ │ │ │ │ ├── subprocess.py │ │ │ │ │ │ │ ├── temp_dir.py │ │ │ │ │ │ │ ├── typing.py │ │ │ │ │ │ │ ├── ui.py │ │ │ │ │ │ │ ├── unpacking.py │ │ │ │ │ │ │ ├── urls.py │ │ │ │ │ │ │ ├── virtualenv.py │ │ │ │ │ │ │ └── wheel.py │ │ │ │ │ │ ├── vcs │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ │ │ │ ├── bazaar.cpython-38.pyc │ │ │ │ │ │ │ │ ├── git.cpython-38.pyc │ │ │ │ │ │ │ │ ├── mercurial.cpython-38.pyc │ │ │ │ │ │ │ │ ├── subversion.cpython-38.pyc │ │ │ │ │ │ │ │ └── versioncontrol.cpython-38.pyc │ │ │ │ │ │ │ ├── bazaar.py │ │ │ │ │ │ │ ├── git.py │ │ │ │ │ │ │ ├── mercurial.py │ │ │ │ │ │ │ ├── subversion.py │ │ │ │ │ │ │ └── versioncontrol.py │ │ │ │ │ │ └── wheel_builder.py │ │ │ │ │ └── _vendor │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ └── __pycache__ │ │ │ │ │ │ └── __init__.cpython-38.pyc │ │ │ │ │ ├── pkg_resources-0.0.0.dist-info │ │ │ │ │ ├── AUTHORS.txt │ │ │ │ │ ├── INSTALLER │ │ │ │ │ ├── LICENSE.txt │ │ │ │ │ ├── METADATA │ │ │ │ │ ├── RECORD │ │ │ │ │ └── WHEEL │ │ │ │ │ ├── pkg_resources │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ │ └── py31compat.cpython-38.pyc │ │ │ │ │ ├── _vendor │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ │ │ ├── appdirs.cpython-38.pyc │ │ │ │ │ │ │ ├── pyparsing.cpython-38.pyc │ │ │ │ │ │ │ └── six.cpython-38.pyc │ │ │ │ │ │ ├── appdirs.py │ │ │ │ │ │ ├── packaging │ │ │ │ │ │ │ ├── __about__.py │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __about__.cpython-38.pyc │ │ │ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ │ │ │ ├── _compat.cpython-38.pyc │ │ │ │ │ │ │ │ ├── _structures.cpython-38.pyc │ │ │ │ │ │ │ │ ├── markers.cpython-38.pyc │ │ │ │ │ │ │ │ ├── requirements.cpython-38.pyc │ │ │ │ │ │ │ │ ├── specifiers.cpython-38.pyc │ │ │ │ │ │ │ │ ├── utils.cpython-38.pyc │ │ │ │ │ │ │ │ └── version.cpython-38.pyc │ │ │ │ │ │ │ ├── _compat.py │ │ │ │ │ │ │ ├── _structures.py │ │ │ │ │ │ │ ├── markers.py │ │ │ │ │ │ │ ├── requirements.py │ │ │ │ │ │ │ ├── specifiers.py │ │ │ │ │ │ │ ├── utils.py │ │ │ │ │ │ │ └── version.py │ │ │ │ │ │ ├── pyparsing.py │ │ │ │ │ │ └── six.py │ │ │ │ │ ├── extern │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ └── __pycache__ │ │ │ │ │ │ │ └── __init__.cpython-38.pyc │ │ │ │ │ └── py31compat.py │ │ │ │ │ ├── python_dotenv-0.17.1.dist-info │ │ │ │ │ ├── INSTALLER │ │ │ │ │ ├── LICENSE │ │ │ │ │ ├── METADATA │ │ │ │ │ ├── RECORD │ │ │ │ │ ├── WHEEL │ │ │ │ │ ├── entry_points.txt │ │ │ │ │ └── top_level.txt │ │ │ │ │ ├── setuptools-44.0.0.dist-info │ │ │ │ │ ├── AUTHORS.txt │ │ │ │ │ ├── INSTALLER │ │ │ │ │ ├── LICENSE.txt │ │ │ │ │ ├── METADATA │ │ │ │ │ ├── RECORD │ │ │ │ │ ├── WHEEL │ │ │ │ │ ├── dependency_links.txt │ │ │ │ │ ├── entry_points.txt │ │ │ │ │ ├── top_level.txt │ │ │ │ │ └── zip-safe │ │ │ │ │ ├── setuptools │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ │ ├── _deprecation_warning.cpython-38.pyc │ │ │ │ │ │ ├── _imp.cpython-38.pyc │ │ │ │ │ │ ├── archive_util.cpython-38.pyc │ │ │ │ │ │ ├── build_meta.cpython-38.pyc │ │ │ │ │ │ ├── config.cpython-38.pyc │ │ │ │ │ │ ├── dep_util.cpython-38.pyc │ │ │ │ │ │ ├── depends.cpython-38.pyc │ │ │ │ │ │ ├── dist.cpython-38.pyc │ │ │ │ │ │ ├── errors.cpython-38.pyc │ │ │ │ │ │ ├── extension.cpython-38.pyc │ │ │ │ │ │ ├── glob.cpython-38.pyc │ │ │ │ │ │ ├── installer.cpython-38.pyc │ │ │ │ │ │ ├── launch.cpython-38.pyc │ │ │ │ │ │ ├── lib2to3_ex.cpython-38.pyc │ │ │ │ │ │ ├── monkey.cpython-38.pyc │ │ │ │ │ │ ├── msvc.cpython-38.pyc │ │ │ │ │ │ ├── namespaces.cpython-38.pyc │ │ │ │ │ │ ├── package_index.cpython-38.pyc │ │ │ │ │ │ ├── py27compat.cpython-38.pyc │ │ │ │ │ │ ├── py31compat.cpython-38.pyc │ │ │ │ │ │ ├── py33compat.cpython-38.pyc │ │ │ │ │ │ ├── py34compat.cpython-38.pyc │ │ │ │ │ │ ├── sandbox.cpython-38.pyc │ │ │ │ │ │ ├── site-patch.cpython-38.pyc │ │ │ │ │ │ ├── ssl_support.cpython-38.pyc │ │ │ │ │ │ ├── unicode_utils.cpython-38.pyc │ │ │ │ │ │ ├── version.cpython-38.pyc │ │ │ │ │ │ ├── wheel.cpython-38.pyc │ │ │ │ │ │ └── windows_support.cpython-38.pyc │ │ │ │ │ ├── _deprecation_warning.py │ │ │ │ │ ├── _imp.py │ │ │ │ │ ├── _vendor │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ │ │ ├── ordered_set.cpython-38.pyc │ │ │ │ │ │ │ ├── pyparsing.cpython-38.pyc │ │ │ │ │ │ │ └── six.cpython-38.pyc │ │ │ │ │ │ ├── ordered_set.py │ │ │ │ │ │ ├── packaging │ │ │ │ │ │ │ ├── __about__.py │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __about__.cpython-38.pyc │ │ │ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ │ │ │ ├── _compat.cpython-38.pyc │ │ │ │ │ │ │ │ ├── _structures.cpython-38.pyc │ │ │ │ │ │ │ │ ├── markers.cpython-38.pyc │ │ │ │ │ │ │ │ ├── requirements.cpython-38.pyc │ │ │ │ │ │ │ │ ├── specifiers.cpython-38.pyc │ │ │ │ │ │ │ │ ├── tags.cpython-38.pyc │ │ │ │ │ │ │ │ ├── utils.cpython-38.pyc │ │ │ │ │ │ │ │ └── version.cpython-38.pyc │ │ │ │ │ │ │ ├── _compat.py │ │ │ │ │ │ │ ├── _structures.py │ │ │ │ │ │ │ ├── markers.py │ │ │ │ │ │ │ ├── requirements.py │ │ │ │ │ │ │ ├── specifiers.py │ │ │ │ │ │ │ ├── tags.py │ │ │ │ │ │ │ ├── utils.py │ │ │ │ │ │ │ └── version.py │ │ │ │ │ │ ├── pyparsing.py │ │ │ │ │ │ └── six.py │ │ │ │ │ ├── archive_util.py │ │ │ │ │ ├── build_meta.py │ │ │ │ │ ├── cli-32.exe │ │ │ │ │ ├── cli-64.exe │ │ │ │ │ ├── cli.exe │ │ │ │ │ ├── command │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ │ │ ├── alias.cpython-38.pyc │ │ │ │ │ │ │ ├── bdist_egg.cpython-38.pyc │ │ │ │ │ │ │ ├── bdist_rpm.cpython-38.pyc │ │ │ │ │ │ │ ├── bdist_wininst.cpython-38.pyc │ │ │ │ │ │ │ ├── build_clib.cpython-38.pyc │ │ │ │ │ │ │ ├── build_ext.cpython-38.pyc │ │ │ │ │ │ │ ├── build_py.cpython-38.pyc │ │ │ │ │ │ │ ├── develop.cpython-38.pyc │ │ │ │ │ │ │ ├── dist_info.cpython-38.pyc │ │ │ │ │ │ │ ├── easy_install.cpython-38.pyc │ │ │ │ │ │ │ ├── egg_info.cpython-38.pyc │ │ │ │ │ │ │ ├── install.cpython-38.pyc │ │ │ │ │ │ │ ├── install_egg_info.cpython-38.pyc │ │ │ │ │ │ │ ├── install_lib.cpython-38.pyc │ │ │ │ │ │ │ ├── install_scripts.cpython-38.pyc │ │ │ │ │ │ │ ├── py36compat.cpython-38.pyc │ │ │ │ │ │ │ ├── register.cpython-38.pyc │ │ │ │ │ │ │ ├── rotate.cpython-38.pyc │ │ │ │ │ │ │ ├── saveopts.cpython-38.pyc │ │ │ │ │ │ │ ├── sdist.cpython-38.pyc │ │ │ │ │ │ │ ├── setopt.cpython-38.pyc │ │ │ │ │ │ │ ├── test.cpython-38.pyc │ │ │ │ │ │ │ ├── upload.cpython-38.pyc │ │ │ │ │ │ │ └── upload_docs.cpython-38.pyc │ │ │ │ │ │ ├── alias.py │ │ │ │ │ │ ├── bdist_egg.py │ │ │ │ │ │ ├── bdist_rpm.py │ │ │ │ │ │ ├── bdist_wininst.py │ │ │ │ │ │ ├── build_clib.py │ │ │ │ │ │ ├── build_ext.py │ │ │ │ │ │ ├── build_py.py │ │ │ │ │ │ ├── develop.py │ │ │ │ │ │ ├── dist_info.py │ │ │ │ │ │ ├── easy_install.py │ │ │ │ │ │ ├── egg_info.py │ │ │ │ │ │ ├── install.py │ │ │ │ │ │ ├── install_egg_info.py │ │ │ │ │ │ ├── install_lib.py │ │ │ │ │ │ ├── install_scripts.py │ │ │ │ │ │ ├── launcher manifest.xml │ │ │ │ │ │ ├── py36compat.py │ │ │ │ │ │ ├── register.py │ │ │ │ │ │ ├── rotate.py │ │ │ │ │ │ ├── saveopts.py │ │ │ │ │ │ ├── sdist.py │ │ │ │ │ │ ├── setopt.py │ │ │ │ │ │ ├── test.py │ │ │ │ │ │ ├── upload.py │ │ │ │ │ │ └── upload_docs.py │ │ │ │ │ ├── config.py │ │ │ │ │ ├── dep_util.py │ │ │ │ │ ├── depends.py │ │ │ │ │ ├── dist.py │ │ │ │ │ ├── errors.py │ │ │ │ │ ├── extension.py │ │ │ │ │ ├── extern │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ └── __pycache__ │ │ │ │ │ │ │ └── __init__.cpython-38.pyc │ │ │ │ │ ├── glob.py │ │ │ │ │ ├── gui-32.exe │ │ │ │ │ ├── gui-64.exe │ │ │ │ │ ├── gui.exe │ │ │ │ │ ├── installer.py │ │ │ │ │ ├── launch.py │ │ │ │ │ ├── lib2to3_ex.py │ │ │ │ │ ├── monkey.py │ │ │ │ │ ├── msvc.py │ │ │ │ │ ├── namespaces.py │ │ │ │ │ ├── package_index.py │ │ │ │ │ ├── py27compat.py │ │ │ │ │ ├── py31compat.py │ │ │ │ │ ├── py33compat.py │ │ │ │ │ ├── py34compat.py │ │ │ │ │ ├── sandbox.py │ │ │ │ │ ├── script (dev).tmpl │ │ │ │ │ ├── script.tmpl │ │ │ │ │ ├── site-patch.py │ │ │ │ │ ├── ssl_support.py │ │ │ │ │ ├── unicode_utils.py │ │ │ │ │ ├── version.py │ │ │ │ │ ├── wheel.py │ │ │ │ │ └── windows_support.py │ │ │ │ │ ├── werkzeug │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ │ ├── _internal.cpython-38.pyc │ │ │ │ │ │ ├── _reloader.cpython-38.pyc │ │ │ │ │ │ ├── datastructures.cpython-38.pyc │ │ │ │ │ │ ├── exceptions.cpython-38.pyc │ │ │ │ │ │ ├── filesystem.cpython-38.pyc │ │ │ │ │ │ ├── formparser.cpython-38.pyc │ │ │ │ │ │ ├── http.cpython-38.pyc │ │ │ │ │ │ ├── local.cpython-38.pyc │ │ │ │ │ │ ├── routing.cpython-38.pyc │ │ │ │ │ │ ├── security.cpython-38.pyc │ │ │ │ │ │ ├── serving.cpython-38.pyc │ │ │ │ │ │ ├── test.cpython-38.pyc │ │ │ │ │ │ ├── testapp.cpython-38.pyc │ │ │ │ │ │ ├── urls.cpython-38.pyc │ │ │ │ │ │ ├── user_agent.cpython-38.pyc │ │ │ │ │ │ ├── useragents.cpython-38.pyc │ │ │ │ │ │ ├── utils.cpython-38.pyc │ │ │ │ │ │ └── wsgi.cpython-38.pyc │ │ │ │ │ ├── _internal.py │ │ │ │ │ ├── _reloader.py │ │ │ │ │ ├── datastructures.py │ │ │ │ │ ├── datastructures.pyi │ │ │ │ │ ├── debug │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ │ │ ├── console.cpython-38.pyc │ │ │ │ │ │ │ ├── repr.cpython-38.pyc │ │ │ │ │ │ │ └── tbtools.cpython-38.pyc │ │ │ │ │ │ ├── console.py │ │ │ │ │ │ ├── repr.py │ │ │ │ │ │ ├── shared │ │ │ │ │ │ │ ├── FONT_LICENSE │ │ │ │ │ │ │ ├── ICON_LICENSE.md │ │ │ │ │ │ │ ├── console.png │ │ │ │ │ │ │ ├── debugger.js │ │ │ │ │ │ │ ├── less.png │ │ │ │ │ │ │ ├── more.png │ │ │ │ │ │ │ ├── source.png │ │ │ │ │ │ │ ├── style.css │ │ │ │ │ │ │ └── ubuntu.ttf │ │ │ │ │ │ └── tbtools.py │ │ │ │ │ ├── exceptions.py │ │ │ │ │ ├── filesystem.py │ │ │ │ │ ├── formparser.py │ │ │ │ │ ├── http.py │ │ │ │ │ ├── local.py │ │ │ │ │ ├── middleware │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ │ │ ├── dispatcher.cpython-38.pyc │ │ │ │ │ │ │ ├── http_proxy.cpython-38.pyc │ │ │ │ │ │ │ ├── lint.cpython-38.pyc │ │ │ │ │ │ │ ├── profiler.cpython-38.pyc │ │ │ │ │ │ │ ├── proxy_fix.cpython-38.pyc │ │ │ │ │ │ │ └── shared_data.cpython-38.pyc │ │ │ │ │ │ ├── dispatcher.py │ │ │ │ │ │ ├── http_proxy.py │ │ │ │ │ │ ├── lint.py │ │ │ │ │ │ ├── profiler.py │ │ │ │ │ │ ├── proxy_fix.py │ │ │ │ │ │ └── shared_data.py │ │ │ │ │ ├── py.typed │ │ │ │ │ ├── routing.py │ │ │ │ │ ├── sansio │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ │ │ ├── multipart.cpython-38.pyc │ │ │ │ │ │ │ ├── request.cpython-38.pyc │ │ │ │ │ │ │ ├── response.cpython-38.pyc │ │ │ │ │ │ │ └── utils.cpython-38.pyc │ │ │ │ │ │ ├── multipart.py │ │ │ │ │ │ ├── request.py │ │ │ │ │ │ ├── response.py │ │ │ │ │ │ └── utils.py │ │ │ │ │ ├── security.py │ │ │ │ │ ├── serving.py │ │ │ │ │ ├── test.py │ │ │ │ │ ├── testapp.py │ │ │ │ │ ├── urls.py │ │ │ │ │ ├── user_agent.py │ │ │ │ │ ├── useragents.py │ │ │ │ │ ├── utils.py │ │ │ │ │ ├── wrappers │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ │ │ ├── accept.cpython-38.pyc │ │ │ │ │ │ │ ├── auth.cpython-38.pyc │ │ │ │ │ │ │ ├── base_request.cpython-38.pyc │ │ │ │ │ │ │ ├── base_response.cpython-38.pyc │ │ │ │ │ │ │ ├── common_descriptors.cpython-38.pyc │ │ │ │ │ │ │ ├── cors.cpython-38.pyc │ │ │ │ │ │ │ ├── etag.cpython-38.pyc │ │ │ │ │ │ │ ├── json.cpython-38.pyc │ │ │ │ │ │ │ ├── request.cpython-38.pyc │ │ │ │ │ │ │ ├── response.cpython-38.pyc │ │ │ │ │ │ │ └── user_agent.cpython-38.pyc │ │ │ │ │ │ ├── accept.py │ │ │ │ │ │ ├── auth.py │ │ │ │ │ │ ├── base_request.py │ │ │ │ │ │ ├── base_response.py │ │ │ │ │ │ ├── common_descriptors.py │ │ │ │ │ │ ├── cors.py │ │ │ │ │ │ ├── etag.py │ │ │ │ │ │ ├── json.py │ │ │ │ │ │ ├── request.py │ │ │ │ │ │ ├── response.py │ │ │ │ │ │ └── user_agent.py │ │ │ │ │ └── wsgi.py │ │ │ │ │ └── wtforms │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── __pycache__ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ ├── compat.cpython-38.pyc │ │ │ │ │ ├── form.cpython-38.pyc │ │ │ │ │ ├── i18n.cpython-38.pyc │ │ │ │ │ ├── meta.cpython-38.pyc │ │ │ │ │ ├── utils.cpython-38.pyc │ │ │ │ │ └── validators.cpython-38.pyc │ │ │ │ │ ├── compat.py │ │ │ │ │ ├── csrf │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ │ ├── core.cpython-38.pyc │ │ │ │ │ │ └── session.cpython-38.pyc │ │ │ │ │ ├── core.py │ │ │ │ │ └── session.py │ │ │ │ │ ├── ext │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ └── __init__.cpython-38.pyc │ │ │ │ │ ├── appengine │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ │ │ ├── db.cpython-38.pyc │ │ │ │ │ │ │ ├── fields.cpython-38.pyc │ │ │ │ │ │ │ └── ndb.cpython-38.pyc │ │ │ │ │ │ ├── db.py │ │ │ │ │ │ ├── fields.py │ │ │ │ │ │ └── ndb.py │ │ │ │ │ ├── csrf │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ │ │ ├── fields.cpython-38.pyc │ │ │ │ │ │ │ ├── form.cpython-38.pyc │ │ │ │ │ │ │ └── session.cpython-38.pyc │ │ │ │ │ │ ├── fields.py │ │ │ │ │ │ ├── form.py │ │ │ │ │ │ └── session.py │ │ │ │ │ ├── dateutil │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ │ │ └── fields.cpython-38.pyc │ │ │ │ │ │ └── fields.py │ │ │ │ │ ├── django │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ │ │ ├── fields.cpython-38.pyc │ │ │ │ │ │ │ ├── i18n.cpython-38.pyc │ │ │ │ │ │ │ └── orm.cpython-38.pyc │ │ │ │ │ │ ├── fields.py │ │ │ │ │ │ ├── i18n.py │ │ │ │ │ │ ├── orm.py │ │ │ │ │ │ └── templatetags │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ │ │ └── wtforms.cpython-38.pyc │ │ │ │ │ │ │ └── wtforms.py │ │ │ │ │ ├── i18n │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ │ │ ├── form.cpython-38.pyc │ │ │ │ │ │ │ └── utils.cpython-38.pyc │ │ │ │ │ │ ├── form.py │ │ │ │ │ │ └── utils.py │ │ │ │ │ └── sqlalchemy │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ │ ├── fields.cpython-38.pyc │ │ │ │ │ │ └── orm.cpython-38.pyc │ │ │ │ │ │ ├── fields.py │ │ │ │ │ │ └── orm.py │ │ │ │ │ ├── fields │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ │ ├── core.cpython-38.pyc │ │ │ │ │ │ ├── html5.cpython-38.pyc │ │ │ │ │ │ └── simple.cpython-38.pyc │ │ │ │ │ ├── core.py │ │ │ │ │ ├── html5.py │ │ │ │ │ └── simple.py │ │ │ │ │ ├── form.py │ │ │ │ │ ├── i18n.py │ │ │ │ │ ├── locale │ │ │ │ │ ├── README.md │ │ │ │ │ ├── ar │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ ├── wtforms.mo │ │ │ │ │ │ │ └── wtforms.po │ │ │ │ │ ├── bg │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ ├── wtforms.mo │ │ │ │ │ │ │ └── wtforms.po │ │ │ │ │ ├── ca │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ ├── wtforms.mo │ │ │ │ │ │ │ └── wtforms.po │ │ │ │ │ ├── cs_CZ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ ├── wtforms.mo │ │ │ │ │ │ │ └── wtforms.po │ │ │ │ │ ├── cy │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ ├── wtforms.mo │ │ │ │ │ │ │ └── wtforms.po │ │ │ │ │ ├── de │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ ├── wtforms.mo │ │ │ │ │ │ │ └── wtforms.po │ │ │ │ │ ├── de_CH │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ ├── wtforms.mo │ │ │ │ │ │ │ └── wtforms.po │ │ │ │ │ ├── el │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ ├── wtforms.mo │ │ │ │ │ │ │ └── wtforms.po │ │ │ │ │ ├── en │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ ├── wtforms.mo │ │ │ │ │ │ │ └── wtforms.po │ │ │ │ │ ├── es │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ ├── wtforms.mo │ │ │ │ │ │ │ └── wtforms.po │ │ │ │ │ ├── et │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ ├── wtforms.mo │ │ │ │ │ │ │ └── wtforms.po │ │ │ │ │ ├── fa │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ ├── wtforms.mo │ │ │ │ │ │ │ └── wtforms.po │ │ │ │ │ ├── fi │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ ├── wtforms.mo │ │ │ │ │ │ │ └── wtforms.po │ │ │ │ │ ├── fr │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ ├── wtforms.mo │ │ │ │ │ │ │ └── wtforms.po │ │ │ │ │ ├── he │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ ├── wtforms.mo │ │ │ │ │ │ │ └── wtforms.po │ │ │ │ │ ├── hu │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ ├── wtforms.mo │ │ │ │ │ │ │ └── wtforms.po │ │ │ │ │ ├── it │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ ├── wtforms.mo │ │ │ │ │ │ │ └── wtforms.po │ │ │ │ │ ├── ja │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ ├── wtforms.mo │ │ │ │ │ │ │ └── wtforms.po │ │ │ │ │ ├── ko │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ ├── wtforms.mo │ │ │ │ │ │ │ └── wtforms.po │ │ │ │ │ ├── nb │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ ├── wtforms.mo │ │ │ │ │ │ │ └── wtforms.po │ │ │ │ │ ├── nl │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ ├── wtforms.mo │ │ │ │ │ │ │ └── wtforms.po │ │ │ │ │ ├── pl │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ ├── wtforms.mo │ │ │ │ │ │ │ └── wtforms.po │ │ │ │ │ ├── pt │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ ├── wtforms.mo │ │ │ │ │ │ │ └── wtforms.po │ │ │ │ │ ├── ru │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ ├── wtforms.mo │ │ │ │ │ │ │ └── wtforms.po │ │ │ │ │ ├── sk │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ ├── wtforms.mo │ │ │ │ │ │ │ └── wtforms.po │ │ │ │ │ ├── sv │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ ├── wtforms.mo │ │ │ │ │ │ │ └── wtforms.po │ │ │ │ │ ├── tr │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ ├── wtforms.mo │ │ │ │ │ │ │ └── wtforms.po │ │ │ │ │ ├── uk │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ ├── wtforms.mo │ │ │ │ │ │ │ └── wtforms.po │ │ │ │ │ ├── wtforms.pot │ │ │ │ │ ├── zh │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ ├── wtforms.mo │ │ │ │ │ │ │ └── wtforms.po │ │ │ │ │ └── zh_TW │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ ├── wtforms.mo │ │ │ │ │ │ └── wtforms.po │ │ │ │ │ ├── meta.py │ │ │ │ │ ├── utils.py │ │ │ │ │ ├── validators.py │ │ │ │ │ └── widgets │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── __pycache__ │ │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ │ ├── core.cpython-38.pyc │ │ │ │ │ └── html5.cpython-38.pyc │ │ │ │ │ ├── core.py │ │ │ │ │ └── html5.py │ │ │ ├── lib64 │ │ │ ├── pyvenv.cfg │ │ │ └── share │ │ │ │ └── python-wheels │ │ │ │ ├── CacheControl-0.12.6-py2.py3-none-any.whl │ │ │ │ ├── appdirs-1.4.3-py2.py3-none-any.whl │ │ │ │ ├── certifi-2019.11.28-py2.py3-none-any.whl │ │ │ │ ├── chardet-3.0.4-py2.py3-none-any.whl │ │ │ │ ├── colorama-0.4.3-py2.py3-none-any.whl │ │ │ │ ├── contextlib2-0.6.0-py2.py3-none-any.whl │ │ │ │ ├── distlib-0.3.0-py2.py3-none-any.whl │ │ │ │ ├── distro-1.4.0-py2.py3-none-any.whl │ │ │ │ ├── html5lib-1.0.1-py2.py3-none-any.whl │ │ │ │ ├── idna-2.8-py2.py3-none-any.whl │ │ │ │ ├── ipaddr-2.2.0-py2.py3-none-any.whl │ │ │ │ ├── lockfile-0.12.2-py2.py3-none-any.whl │ │ │ │ ├── msgpack-0.6.2-py2.py3-none-any.whl │ │ │ │ ├── packaging-20.3-py2.py3-none-any.whl │ │ │ │ ├── pep517-0.8.2-py2.py3-none-any.whl │ │ │ │ ├── pip-20.0.2-py2.py3-none-any.whl │ │ │ │ ├── pkg_resources-0.0.0-py2.py3-none-any.whl │ │ │ │ ├── progress-1.5-py2.py3-none-any.whl │ │ │ │ ├── pyparsing-2.4.6-py2.py3-none-any.whl │ │ │ │ ├── requests-2.22.0-py2.py3-none-any.whl │ │ │ │ ├── retrying-1.3.3-py2.py3-none-any.whl │ │ │ │ ├── setuptools-44.0.0-py2.py3-none-any.whl │ │ │ │ ├── six-1.14.0-py2.py3-none-any.whl │ │ │ │ ├── toml-0.10.0-py2.py3-none-any.whl │ │ │ │ ├── urllib3-1.25.8-py2.py3-none-any.whl │ │ │ │ ├── webencodings-0.5.1-py2.py3-none-any.whl │ │ │ │ └── wheel-0.34.2-py2.py3-none-any.whl │ │ └── requirements.txt │ │ └── readme.md └── readme.md ├── FreeCodeCamp ├── Untitled.ipynb ├── adult_data.csv └── data.csv ├── GeeksForGeeks ├── .ipynb_checkpoints │ ├── Untitled-checkpoint.ipynb │ └── sudo placement 2019-checkpoint.ipynb ├── Fork Python │ ├── Module 3.ipynb │ ├── Module Test 2.ipynb │ └── Untitled.ipynb ├── Sudo Placement 2019 │ ├── Chocolate Distribution Problem.py │ ├── Find the closest number.py │ ├── Immediate Smaller Element.py │ ├── Leaders in an array.py │ ├── Print an array in Pendulum Arrangement.py │ ├── Remove consonants from a string..py │ ├── Reverse an Array.py │ ├── Reverse array in groups.py │ ├── Rotate Array.py │ ├── Rotating an Array.py │ ├── SP-Mathematics │ │ └── SP-Mathematics.ipynb │ ├── Sort in specific order.py │ └── bit-magic │ │ └── bit-magic.ipynb ├── Untitled.ipynb ├── issue │ ├── heart-shaped-pattern.py │ └── leader_in_array.py └── sudo placement 2019.ipynb ├── HackerRank ├── 30 Days of Code │ └── 30 Days of Code.ipynb ├── Algorithms │ ├── Implementation │ │ └── Implementation.ipynb │ └── Warmup │ │ └── Untitled.ipynb ├── Contest(Asia Specific) │ ├── IV │ │ └── Untitled.ipynb │ └── V │ │ ├── Contest-Asia-June-2020.ipynb │ │ ├── Jewel Game.png │ │ ├── New Keyboard.png │ │ ├── Rerouting.png │ │ └── The XOR Problem.png ├── Data Structure │ ├── Doubly linked list │ │ ├── Doubly linked list.ipynb │ │ ├── insert_at_head.py │ │ ├── insert_at_tail.py │ │ ├── reverse_list.py │ │ └── sortedInsert_iteration_method.py │ ├── Linked Lists │ │ ├── Linked-Lists.ipynb │ │ ├── Merge-two-sorted-linked-lists.py │ │ ├── Reverse-linked-list.py │ │ ├── compare-linked-list.py │ │ ├── delete-node-at-position.py │ │ ├── insert-at-beginning.py │ │ └── print-in-reverse.py │ └── Tree │ │ ├── Binary Search Tree │ │ ├── Binary Search Tree.ipynb │ │ ├── Insertion_1.py │ │ ├── Insertion_2(function in class).py │ │ └── Lowest Common Ancestor.py │ │ ├── Traversal │ │ ├── inorder.py │ │ ├── levelorder.py │ │ ├── postorder.py │ │ ├── preorder.py │ │ ├── topView.py │ │ └── vertical order.py │ │ └── Untitled.ipynb ├── Interview Preparation Kit │ ├── Arrays │ │ ├── 2D-Array-DS.png │ │ ├── 2D-Array-DS.py │ │ ├── Array-Manipulation.png │ │ ├── Array-Manipulation.py │ │ ├── Arrays-Left-Rotation.png │ │ ├── Arrays-Left-Rotation.py │ │ ├── Arrays.ipynb │ │ ├── Minimum-Swaps-2.png │ │ ├── Minimum-Swaps-2.py │ │ ├── New-Year-Chaos.png │ │ └── New-Year-Chaos.py │ ├── Dictionaries and Hashmaps │ │ ├── Dictionaries-and-Hashmaps.ipynb │ │ ├── Frequency_Queries.png │ │ ├── Frequency_Queries.py │ │ ├── Hash-Tables--Ransom-Note.png │ │ ├── Hash-Tables--Ransom-Note.py │ │ ├── Two-Strings.png │ │ └── Two-Strings.py │ ├── Miscellaneous │ │ ├── Flipping_bits.png │ │ ├── Flipping_bits.py │ │ ├── Friend-Circle-Queries.png │ │ ├── Miscellaneous.ipynb │ │ ├── Time_Complexity-Primality.png │ │ └── Time_Complexity-Primality.py │ ├── String Manipulation │ │ ├── Alternating-Characters.png │ │ ├── Alternating-Characters.py │ │ ├── Common-Child.png │ │ ├── Common-Child.py │ │ ├── Sherlock-and-the-Valid-String.png │ │ ├── Sherlock-and-the-Valid-String.py │ │ ├── Special-String-Again.png │ │ ├── Special-String-Again.py │ │ └── String-Manipulation.ipynb │ └── Warm-up Challenges │ │ ├── .ipynb_checkpoints │ │ └── Warm Up-checkpoint.ipynb │ │ ├── Counting Valleys.py │ │ ├── Jumping-on-the-Clouds.png │ │ ├── Jumping-on-the-Clouds.py │ │ ├── Repeated-String.png │ │ ├── Repeated-String.py │ │ ├── Warm Up.ipynb │ │ └── counting-valleys-problem-2020-06-15-13_16_43.png ├── Practise │ └── practise.ipynb ├── Python │ ├── .ipynb_checkpoints │ │ ├── Python-checkpoint.ipynb │ │ └── zipped-checkpoint.py │ ├── Collections │ │ ├── Collections.ipynb │ │ └── collections.Counter().py │ ├── Math │ │ ├── Ec_aywjUwAAbeCw.jpeg │ │ ├── Math.ipynb │ │ └── complex.png │ ├── Numpy │ │ ├── Numpy.ipynb │ │ └── cross.png │ ├── Python.ipynb │ ├── Strings │ │ ├── Caesar Cipher.py │ │ ├── HackerRank in a String!.py │ │ ├── Mars Exploration.py │ │ ├── Pangrams.py │ │ ├── Strings.ipynb │ │ └── Weighted Uniform Strings.py │ ├── Untitled.ipynb │ ├── set │ │ └── Untitled.ipynb │ ├── zipped.pdf │ ├── zipped.png │ └── zipped.py ├── String │ └── String.ipynb └── Virtusa │ ├── .ipynb_checkpoints │ └── Untitled-checkpoint.ipynb │ ├── Pairs.png │ ├── Sorting_Comparator.png │ └── Untitled.ipynb ├── Hackerearth └── July Circuits '20 │ ├── Cutting a material.py │ └── Untitled.ipynb ├── Hactoberfest2020 ├── Armstrong number.ipynb ├── Checking_Prime_nos.ipynb ├── Menu Driven Prog.(LCM, HCF, Area of Triangle).ipynb ├── N Queen Problem.py ├── No_Idea!.py ├── Sum and Reverse of Digits.ipynb ├── Write_a_function.py ├── readme.md └── twitterSentimentAnalysis.py ├── Infosys └── python.ipynb ├── Inorder traversal.py ├── LICENSE ├── LSRL-Calc.py ├── LeetCode ├── August Leetcode Challenge │ ├── Design HashSet.py │ ├── Distribute Candies to People.py │ ├── Excel Sheet Column Number.py │ ├── Find All Duplicates in an Array.py │ ├── Goat Latin.py │ ├── H-Index.py │ ├── Longest Palindrome.py │ ├── Numbers With Same Consecutive Differences.py │ ├── Pascal's Triangle II.py │ ├── Reorder List.py │ └── Sum of Left Leaves.py ├── December 2020 │ ├── Can Place Flowers.py │ ├── Maximum Depth of Binary Tree.py │ ├── Populating Next Right Pointers in Each Node II.py │ ├── Remove Duplicates from Sorted Array II.py │ ├── Spiral Matrix II.py │ ├── The kth Factor of n.py │ ├── Valid Mountain Array.py │ └── ⭐Pairs of Songs With Total Durations Divisible by 60.py ├── July LeetCoding Challenge 2020 │ ├── Reverse Bits.py │ ├── 3Sum.py │ ├── Arranging-Coins.py │ ├── Climbing Stairs.py │ ├── Hamming Distance.py │ ├── Island Perimeter.py │ ├── July_LeetCoding_Challenge_2020.ipynb │ ├── Maximum Width of Binary Tree.py │ ├── Plus One.py │ ├── Reverse Words in a String.py │ ├── Subsets.py │ ├── Ugly Number II.py │ └── island.png ├── Practice │ ├── 4sum.py │ ├── alien-dictionary.py │ ├── all-oone-data-structure.py │ ├── android-unlock-patterns.py │ ├── balance-a-binary-search-tree.py │ ├── basic-calculator-iv.py │ ├── brace-expansion-ii.py │ ├── brace-expansion.py │ ├── bricks-falling-when-hit.py │ ├── closest-binary-search-tree-value-ii.py │ ├── compare-version-numbers.py │ ├── confusing-number-ii.py │ ├── count-of-range-sum.py │ ├── count-of-smaller-numbers-after-self.py │ ├── cut-off-trees-for-golf-event.py │ ├── design-circular-deque.py │ ├── design-excel-sum-formula.py │ ├── design-linked-list.py │ ├── design-skiplist.py │ ├── design-twitter.py │ ├── different-ways-to-add-parentheses.py │ ├── distinct-echo-substrings.py │ ├── distribute-candies-to-people.py │ ├── falling-squares.py │ ├── flip-game-ii.py │ ├── frog-position-after-t-seconds.py │ ├── guess-the-word.py │ ├── html-entity-parser.py │ ├── index-pairs-of-a-string.py │ ├── interleaving-string.py │ ├── intersection-of-two-arrays-ii.py │ ├── intersection-of-two-arrays.py │ ├── iterator-for-combination.py │ ├── jump-game-v.py │ ├── k-th-smallest-in-lexicographical-order.py │ ├── lfu-cache.py │ ├── linked-list-in-binary-tree.py │ ├── lru-cache.py │ ├── max-sum-of-sub-matrix-no-larger-than-k.py │ ├── maximal-square.py │ ├── maximum-length-of-repeated-subarray.py │ ├── maximum-students-taking-exam.py │ ├── median-of-two-sorted-arrays.py │ ├── merge-k-sorted-lists.py │ ├── minesweeper.py │ ├── minimum-cost-to-make-at-least-one-valid-path-in-a-grid.py │ ├── minimum-knight-moves.py │ ├── minimum-moves-to-move-a-box-to-their-target-location.py │ ├── number-of-valid-words-for-each-puzzle.py │ ├── online-majority-element-in-subarray.py │ ├── palindrome-pairs.py │ ├── prefix-and-suffix-search.py │ ├── range-sum-query-2d-mutable.py │ ├── range-sum-query-mutable.py │ ├── regular-expression-matching.py │ ├── remove-invalid-parentheses.py │ ├── rotate-array.py │ ├── rotate-string.py │ ├── satisfiability-of-equality-equations.py │ ├── search-suggestions-system.py │ ├── sequence-reconstruction.py │ ├── serialize-and-deserialize-binary-tree.py │ ├── shortest-path-to-get-all-keys.py │ ├── sliding-puzzle.py │ ├── sort-an-array.py │ ├── sort-integers-by-the-power-value.py │ ├── sort-items-by-groups-respecting-dependencies.py │ ├── split-array-largest-sum.py │ ├── stream-of-characters.py │ ├── stream-of-characters2.py │ ├── string-matching-in-an-array.py │ ├── strobogrammatic-number-iii.py │ ├── substring-with-concatenation-of-all-words.py │ ├── super-ugly-number.py │ ├── the-k-weakest-rows-in-a-matrix.py │ ├── the-skyline-problem.py │ ├── top-k-frequent-elements.py │ ├── top-k-frequent-words.py │ ├── tweet-counts-per-frequency.py │ ├── web-crawler-multithreaded.py │ ├── wiggle-sort-ii.py │ ├── wildcard-matching.py │ └── zuma-game.py ├── Problems │ ├── Python │ │ ├── Add Two Numbers II │ │ │ └── 1.py │ │ └── Add Two Numbers │ │ │ ├── 2.py │ │ │ └── basic.py │ └── Search Insert Position │ │ ├── by binary search.py │ │ └── without binary search.py └── September Leetcode Challenge │ ├── Maximum Product Subarray.py │ ├── Sum of Root To Leaf Binary Numbers.py │ └── word_pattern.py ├── Linked_List.py ├── Linkedin ├── NLP │ ├── .ipynb_checkpoints │ │ ├── Exploring Text data-checkpoint.ipynb │ │ ├── Pre Processing Of Text Data-checkpoint.ipynb │ │ ├── Reading in Text data-checkpoint.ipynb │ │ └── regex-checkpoint.ipynb │ ├── CH01 │ │ ├── Exploring Text data.ipynb │ │ ├── Pre Processing Of Text Data.ipynb │ │ ├── Reading in Text data.ipynb │ │ ├── SMSSpamCollection.tsv │ │ ├── SMSSpamCollection │ │ │ └── SMSSpamCollection.tsv │ │ ├── SMSSpamCollection_cleaned.tsv │ │ ├── SMSSpamCollection_end.tsv │ │ └── regex.ipynb │ ├── CH02 │ │ ├── .ipynb_checkpoints │ │ │ └── Supplemental Data Cleaning-checkpoint.ipynb │ │ ├── SMSSpamCollection.tsv │ │ └── Supplemental Data Cleaning.ipynb │ └── CH03 │ │ ├── .ipynb_checkpoints │ │ ├── CountVectorizer-checkpoint.ipynb │ │ └── N-Gram-Vectorizer-checkpoint.ipynb │ │ ├── CountVectorizer.ipynb │ │ ├── N-Gram-Vectorizer.ipynb │ │ └── SMSSpamCollection.tsv ├── Opencv │ ├── .ipynb_checkpoints │ │ └── Untitled-checkpoint.ipynb │ ├── 0.jpeg │ ├── Canny_edges.py │ ├── Face Detection │ │ ├── eye_detect.py │ │ ├── face_detect.py │ │ ├── faces.jpeg │ │ ├── haarcascade_eye.xml │ │ ├── haarcascade_frontalface_default.xml │ │ ├── players.jpg │ │ ├── template.jpg │ │ └── template_match.py │ ├── Untitled.ipynb │ ├── contours │ │ ├── area_perimeter_radius.py │ │ ├── detect_blob.png │ │ ├── object_detection.py │ │ └── untitled.txt │ ├── detect_blob.png │ ├── faces.jpeg │ ├── haarcascade_eye.xml │ ├── haarcascade_frontalface_default.xml │ ├── output.jpeg │ ├── players.jpg │ ├── sudoku.png │ ├── template.jpg │ ├── thershold_techniques.png │ ├── threshold │ │ ├── 0.jpeg │ │ ├── adaptive_threading.py │ │ ├── faces.jpeg │ │ ├── otsu_threading.py │ │ ├── simple_threading.py │ │ ├── skin_detection.py │ │ └── sudoku.png │ └── tomatoes.jpg └── python3 │ ├── .ipynb_checkpoints │ └── Untitled-checkpoint.ipynb │ ├── Collections.ipynb │ └── Untitled.ipynb ├── ML └── youtube │ ├── 10 Support Vector Machine (SVM) │ └── svm.ipynb │ ├── 11 Random Forest │ └── Random Forest.ipynb │ ├── 12 - K Fold Cross Validation │ ├── Class.ipynb │ └── K Fold Cross Validation.ipynb │ ├── 13 - K Means Clustering │ ├── KMeans.ipynb │ └── income.csv │ ├── 14 - Naive Bayes │ ├── part - 1.ipynb │ ├── part - 2.ipynb │ ├── spam.csv │ └── titanic.csv │ ├── 2.Logistic Regression │ ├── Logistic Regression_ part_1.ipynb │ ├── Logistic Regression_ part_2.ipynb │ ├── insurance_data.csv │ └── iris_petal_sepal.png │ ├── Decession tree │ ├── Decession Tree.ipynb │ └── salaries.csv │ ├── Dummy Variables & One Hot Encoding │ ├── Untitled.ipynb │ └── homeprices.csv │ ├── Gradient Descent and Cost Function │ ├── Gradient Descent and Cost Function.ipynb │ ├── eq_idea.png │ ├── equation.png │ ├── gr-cost.png │ ├── gr-df.png │ ├── gr-pic.png │ └── gr.gif │ ├── Linear_reg_multiple_variable │ ├── Linear_reg_mul_var.ipynb │ └── homeprices.csv │ ├── Linear_regression_single_variable │ ├── area.csv │ ├── canada_per_capita_income.csv │ ├── download.png │ ├── homeprices.csv │ └── liear_modal.ipynb │ ├── Training and Testing Data │ ├── carprices.csv │ └── training and testing data.ipynb │ └── save and load trained model using picke and sklearn jodlib │ ├── .ipynb_checkpoints │ └── Save Model Using Joblib And Pickle-checkpoint.ipynb │ ├── Save Model Using Joblib And Pickle.ipynb │ ├── homeprices.csv │ ├── load_file │ └── model_joblib ├── OOPS ├── __getitem__.py ├── __getitem__01.py ├── __getitem__setitem__.py ├── __repr__add__sub__del__.py ├── data_structure_algo │ └── LinkedList_01.py ├── inheritence │ ├── inherit_01.py │ ├── multilevel_01.py │ ├── multipath_01.py │ ├── multipath_01_02.py │ ├── multipath_01_03.py │ ├── multipath_02_01.py │ └── simple.py └── mazic_method │ ├── __contains__.py │ ├── __iadd__compex.py │ ├── __index__.py │ ├── for.py │ └── readme.md ├── README.md ├── RTU ├── DIP │ └── intensity transformations │ │ ├── image negatives.ipynb │ │ └── kgv.jpg └── ML LAB │ ├── ID3 decision algo.ipynb │ ├── Untitled.ipynb │ ├── candidate elimation.ipynb │ ├── playtennis.csv │ ├── ws.csv │ └── wse.csv ├── Udemy ├── .ipynb_checkpoints │ └── Numpy-checkpoint.ipynb └── Numpy.ipynb ├── addition ├── matrix_1.py ├── matrix_1_pure_addition.py └── matrix_1_simple.py ├── application ├── calculator.py └── screenshot.py ├── binary.py ├── challenges ├── alphabet_rangoli.py └── designer_door_met.py ├── clock.py ├── cmd ├── cmd_argparse.py └── cmd_sys.py ├── countwords.py ├── date_time └── calendar.py ├── exception_handling ├── inheritence_01.py └── user_defined_exceptio_error.py ├── fibunacii_series.py ├── file_handling ├── banking.py ├── read_fileNotExist_then_errorHandling.py ├── store_student_record_info_read_write.py ├── student_record_read_write_with_no_error_.py ├── with_keyword.py └── write_read_.py ├── function └── recursion │ ├── pattern_01.py │ ├── pattern_01_01.py │ ├── pattern_01_01n.py │ ├── pattern_01_02n.py │ ├── pattern_01n.py │ └── pattern_02_01n.py ├── hacktoberfest.py ├── input ├── list_1.py └── list_2.py ├── ittertools ├── dropwhile_takewhile.py └── zip_longest.py ├── jumping_number.py ├── list └── list_01.py ├── longest_increasing_subsequence.py ├── modules ├── Howdoi │ ├── 1.png │ └── howdoi.ipynb ├── Psutil │ └── psutil.ipynb ├── Pyfiglet │ └── Untitled.ipynb ├── Pyjokes │ └── Pyjokes.ipynb ├── Python Automation And Testing │ ├── Untitled.ipynb │ └── Untitled1.ipynb ├── Pytube │ ├── Pytube.ipynb │ └── YouTube.mp4 ├── Turtle │ ├── Assets │ │ ├── cool_design.png │ │ ├── cool_design_1_1.png │ │ ├── star_1_0.png │ │ └── star_1_1.png │ ├── README.md │ ├── cool_design.py │ ├── cool_design_1_1.py │ ├── star.ipynb │ ├── star_1_0.py │ └── star_1_1.py ├── collections │ └── collections.ipynb ├── fpdf │ ├── input.pdf │ ├── input.txt │ └── text to pdf.py ├── github │ └── github.ipynb ├── googlesearch │ ├── Untitled.ipynb │ └── google_search.py ├── json │ ├── .ipynb_checkpoints │ │ └── JSON-checkpoint.ipynb │ ├── .~JSON.ipynb │ ├── JSON.ipynb │ └── data.json ├── matplotlib │ ├── conclusion.ipynb │ └── plt_scatter.ipynb ├── moviepy (extract audio from a video in Python) │ └── video to audio convertor.py ├── pandas │ └── day_1 │ │ └── intro_series.ipynb ├── phonenumbers │ └── details_of_phone_numbers.py ├── platform │ └── platform.ipynb ├── pygame │ └── dino game │ │ ├── dino.ipynb │ │ ├── main.py │ │ └── sprites │ │ ├── cacti-big.png │ │ ├── cacti-small.png │ │ ├── checkPoint.wav │ │ ├── cloud.png │ │ ├── die.wav │ │ ├── dino.png │ │ ├── dino_ducking.png │ │ ├── game_over.png │ │ ├── ground.png │ │ ├── jump.wav │ │ ├── logo.png │ │ ├── numbers.png │ │ ├── offline-sprite-2x-black.png │ │ ├── ptera.png │ │ └── replay_button.png ├── queue │ └── 1.py ├── random │ └── 1.py └── tqdm │ └── progress bar.py ├── mysql-python.py ├── number_words.py ├── palindrome.py ├── pattern ├── 1_1.py ├── 1_1_1n.py ├── 1_1_2n.py ├── 1_1_3n_1.py ├── 1_1_3n_2.py ├── 1_1_3n_3.py ├── 1_1_3n_4.py ├── 1_1_3n_5.py ├── 1_2.py ├── 1_2_1n.py ├── 1_3_1.py ├── 1_3_2.py ├── 2_1.py ├── 2_1_1n.py ├── 2_2.py ├── 2_3.py ├── 3_1.py ├── 3_1_1.py ├── 4_1.py ├── 6_1.py ├── Heart pattern in python ├── K_sign.py ├── shubh_labh_sign.py └── shubh_labh_sign_code_reducing.py ├── polysum.py ├── prime.py ├── prime_number_check.py ├── set ├── check_strict_super_set.py ├── set_discard_remove_pop.py ├── set_mutations.py └── symmetric_difference.py ├── shuffle array.py ├── str ├── find_a_string.py ├── import_string.py └── string_validators.py ├── student_marks_by_name.py ├── sudoku.py ├── text summariser ├── threading ├── _deadlock_01.py ├── basic.py ├── class_run.py ├── dameon_thread_01.py ├── super_init_calling.py └── timer │ ├── 1.py │ ├── 2.py │ └── basic.py ├── tuple └── hash.py └── whatsapp automation testing ├── Send a WhatsApp Message and specify a StatusCallback URL.py ├── Untitled.ipynb ├── WhatsApp location message.py ├── formatted WhatsApp message.py ├── send media with message.py └── simple messaging.py /.github/workflows/blank.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/.github/workflows/blank.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .ipynb_checkpoints 2 | -------------------------------------------------------------------------------- /7 mistake/.ipynb_checkpoints/7 Mistake-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/7 mistake/.ipynb_checkpoints/7 Mistake-checkpoint.ipynb -------------------------------------------------------------------------------- /7 mistake/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/7 mistake/1.png -------------------------------------------------------------------------------- /7 mistake/2_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/7 mistake/2_1.png -------------------------------------------------------------------------------- /7 mistake/2_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/7 mistake/2_2.png -------------------------------------------------------------------------------- /7 mistake/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/7 mistake/3.png -------------------------------------------------------------------------------- /7 mistake/4_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/7 mistake/4_1.png -------------------------------------------------------------------------------- /7 mistake/4_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/7 mistake/4_2.png -------------------------------------------------------------------------------- /7 mistake/5_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/7 mistake/5_1.png -------------------------------------------------------------------------------- /7 mistake/5_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/7 mistake/5_2.png -------------------------------------------------------------------------------- /7 mistake/6_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/7 mistake/6_1.png -------------------------------------------------------------------------------- /7 mistake/6_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/7 mistake/6_2.png -------------------------------------------------------------------------------- /7 mistake/7 Mistake.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/7 mistake/7 Mistake.ipynb -------------------------------------------------------------------------------- /7 mistake/7_mistake.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/7 mistake/7_mistake.txt -------------------------------------------------------------------------------- /7 mistake/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/7 mistake/README.md -------------------------------------------------------------------------------- /Codechef/August 2020/Another Card Game Problem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Codechef/August 2020/Another Card Game Problem.py -------------------------------------------------------------------------------- /Codechef/August 2020/Chef Wars - Return of the Jedi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Codechef/August 2020/Chef Wars - Return of the Jedi.py -------------------------------------------------------------------------------- /Codechef/August 2020/Chef and Linear Chess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Codechef/August 2020/Chef and Linear Chess.py -------------------------------------------------------------------------------- /Codechef/August 2020/Smallest KMP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Codechef/August 2020/Smallest KMP.py -------------------------------------------------------------------------------- /Codechef/IARCS OPC Judge Problems/C++/Average.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Codechef/IARCS OPC Judge Problems/C++/Average.cpp -------------------------------------------------------------------------------- /Codechef/IARCS OPC Judge Problems/C++/Discrepancies_in_the_Voters_List.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Codechef/IARCS OPC Judge Problems/C++/Discrepancies_in_the_Voters_List.cpp -------------------------------------------------------------------------------- /Codechef/IARCS OPC Judge Problems/C++/Dividing_Squences.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Codechef/IARCS OPC Judge Problems/C++/Dividing_Squences.cpp -------------------------------------------------------------------------------- /Codechef/IARCS OPC Judge Problems/C++/End_of_Corruption.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Codechef/IARCS OPC Judge Problems/C++/End_of_Corruption.cpp -------------------------------------------------------------------------------- /Codechef/IARCS OPC Judge Problems/C++/Find_the_Permutation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Codechef/IARCS OPC Judge Problems/C++/Find_the_Permutation.cpp -------------------------------------------------------------------------------- /Codechef/IARCS OPC Judge Problems/C++/Lead_Game.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Codechef/IARCS OPC Judge Problems/C++/Lead_Game.cpp -------------------------------------------------------------------------------- /Codechef/IARCS OPC Judge Problems/C++/List_of_Books.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Codechef/IARCS OPC Judge Problems/C++/List_of_Books.cpp -------------------------------------------------------------------------------- /Codechef/IARCS OPC Judge Problems/C++/Longest_Palindrome.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Codechef/IARCS OPC Judge Problems/C++/Longest_Palindrome.cpp -------------------------------------------------------------------------------- /Codechef/IARCS OPC Judge Problems/C++/Next_Permutation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Codechef/IARCS OPC Judge Problems/C++/Next_Permutation.cpp -------------------------------------------------------------------------------- /Codechef/IARCS OPC Judge Problems/C++/Permutation_Cycles.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Codechef/IARCS OPC Judge Problems/C++/Permutation_Cycles.cpp -------------------------------------------------------------------------------- /Codechef/IARCS OPC Judge Problems/C++/Reverse.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Codechef/IARCS OPC Judge Problems/C++/Reverse.cpp -------------------------------------------------------------------------------- /Codechef/IARCS OPC Judge Problems/C++/Whats_the_Rank.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Codechef/IARCS OPC Judge Problems/C++/Whats_the_Rank.cpp -------------------------------------------------------------------------------- /Codechef/IARCS OPC Judge Problems/C++/Word_list.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Codechef/IARCS OPC Judge Problems/C++/Word_list.cpp -------------------------------------------------------------------------------- /Codechef/IARCS OPC Judge Problems/C++/Zero_One_Tiles.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Codechef/IARCS OPC Judge Problems/C++/Zero_One_Tiles.cpp -------------------------------------------------------------------------------- /Codechef/JULY_COOK_OFF_2020/Untitled.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Codechef/JULY_COOK_OFF_2020/Untitled.ipynb -------------------------------------------------------------------------------- /Codechef/July 2020/Chef and Card Game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Codechef/July 2020/Chef and Card Game.py -------------------------------------------------------------------------------- /Codechef/July 2020/Chef and Strings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Codechef/July 2020/Chef and Strings.py -------------------------------------------------------------------------------- /Codechef/July 2020/JULY_2020.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Codechef/July 2020/JULY_2020.ipynb -------------------------------------------------------------------------------- /Codechef/July 2020/Missing a Point.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Codechef/July 2020/Missing a Point.py -------------------------------------------------------------------------------- /Codechef/July 2020/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Codechef/July 2020/README.md -------------------------------------------------------------------------------- /Codechef/June 2020/eve_matrix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Codechef/June 2020/eve_matrix.py -------------------------------------------------------------------------------- /Codechef/Practise/PPATTERN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Codechef/Practise/PPATTERN.py -------------------------------------------------------------------------------- /Codechef/Practise/Untitled.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Codechef/Practise/Untitled.ipynb -------------------------------------------------------------------------------- /Coderbyte/Untitled.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coderbyte/Untitled.ipynb -------------------------------------------------------------------------------- /Codevita/12_07_2019/Pattern.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Codevita/12_07_2019/Pattern.py -------------------------------------------------------------------------------- /Codevita/12_07_2019/bride groom.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Codevita/12_07_2019/bride groom.py -------------------------------------------------------------------------------- /Codevita/12_07_2019/string.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Codevita/12_07_2019/string.py -------------------------------------------------------------------------------- /Codevita/2016/Round 2/Decrypt the Crypt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Codevita/2016/Round 2/Decrypt the Crypt.py -------------------------------------------------------------------------------- /Codevita/2020/Zone 1/Constellation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Codevita/2020/Zone 1/Constellation.py -------------------------------------------------------------------------------- /Codevita/2020/Zone 1/Maximum Prize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Codevita/2020/Zone 1/Maximum Prize.py -------------------------------------------------------------------------------- /Codevita/2020/Zone 1/Minimize The Sum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Codevita/2020/Zone 1/Minimize The Sum.cpp -------------------------------------------------------------------------------- /Codevita/2020/Zone 1/Minimize The Sum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Codevita/2020/Zone 1/Minimize The Sum.py -------------------------------------------------------------------------------- /Codevita/2020/Zone 1/Prime Time Again.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Codevita/2020/Zone 1/Prime Time Again.py -------------------------------------------------------------------------------- /Codevita/2020/Zone 2/Path Through Graph.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Codevita/2020/Zone 2/Path Through Graph.cpp -------------------------------------------------------------------------------- /Codevita/2020/Zone 2/Path Through Graph.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Codevita/2020/Zone 2/Path Through Graph.py -------------------------------------------------------------------------------- /Codevita/2020/Zone 2/Secret Word.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Codevita/2020/Zone 2/Secret Word.py -------------------------------------------------------------------------------- /Coursera/.ipynb_checkpoints/week1-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/.ipynb_checkpoints/week1-checkpoint.ipynb -------------------------------------------------------------------------------- /Coursera/Data Analysis with Python/week 1/.ipynb_checkpoints/Libraries-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Data Analysis with Python/week 1/.ipynb_checkpoints/Libraries-checkpoint.ipynb -------------------------------------------------------------------------------- /Coursera/Data Analysis with Python/week 1/.ipynb_checkpoints/Untitled-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Data Analysis with Python/week 1/.ipynb_checkpoints/Untitled-checkpoint.ipynb -------------------------------------------------------------------------------- /Coursera/Data Analysis with Python/week 1/Libraries.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Data Analysis with Python/week 1/Libraries.ipynb -------------------------------------------------------------------------------- /Coursera/Data Analysis with Python/week 1/Untitled.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Data Analysis with Python/week 1/Untitled.ipynb -------------------------------------------------------------------------------- /Coursera/Data Analysis with Python/week 1/data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Data Analysis with Python/week 1/data.csv -------------------------------------------------------------------------------- /Coursera/Data Analysis with Python/week 1/import export data.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Data Analysis with Python/week 1/import export data.ipynb -------------------------------------------------------------------------------- /Coursera/Data Analysis with Python/week 2/.Price.csv.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Data Analysis with Python/week 2/.Price.csv.swp -------------------------------------------------------------------------------- /Coursera/Data Analysis with Python/week 2/Applying changes to entire column.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Data Analysis with Python/week 2/Applying changes to entire column.png -------------------------------------------------------------------------------- /Coursera/Data Analysis with Python/week 2/Binning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Data Analysis with Python/week 2/Binning.png -------------------------------------------------------------------------------- /Coursera/Data Analysis with Python/week 2/Data Formating.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Data Analysis with Python/week 2/Data Formating.png -------------------------------------------------------------------------------- /Coursera/Data Analysis with Python/week 2/Details Required by TCS 2021 Batch - Sheet1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Data Analysis with Python/week 2/Details Required by TCS 2021 Batch - Sheet1.csv -------------------------------------------------------------------------------- /Coursera/Data Analysis with Python/week 2/Details Required by TCS 2021 Batch.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Data Analysis with Python/week 2/Details Required by TCS 2021 Batch.xlsx -------------------------------------------------------------------------------- /Coursera/Data Analysis with Python/week 2/Labs/clean_df.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Data Analysis with Python/week 2/Labs/clean_df.csv -------------------------------------------------------------------------------- /Coursera/Data Analysis with Python/week 2/Labs/data-wrangling.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Data Analysis with Python/week 2/Labs/data-wrangling.ipynb -------------------------------------------------------------------------------- /Coursera/Data Analysis with Python/week 2/Price.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Data Analysis with Python/week 2/Price.csv -------------------------------------------------------------------------------- /Coursera/Data Analysis with Python/week 2/Sacramentorealestatetransactions.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Data Analysis with Python/week 2/Sacramentorealestatetransactions.csv -------------------------------------------------------------------------------- /Coursera/Data Analysis with Python/week 2/Untitled.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Data Analysis with Python/week 2/Untitled.ipynb -------------------------------------------------------------------------------- /Coursera/Data Analysis with Python/week 2/categorical_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Data Analysis with Python/week 2/categorical_01.png -------------------------------------------------------------------------------- /Coursera/Data Analysis with Python/week 2/categorical_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Data Analysis with Python/week 2/categorical_02.png -------------------------------------------------------------------------------- /Coursera/Data Analysis with Python/week 2/correcting data type.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Data Analysis with Python/week 2/correcting data type.png -------------------------------------------------------------------------------- /Coursera/Data Analysis with Python/week 2/incorrect data type.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Data Analysis with Python/week 2/incorrect data type.png -------------------------------------------------------------------------------- /Coursera/Data Analysis with Python/week 3/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Data Analysis with Python/week 3/1.png -------------------------------------------------------------------------------- /Coursera/Data Analysis with Python/week 3/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Data Analysis with Python/week 3/2.png -------------------------------------------------------------------------------- /Coursera/Data Analysis with Python/week 3/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Data Analysis with Python/week 3/3.png -------------------------------------------------------------------------------- /Coursera/Data Analysis with Python/week 3/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Data Analysis with Python/week 3/4.png -------------------------------------------------------------------------------- /Coursera/Data Analysis with Python/week 3/DA0101EN-Review-Exploratory-Data-Analysis.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Data Analysis with Python/week 3/DA0101EN-Review-Exploratory-Data-Analysis.ipynb -------------------------------------------------------------------------------- /Coursera/Data Analysis with Python/week 3/Details Required by TCS 2021 Batch - Sheet1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Data Analysis with Python/week 3/Details Required by TCS 2021 Batch - Sheet1.csv -------------------------------------------------------------------------------- /Coursera/Data Analysis with Python/week 3/Salaries.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Data Analysis with Python/week 3/Salaries.csv -------------------------------------------------------------------------------- /Coursera/Data Analysis with Python/week 3/Untitled.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Data Analysis with Python/week 3/Untitled.ipynb -------------------------------------------------------------------------------- /Coursera/Data Analysis with Python/week 3/gp_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Data Analysis with Python/week 3/gp_01.png -------------------------------------------------------------------------------- /Coursera/Data Analysis with Python/week 3/gp_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Data Analysis with Python/week 3/gp_02.png -------------------------------------------------------------------------------- /Coursera/Data Analysis with Python/week 3/p_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Data Analysis with Python/week 3/p_01.png -------------------------------------------------------------------------------- /Coursera/Data Analysis with Python/week 3/p_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Data Analysis with Python/week 3/p_03.png -------------------------------------------------------------------------------- /Coursera/Data Analysis with Python/week 3/p_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Data Analysis with Python/week 3/p_04.png -------------------------------------------------------------------------------- /Coursera/Data Analysis with Python/week 3/p_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Data Analysis with Python/week 3/p_05.png -------------------------------------------------------------------------------- /Coursera/Data Analysis with Python/week 4/Salaries.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Data Analysis with Python/week 4/Salaries.csv -------------------------------------------------------------------------------- /Coursera/Data Analysis with Python/week 4/Untitled.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Data Analysis with Python/week 4/Untitled.ipynb -------------------------------------------------------------------------------- /Coursera/Data Visualization with Python/india_china.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Data Visualization with Python/india_china.csv -------------------------------------------------------------------------------- /Coursera/Data Visualization with Python/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Data Visualization with Python/readme.md -------------------------------------------------------------------------------- /Coursera/Data Visualization with Python/week 1.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Data Visualization with Python/week 1.ipynb -------------------------------------------------------------------------------- /Coursera/Databases and SQL for Data Science/Connecting_to_a_database_instance.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Databases and SQL for Data Science/Connecting_to_a_database_instance.ipynb -------------------------------------------------------------------------------- /Coursera/Databases and SQL for Data Science/create_and_fetch_table.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Databases and SQL for Data Science/create_and_fetch_table.ipynb -------------------------------------------------------------------------------- /Coursera/Python Data Structures/Coursera (Python Data Structures-[Assignment 10.2] ) .py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Python Data Structures/Coursera (Python Data Structures-[Assignment 10.2] ) .py -------------------------------------------------------------------------------- /Coursera/Python Data Structures/Untitled.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Python Data Structures/Untitled.ipynb -------------------------------------------------------------------------------- /Coursera/Python Data Structures/Untitled1.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Python Data Structures/Untitled1.ipynb -------------------------------------------------------------------------------- /Coursera/Python Data Structures/bad file names.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Python Data Structures/bad file names.py -------------------------------------------------------------------------------- /Coursera/Python Data Structures/bad_file_names.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Python Data Structures/bad_file_names.png -------------------------------------------------------------------------------- /Coursera/Python Data Structures/demo1.txt: -------------------------------------------------------------------------------- 1 | i am keshav 2 | how are you? 3 | i am fine 4 | -------------------------------------------------------------------------------- /Coursera/Python Data Structures/file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Python Data Structures/file.py -------------------------------------------------------------------------------- /Coursera/Python Data Structures/mbox-short.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Python Data Structures/mbox-short.txt -------------------------------------------------------------------------------- /Coursera/Python Data Structures/rename.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Coursera/Python Data Structures/romeo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Python Data Structures/romeo.txt -------------------------------------------------------------------------------- /Coursera/Python for applied Data Science and AI/.ipynb_checkpoints/index-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Python for applied Data Science and AI/.ipynb_checkpoints/index-checkpoint.ipynb -------------------------------------------------------------------------------- /Coursera/Python for applied Data Science and AI/index.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Python for applied Data Science and AI/index.ipynb -------------------------------------------------------------------------------- /Coursera/Python for applied Data Science and AI/k.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Python for applied Data Science and AI/k.csv -------------------------------------------------------------------------------- /Coursera/Python for applied Data Science and AI/k.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Python for applied Data Science and AI/k.txt -------------------------------------------------------------------------------- /Coursera/Tools for Data Science/.ipynb_checkpoints/Week-1-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Tools for Data Science/.ipynb_checkpoints/Week-1-checkpoint.ipynb -------------------------------------------------------------------------------- /Coursera/Tools for Data Science/Week-1.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Coursera/Tools for Data Science/Week-1.ipynb -------------------------------------------------------------------------------- /DP/Hashing/count number of pairs whose sum is divisible by 4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/DP/Hashing/count number of pairs whose sum is divisible by 4.py -------------------------------------------------------------------------------- /DP/Hashing/find missing numbers in array.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/DP/Hashing/find missing numbers in array.py -------------------------------------------------------------------------------- /DP/Hashing/find pair whose sum is equal to target sum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/DP/Hashing/find pair whose sum is equal to target sum.py -------------------------------------------------------------------------------- /Datacamp/IntermediatePython/.ipynb_checkpoints/Matplotlib-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Datacamp/IntermediatePython/.ipynb_checkpoints/Matplotlib-checkpoint.ipynb -------------------------------------------------------------------------------- /Datacamp/IntermediatePython/Dict.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Datacamp/IntermediatePython/Dict.ipynb -------------------------------------------------------------------------------- /Datacamp/IntermediatePython/Matplotlib.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Datacamp/IntermediatePython/Matplotlib.ipynb -------------------------------------------------------------------------------- /Datacamp/IntermediatePython/Pandas.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Datacamp/IntermediatePython/Pandas.ipynb -------------------------------------------------------------------------------- /Datacamp/IntermediatePython/Salaries.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Datacamp/IntermediatePython/Salaries.csv -------------------------------------------------------------------------------- /Datacamp/IntermediatePython/certificate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Datacamp/IntermediatePython/certificate.pdf -------------------------------------------------------------------------------- /Datacamp/IntermediatePython/intermediate_python_ch1_slides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Datacamp/IntermediatePython/intermediate_python_ch1_slides.pdf -------------------------------------------------------------------------------- /Datacamp/IntermediatePython/intermediate_python_ch2_slides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Datacamp/IntermediatePython/intermediate_python_ch2_slides.pdf -------------------------------------------------------------------------------- /Datacamp/IntermediatePython/intermediate_python_ch3_slides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Datacamp/IntermediatePython/intermediate_python_ch3_slides.pdf -------------------------------------------------------------------------------- /Datacamp/IntermediatePython/intermediate_python_ch4_slides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Datacamp/IntermediatePython/intermediate_python_ch4_slides.pdf -------------------------------------------------------------------------------- /Datacamp/IntermediatePython/intermediate_python_ch5_slides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Datacamp/IntermediatePython/intermediate_python_ch5_slides.pdf -------------------------------------------------------------------------------- /Datacamp/Intoduction to seaorn/.ipynb_checkpoints/seaborn-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Datacamp/Intoduction to seaorn/.ipynb_checkpoints/seaborn-checkpoint.ipynb -------------------------------------------------------------------------------- /Datacamp/Intoduction to seaorn/chapter1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Datacamp/Intoduction to seaorn/chapter1.pdf -------------------------------------------------------------------------------- /Datacamp/Intoduction to seaorn/seaborn.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Datacamp/Intoduction to seaorn/seaborn.ipynb -------------------------------------------------------------------------------- /Datacamp/Pandas Foundations/ch1_slides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Datacamp/Pandas Foundations/ch1_slides.pdf -------------------------------------------------------------------------------- /Datacamp/write_a_function/.ipynb_checkpoints/Untitled-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Datacamp/write_a_function/.ipynb_checkpoints/Untitled-checkpoint.ipynb -------------------------------------------------------------------------------- /Datacamp/write_a_function/Untitled.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Datacamp/write_a_function/Untitled.ipynb -------------------------------------------------------------------------------- /Datacamp/write_a_function/chapter2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Datacamp/write_a_function/chapter2.pdf -------------------------------------------------------------------------------- /FORKED_FOR_TSHIRT/66.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/FORKED_FOR_TSHIRT/66.py -------------------------------------------------------------------------------- /FORKED_FOR_TSHIRT/Palindrome.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/FORKED_FOR_TSHIRT/Palindrome.py -------------------------------------------------------------------------------- /FORKED_FOR_TSHIRT/Pandas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/FORKED_FOR_TSHIRT/Pandas.py -------------------------------------------------------------------------------- /FORKED_FOR_TSHIRT/Shell_Sort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/FORKED_FOR_TSHIRT/Shell_Sort.py -------------------------------------------------------------------------------- /FORKED_FOR_TSHIRT/arm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/FORKED_FOR_TSHIRT/arm.py -------------------------------------------------------------------------------- /FORKED_FOR_TSHIRT/bubble_sort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/FORKED_FOR_TSHIRT/bubble_sort.py -------------------------------------------------------------------------------- /FORKED_FOR_TSHIRT/calculator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/FORKED_FOR_TSHIRT/calculator.py -------------------------------------------------------------------------------- /FORKED_FOR_TSHIRT/compound_interest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/FORKED_FOR_TSHIRT/compound_interest.py -------------------------------------------------------------------------------- /FORKED_FOR_TSHIRT/cube_sum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/FORKED_FOR_TSHIRT/cube_sum.py -------------------------------------------------------------------------------- /FORKED_FOR_TSHIRT/factorial.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/FORKED_FOR_TSHIRT/factorial.py -------------------------------------------------------------------------------- /FORKED_FOR_TSHIRT/kj.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/FORKED_FOR_TSHIRT/kj.py -------------------------------------------------------------------------------- /FORKED_FOR_TSHIRT/mockvitaC.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/FORKED_FOR_TSHIRT/mockvitaC.py -------------------------------------------------------------------------------- /FORKED_FOR_TSHIRT/nth_fibunacii.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/FORKED_FOR_TSHIRT/nth_fibunacii.py -------------------------------------------------------------------------------- /FORKED_FOR_TSHIRT/parse_python.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/FORKED_FOR_TSHIRT/parse_python.py -------------------------------------------------------------------------------- /FORKED_FOR_TSHIRT/sort alphanumeric.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/FORKED_FOR_TSHIRT/sort alphanumeric.py -------------------------------------------------------------------------------- /FORKED_FOR_TSHIRT/split_using.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/FORKED_FOR_TSHIRT/split_using.py -------------------------------------------------------------------------------- /Flask/API/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Flask/API/app.py -------------------------------------------------------------------------------- /Flask/API/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Flask/API/readme.md -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/.flaskenv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Flask/Linkedin learning/01/enrollment/.flaskenv -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/__pycache__/main.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Flask/Linkedin learning/01/enrollment/__pycache__/main.cpython-38.pyc -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/application/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Flask/Linkedin learning/01/enrollment/application/__init__.py -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/application/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Flask/Linkedin learning/01/enrollment/application/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/application/__pycache__/routes.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Flask/Linkedin learning/01/enrollment/application/__pycache__/routes.cpython-38.pyc -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/application/routes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Flask/Linkedin learning/01/enrollment/application/routes.py -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/application/static/css/login.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Flask/Linkedin learning/01/enrollment/application/static/css/login.css -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/application/static/css/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Flask/Linkedin learning/01/enrollment/application/static/css/main.css -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/application/templates/_Layout.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Flask/Linkedin learning/01/enrollment/application/templates/_Layout.html -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/application/templates/courses.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Flask/Linkedin learning/01/enrollment/application/templates/courses.html -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/application/templates/enrollment.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Flask/Linkedin learning/01/enrollment/application/templates/enrollment.html -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/application/templates/includes/footer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Flask/Linkedin learning/01/enrollment/application/templates/includes/footer.html -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/application/templates/includes/nav.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Flask/Linkedin learning/01/enrollment/application/templates/includes/nav.html -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/application/templates/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Flask/Linkedin learning/01/enrollment/application/templates/index.html -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/application/templates/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Flask/Linkedin learning/01/enrollment/application/templates/login.html -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/application/templates/register.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Flask/Linkedin learning/01/enrollment/application/templates/register.html -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Flask/Linkedin learning/01/enrollment/config.py -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/main.py: -------------------------------------------------------------------------------- 1 | from application import app -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/bin/Activate.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Flask/Linkedin learning/01/enrollment/my-project-env/bin/Activate.ps1 -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/bin/activate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Flask/Linkedin learning/01/enrollment/my-project-env/bin/activate -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/bin/activate.csh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Flask/Linkedin learning/01/enrollment/my-project-env/bin/activate.csh -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/bin/activate.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Flask/Linkedin learning/01/enrollment/my-project-env/bin/activate.fish -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/bin/dotenv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Flask/Linkedin learning/01/enrollment/my-project-env/bin/dotenv -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/bin/easy_install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Flask/Linkedin learning/01/enrollment/my-project-env/bin/easy_install -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/bin/easy_install-3.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Flask/Linkedin learning/01/enrollment/my-project-env/bin/easy_install-3.8 -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/bin/flask: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Flask/Linkedin learning/01/enrollment/my-project-env/bin/flask -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/bin/pip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Flask/Linkedin learning/01/enrollment/my-project-env/bin/pip -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/bin/pip3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Flask/Linkedin learning/01/enrollment/my-project-env/bin/pip3 -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/bin/pip3.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Flask/Linkedin learning/01/enrollment/my-project-env/bin/pip3.8 -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/bin/python: -------------------------------------------------------------------------------- 1 | python3 -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/bin/python3: -------------------------------------------------------------------------------- 1 | /usr/bin/python3 -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/Flask-2.0.1.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/Flask-2.0.1.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: bdist_wheel (0.36.2) 3 | Root-Is-Purelib: true 4 | Tag: py3-none-any 5 | 6 | -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/Flask-2.0.1.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | flask 2 | -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/Flask_WTF-0.15.1.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/Flask_WTF-0.15.1.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | flask_wtf 2 | -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/Jinja2-3.0.1.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/Jinja2-3.0.1.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: bdist_wheel (0.36.2) 3 | Root-Is-Purelib: true 4 | Tag: py3-none-any 5 | 6 | -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/Jinja2-3.0.1.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | jinja2 2 | -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/MarkupSafe-2.0.1.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/MarkupSafe-2.0.1.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | markupsafe 2 | -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/WTForms-2.3.3.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/WTForms-2.3.3.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | wtforms 2 | -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/Werkzeug-2.0.1.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/Werkzeug-2.0.1.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: bdist_wheel (0.36.2) 3 | Root-Is-Purelib: true 4 | Tag: py3-none-any 5 | 6 | -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/Werkzeug-2.0.1.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | werkzeug 2 | -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/click-8.0.1.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/click-8.0.1.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: bdist_wheel (0.36.2) 3 | Root-Is-Purelib: true 4 | Tag: py3-none-any 5 | 6 | -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/click-8.0.1.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | click 2 | -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/click/core.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/click/core.py -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/click/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/click/types.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/click/types.py -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/click/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/click/utils.py -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/dotenv/cli.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/dotenv/cli.py -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/dotenv/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/dotenv/main.py -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/dotenv/py.typed: -------------------------------------------------------------------------------- 1 | # Marker file for PEP 561 2 | -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/dotenv/version.py: -------------------------------------------------------------------------------- 1 | __version__ = "0.17.1" 2 | -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/flask/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/flask/app.py -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/flask/cli.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/flask/cli.py -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/flask/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/itsdangerous-2.0.1.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/itsdangerous-2.0.1.dist-info/WHEEL: -------------------------------------------------------------------------------- 1 | Wheel-Version: 1.0 2 | Generator: bdist_wheel (0.36.2) 3 | Root-Is-Purelib: true 4 | Tag: py3-none-any 5 | 6 | -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/itsdangerous-2.0.1.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | itsdangerous 2 | -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/itsdangerous/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/jinja2/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/markupsafe/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/pip-20.0.2.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/pip-20.0.2.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/pip/_internal/index/__init__.py: -------------------------------------------------------------------------------- 1 | """Index interaction code 2 | """ 3 | -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/pip/_internal/network/__init__.py: -------------------------------------------------------------------------------- 1 | """Contains purely network-related utilities. 2 | """ 3 | -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/pip/_internal/operations/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/pip/_internal/operations/build/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/pip/_internal/operations/install/__init__.py: -------------------------------------------------------------------------------- 1 | """For modules related to installing packages. 2 | """ 3 | -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/pip/_internal/utils/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/pkg_resources-0.0.0.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/pkg_resources/_vendor/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/python_dotenv-0.17.1.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/python_dotenv-0.17.1.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | dotenv 2 | -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/setuptools-44.0.0.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/setuptools-44.0.0.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | easy_install 2 | pkg_resources 3 | setuptools 4 | -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/setuptools-44.0.0.dist-info/zip-safe: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/setuptools/_vendor/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/werkzeug/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/werkzeug/sansio/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/wtforms/csrf/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/wtforms/ext/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib/python3.8/site-packages/wtforms/ext/django/templatetags/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/lib64: -------------------------------------------------------------------------------- 1 | lib -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/my-project-env/pyvenv.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Flask/Linkedin learning/01/enrollment/my-project-env/pyvenv.cfg -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/enrollment/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Flask/Linkedin learning/01/enrollment/requirements.txt -------------------------------------------------------------------------------- /Flask/Linkedin learning/01/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Flask/Linkedin learning/01/readme.md -------------------------------------------------------------------------------- /Flask/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Flask/readme.md -------------------------------------------------------------------------------- /FreeCodeCamp/Untitled.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/FreeCodeCamp/Untitled.ipynb -------------------------------------------------------------------------------- /FreeCodeCamp/adult_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/FreeCodeCamp/adult_data.csv -------------------------------------------------------------------------------- /FreeCodeCamp/data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/FreeCodeCamp/data.csv -------------------------------------------------------------------------------- /GeeksForGeeks/.ipynb_checkpoints/Untitled-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/GeeksForGeeks/.ipynb_checkpoints/Untitled-checkpoint.ipynb -------------------------------------------------------------------------------- /GeeksForGeeks/.ipynb_checkpoints/sudo placement 2019-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/GeeksForGeeks/.ipynb_checkpoints/sudo placement 2019-checkpoint.ipynb -------------------------------------------------------------------------------- /GeeksForGeeks/Fork Python/Module 3.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/GeeksForGeeks/Fork Python/Module 3.ipynb -------------------------------------------------------------------------------- /GeeksForGeeks/Fork Python/Module Test 2.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/GeeksForGeeks/Fork Python/Module Test 2.ipynb -------------------------------------------------------------------------------- /GeeksForGeeks/Fork Python/Untitled.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/GeeksForGeeks/Fork Python/Untitled.ipynb -------------------------------------------------------------------------------- /GeeksForGeeks/Sudo Placement 2019/Chocolate Distribution Problem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/GeeksForGeeks/Sudo Placement 2019/Chocolate Distribution Problem.py -------------------------------------------------------------------------------- /GeeksForGeeks/Sudo Placement 2019/Find the closest number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/GeeksForGeeks/Sudo Placement 2019/Find the closest number.py -------------------------------------------------------------------------------- /GeeksForGeeks/Sudo Placement 2019/Immediate Smaller Element.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/GeeksForGeeks/Sudo Placement 2019/Immediate Smaller Element.py -------------------------------------------------------------------------------- /GeeksForGeeks/Sudo Placement 2019/Leaders in an array.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/GeeksForGeeks/Sudo Placement 2019/Leaders in an array.py -------------------------------------------------------------------------------- /GeeksForGeeks/Sudo Placement 2019/Print an array in Pendulum Arrangement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/GeeksForGeeks/Sudo Placement 2019/Print an array in Pendulum Arrangement.py -------------------------------------------------------------------------------- /GeeksForGeeks/Sudo Placement 2019/Remove consonants from a string..py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/GeeksForGeeks/Sudo Placement 2019/Remove consonants from a string..py -------------------------------------------------------------------------------- /GeeksForGeeks/Sudo Placement 2019/Reverse an Array.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/GeeksForGeeks/Sudo Placement 2019/Reverse an Array.py -------------------------------------------------------------------------------- /GeeksForGeeks/Sudo Placement 2019/Reverse array in groups.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/GeeksForGeeks/Sudo Placement 2019/Reverse array in groups.py -------------------------------------------------------------------------------- /GeeksForGeeks/Sudo Placement 2019/Rotate Array.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/GeeksForGeeks/Sudo Placement 2019/Rotate Array.py -------------------------------------------------------------------------------- /GeeksForGeeks/Sudo Placement 2019/Rotating an Array.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/GeeksForGeeks/Sudo Placement 2019/Rotating an Array.py -------------------------------------------------------------------------------- /GeeksForGeeks/Sudo Placement 2019/SP-Mathematics/SP-Mathematics.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/GeeksForGeeks/Sudo Placement 2019/SP-Mathematics/SP-Mathematics.ipynb -------------------------------------------------------------------------------- /GeeksForGeeks/Sudo Placement 2019/Sort in specific order.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/GeeksForGeeks/Sudo Placement 2019/Sort in specific order.py -------------------------------------------------------------------------------- /GeeksForGeeks/Sudo Placement 2019/bit-magic/bit-magic.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/GeeksForGeeks/Sudo Placement 2019/bit-magic/bit-magic.ipynb -------------------------------------------------------------------------------- /GeeksForGeeks/Untitled.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/GeeksForGeeks/Untitled.ipynb -------------------------------------------------------------------------------- /GeeksForGeeks/issue/heart-shaped-pattern.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/GeeksForGeeks/issue/heart-shaped-pattern.py -------------------------------------------------------------------------------- /GeeksForGeeks/issue/leader_in_array.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/GeeksForGeeks/issue/leader_in_array.py -------------------------------------------------------------------------------- /GeeksForGeeks/sudo placement 2019.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/GeeksForGeeks/sudo placement 2019.ipynb -------------------------------------------------------------------------------- /HackerRank/30 Days of Code/30 Days of Code.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/30 Days of Code/30 Days of Code.ipynb -------------------------------------------------------------------------------- /HackerRank/Algorithms/Implementation/Implementation.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Algorithms/Implementation/Implementation.ipynb -------------------------------------------------------------------------------- /HackerRank/Algorithms/Warmup/Untitled.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Algorithms/Warmup/Untitled.ipynb -------------------------------------------------------------------------------- /HackerRank/Contest(Asia Specific)/IV/Untitled.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Contest(Asia Specific)/IV/Untitled.ipynb -------------------------------------------------------------------------------- /HackerRank/Contest(Asia Specific)/V/Contest-Asia-June-2020.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Contest(Asia Specific)/V/Contest-Asia-June-2020.ipynb -------------------------------------------------------------------------------- /HackerRank/Contest(Asia Specific)/V/Jewel Game.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Contest(Asia Specific)/V/Jewel Game.png -------------------------------------------------------------------------------- /HackerRank/Contest(Asia Specific)/V/New Keyboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Contest(Asia Specific)/V/New Keyboard.png -------------------------------------------------------------------------------- /HackerRank/Contest(Asia Specific)/V/Rerouting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Contest(Asia Specific)/V/Rerouting.png -------------------------------------------------------------------------------- /HackerRank/Contest(Asia Specific)/V/The XOR Problem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Contest(Asia Specific)/V/The XOR Problem.png -------------------------------------------------------------------------------- /HackerRank/Data Structure/Doubly linked list/Doubly linked list.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Data Structure/Doubly linked list/Doubly linked list.ipynb -------------------------------------------------------------------------------- /HackerRank/Data Structure/Doubly linked list/insert_at_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Data Structure/Doubly linked list/insert_at_head.py -------------------------------------------------------------------------------- /HackerRank/Data Structure/Doubly linked list/insert_at_tail.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Data Structure/Doubly linked list/insert_at_tail.py -------------------------------------------------------------------------------- /HackerRank/Data Structure/Doubly linked list/reverse_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Data Structure/Doubly linked list/reverse_list.py -------------------------------------------------------------------------------- /HackerRank/Data Structure/Doubly linked list/sortedInsert_iteration_method.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Data Structure/Doubly linked list/sortedInsert_iteration_method.py -------------------------------------------------------------------------------- /HackerRank/Data Structure/Linked Lists/Linked-Lists.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Data Structure/Linked Lists/Linked-Lists.ipynb -------------------------------------------------------------------------------- /HackerRank/Data Structure/Linked Lists/Merge-two-sorted-linked-lists.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Data Structure/Linked Lists/Merge-two-sorted-linked-lists.py -------------------------------------------------------------------------------- /HackerRank/Data Structure/Linked Lists/Reverse-linked-list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Data Structure/Linked Lists/Reverse-linked-list.py -------------------------------------------------------------------------------- /HackerRank/Data Structure/Linked Lists/compare-linked-list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Data Structure/Linked Lists/compare-linked-list.py -------------------------------------------------------------------------------- /HackerRank/Data Structure/Linked Lists/delete-node-at-position.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Data Structure/Linked Lists/delete-node-at-position.py -------------------------------------------------------------------------------- /HackerRank/Data Structure/Linked Lists/insert-at-beginning.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Data Structure/Linked Lists/insert-at-beginning.py -------------------------------------------------------------------------------- /HackerRank/Data Structure/Linked Lists/print-in-reverse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Data Structure/Linked Lists/print-in-reverse.py -------------------------------------------------------------------------------- /HackerRank/Data Structure/Tree/Binary Search Tree/Binary Search Tree.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Data Structure/Tree/Binary Search Tree/Binary Search Tree.ipynb -------------------------------------------------------------------------------- /HackerRank/Data Structure/Tree/Binary Search Tree/Insertion_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Data Structure/Tree/Binary Search Tree/Insertion_1.py -------------------------------------------------------------------------------- /HackerRank/Data Structure/Tree/Binary Search Tree/Insertion_2(function in class).py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Data Structure/Tree/Binary Search Tree/Insertion_2(function in class).py -------------------------------------------------------------------------------- /HackerRank/Data Structure/Tree/Binary Search Tree/Lowest Common Ancestor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Data Structure/Tree/Binary Search Tree/Lowest Common Ancestor.py -------------------------------------------------------------------------------- /HackerRank/Data Structure/Tree/Traversal/inorder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Data Structure/Tree/Traversal/inorder.py -------------------------------------------------------------------------------- /HackerRank/Data Structure/Tree/Traversal/levelorder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Data Structure/Tree/Traversal/levelorder.py -------------------------------------------------------------------------------- /HackerRank/Data Structure/Tree/Traversal/postorder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Data Structure/Tree/Traversal/postorder.py -------------------------------------------------------------------------------- /HackerRank/Data Structure/Tree/Traversal/preorder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Data Structure/Tree/Traversal/preorder.py -------------------------------------------------------------------------------- /HackerRank/Data Structure/Tree/Traversal/topView.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Data Structure/Tree/Traversal/topView.py -------------------------------------------------------------------------------- /HackerRank/Data Structure/Tree/Traversal/vertical order.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Data Structure/Tree/Traversal/vertical order.py -------------------------------------------------------------------------------- /HackerRank/Data Structure/Tree/Untitled.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Data Structure/Tree/Untitled.ipynb -------------------------------------------------------------------------------- /HackerRank/Interview Preparation Kit/Arrays/2D-Array-DS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Interview Preparation Kit/Arrays/2D-Array-DS.png -------------------------------------------------------------------------------- /HackerRank/Interview Preparation Kit/Arrays/2D-Array-DS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Interview Preparation Kit/Arrays/2D-Array-DS.py -------------------------------------------------------------------------------- /HackerRank/Interview Preparation Kit/Arrays/Array-Manipulation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Interview Preparation Kit/Arrays/Array-Manipulation.png -------------------------------------------------------------------------------- /HackerRank/Interview Preparation Kit/Arrays/Array-Manipulation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Interview Preparation Kit/Arrays/Array-Manipulation.py -------------------------------------------------------------------------------- /HackerRank/Interview Preparation Kit/Arrays/Arrays-Left-Rotation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Interview Preparation Kit/Arrays/Arrays-Left-Rotation.png -------------------------------------------------------------------------------- /HackerRank/Interview Preparation Kit/Arrays/Arrays-Left-Rotation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Interview Preparation Kit/Arrays/Arrays-Left-Rotation.py -------------------------------------------------------------------------------- /HackerRank/Interview Preparation Kit/Arrays/Arrays.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Interview Preparation Kit/Arrays/Arrays.ipynb -------------------------------------------------------------------------------- /HackerRank/Interview Preparation Kit/Arrays/Minimum-Swaps-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Interview Preparation Kit/Arrays/Minimum-Swaps-2.png -------------------------------------------------------------------------------- /HackerRank/Interview Preparation Kit/Arrays/Minimum-Swaps-2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Interview Preparation Kit/Arrays/Minimum-Swaps-2.py -------------------------------------------------------------------------------- /HackerRank/Interview Preparation Kit/Arrays/New-Year-Chaos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Interview Preparation Kit/Arrays/New-Year-Chaos.png -------------------------------------------------------------------------------- /HackerRank/Interview Preparation Kit/Arrays/New-Year-Chaos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Interview Preparation Kit/Arrays/New-Year-Chaos.py -------------------------------------------------------------------------------- /HackerRank/Interview Preparation Kit/Dictionaries and Hashmaps/Frequency_Queries.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Interview Preparation Kit/Dictionaries and Hashmaps/Frequency_Queries.png -------------------------------------------------------------------------------- /HackerRank/Interview Preparation Kit/Dictionaries and Hashmaps/Frequency_Queries.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Interview Preparation Kit/Dictionaries and Hashmaps/Frequency_Queries.py -------------------------------------------------------------------------------- /HackerRank/Interview Preparation Kit/Dictionaries and Hashmaps/Hash-Tables--Ransom-Note.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Interview Preparation Kit/Dictionaries and Hashmaps/Hash-Tables--Ransom-Note.png -------------------------------------------------------------------------------- /HackerRank/Interview Preparation Kit/Dictionaries and Hashmaps/Hash-Tables--Ransom-Note.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Interview Preparation Kit/Dictionaries and Hashmaps/Hash-Tables--Ransom-Note.py -------------------------------------------------------------------------------- /HackerRank/Interview Preparation Kit/Dictionaries and Hashmaps/Two-Strings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Interview Preparation Kit/Dictionaries and Hashmaps/Two-Strings.png -------------------------------------------------------------------------------- /HackerRank/Interview Preparation Kit/Dictionaries and Hashmaps/Two-Strings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Interview Preparation Kit/Dictionaries and Hashmaps/Two-Strings.py -------------------------------------------------------------------------------- /HackerRank/Interview Preparation Kit/Miscellaneous/Flipping_bits.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Interview Preparation Kit/Miscellaneous/Flipping_bits.png -------------------------------------------------------------------------------- /HackerRank/Interview Preparation Kit/Miscellaneous/Flipping_bits.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Interview Preparation Kit/Miscellaneous/Flipping_bits.py -------------------------------------------------------------------------------- /HackerRank/Interview Preparation Kit/Miscellaneous/Friend-Circle-Queries.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Interview Preparation Kit/Miscellaneous/Friend-Circle-Queries.png -------------------------------------------------------------------------------- /HackerRank/Interview Preparation Kit/Miscellaneous/Miscellaneous.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Interview Preparation Kit/Miscellaneous/Miscellaneous.ipynb -------------------------------------------------------------------------------- /HackerRank/Interview Preparation Kit/Miscellaneous/Time_Complexity-Primality.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Interview Preparation Kit/Miscellaneous/Time_Complexity-Primality.png -------------------------------------------------------------------------------- /HackerRank/Interview Preparation Kit/Miscellaneous/Time_Complexity-Primality.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Interview Preparation Kit/Miscellaneous/Time_Complexity-Primality.py -------------------------------------------------------------------------------- /HackerRank/Interview Preparation Kit/String Manipulation/Alternating-Characters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Interview Preparation Kit/String Manipulation/Alternating-Characters.png -------------------------------------------------------------------------------- /HackerRank/Interview Preparation Kit/String Manipulation/Alternating-Characters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Interview Preparation Kit/String Manipulation/Alternating-Characters.py -------------------------------------------------------------------------------- /HackerRank/Interview Preparation Kit/String Manipulation/Common-Child.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Interview Preparation Kit/String Manipulation/Common-Child.png -------------------------------------------------------------------------------- /HackerRank/Interview Preparation Kit/String Manipulation/Common-Child.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Interview Preparation Kit/String Manipulation/Common-Child.py -------------------------------------------------------------------------------- /HackerRank/Interview Preparation Kit/String Manipulation/Sherlock-and-the-Valid-String.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Interview Preparation Kit/String Manipulation/Sherlock-and-the-Valid-String.png -------------------------------------------------------------------------------- /HackerRank/Interview Preparation Kit/String Manipulation/Sherlock-and-the-Valid-String.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Interview Preparation Kit/String Manipulation/Sherlock-and-the-Valid-String.py -------------------------------------------------------------------------------- /HackerRank/Interview Preparation Kit/String Manipulation/Special-String-Again.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Interview Preparation Kit/String Manipulation/Special-String-Again.png -------------------------------------------------------------------------------- /HackerRank/Interview Preparation Kit/String Manipulation/Special-String-Again.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Interview Preparation Kit/String Manipulation/Special-String-Again.py -------------------------------------------------------------------------------- /HackerRank/Interview Preparation Kit/String Manipulation/String-Manipulation.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Interview Preparation Kit/String Manipulation/String-Manipulation.ipynb -------------------------------------------------------------------------------- /HackerRank/Interview Preparation Kit/Warm-up Challenges/Counting Valleys.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Interview Preparation Kit/Warm-up Challenges/Counting Valleys.py -------------------------------------------------------------------------------- /HackerRank/Interview Preparation Kit/Warm-up Challenges/Jumping-on-the-Clouds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Interview Preparation Kit/Warm-up Challenges/Jumping-on-the-Clouds.png -------------------------------------------------------------------------------- /HackerRank/Interview Preparation Kit/Warm-up Challenges/Jumping-on-the-Clouds.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Interview Preparation Kit/Warm-up Challenges/Jumping-on-the-Clouds.py -------------------------------------------------------------------------------- /HackerRank/Interview Preparation Kit/Warm-up Challenges/Repeated-String.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Interview Preparation Kit/Warm-up Challenges/Repeated-String.png -------------------------------------------------------------------------------- /HackerRank/Interview Preparation Kit/Warm-up Challenges/Repeated-String.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Interview Preparation Kit/Warm-up Challenges/Repeated-String.py -------------------------------------------------------------------------------- /HackerRank/Interview Preparation Kit/Warm-up Challenges/Warm Up.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Interview Preparation Kit/Warm-up Challenges/Warm Up.ipynb -------------------------------------------------------------------------------- /HackerRank/Practise/practise.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Practise/practise.ipynb -------------------------------------------------------------------------------- /HackerRank/Python/.ipynb_checkpoints/Python-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Python/.ipynb_checkpoints/Python-checkpoint.ipynb -------------------------------------------------------------------------------- /HackerRank/Python/.ipynb_checkpoints/zipped-checkpoint.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Python/.ipynb_checkpoints/zipped-checkpoint.py -------------------------------------------------------------------------------- /HackerRank/Python/Collections/Collections.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Python/Collections/Collections.ipynb -------------------------------------------------------------------------------- /HackerRank/Python/Collections/collections.Counter().py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Python/Collections/collections.Counter().py -------------------------------------------------------------------------------- /HackerRank/Python/Math/Ec_aywjUwAAbeCw.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Python/Math/Ec_aywjUwAAbeCw.jpeg -------------------------------------------------------------------------------- /HackerRank/Python/Math/Math.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Python/Math/Math.ipynb -------------------------------------------------------------------------------- /HackerRank/Python/Math/complex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Python/Math/complex.png -------------------------------------------------------------------------------- /HackerRank/Python/Numpy/Numpy.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Python/Numpy/Numpy.ipynb -------------------------------------------------------------------------------- /HackerRank/Python/Numpy/cross.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Python/Numpy/cross.png -------------------------------------------------------------------------------- /HackerRank/Python/Python.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Python/Python.ipynb -------------------------------------------------------------------------------- /HackerRank/Python/Strings/Caesar Cipher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Python/Strings/Caesar Cipher.py -------------------------------------------------------------------------------- /HackerRank/Python/Strings/HackerRank in a String!.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Python/Strings/HackerRank in a String!.py -------------------------------------------------------------------------------- /HackerRank/Python/Strings/Mars Exploration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Python/Strings/Mars Exploration.py -------------------------------------------------------------------------------- /HackerRank/Python/Strings/Pangrams.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Python/Strings/Pangrams.py -------------------------------------------------------------------------------- /HackerRank/Python/Strings/Strings.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Python/Strings/Strings.ipynb -------------------------------------------------------------------------------- /HackerRank/Python/Strings/Weighted Uniform Strings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Python/Strings/Weighted Uniform Strings.py -------------------------------------------------------------------------------- /HackerRank/Python/Untitled.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Python/Untitled.ipynb -------------------------------------------------------------------------------- /HackerRank/Python/set/Untitled.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Python/set/Untitled.ipynb -------------------------------------------------------------------------------- /HackerRank/Python/zipped.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Python/zipped.pdf -------------------------------------------------------------------------------- /HackerRank/Python/zipped.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Python/zipped.png -------------------------------------------------------------------------------- /HackerRank/Python/zipped.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Python/zipped.py -------------------------------------------------------------------------------- /HackerRank/String/String.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/String/String.ipynb -------------------------------------------------------------------------------- /HackerRank/Virtusa/.ipynb_checkpoints/Untitled-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Virtusa/.ipynb_checkpoints/Untitled-checkpoint.ipynb -------------------------------------------------------------------------------- /HackerRank/Virtusa/Pairs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Virtusa/Pairs.png -------------------------------------------------------------------------------- /HackerRank/Virtusa/Sorting_Comparator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Virtusa/Sorting_Comparator.png -------------------------------------------------------------------------------- /HackerRank/Virtusa/Untitled.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/HackerRank/Virtusa/Untitled.ipynb -------------------------------------------------------------------------------- /Hackerearth/July Circuits '20/Cutting a material.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Hackerearth/July Circuits '20/Cutting a material.py -------------------------------------------------------------------------------- /Hackerearth/July Circuits '20/Untitled.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Hackerearth/July Circuits '20/Untitled.ipynb -------------------------------------------------------------------------------- /Hactoberfest2020/Armstrong number.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Hactoberfest2020/Armstrong number.ipynb -------------------------------------------------------------------------------- /Hactoberfest2020/Checking_Prime_nos.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Hactoberfest2020/Checking_Prime_nos.ipynb -------------------------------------------------------------------------------- /Hactoberfest2020/Menu Driven Prog.(LCM, HCF, Area of Triangle).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Hactoberfest2020/Menu Driven Prog.(LCM, HCF, Area of Triangle).ipynb -------------------------------------------------------------------------------- /Hactoberfest2020/N Queen Problem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Hactoberfest2020/N Queen Problem.py -------------------------------------------------------------------------------- /Hactoberfest2020/No_Idea!.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Hactoberfest2020/No_Idea!.py -------------------------------------------------------------------------------- /Hactoberfest2020/Sum and Reverse of Digits.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Hactoberfest2020/Sum and Reverse of Digits.ipynb -------------------------------------------------------------------------------- /Hactoberfest2020/Write_a_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Hactoberfest2020/Write_a_function.py -------------------------------------------------------------------------------- /Hactoberfest2020/readme.md: -------------------------------------------------------------------------------- 1 | Hactoberfest 2020 2 | -------------------------------------------------------------------------------- /Hactoberfest2020/twitterSentimentAnalysis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Hactoberfest2020/twitterSentimentAnalysis.py -------------------------------------------------------------------------------- /Infosys/python.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Infosys/python.ipynb -------------------------------------------------------------------------------- /Inorder traversal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Inorder traversal.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LICENSE -------------------------------------------------------------------------------- /LSRL-Calc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LSRL-Calc.py -------------------------------------------------------------------------------- /LeetCode/August Leetcode Challenge/ Design HashSet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/August Leetcode Challenge/ Design HashSet.py -------------------------------------------------------------------------------- /LeetCode/August Leetcode Challenge/Distribute Candies to People.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/August Leetcode Challenge/Distribute Candies to People.py -------------------------------------------------------------------------------- /LeetCode/August Leetcode Challenge/Excel Sheet Column Number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/August Leetcode Challenge/Excel Sheet Column Number.py -------------------------------------------------------------------------------- /LeetCode/August Leetcode Challenge/Find All Duplicates in an Array.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/August Leetcode Challenge/Find All Duplicates in an Array.py -------------------------------------------------------------------------------- /LeetCode/August Leetcode Challenge/Goat Latin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/August Leetcode Challenge/Goat Latin.py -------------------------------------------------------------------------------- /LeetCode/August Leetcode Challenge/H-Index.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/August Leetcode Challenge/H-Index.py -------------------------------------------------------------------------------- /LeetCode/August Leetcode Challenge/Longest Palindrome.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/August Leetcode Challenge/Longest Palindrome.py -------------------------------------------------------------------------------- /LeetCode/August Leetcode Challenge/Numbers With Same Consecutive Differences.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/August Leetcode Challenge/Numbers With Same Consecutive Differences.py -------------------------------------------------------------------------------- /LeetCode/August Leetcode Challenge/Pascal's Triangle II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/August Leetcode Challenge/Pascal's Triangle II.py -------------------------------------------------------------------------------- /LeetCode/August Leetcode Challenge/Reorder List.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/August Leetcode Challenge/Reorder List.py -------------------------------------------------------------------------------- /LeetCode/August Leetcode Challenge/Sum of Left Leaves.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/August Leetcode Challenge/Sum of Left Leaves.py -------------------------------------------------------------------------------- /LeetCode/December 2020/Can Place Flowers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/December 2020/Can Place Flowers.py -------------------------------------------------------------------------------- /LeetCode/December 2020/Maximum Depth of Binary Tree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/December 2020/Maximum Depth of Binary Tree.py -------------------------------------------------------------------------------- /LeetCode/December 2020/Populating Next Right Pointers in Each Node II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/December 2020/Populating Next Right Pointers in Each Node II.py -------------------------------------------------------------------------------- /LeetCode/December 2020/Remove Duplicates from Sorted Array II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/December 2020/Remove Duplicates from Sorted Array II.py -------------------------------------------------------------------------------- /LeetCode/December 2020/Spiral Matrix II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/December 2020/Spiral Matrix II.py -------------------------------------------------------------------------------- /LeetCode/December 2020/The kth Factor of n.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/December 2020/The kth Factor of n.py -------------------------------------------------------------------------------- /LeetCode/December 2020/Valid Mountain Array.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/December 2020/Valid Mountain Array.py -------------------------------------------------------------------------------- /LeetCode/December 2020/⭐Pairs of Songs With Total Durations Divisible by 60.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/December 2020/⭐Pairs of Songs With Total Durations Divisible by 60.py -------------------------------------------------------------------------------- /LeetCode/July LeetCoding Challenge 2020/ Reverse Bits.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/July LeetCoding Challenge 2020/ Reverse Bits.py -------------------------------------------------------------------------------- /LeetCode/July LeetCoding Challenge 2020/3Sum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/July LeetCoding Challenge 2020/3Sum.py -------------------------------------------------------------------------------- /LeetCode/July LeetCoding Challenge 2020/Arranging-Coins.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/July LeetCoding Challenge 2020/Arranging-Coins.py -------------------------------------------------------------------------------- /LeetCode/July LeetCoding Challenge 2020/Climbing Stairs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/July LeetCoding Challenge 2020/Climbing Stairs.py -------------------------------------------------------------------------------- /LeetCode/July LeetCoding Challenge 2020/Hamming Distance.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/July LeetCoding Challenge 2020/Hamming Distance.py -------------------------------------------------------------------------------- /LeetCode/July LeetCoding Challenge 2020/Island Perimeter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/July LeetCoding Challenge 2020/Island Perimeter.py -------------------------------------------------------------------------------- /LeetCode/July LeetCoding Challenge 2020/July_LeetCoding_Challenge_2020.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/July LeetCoding Challenge 2020/July_LeetCoding_Challenge_2020.ipynb -------------------------------------------------------------------------------- /LeetCode/July LeetCoding Challenge 2020/Maximum Width of Binary Tree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/July LeetCoding Challenge 2020/Maximum Width of Binary Tree.py -------------------------------------------------------------------------------- /LeetCode/July LeetCoding Challenge 2020/Plus One.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/July LeetCoding Challenge 2020/Plus One.py -------------------------------------------------------------------------------- /LeetCode/July LeetCoding Challenge 2020/Reverse Words in a String.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/July LeetCoding Challenge 2020/Reverse Words in a String.py -------------------------------------------------------------------------------- /LeetCode/July LeetCoding Challenge 2020/Subsets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/July LeetCoding Challenge 2020/Subsets.py -------------------------------------------------------------------------------- /LeetCode/July LeetCoding Challenge 2020/Ugly Number II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/July LeetCoding Challenge 2020/Ugly Number II.py -------------------------------------------------------------------------------- /LeetCode/July LeetCoding Challenge 2020/island.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/July LeetCoding Challenge 2020/island.png -------------------------------------------------------------------------------- /LeetCode/Practice/4sum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/4sum.py -------------------------------------------------------------------------------- /LeetCode/Practice/alien-dictionary.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/alien-dictionary.py -------------------------------------------------------------------------------- /LeetCode/Practice/all-oone-data-structure.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/all-oone-data-structure.py -------------------------------------------------------------------------------- /LeetCode/Practice/android-unlock-patterns.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/android-unlock-patterns.py -------------------------------------------------------------------------------- /LeetCode/Practice/balance-a-binary-search-tree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/balance-a-binary-search-tree.py -------------------------------------------------------------------------------- /LeetCode/Practice/basic-calculator-iv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/basic-calculator-iv.py -------------------------------------------------------------------------------- /LeetCode/Practice/brace-expansion-ii.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/brace-expansion-ii.py -------------------------------------------------------------------------------- /LeetCode/Practice/brace-expansion.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/brace-expansion.py -------------------------------------------------------------------------------- /LeetCode/Practice/bricks-falling-when-hit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/bricks-falling-when-hit.py -------------------------------------------------------------------------------- /LeetCode/Practice/closest-binary-search-tree-value-ii.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/closest-binary-search-tree-value-ii.py -------------------------------------------------------------------------------- /LeetCode/Practice/compare-version-numbers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/compare-version-numbers.py -------------------------------------------------------------------------------- /LeetCode/Practice/confusing-number-ii.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/confusing-number-ii.py -------------------------------------------------------------------------------- /LeetCode/Practice/count-of-range-sum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/count-of-range-sum.py -------------------------------------------------------------------------------- /LeetCode/Practice/count-of-smaller-numbers-after-self.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/count-of-smaller-numbers-after-self.py -------------------------------------------------------------------------------- /LeetCode/Practice/cut-off-trees-for-golf-event.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/cut-off-trees-for-golf-event.py -------------------------------------------------------------------------------- /LeetCode/Practice/design-circular-deque.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/design-circular-deque.py -------------------------------------------------------------------------------- /LeetCode/Practice/design-excel-sum-formula.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/design-excel-sum-formula.py -------------------------------------------------------------------------------- /LeetCode/Practice/design-linked-list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/design-linked-list.py -------------------------------------------------------------------------------- /LeetCode/Practice/design-skiplist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/design-skiplist.py -------------------------------------------------------------------------------- /LeetCode/Practice/design-twitter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/design-twitter.py -------------------------------------------------------------------------------- /LeetCode/Practice/different-ways-to-add-parentheses.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/different-ways-to-add-parentheses.py -------------------------------------------------------------------------------- /LeetCode/Practice/distinct-echo-substrings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/distinct-echo-substrings.py -------------------------------------------------------------------------------- /LeetCode/Practice/distribute-candies-to-people.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/distribute-candies-to-people.py -------------------------------------------------------------------------------- /LeetCode/Practice/falling-squares.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/falling-squares.py -------------------------------------------------------------------------------- /LeetCode/Practice/flip-game-ii.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/flip-game-ii.py -------------------------------------------------------------------------------- /LeetCode/Practice/frog-position-after-t-seconds.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/frog-position-after-t-seconds.py -------------------------------------------------------------------------------- /LeetCode/Practice/guess-the-word.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/guess-the-word.py -------------------------------------------------------------------------------- /LeetCode/Practice/html-entity-parser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/html-entity-parser.py -------------------------------------------------------------------------------- /LeetCode/Practice/index-pairs-of-a-string.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/index-pairs-of-a-string.py -------------------------------------------------------------------------------- /LeetCode/Practice/interleaving-string.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/interleaving-string.py -------------------------------------------------------------------------------- /LeetCode/Practice/intersection-of-two-arrays-ii.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/intersection-of-two-arrays-ii.py -------------------------------------------------------------------------------- /LeetCode/Practice/intersection-of-two-arrays.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/intersection-of-two-arrays.py -------------------------------------------------------------------------------- /LeetCode/Practice/iterator-for-combination.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/iterator-for-combination.py -------------------------------------------------------------------------------- /LeetCode/Practice/jump-game-v.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/jump-game-v.py -------------------------------------------------------------------------------- /LeetCode/Practice/k-th-smallest-in-lexicographical-order.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/k-th-smallest-in-lexicographical-order.py -------------------------------------------------------------------------------- /LeetCode/Practice/lfu-cache.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/lfu-cache.py -------------------------------------------------------------------------------- /LeetCode/Practice/linked-list-in-binary-tree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/linked-list-in-binary-tree.py -------------------------------------------------------------------------------- /LeetCode/Practice/lru-cache.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/lru-cache.py -------------------------------------------------------------------------------- /LeetCode/Practice/max-sum-of-sub-matrix-no-larger-than-k.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/max-sum-of-sub-matrix-no-larger-than-k.py -------------------------------------------------------------------------------- /LeetCode/Practice/maximal-square.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/maximal-square.py -------------------------------------------------------------------------------- /LeetCode/Practice/maximum-length-of-repeated-subarray.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/maximum-length-of-repeated-subarray.py -------------------------------------------------------------------------------- /LeetCode/Practice/maximum-students-taking-exam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/maximum-students-taking-exam.py -------------------------------------------------------------------------------- /LeetCode/Practice/median-of-two-sorted-arrays.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/median-of-two-sorted-arrays.py -------------------------------------------------------------------------------- /LeetCode/Practice/merge-k-sorted-lists.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/merge-k-sorted-lists.py -------------------------------------------------------------------------------- /LeetCode/Practice/minesweeper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/minesweeper.py -------------------------------------------------------------------------------- /LeetCode/Practice/minimum-cost-to-make-at-least-one-valid-path-in-a-grid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/minimum-cost-to-make-at-least-one-valid-path-in-a-grid.py -------------------------------------------------------------------------------- /LeetCode/Practice/minimum-knight-moves.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/minimum-knight-moves.py -------------------------------------------------------------------------------- /LeetCode/Practice/minimum-moves-to-move-a-box-to-their-target-location.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/minimum-moves-to-move-a-box-to-their-target-location.py -------------------------------------------------------------------------------- /LeetCode/Practice/number-of-valid-words-for-each-puzzle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/number-of-valid-words-for-each-puzzle.py -------------------------------------------------------------------------------- /LeetCode/Practice/online-majority-element-in-subarray.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/online-majority-element-in-subarray.py -------------------------------------------------------------------------------- /LeetCode/Practice/palindrome-pairs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/palindrome-pairs.py -------------------------------------------------------------------------------- /LeetCode/Practice/prefix-and-suffix-search.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/prefix-and-suffix-search.py -------------------------------------------------------------------------------- /LeetCode/Practice/range-sum-query-2d-mutable.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/range-sum-query-2d-mutable.py -------------------------------------------------------------------------------- /LeetCode/Practice/range-sum-query-mutable.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/range-sum-query-mutable.py -------------------------------------------------------------------------------- /LeetCode/Practice/regular-expression-matching.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/regular-expression-matching.py -------------------------------------------------------------------------------- /LeetCode/Practice/remove-invalid-parentheses.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/remove-invalid-parentheses.py -------------------------------------------------------------------------------- /LeetCode/Practice/rotate-array.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/rotate-array.py -------------------------------------------------------------------------------- /LeetCode/Practice/rotate-string.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/rotate-string.py -------------------------------------------------------------------------------- /LeetCode/Practice/satisfiability-of-equality-equations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/satisfiability-of-equality-equations.py -------------------------------------------------------------------------------- /LeetCode/Practice/search-suggestions-system.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/search-suggestions-system.py -------------------------------------------------------------------------------- /LeetCode/Practice/sequence-reconstruction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/sequence-reconstruction.py -------------------------------------------------------------------------------- /LeetCode/Practice/serialize-and-deserialize-binary-tree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/serialize-and-deserialize-binary-tree.py -------------------------------------------------------------------------------- /LeetCode/Practice/shortest-path-to-get-all-keys.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/shortest-path-to-get-all-keys.py -------------------------------------------------------------------------------- /LeetCode/Practice/sliding-puzzle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/sliding-puzzle.py -------------------------------------------------------------------------------- /LeetCode/Practice/sort-an-array.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/sort-an-array.py -------------------------------------------------------------------------------- /LeetCode/Practice/sort-integers-by-the-power-value.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/sort-integers-by-the-power-value.py -------------------------------------------------------------------------------- /LeetCode/Practice/sort-items-by-groups-respecting-dependencies.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/sort-items-by-groups-respecting-dependencies.py -------------------------------------------------------------------------------- /LeetCode/Practice/split-array-largest-sum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/split-array-largest-sum.py -------------------------------------------------------------------------------- /LeetCode/Practice/stream-of-characters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/stream-of-characters.py -------------------------------------------------------------------------------- /LeetCode/Practice/stream-of-characters2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/stream-of-characters2.py -------------------------------------------------------------------------------- /LeetCode/Practice/string-matching-in-an-array.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/string-matching-in-an-array.py -------------------------------------------------------------------------------- /LeetCode/Practice/strobogrammatic-number-iii.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/strobogrammatic-number-iii.py -------------------------------------------------------------------------------- /LeetCode/Practice/substring-with-concatenation-of-all-words.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/substring-with-concatenation-of-all-words.py -------------------------------------------------------------------------------- /LeetCode/Practice/super-ugly-number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/super-ugly-number.py -------------------------------------------------------------------------------- /LeetCode/Practice/the-k-weakest-rows-in-a-matrix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/the-k-weakest-rows-in-a-matrix.py -------------------------------------------------------------------------------- /LeetCode/Practice/the-skyline-problem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/the-skyline-problem.py -------------------------------------------------------------------------------- /LeetCode/Practice/top-k-frequent-elements.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/top-k-frequent-elements.py -------------------------------------------------------------------------------- /LeetCode/Practice/top-k-frequent-words.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/top-k-frequent-words.py -------------------------------------------------------------------------------- /LeetCode/Practice/tweet-counts-per-frequency.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/tweet-counts-per-frequency.py -------------------------------------------------------------------------------- /LeetCode/Practice/web-crawler-multithreaded.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/web-crawler-multithreaded.py -------------------------------------------------------------------------------- /LeetCode/Practice/wiggle-sort-ii.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/wiggle-sort-ii.py -------------------------------------------------------------------------------- /LeetCode/Practice/wildcard-matching.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/wildcard-matching.py -------------------------------------------------------------------------------- /LeetCode/Practice/zuma-game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Practice/zuma-game.py -------------------------------------------------------------------------------- /LeetCode/Problems/Python/Add Two Numbers II/1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Problems/Python/Add Two Numbers II/1.py -------------------------------------------------------------------------------- /LeetCode/Problems/Python/Add Two Numbers/2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Problems/Python/Add Two Numbers/2.py -------------------------------------------------------------------------------- /LeetCode/Problems/Python/Add Two Numbers/basic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Problems/Python/Add Two Numbers/basic.py -------------------------------------------------------------------------------- /LeetCode/Problems/Search Insert Position/by binary search.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Problems/Search Insert Position/by binary search.py -------------------------------------------------------------------------------- /LeetCode/Problems/Search Insert Position/without binary search.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/Problems/Search Insert Position/without binary search.py -------------------------------------------------------------------------------- /LeetCode/September Leetcode Challenge/Maximum Product Subarray.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/September Leetcode Challenge/Maximum Product Subarray.py -------------------------------------------------------------------------------- /LeetCode/September Leetcode Challenge/Sum of Root To Leaf Binary Numbers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/September Leetcode Challenge/Sum of Root To Leaf Binary Numbers.py -------------------------------------------------------------------------------- /LeetCode/September Leetcode Challenge/word_pattern.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/LeetCode/September Leetcode Challenge/word_pattern.py -------------------------------------------------------------------------------- /Linked_List.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linked_List.py -------------------------------------------------------------------------------- /Linkedin/NLP/.ipynb_checkpoints/Exploring Text data-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/NLP/.ipynb_checkpoints/Exploring Text data-checkpoint.ipynb -------------------------------------------------------------------------------- /Linkedin/NLP/.ipynb_checkpoints/Pre Processing Of Text Data-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/NLP/.ipynb_checkpoints/Pre Processing Of Text Data-checkpoint.ipynb -------------------------------------------------------------------------------- /Linkedin/NLP/.ipynb_checkpoints/Reading in Text data-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/NLP/.ipynb_checkpoints/Reading in Text data-checkpoint.ipynb -------------------------------------------------------------------------------- /Linkedin/NLP/.ipynb_checkpoints/regex-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/NLP/.ipynb_checkpoints/regex-checkpoint.ipynb -------------------------------------------------------------------------------- /Linkedin/NLP/CH01/Exploring Text data.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/NLP/CH01/Exploring Text data.ipynb -------------------------------------------------------------------------------- /Linkedin/NLP/CH01/Pre Processing Of Text Data.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/NLP/CH01/Pre Processing Of Text Data.ipynb -------------------------------------------------------------------------------- /Linkedin/NLP/CH01/Reading in Text data.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/NLP/CH01/Reading in Text data.ipynb -------------------------------------------------------------------------------- /Linkedin/NLP/CH01/SMSSpamCollection.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/NLP/CH01/SMSSpamCollection.tsv -------------------------------------------------------------------------------- /Linkedin/NLP/CH01/SMSSpamCollection/SMSSpamCollection.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/NLP/CH01/SMSSpamCollection/SMSSpamCollection.tsv -------------------------------------------------------------------------------- /Linkedin/NLP/CH01/SMSSpamCollection_cleaned.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/NLP/CH01/SMSSpamCollection_cleaned.tsv -------------------------------------------------------------------------------- /Linkedin/NLP/CH01/SMSSpamCollection_end.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/NLP/CH01/SMSSpamCollection_end.tsv -------------------------------------------------------------------------------- /Linkedin/NLP/CH01/regex.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/NLP/CH01/regex.ipynb -------------------------------------------------------------------------------- /Linkedin/NLP/CH02/.ipynb_checkpoints/Supplemental Data Cleaning-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/NLP/CH02/.ipynb_checkpoints/Supplemental Data Cleaning-checkpoint.ipynb -------------------------------------------------------------------------------- /Linkedin/NLP/CH02/SMSSpamCollection.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/NLP/CH02/SMSSpamCollection.tsv -------------------------------------------------------------------------------- /Linkedin/NLP/CH02/Supplemental Data Cleaning.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/NLP/CH02/Supplemental Data Cleaning.ipynb -------------------------------------------------------------------------------- /Linkedin/NLP/CH03/.ipynb_checkpoints/CountVectorizer-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/NLP/CH03/.ipynb_checkpoints/CountVectorizer-checkpoint.ipynb -------------------------------------------------------------------------------- /Linkedin/NLP/CH03/.ipynb_checkpoints/N-Gram-Vectorizer-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/NLP/CH03/.ipynb_checkpoints/N-Gram-Vectorizer-checkpoint.ipynb -------------------------------------------------------------------------------- /Linkedin/NLP/CH03/CountVectorizer.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/NLP/CH03/CountVectorizer.ipynb -------------------------------------------------------------------------------- /Linkedin/NLP/CH03/N-Gram-Vectorizer.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/NLP/CH03/N-Gram-Vectorizer.ipynb -------------------------------------------------------------------------------- /Linkedin/NLP/CH03/SMSSpamCollection.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/NLP/CH03/SMSSpamCollection.tsv -------------------------------------------------------------------------------- /Linkedin/Opencv/.ipynb_checkpoints/Untitled-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/Opencv/.ipynb_checkpoints/Untitled-checkpoint.ipynb -------------------------------------------------------------------------------- /Linkedin/Opencv/0.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/Opencv/0.jpeg -------------------------------------------------------------------------------- /Linkedin/Opencv/Canny_edges.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/Opencv/Canny_edges.py -------------------------------------------------------------------------------- /Linkedin/Opencv/Face Detection/eye_detect.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/Opencv/Face Detection/eye_detect.py -------------------------------------------------------------------------------- /Linkedin/Opencv/Face Detection/face_detect.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/Opencv/Face Detection/face_detect.py -------------------------------------------------------------------------------- /Linkedin/Opencv/Face Detection/faces.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/Opencv/Face Detection/faces.jpeg -------------------------------------------------------------------------------- /Linkedin/Opencv/Face Detection/haarcascade_eye.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/Opencv/Face Detection/haarcascade_eye.xml -------------------------------------------------------------------------------- /Linkedin/Opencv/Face Detection/haarcascade_frontalface_default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/Opencv/Face Detection/haarcascade_frontalface_default.xml -------------------------------------------------------------------------------- /Linkedin/Opencv/Face Detection/players.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/Opencv/Face Detection/players.jpg -------------------------------------------------------------------------------- /Linkedin/Opencv/Face Detection/template.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/Opencv/Face Detection/template.jpg -------------------------------------------------------------------------------- /Linkedin/Opencv/Face Detection/template_match.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/Opencv/Face Detection/template_match.py -------------------------------------------------------------------------------- /Linkedin/Opencv/Untitled.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/Opencv/Untitled.ipynb -------------------------------------------------------------------------------- /Linkedin/Opencv/contours/area_perimeter_radius.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/Opencv/contours/area_perimeter_radius.py -------------------------------------------------------------------------------- /Linkedin/Opencv/contours/detect_blob.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/Opencv/contours/detect_blob.png -------------------------------------------------------------------------------- /Linkedin/Opencv/contours/object_detection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/Opencv/contours/object_detection.py -------------------------------------------------------------------------------- /Linkedin/Opencv/contours/untitled.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Linkedin/Opencv/detect_blob.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/Opencv/detect_blob.png -------------------------------------------------------------------------------- /Linkedin/Opencv/faces.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/Opencv/faces.jpeg -------------------------------------------------------------------------------- /Linkedin/Opencv/haarcascade_eye.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/Opencv/haarcascade_eye.xml -------------------------------------------------------------------------------- /Linkedin/Opencv/haarcascade_frontalface_default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/Opencv/haarcascade_frontalface_default.xml -------------------------------------------------------------------------------- /Linkedin/Opencv/output.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/Opencv/output.jpeg -------------------------------------------------------------------------------- /Linkedin/Opencv/players.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/Opencv/players.jpg -------------------------------------------------------------------------------- /Linkedin/Opencv/sudoku.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/Opencv/sudoku.png -------------------------------------------------------------------------------- /Linkedin/Opencv/template.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/Opencv/template.jpg -------------------------------------------------------------------------------- /Linkedin/Opencv/thershold_techniques.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/Opencv/thershold_techniques.png -------------------------------------------------------------------------------- /Linkedin/Opencv/threshold/0.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/Opencv/threshold/0.jpeg -------------------------------------------------------------------------------- /Linkedin/Opencv/threshold/adaptive_threading.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/Opencv/threshold/adaptive_threading.py -------------------------------------------------------------------------------- /Linkedin/Opencv/threshold/faces.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/Opencv/threshold/faces.jpeg -------------------------------------------------------------------------------- /Linkedin/Opencv/threshold/otsu_threading.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/Opencv/threshold/otsu_threading.py -------------------------------------------------------------------------------- /Linkedin/Opencv/threshold/simple_threading.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/Opencv/threshold/simple_threading.py -------------------------------------------------------------------------------- /Linkedin/Opencv/threshold/skin_detection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/Opencv/threshold/skin_detection.py -------------------------------------------------------------------------------- /Linkedin/Opencv/threshold/sudoku.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/Opencv/threshold/sudoku.png -------------------------------------------------------------------------------- /Linkedin/Opencv/tomatoes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/Opencv/tomatoes.jpg -------------------------------------------------------------------------------- /Linkedin/python3/.ipynb_checkpoints/Untitled-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/python3/.ipynb_checkpoints/Untitled-checkpoint.ipynb -------------------------------------------------------------------------------- /Linkedin/python3/Collections.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/python3/Collections.ipynb -------------------------------------------------------------------------------- /Linkedin/python3/Untitled.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Linkedin/python3/Untitled.ipynb -------------------------------------------------------------------------------- /ML/youtube/10 Support Vector Machine (SVM)/svm.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/ML/youtube/10 Support Vector Machine (SVM)/svm.ipynb -------------------------------------------------------------------------------- /ML/youtube/11 Random Forest/Random Forest.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/ML/youtube/11 Random Forest/Random Forest.ipynb -------------------------------------------------------------------------------- /ML/youtube/12 - K Fold Cross Validation/Class.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/ML/youtube/12 - K Fold Cross Validation/Class.ipynb -------------------------------------------------------------------------------- /ML/youtube/12 - K Fold Cross Validation/K Fold Cross Validation.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/ML/youtube/12 - K Fold Cross Validation/K Fold Cross Validation.ipynb -------------------------------------------------------------------------------- /ML/youtube/13 - K Means Clustering/KMeans.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/ML/youtube/13 - K Means Clustering/KMeans.ipynb -------------------------------------------------------------------------------- /ML/youtube/13 - K Means Clustering/income.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/ML/youtube/13 - K Means Clustering/income.csv -------------------------------------------------------------------------------- /ML/youtube/14 - Naive Bayes/part - 1.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/ML/youtube/14 - Naive Bayes/part - 1.ipynb -------------------------------------------------------------------------------- /ML/youtube/14 - Naive Bayes/part - 2.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/ML/youtube/14 - Naive Bayes/part - 2.ipynb -------------------------------------------------------------------------------- /ML/youtube/14 - Naive Bayes/spam.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/ML/youtube/14 - Naive Bayes/spam.csv -------------------------------------------------------------------------------- /ML/youtube/14 - Naive Bayes/titanic.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/ML/youtube/14 - Naive Bayes/titanic.csv -------------------------------------------------------------------------------- /ML/youtube/2.Logistic Regression/Logistic Regression_ part_1.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/ML/youtube/2.Logistic Regression/Logistic Regression_ part_1.ipynb -------------------------------------------------------------------------------- /ML/youtube/2.Logistic Regression/Logistic Regression_ part_2.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/ML/youtube/2.Logistic Regression/Logistic Regression_ part_2.ipynb -------------------------------------------------------------------------------- /ML/youtube/2.Logistic Regression/insurance_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/ML/youtube/2.Logistic Regression/insurance_data.csv -------------------------------------------------------------------------------- /ML/youtube/2.Logistic Regression/iris_petal_sepal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/ML/youtube/2.Logistic Regression/iris_petal_sepal.png -------------------------------------------------------------------------------- /ML/youtube/Decession tree/Decession Tree.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/ML/youtube/Decession tree/Decession Tree.ipynb -------------------------------------------------------------------------------- /ML/youtube/Decession tree/salaries.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/ML/youtube/Decession tree/salaries.csv -------------------------------------------------------------------------------- /ML/youtube/Dummy Variables & One Hot Encoding/Untitled.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/ML/youtube/Dummy Variables & One Hot Encoding/Untitled.ipynb -------------------------------------------------------------------------------- /ML/youtube/Dummy Variables & One Hot Encoding/homeprices.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/ML/youtube/Dummy Variables & One Hot Encoding/homeprices.csv -------------------------------------------------------------------------------- /ML/youtube/Gradient Descent and Cost Function/Gradient Descent and Cost Function.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/ML/youtube/Gradient Descent and Cost Function/Gradient Descent and Cost Function.ipynb -------------------------------------------------------------------------------- /ML/youtube/Gradient Descent and Cost Function/eq_idea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/ML/youtube/Gradient Descent and Cost Function/eq_idea.png -------------------------------------------------------------------------------- /ML/youtube/Gradient Descent and Cost Function/equation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/ML/youtube/Gradient Descent and Cost Function/equation.png -------------------------------------------------------------------------------- /ML/youtube/Gradient Descent and Cost Function/gr-cost.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/ML/youtube/Gradient Descent and Cost Function/gr-cost.png -------------------------------------------------------------------------------- /ML/youtube/Gradient Descent and Cost Function/gr-df.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/ML/youtube/Gradient Descent and Cost Function/gr-df.png -------------------------------------------------------------------------------- /ML/youtube/Gradient Descent and Cost Function/gr-pic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/ML/youtube/Gradient Descent and Cost Function/gr-pic.png -------------------------------------------------------------------------------- /ML/youtube/Gradient Descent and Cost Function/gr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/ML/youtube/Gradient Descent and Cost Function/gr.gif -------------------------------------------------------------------------------- /ML/youtube/Linear_reg_multiple_variable/Linear_reg_mul_var.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/ML/youtube/Linear_reg_multiple_variable/Linear_reg_mul_var.ipynb -------------------------------------------------------------------------------- /ML/youtube/Linear_reg_multiple_variable/homeprices.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/ML/youtube/Linear_reg_multiple_variable/homeprices.csv -------------------------------------------------------------------------------- /ML/youtube/Linear_regression_single_variable/area.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/ML/youtube/Linear_regression_single_variable/area.csv -------------------------------------------------------------------------------- /ML/youtube/Linear_regression_single_variable/canada_per_capita_income.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/ML/youtube/Linear_regression_single_variable/canada_per_capita_income.csv -------------------------------------------------------------------------------- /ML/youtube/Linear_regression_single_variable/download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/ML/youtube/Linear_regression_single_variable/download.png -------------------------------------------------------------------------------- /ML/youtube/Linear_regression_single_variable/homeprices.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/ML/youtube/Linear_regression_single_variable/homeprices.csv -------------------------------------------------------------------------------- /ML/youtube/Linear_regression_single_variable/liear_modal.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/ML/youtube/Linear_regression_single_variable/liear_modal.ipynb -------------------------------------------------------------------------------- /ML/youtube/Training and Testing Data/carprices.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/ML/youtube/Training and Testing Data/carprices.csv -------------------------------------------------------------------------------- /ML/youtube/Training and Testing Data/training and testing data.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/ML/youtube/Training and Testing Data/training and testing data.ipynb -------------------------------------------------------------------------------- /ML/youtube/save and load trained model using picke and sklearn jodlib/homeprices.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/ML/youtube/save and load trained model using picke and sklearn jodlib/homeprices.csv -------------------------------------------------------------------------------- /ML/youtube/save and load trained model using picke and sklearn jodlib/load_file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/ML/youtube/save and load trained model using picke and sklearn jodlib/load_file -------------------------------------------------------------------------------- /ML/youtube/save and load trained model using picke and sklearn jodlib/model_joblib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/ML/youtube/save and load trained model using picke and sklearn jodlib/model_joblib -------------------------------------------------------------------------------- /OOPS/__getitem__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/OOPS/__getitem__.py -------------------------------------------------------------------------------- /OOPS/__getitem__01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/OOPS/__getitem__01.py -------------------------------------------------------------------------------- /OOPS/__getitem__setitem__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/OOPS/__getitem__setitem__.py -------------------------------------------------------------------------------- /OOPS/__repr__add__sub__del__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/OOPS/__repr__add__sub__del__.py -------------------------------------------------------------------------------- /OOPS/data_structure_algo/LinkedList_01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/OOPS/data_structure_algo/LinkedList_01.py -------------------------------------------------------------------------------- /OOPS/inheritence/inherit_01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/OOPS/inheritence/inherit_01.py -------------------------------------------------------------------------------- /OOPS/inheritence/multilevel_01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/OOPS/inheritence/multilevel_01.py -------------------------------------------------------------------------------- /OOPS/inheritence/multipath_01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/OOPS/inheritence/multipath_01.py -------------------------------------------------------------------------------- /OOPS/inheritence/multipath_01_02.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/OOPS/inheritence/multipath_01_02.py -------------------------------------------------------------------------------- /OOPS/inheritence/multipath_01_03.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/OOPS/inheritence/multipath_01_03.py -------------------------------------------------------------------------------- /OOPS/inheritence/multipath_02_01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/OOPS/inheritence/multipath_02_01.py -------------------------------------------------------------------------------- /OOPS/inheritence/simple.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/OOPS/inheritence/simple.py -------------------------------------------------------------------------------- /OOPS/mazic_method/__contains__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/OOPS/mazic_method/__contains__.py -------------------------------------------------------------------------------- /OOPS/mazic_method/__iadd__compex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/OOPS/mazic_method/__iadd__compex.py -------------------------------------------------------------------------------- /OOPS/mazic_method/__index__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/OOPS/mazic_method/__index__.py -------------------------------------------------------------------------------- /OOPS/mazic_method/for.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/OOPS/mazic_method/for.py -------------------------------------------------------------------------------- /OOPS/mazic_method/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/OOPS/mazic_method/readme.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/README.md -------------------------------------------------------------------------------- /RTU/DIP/intensity transformations/image negatives.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/RTU/DIP/intensity transformations/image negatives.ipynb -------------------------------------------------------------------------------- /RTU/DIP/intensity transformations/kgv.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/RTU/DIP/intensity transformations/kgv.jpg -------------------------------------------------------------------------------- /RTU/ML LAB/ID3 decision algo.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/RTU/ML LAB/ID3 decision algo.ipynb -------------------------------------------------------------------------------- /RTU/ML LAB/Untitled.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/RTU/ML LAB/Untitled.ipynb -------------------------------------------------------------------------------- /RTU/ML LAB/candidate elimation.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/RTU/ML LAB/candidate elimation.ipynb -------------------------------------------------------------------------------- /RTU/ML LAB/playtennis.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/RTU/ML LAB/playtennis.csv -------------------------------------------------------------------------------- /RTU/ML LAB/ws.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/RTU/ML LAB/ws.csv -------------------------------------------------------------------------------- /RTU/ML LAB/wse.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/RTU/ML LAB/wse.csv -------------------------------------------------------------------------------- /Udemy/.ipynb_checkpoints/Numpy-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Udemy/.ipynb_checkpoints/Numpy-checkpoint.ipynb -------------------------------------------------------------------------------- /Udemy/Numpy.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/Udemy/Numpy.ipynb -------------------------------------------------------------------------------- /addition/matrix_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/addition/matrix_1.py -------------------------------------------------------------------------------- /addition/matrix_1_pure_addition.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/addition/matrix_1_pure_addition.py -------------------------------------------------------------------------------- /addition/matrix_1_simple.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/addition/matrix_1_simple.py -------------------------------------------------------------------------------- /application/calculator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/application/calculator.py -------------------------------------------------------------------------------- /application/screenshot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/application/screenshot.py -------------------------------------------------------------------------------- /binary.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/binary.py -------------------------------------------------------------------------------- /challenges/alphabet_rangoli.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/challenges/alphabet_rangoli.py -------------------------------------------------------------------------------- /challenges/designer_door_met.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/challenges/designer_door_met.py -------------------------------------------------------------------------------- /clock.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/clock.py -------------------------------------------------------------------------------- /cmd/cmd_argparse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/cmd/cmd_argparse.py -------------------------------------------------------------------------------- /cmd/cmd_sys.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/cmd/cmd_sys.py -------------------------------------------------------------------------------- /countwords.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/countwords.py -------------------------------------------------------------------------------- /date_time/calendar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/date_time/calendar.py -------------------------------------------------------------------------------- /exception_handling/inheritence_01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/exception_handling/inheritence_01.py -------------------------------------------------------------------------------- /exception_handling/user_defined_exceptio_error.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/exception_handling/user_defined_exceptio_error.py -------------------------------------------------------------------------------- /fibunacii_series.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/fibunacii_series.py -------------------------------------------------------------------------------- /file_handling/banking.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/file_handling/banking.py -------------------------------------------------------------------------------- /file_handling/read_fileNotExist_then_errorHandling.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/file_handling/read_fileNotExist_then_errorHandling.py -------------------------------------------------------------------------------- /file_handling/store_student_record_info_read_write.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/file_handling/store_student_record_info_read_write.py -------------------------------------------------------------------------------- /file_handling/student_record_read_write_with_no_error_.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/file_handling/student_record_read_write_with_no_error_.py -------------------------------------------------------------------------------- /file_handling/with_keyword.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/file_handling/with_keyword.py -------------------------------------------------------------------------------- /file_handling/write_read_.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/file_handling/write_read_.py -------------------------------------------------------------------------------- /function/recursion/pattern_01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/function/recursion/pattern_01.py -------------------------------------------------------------------------------- /function/recursion/pattern_01_01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/function/recursion/pattern_01_01.py -------------------------------------------------------------------------------- /function/recursion/pattern_01_01n.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/function/recursion/pattern_01_01n.py -------------------------------------------------------------------------------- /function/recursion/pattern_01_02n.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/function/recursion/pattern_01_02n.py -------------------------------------------------------------------------------- /function/recursion/pattern_01n.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/function/recursion/pattern_01n.py -------------------------------------------------------------------------------- /function/recursion/pattern_02_01n.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/function/recursion/pattern_02_01n.py -------------------------------------------------------------------------------- /hacktoberfest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/hacktoberfest.py -------------------------------------------------------------------------------- /input/list_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/input/list_1.py -------------------------------------------------------------------------------- /input/list_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/input/list_2.py -------------------------------------------------------------------------------- /ittertools/dropwhile_takewhile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/ittertools/dropwhile_takewhile.py -------------------------------------------------------------------------------- /ittertools/zip_longest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/ittertools/zip_longest.py -------------------------------------------------------------------------------- /jumping_number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/jumping_number.py -------------------------------------------------------------------------------- /list/list_01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/list/list_01.py -------------------------------------------------------------------------------- /longest_increasing_subsequence.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/longest_increasing_subsequence.py -------------------------------------------------------------------------------- /modules/Howdoi/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/Howdoi/1.png -------------------------------------------------------------------------------- /modules/Howdoi/howdoi.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/Howdoi/howdoi.ipynb -------------------------------------------------------------------------------- /modules/Psutil/psutil.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/Psutil/psutil.ipynb -------------------------------------------------------------------------------- /modules/Pyfiglet/Untitled.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/Pyfiglet/Untitled.ipynb -------------------------------------------------------------------------------- /modules/Pyjokes/Pyjokes.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/Pyjokes/Pyjokes.ipynb -------------------------------------------------------------------------------- /modules/Python Automation And Testing/Untitled.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/Python Automation And Testing/Untitled.ipynb -------------------------------------------------------------------------------- /modules/Python Automation And Testing/Untitled1.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/Python Automation And Testing/Untitled1.ipynb -------------------------------------------------------------------------------- /modules/Pytube/Pytube.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/Pytube/Pytube.ipynb -------------------------------------------------------------------------------- /modules/Pytube/YouTube.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/Pytube/YouTube.mp4 -------------------------------------------------------------------------------- /modules/Turtle/Assets/cool_design.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/Turtle/Assets/cool_design.png -------------------------------------------------------------------------------- /modules/Turtle/Assets/cool_design_1_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/Turtle/Assets/cool_design_1_1.png -------------------------------------------------------------------------------- /modules/Turtle/Assets/star_1_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/Turtle/Assets/star_1_0.png -------------------------------------------------------------------------------- /modules/Turtle/Assets/star_1_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/Turtle/Assets/star_1_1.png -------------------------------------------------------------------------------- /modules/Turtle/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/Turtle/README.md -------------------------------------------------------------------------------- /modules/Turtle/cool_design.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/Turtle/cool_design.py -------------------------------------------------------------------------------- /modules/Turtle/cool_design_1_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/Turtle/cool_design_1_1.py -------------------------------------------------------------------------------- /modules/Turtle/star.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/Turtle/star.ipynb -------------------------------------------------------------------------------- /modules/Turtle/star_1_0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/Turtle/star_1_0.py -------------------------------------------------------------------------------- /modules/Turtle/star_1_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/Turtle/star_1_1.py -------------------------------------------------------------------------------- /modules/collections/collections.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/collections/collections.ipynb -------------------------------------------------------------------------------- /modules/fpdf/input.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/fpdf/input.pdf -------------------------------------------------------------------------------- /modules/fpdf/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/fpdf/input.txt -------------------------------------------------------------------------------- /modules/fpdf/text to pdf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/fpdf/text to pdf.py -------------------------------------------------------------------------------- /modules/github/github.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/github/github.ipynb -------------------------------------------------------------------------------- /modules/googlesearch/Untitled.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/googlesearch/Untitled.ipynb -------------------------------------------------------------------------------- /modules/googlesearch/google_search.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/googlesearch/google_search.py -------------------------------------------------------------------------------- /modules/json/.ipynb_checkpoints/JSON-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/json/.ipynb_checkpoints/JSON-checkpoint.ipynb -------------------------------------------------------------------------------- /modules/json/.~JSON.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/json/.~JSON.ipynb -------------------------------------------------------------------------------- /modules/json/JSON.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/json/JSON.ipynb -------------------------------------------------------------------------------- /modules/json/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/json/data.json -------------------------------------------------------------------------------- /modules/matplotlib/conclusion.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/matplotlib/conclusion.ipynb -------------------------------------------------------------------------------- /modules/matplotlib/plt_scatter.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/matplotlib/plt_scatter.ipynb -------------------------------------------------------------------------------- /modules/moviepy (extract audio from a video in Python)/video to audio convertor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/moviepy (extract audio from a video in Python)/video to audio convertor.py -------------------------------------------------------------------------------- /modules/pandas/day_1/intro_series.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/pandas/day_1/intro_series.ipynb -------------------------------------------------------------------------------- /modules/phonenumbers/details_of_phone_numbers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/phonenumbers/details_of_phone_numbers.py -------------------------------------------------------------------------------- /modules/platform/platform.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/platform/platform.ipynb -------------------------------------------------------------------------------- /modules/pygame/dino game/dino.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/pygame/dino game/dino.ipynb -------------------------------------------------------------------------------- /modules/pygame/dino game/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/pygame/dino game/main.py -------------------------------------------------------------------------------- /modules/pygame/dino game/sprites/cacti-big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/pygame/dino game/sprites/cacti-big.png -------------------------------------------------------------------------------- /modules/pygame/dino game/sprites/cacti-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/pygame/dino game/sprites/cacti-small.png -------------------------------------------------------------------------------- /modules/pygame/dino game/sprites/checkPoint.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/pygame/dino game/sprites/checkPoint.wav -------------------------------------------------------------------------------- /modules/pygame/dino game/sprites/cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/pygame/dino game/sprites/cloud.png -------------------------------------------------------------------------------- /modules/pygame/dino game/sprites/die.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/pygame/dino game/sprites/die.wav -------------------------------------------------------------------------------- /modules/pygame/dino game/sprites/dino.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/pygame/dino game/sprites/dino.png -------------------------------------------------------------------------------- /modules/pygame/dino game/sprites/dino_ducking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/pygame/dino game/sprites/dino_ducking.png -------------------------------------------------------------------------------- /modules/pygame/dino game/sprites/game_over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/pygame/dino game/sprites/game_over.png -------------------------------------------------------------------------------- /modules/pygame/dino game/sprites/ground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/pygame/dino game/sprites/ground.png -------------------------------------------------------------------------------- /modules/pygame/dino game/sprites/jump.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/pygame/dino game/sprites/jump.wav -------------------------------------------------------------------------------- /modules/pygame/dino game/sprites/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/pygame/dino game/sprites/logo.png -------------------------------------------------------------------------------- /modules/pygame/dino game/sprites/numbers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/pygame/dino game/sprites/numbers.png -------------------------------------------------------------------------------- /modules/pygame/dino game/sprites/offline-sprite-2x-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/pygame/dino game/sprites/offline-sprite-2x-black.png -------------------------------------------------------------------------------- /modules/pygame/dino game/sprites/ptera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/pygame/dino game/sprites/ptera.png -------------------------------------------------------------------------------- /modules/pygame/dino game/sprites/replay_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/pygame/dino game/sprites/replay_button.png -------------------------------------------------------------------------------- /modules/queue/1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/queue/1.py -------------------------------------------------------------------------------- /modules/random/1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/random/1.py -------------------------------------------------------------------------------- /modules/tqdm/progress bar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/modules/tqdm/progress bar.py -------------------------------------------------------------------------------- /mysql-python.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/mysql-python.py -------------------------------------------------------------------------------- /number_words.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/number_words.py -------------------------------------------------------------------------------- /palindrome.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/palindrome.py -------------------------------------------------------------------------------- /pattern/1_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/pattern/1_1.py -------------------------------------------------------------------------------- /pattern/1_1_1n.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/pattern/1_1_1n.py -------------------------------------------------------------------------------- /pattern/1_1_2n.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/pattern/1_1_2n.py -------------------------------------------------------------------------------- /pattern/1_1_3n_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/pattern/1_1_3n_1.py -------------------------------------------------------------------------------- /pattern/1_1_3n_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/pattern/1_1_3n_2.py -------------------------------------------------------------------------------- /pattern/1_1_3n_3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/pattern/1_1_3n_3.py -------------------------------------------------------------------------------- /pattern/1_1_3n_4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/pattern/1_1_3n_4.py -------------------------------------------------------------------------------- /pattern/1_1_3n_5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/pattern/1_1_3n_5.py -------------------------------------------------------------------------------- /pattern/1_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/pattern/1_2.py -------------------------------------------------------------------------------- /pattern/1_2_1n.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/pattern/1_2_1n.py -------------------------------------------------------------------------------- /pattern/1_3_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/pattern/1_3_1.py -------------------------------------------------------------------------------- /pattern/1_3_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/pattern/1_3_2.py -------------------------------------------------------------------------------- /pattern/2_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/pattern/2_1.py -------------------------------------------------------------------------------- /pattern/2_1_1n.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/pattern/2_1_1n.py -------------------------------------------------------------------------------- /pattern/2_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/pattern/2_2.py -------------------------------------------------------------------------------- /pattern/2_3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/pattern/2_3.py -------------------------------------------------------------------------------- /pattern/3_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/pattern/3_1.py -------------------------------------------------------------------------------- /pattern/3_1_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/pattern/3_1_1.py -------------------------------------------------------------------------------- /pattern/4_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/pattern/4_1.py -------------------------------------------------------------------------------- /pattern/6_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/pattern/6_1.py -------------------------------------------------------------------------------- /pattern/Heart pattern in python: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/pattern/Heart pattern in python -------------------------------------------------------------------------------- /pattern/K_sign.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/pattern/K_sign.py -------------------------------------------------------------------------------- /pattern/shubh_labh_sign.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/pattern/shubh_labh_sign.py -------------------------------------------------------------------------------- /pattern/shubh_labh_sign_code_reducing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/pattern/shubh_labh_sign_code_reducing.py -------------------------------------------------------------------------------- /polysum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/polysum.py -------------------------------------------------------------------------------- /prime.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/prime.py -------------------------------------------------------------------------------- /prime_number_check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/prime_number_check.py -------------------------------------------------------------------------------- /set/check_strict_super_set.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/set/check_strict_super_set.py -------------------------------------------------------------------------------- /set/set_discard_remove_pop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/set/set_discard_remove_pop.py -------------------------------------------------------------------------------- /set/set_mutations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/set/set_mutations.py -------------------------------------------------------------------------------- /set/symmetric_difference.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/set/symmetric_difference.py -------------------------------------------------------------------------------- /shuffle array.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/shuffle array.py -------------------------------------------------------------------------------- /str/find_a_string.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/str/find_a_string.py -------------------------------------------------------------------------------- /str/import_string.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/str/import_string.py -------------------------------------------------------------------------------- /str/string_validators.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/str/string_validators.py -------------------------------------------------------------------------------- /student_marks_by_name.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/student_marks_by_name.py -------------------------------------------------------------------------------- /sudoku.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/sudoku.py -------------------------------------------------------------------------------- /text summariser: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/text summariser -------------------------------------------------------------------------------- /threading/_deadlock_01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/threading/_deadlock_01.py -------------------------------------------------------------------------------- /threading/basic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/threading/basic.py -------------------------------------------------------------------------------- /threading/class_run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/threading/class_run.py -------------------------------------------------------------------------------- /threading/dameon_thread_01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/threading/dameon_thread_01.py -------------------------------------------------------------------------------- /threading/super_init_calling.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/threading/super_init_calling.py -------------------------------------------------------------------------------- /threading/timer/1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/threading/timer/1.py -------------------------------------------------------------------------------- /threading/timer/2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/threading/timer/2.py -------------------------------------------------------------------------------- /threading/timer/basic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/threading/timer/basic.py -------------------------------------------------------------------------------- /tuple/hash.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/tuple/hash.py -------------------------------------------------------------------------------- /whatsapp automation testing/Send a WhatsApp Message and specify a StatusCallback URL.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/whatsapp automation testing/Send a WhatsApp Message and specify a StatusCallback URL.py -------------------------------------------------------------------------------- /whatsapp automation testing/Untitled.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/whatsapp automation testing/Untitled.ipynb -------------------------------------------------------------------------------- /whatsapp automation testing/WhatsApp location message.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/whatsapp automation testing/WhatsApp location message.py -------------------------------------------------------------------------------- /whatsapp automation testing/formatted WhatsApp message.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/whatsapp automation testing/formatted WhatsApp message.py -------------------------------------------------------------------------------- /whatsapp automation testing/send media with message.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/whatsapp automation testing/send media with message.py -------------------------------------------------------------------------------- /whatsapp automation testing/simple messaging.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keshavsingh3197/Python/HEAD/whatsapp automation testing/simple messaging.py --------------------------------------------------------------------------------