Skip to content

Removes redundant and broken links. Updates readability #280

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 29 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# python

[![ForTheBadge built-with-love](http://ForTheBadge.com/images/badges/built-with-love.svg)](https://github.com/avsingh999/)
[![opensource](https://badges.frapsoft.com/os/v2/open-source.svg?v=103)](https://github.com/avsingh999)
[![opensource](https://badges.frapsoft.com/os/v2/open-source.svg?v=103)](https://github.com/avsingh999)
![license](https://img.shields.io/apm/l/vim-mode.svg?style=popout)


Expand All @@ -21,38 +21,34 @@ This repostory contains simple examples of code in <strong>python</strong>. It w
- [Installing Python3](https://github.com/lalkanhaiya/Python-for-beginner/blob/master/how-to-install-python.md)

#### General
- [How to print in python](https://github.com/avsingh999/Python-for-beginner/blob/master/How%20to%20print%20in%20python.md)
- [How to get input from user in python](https://github.com/avsingh999/Python-for-beginner/blob/master/How%20to%20get%20input%20from%20user%20in%20python.md)
- [variables_in_python](https://github.com/avsingh999/Python-for-beginner/blob/master/variables_in_python.md)
- [Basic_for loop_application](https://github.com/avsingh999/Python-for-beginner/blob/master/Basic_forloop_application.md)
- [if-else_python](https://github.com/avsingh999/Python-for-beginner/blob/master/if-else_python.md)
- [How to print](https://github.com/avsingh999/Python-for-beginner/blob/master/How%20to%20print%20in%20python.md)
- [How to get input from user](https://github.com/avsingh999/Python-for-beginner/blob/master/How%20to%20get%20input%20from%20user%20in%20python.md)
- [Variables](https://github.com/avsingh999/Python-for-beginner/blob/master/variables_in_python.md)
- [Basic for loop](https://github.com/avsingh999/Python-for-beginner/blob/master/Basic_forloop_application.md)
- [If Else](https://github.com/avsingh999/Python-for-beginner/blob/master/if-else_python.md)
- [Basics of Dictionary](https://github.com/avsingh999/Python-for-beginner/blob/master/Basics%20of%20Dictionary.md)
- [How to add two lists in python](https://github.com/avsingh999/Python-for-beginner/blob/master/How%20to%20add%20two%20lists%20in%20python.md)
- [How to clone list in python](https://github.com/avsingh999/Python-for-beginner/blob/master/How%20to%20clone%20list%20in%20python.md)
- [How to count list element frequency in python](https://github.com/avsingh999/Python-for-beginner/blob/master/How%20to%20count%20list%20element%20frequency%20in%20python.md)
- [How to join in python](https://github.com/avsingh999/Python-for-beginner/blob/master/How%20to%20join%20in%20python.md)
- [How to plot a graph in python](https://github.com/avsingh999/Python-for-beginner/blob/master/How%20to%20plot%20a%20graph%20in%20python.md)
- [How to reverse a string in python](https://github.com/avsingh999/Python-for-beginner/blob/master/How%20to%20reverse%20a%20string%20in%20python.md)
- [Read_and_Write_Files_in_Python](https://github.com/avsingh999/Python-for-beginner/blob/master/Read_and_Write_Files_in_Python.md)
- [Read_write_Python](https://github.com/avsingh999/Python-for-beginner/blob/master/Read_write_Python.md)
- [String example in python](https://github.com/avsingh999/Python-for-beginner/blob/master/String%20example%20in%20python.md)
- [Substring of string in python](https://github.com/avsingh999/Python-for-beginner/blob/master/Substring%20of%20string%20in%20python.md)
- [find index of element in python list](https://github.com/avsingh999/Python-for-beginner/blob/master/find%20index%20of%20element%20in%20python%20list.md)
- [How to catch exceptions in python](https://github.com/avsingh999/Python-for-beginner/blob/master/how%20to%20catch%20exceptions%20in%20python.md)
- [find_count_of_char_in_string](https://github.com/avsingh999/Python-for-beginner/blob/master/find_count_of_char_in_string.md)
- [find_index_of_element_in_python](https://github.com/avsingh999/Python-for-beginner/blob/master/find_index_of_element_in_python.md)
- [hello world loop in python](https://github.com/avsingh999/Python-for-beginner/blob/master/hello%20world%20loop%20in%20python.md)
- [how to open a text file in python](https://github.com/avsingh999/Python-for-beginner/blob/master/how%20to%20open%20a%20text%20file%20in%20python.md)
- [how-to-install-python](https://github.com/avsingh999/Python-for-beginner/blob/master/how-to-install-python.md)
- [how_to_use_join_in_python](https://github.com/avsingh999/Python-for-beginner/blob/master/how_to_use_join_in_python.md)
- [index of a string](https://github.com/avsingh999/Python-for-beginner/blob/master/index%20of%20a%20string.md)
- [insertion sort](https://github.com/avsingh999/Python-for-beginner/blob/master/insertion%20sort.md)
- [lambda Function](https://github.com/avsingh999/Python-for-beginner/blob/master/lambda%20Function.md)
- [list in python](https://github.com/avsingh999/Python-for-beginner/blob/master/list%20in%20python.md)
- [list_in_python](https://github.com/avsingh999/Python-for-beginner/blob/master/list_in_python.md)
- [reverse_list_in_python](https://github.com/avsingh999/Python-for-beginner/blob/master/reverse_list_in_python.md)
- [while loop in python](https://github.com/avsingh999/Python-for-beginner/blob/master/while%20loop%20in%20python.md)
- [while_loop_in_python](https://github.com/avsingh999/Python-for-beginner/blob/master/while_loop_in_python.md)
- [How to add two lists](https://github.com/avsingh999/Python-for-beginner/blob/master/How%20to%20add%20two%20lists%20in%20python.md)
- [How to clone list](https://github.com/avsingh999/Python-for-beginner/blob/master/How%20to%20clone%20list%20in%20python.md)
- [How to count list element frequency](https://github.com/avsingh999/Python-for-beginner/blob/master/How%20to%20count%20list%20element%20frequency%20in%20python.md)
- [How to plot a graph](https://github.com/avsingh999/Python-for-beginner/blob/master/How%20to%20plot%20a%20graph%20in%20python.md)
- [How to reverse a string](https://github.com/avsingh999/Python-for-beginner/blob/master/How%20to%20reverse%20a%20string%20in%20python.md)
- [Read and write to files](https://github.com/avsingh999/Python-for-beginner/blob/master/Read_and_Write_Files_in_Python.md)
- [String example](https://github.com/avsingh999/Python-for-beginner/blob/master/String%20example%20in%20python.md)
- [Substring of string](https://github.com/avsingh999/Python-for-beginner/blob/master/Substring%20of%20string%20in%20python.md)
- [Find index of element in list](https://github.com/avsingh999/Python-for-beginner/blob/master/find%20index%20of%20element%20in%20python%20list.md)
- [How to catch exceptions](https://github.com/avsingh999/Python-for-beginner/blob/master/how%20to%20catch%20exceptions%20in%20python.md)
- [Find count of char in string](https://github.com/avsingh999/Python-for-beginner/blob/master/find_count_of_char_in_string.md)
- [Find index of element](https://github.com/avsingh999/Python-for-beginner/blob/master/find_index_of_element_in_python.md)
- [Hello World loop](https://github.com/avsingh999/Python-for-beginner/blob/master/hello%20world%20loop%20in%20python.md)
- [How to open a text file](https://github.com/avsingh999/Python-for-beginner/blob/master/how%20to%20open%20a%20text%20file%20in%20python.md)
- [How to Install Python](https://github.com/avsingh999/Python-for-beginner/blob/master/how-to-install-python.md)
- [How to use join](https://github.com/avsingh999/Python-for-beginner/blob/master/how_to_use_join_in_python.md)
- [Index of a string](https://github.com/avsingh999/Python-for-beginner/blob/master/index%20of%20a%20string.md)
- [Insertion sort](https://github.com/avsingh999/Python-for-beginner/blob/master/insertion%20sort.md)
- [Lambda Function](https://github.com/avsingh999/Python-for-beginner/blob/master/lambda%20Function.md)
- [Python lists](https://github.com/avsingh999/Python-for-beginner/blob/master/list_in_python.md)
- [Reverse List](https://github.com/avsingh999/Python-for-beginner/blob/master/reverse_list_in_python.md)
- [While Loop](https://github.com/avsingh999/Python-for-beginner/blob/master/while_loop_in_python.md)

### Module
- [How to learn Numpy(using jupyter)](https://github.com/avsingh999/Python-for-beginner/Learn_NumPy)
Expand All @@ -63,7 +59,7 @@ This repostory contains simple examples of code in <strong>python</strong>. It w
- [insertion sort in python](https://github.com/avsingh999/Python-for-beginner/blob/master/insertion%20sort%20in%20python.md)
- [quick sort](https://github.com/lalkanhaiya/Python-for-beginner/blob/master/quicksort_in_python.md)
- [mergesort](https://github.com/lalkanhaiya/Python-for-beginner/blob/master/merge_sort_in_python.py)
- [segment tree](https://github.com/avsingh999/Python-for-beginner/blob/master/segment_tree_implementaion_in_python.md)
- [segment tree](https://github.com/avsingh999/Python-for-beginner/blob/master/segment_tree_implementaion_in_python.md)
- [sieve of eratosthenes]('https://github.com/anuragphadnis/Python-for-beginner/blob/master/SieveOfEratosthenes.py')
## How to Contribute

Expand Down