Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 683 Bytes

File metadata and controls

20 lines (16 loc) · 683 Bytes

Data-Structures-Algorithms-using-python

I am learning Data Structures and Algorithms. I will upload the programs made in data structures and algorithms

Getting Started with Python

“Computer programming is an art, because it applies accumulated knowledge to the world, because it requires skill and ingenuity, and especially because it produces objects of beauty. A programmer who subconsciously views himself as an artist will enjoy what he does and will do it better.” – Donald Knuth

Flow of Control

“Don't you hate code that's not properly indented? Making it [indenting] part of the syntax guarantees that all code is properly indented.” – G. van Rossum