Knowledge in Python

Working with python

This file includes the basics of Python programming. It includes topics such as files, operators and functions performed by using python language. It also includes sample codes that can be performed by beginners.

Python Programming

This file includes some of the best python codes that a beginner must knowing order to know programming. It has got questions with codes as well as outputs are also attached with the codes

Python notes

This file includes some the basics of python programming that every beginner must know. It includes basic python structure, performing iterations, use of parenthesis and performing basic questions easily.

Python questions

This file includes some of the top questions of programming that are mostly asked in interviews. These questions are performed using python programming in this file

Python Notes(expressions, operations, iterations)

This file includes the basic usage of python language and how to implement the code. It covers a wide range of questions such as expressions, operators, iterations, compiler, interpreter etc.

Python

This file includes the basic usage of python language and how to implement the code. It covers a wide range of questions such as control flow, functions, operators, type of operators and also logic bases questions.

PYTHON OUTPUTS class 11

this tells about 2 program outputs for colourama in python

python - The return Statement in a function

These notes are about the The return Statement in a function and multiple values - python

strings in python - CS

These are handwirtten notes of strings in python - computer science

Python - built in functions

These notes are about built in functions of python - computer science

Functions - python

these notes are functions - python 1, built in functions 2. user defined

Sets - python , computer science

Similar to lists: - can use them for storing a collection of elements. Unlike lists: Elements in a set: i) are nonduplicates and ii) are not placed in any particular order When to use sets: - If application does not require order of the elements -> use sets to store elements - Due to Python’s implementations, it is is more efficient than using lists