Python Weekend Crash Course: A First Book of Python (Programming Languages)
by Yasmin R
ASIN: B01A74SUFK
Publication Date 出版日期: January 4, 2016
Language 语言: English
File size: 2993 KB
Paperback: 227 pages
Book Description
Python Weekend Crash Course
MODULES
A module is a file containing Python defini ons of func ons, variables or
classes intended for use in other Python programs. The name of the
module is derived from the name of the file( the Python code for a module
named XXX normally resides in a file named XXX.py). Python comes with a
large variety of modules, and you can also create your own. A module can
be imported by another program to make use of its func onality
Python Weekend Crash Course: A First Book of Python
相关推荐
- Mastering Tableau 2026: Implement advanced data visualizations, BI techniques and AI-powered analytics with Tableau, 5th Edition
- Practical C# Projects with .NET: Sharpen your C# and .NET skills to build fun console, web, game and AI apps with modern tools and patterns
- Rust All-in-One For Dummies
- Design and Analysis of Algorithms: A Contemporary Perspective
finelybook
