Python Primer: A self Study Approach by Chalise Zenitha & Bhandari Bibek
Author:Chalise, Zenitha & Bhandari , Bibek
Language: eng
Format: epub
Published: 2023-11-12T00:00:00+00:00
Module Aliases
You can give a module an alias to make it easier to reference in your code.
Importing Specific Functions
You can import specific functions or variables from a module rather than the entire module.
47
Using Standard Library Modules
Python comes with a standard library of modules that provide a wide range of functionality. You can use these modules without installing anything extra.
48
Project: Building a Simple Contact Book Introduction
In this project, you'll apply the concepts of functions and modules to create a simple contact book. This contact book will allow users to add new contacts, view existing contacts, and search for specific contacts by name.
Steps to Build the Simple Contact Book Create a Contact Module:
Begin by creating a Python module named contact_book.py. This module will contain functions for managing contacts.
49
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Ajax | Assembly Language Programming |
Borland Delphi | C & C++ |
C# | CSS |
Compiler Design | Compilers |
DHTML | Debugging |
Delphi | Fortran |
Java | Lisp |
Perl | Prolog |
Python | RPG |
Ruby | Swift |
Visual Basic | XHTML |
XML | XSL |
Deep Learning with Python by François Chollet(12517)
Hello! Python by Anthony Briggs(9864)
OCA Java SE 8 Programmer I Certification Guide by Mala Gupta(9754)
The Mikado Method by Ola Ellnestam Daniel Brolund(9744)
Dependency Injection in .NET by Mark Seemann(9290)
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8255)
Test-Driven iOS Development with Swift 4 by Dominik Hauser(7738)
Grails in Action by Glen Smith Peter Ledbrook(7664)
The Well-Grounded Java Developer by Benjamin J. Evans Martijn Verburg(7513)
Becoming a Dynamics 365 Finance and Supply Chain Solution Architect by Brent Dawson(6734)
Microservices with Go by Alexander Shuiskov(6499)
Practical Design Patterns for Java Developers by Miroslav Wengner(6402)
Test Automation Engineering Handbook by Manikandan Sambamurthy(6377)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(6375)
Angular Projects - Third Edition by Aristeidis Bampakos(5753)
The Art of Crafting User Stories by The Art of Crafting User Stories(5290)
NetSuite for Consultants - Second Edition by Peter Ries(5232)
Demystifying Cryptography with OpenSSL 3.0 by Alexei Khlebnikov(5048)
Kotlin in Action by Dmitry Jemerov(5016)
