Skip to content

Repository to save code examples tried while reading book - Python Cookbook from David Beazley & Brian K, Jones

Notifications You must be signed in to change notification settings

IshanDindorkar/python_cookbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Python Cookbook by David Beazley & Brain K. Jones

This repository contains code examples tried while reading the book

Chapter 1: Data Structure and Algorithms

Data structures learned

  • list
  • dict
  • heap
  • dequeue
  • defaultdict
  • priority queue
  • namedtuple
  • ChainMap

Operations learned

  • sort
  • groupby
  • compress
  • filter

Miscellaneous lessons

  • itemgetter
  • attrgetter
  • lambda

Chapter 2: String and Text

String functions for text searching

  • startswith() and endswith()
  • fnmatch() and fnmatchcase()
  • text processing using regular expressions

About

Repository to save code examples tried while reading book - Python Cookbook from David Beazley & Brian K, Jones

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages