Skip to content

Commit af63c10

Browse files
author
Partho Biswas
committed
readme
1 parent 978a319 commit af63c10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,8 @@ Some helpful links, channels, tutorials, blogs.
513513
04. [Coding Interview Class](https://codinginterviewclass.com/)
514514
05. [Competitive Programmer’s Handbook](https://cses.fi/book/book.pdf)
515515

516-
<b>Python</b>
516+
<b>[Python](https://docs.python.org/3/)</b>
517+
</br>
517518
Learn the following modules by heart. Just knowing all of the following items will made most of the problem one-liners.
518519
01. [itertools - Functions creating iterators for efficient looping](https://docs.python.org/3/library/itertools.html) - They will help you, more often than you think
519520
02. [collections - High-performance container datatypes](https://docs.python.org/3/library/collections.html) - Believe me, this is pretty awesome

0 commit comments

Comments
 (0)