Advanced Academic Center, 2023. — 142 p.
The book Fundamentals of PYTHON In a Nutshell by Harshavardhini Kyatam, Jatin Menghwani, Kalyan Varma, and Saichandana Linga will introduce you to the Python programming language. Python is an extensively used high-level language. Initially, it was outlined by Guido van Rossum in the year 1991 and developed by Python Software Foundation. Its syntax allows programmers to demonstrate concepts in fewer lines of code. Python is used for various purposes such as scripting, developing, software testing, and generation. Due to its simplicity, organizations like Dropbox, Google, Quora, IBM, and Cisco have implemented Python. Python is one of the simplest languages a beginner can step into the programming world. The concepts are easy-to-understand through their simpler structure. This book provides you with the required concepts along with their execution using Python.
Introduction to Python.
Features of Python.
Control Flow Statements.
Functions.
Sequences.
Files.
Operations.
Exceptions.
Functional Programming.
List Comprehensions.
Namespaces.
Object-Oriented Programming.
Classes, Constructors, Methods.
Inheritance.
Multithreading.
GUI Programming with Tkinter.
Widgets.
Event Driven Programming.
Layout Management.
Creating GUI-based Application.
Introduction to Django Framework.
Model Template View (MVT) Framework.
Defining MVT.
Defining URL Pattern.
Configuring Database.