Posts

— title: Data-Structures-in-Python author: sumendar date: ‘2023-02-10’ slug: Data-Structures-in-Python categories: - python - data structures tags: - basics subtitle: with reallife examples — In Python, a data structures is a way of organizing and storing data that enables efficient access and modification of the data. Here are some of the most commonly used data structures in Python along with real-life examples and their use cases: List List: A list is an ordered, mutable, and heterogeneous collection of elements.

2023-04-01-Python-Basics-Copy1 pre { line-height: 125%; } td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } .highlight .hll { background-color: var(–jp-cell-editor-active-background) } .highlight { background: var(–jp-cell-editor-background); color: var(–jp-mirror-editor-variable-color) } .highlight .c { color: var(–jp-mirror-editor-comment-color); font-style: italic } /* Comment */ .

— title: Python-Basics Check_05-April-2023 author: sumendar date: ‘2023-04-01’ slug: Python-Basics categories: [‘python’, ‘blogdown’] tags: [‘basics’] subtitle: ‘subtitle’ — In this blog post we will be going to discuss about python basics in detail Python is multi-purpose programming language developed by Guido van Rossum. The language has easy-to-use syntax, it’s a perfect language for someone trying to learn any programming for the first time. This is a comprehensive guide on Basic fundamentals concepts which we are keep in mind before writing code.