Status Updates From Penguin Random House Python...

Penguin Random House Python Crash Course Penguin Random House Python Crash Course
by


Status Updates Showing 361-390 of 5,331

order by

Jaime Portillo De la O
Jaime Portillo De la O is on page 129 of 560
Ch 8: Functions, making code reusable.

Modularitynin critical to avoid being redundant and to code elegantly.
Jan 23, 2025 11:11PM Add a comment
Penguin Random House Python Crash Course

Natascha
Natascha is on page 109 of 560
Jan 23, 2025 06:58AM Add a comment
Penguin Random House Python Crash Course

Asen
Asen is on page 21 of 560
Jan 21, 2025 06:00AM Add a comment
Penguin Random House Python Crash Course

Natascha
Natascha is on page 82 of 560
Jan 19, 2025 06:12AM Add a comment
Penguin Random House Python Crash Course

Natascha
Natascha is on page 75 of 560
Jan 18, 2025 09:27AM Add a comment
Penguin Random House Python Crash Course

Jaime Portillo De la O
Jaime Portillo De la O is on page 113 of 560
Ch. 7. User input and while loops

It's a flexible behavior when programs respond to a user's request, and it's what we see often (else they can just run in the background)
Jan 16, 2025 11:50PM Add a comment
Penguin Random House Python Crash Course

Partof Shan
Partof Shan is 4% done
你编写的大多数程序都将直接在文本编辑器中运行,但有时候,从终端运行程序很有用。例如,你可能想直接运行既有的程序。
在任何安装了Python的系统上都可以这样做,前提是你知道如何进入程序文件所在的目录。为尝试这样做,请确保已将文件hello_world.py存储到了桌面的python_work文件夹中。
Jan 12, 2025 11:20AM Add a comment
Penguin Random House Python Crash Course

Partof Shan
Partof Shan is 4% done
离开计算机,先休息一会儿,再尝试。别忘了,在编程中,语法非常重要,即便是少一个冒号、引号不匹配或括号不匹配,都可能导致程序无法正确地运行。请再次阅读本章相关的内容,再次审视你所做的工作,看看能否找出错误。
Jan 12, 2025 11:18AM Add a comment
Penguin Random House Python Crash Course

Jaime Portillo De la O
Jaime Portillo De la O is on page 91 of 560
Ch. 6 - Dictionaries

I can solve many problems, mine and others, with code. By now, I can picture many of these.

I'm interested in dictionaries mainly as an artisan way, so to say, to handle data from external sources of data, making it usable.
Jan 11, 2025 09:41PM Add a comment
Penguin Random House Python Crash Course

Clive
Clive is on page 16 of 560
Jan 03, 2025 03:57PM Add a comment
Penguin Random House Python Crash Course