Status Updates From Penguin Random House Python...

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


Status Updates Showing 1-30 of 140

order by

Irem
Irem is on page 227 of 544
So excited to start fun projects!!
Aug 30, 2025 08:18AM Add a comment
Python Crash Course: A Hands-On, Project-Based Introduction to Programming

Jaime Portillo De la O
Jaime Portillo De la O is on page 441 of 560
Wow, a whole intro into web development with Python. Django, the tech that powers Instagram, NASA, and many other high profile startups and websites now within reach.

Two web development chapters left, and I'm finishing this interesting book.
May 25, 2025 03:15AM Add a comment
Penguin Random House Python Crash Course

Jaime Portillo De la O
Jaime Portillo De la O is on page 411 of 560
After finishing the sought after API chapter, I get to do the final project: A web based Python app with the Django framework.
May 07, 2025 03:48AM Add a comment
Penguin Random House Python Crash Course

George Underwood
George Underwood is on page 82 of 560
RAWH
May 06, 2025 01:57PM 1 comment
Penguin Random House Python Crash Course

Jaime Portillo De la O
Jaime Portillo De la O is on page 393 of 560
Finally, I wondered for long how to do what I'm about to learn, which is begin handling the data returned from APIs programmatically. I just finished plotting datasets, which has no trivial applications, really... Sadly, I'm almost reaching the end of the book, perhaps in a couple of weeks? But I'll be sure to revise this cornerstone information as a reference.
May 02, 2025 08:37PM Add a comment
Penguin Random House Python Crash Course

Jaime Portillo De la O
Jaime Portillo De la O is on page 393 of 560
Finally, I wondered for long how to do what I'm about to learn, which is begin handling the data returned from APIs programmatically. I just finished plotting datasets, which has no trivial applications, really... Sadly, I'm almost reaching the end of the book, perhaps in a couple of weeks? But I'll be sure to revise this cornerstone information often (daily for a little while?)
May 02, 2025 08:23PM Add a comment
Penguin Random House Python Crash Course

Jaime Portillo De la O
Jaime Portillo De la O is on page 367 of 560
After the visualization section comes Chapter # 16 which deals with visualizing external sources. Gleefully, the next one is mighty since it deals with APIs, can't wait.
Apr 25, 2025 04:25PM Add a comment
Penguin Random House Python Crash Course

Jaime Portillo De la O
Jaime Portillo De la O is on page 339 of 560
Finally, beginning chapter 15 - Generating data. I already published a game in itch.io following the last chapter's code...
Apr 16, 2025 04:25AM Add a comment
Penguin Random House Python Crash Course

Jaime Portillo De la O
Jaime Portillo De la O is on page 277 of 560
After a good while working with the cogs of the Alien Shooter game, I'm getting to its last part: A simple scoreboard.

Then, again with working with data and web development.
Apr 10, 2025 02:21AM Add a comment
Penguin Random House Python Crash Course

Dee
Dee is on page 12 of 560
Hello python world!!! 🌎
Mar 30, 2025 02:27PM Add a comment
Penguin Random House Python Crash Course

Aram
Aram is 8% done
دوباره برگشتم به خوندن این کتاب بعد از این همه استراحت دادن به خودم و با یهتمرین به مشکل خوردم پس از
Claude 3 Haiku
کمک خواستم و برای هزارمین بار از هوش مصنوعی ناامید شدم، شاید چون رایگانه ، نمی‌دونم!
فثط به درد سرچ کردن و خلاصه اخبار روز می‌خورن!
Mar 30, 2025 01:12PM Add a comment
Python Crash Course, 3rd Edition: A Hands-On, Project-Based Introduction to Programming

Jaime Portillo De la O
Jaime Portillo De la O is on page 293 of 560
Delving deeper into the alien shooter game development project.
Mar 22, 2025 05:36AM Add a comment
Penguin Random House Python Crash Course

Aram
Aram is 5% done
ذوق و شوقم برای کتاب های تئوری خیلی متفاوت تر از نوع داستانی‌شه =))))
Mar 11, 2025 01:56PM Add a comment
Python Crash Course, 3rd Edition: A Hands-On, Project-Based Introduction to Programming

Jaime Portillo De la O
Jaime Portillo De la O is on page 263 of 560
Finally, the basics are over.
I did the final tests with the help of AI (wink)

Now, on with part II - Projects (beginning with a game, of all things)
Mar 05, 2025 01:22AM Add a comment
Penguin Random House Python Crash Course

Jaime Portillo De la O
Jaime Portillo De la O is on page 247 of 560
Ch 11 - Testing your code

As of late, in this recap of the basics, I learned how to handle files, including json data, which opens the door to interacting with other programs.

Now, I'm about to learn how to test my code for bugs.
Mar 02, 2025 12:04AM Add a comment
Penguin Random House Python Crash Course

Jaime Portillo De la O
Jaime Portillo De la O is on page 221 of 560
Ready to work with files and handling errors while doing so.

Just the next chapter and I'll get to projects, which are definitely what I need to learn: some fun, handling data, APIs and an intro to web development with the language.
Feb 18, 2025 10:19PM Add a comment
Penguin Random House Python Crash Course

Alexander Stephens
Alexander Stephens is on page 43 of 560
Very helpful & easy to follow
Feb 10, 2025 03:55PM Add a comment
Penguin Random House Python Crash Course

Jaime Portillo De la O
Jaime Portillo De la O is on page 195 of 560
Chapter 9: Classes - A staple of modularity through object oriented programming.
Feb 05, 2025 03:40PM Add a comment
Penguin Random House Python Crash Course

Partof Shan
Partof Shan is 5% done
变量名只能包含字母、数字和下划线。变量名可以字母或下划线打头,但不能以数字打头,例如,可将变量命名为message_1,但不能将其命名为1_message。
Jan 26, 2025 01:43AM Add a comment
Penguin Random House Python Crash Course

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

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

ponti
ponti is on page 86 of 560
Good so far
Jan 03, 2025 04:04AM Add a comment
Penguin Random House Python Crash Course

Jaime Portillo De la O
Jaime Portillo De la O is on page 115 of 560
A great introduction to the language, with thorough exercises, which also prepare the coder for the second part of the book, which is about practical projects.
Jan 01, 2025 03:13PM Add a comment
Penguin Random House Python Crash Course

francisco
francisco is on page 150 of 560
1
Nov 04, 2024 10:41PM Add a comment
Penguin Random House Python Crash Course

Artù
Artù is finished
L'ultima parte del libro è sul web framework django per creare applicazioni web. Tra le applicazioni di python presentate in questo libro ai miei occhi il web development è la meno interessante e se vogliamo noiosa, preferisco l'analisi dei dati e la loro visualizzazione ed il game development, anche se in quest ultimo ambito python è divertente da usare ma non è l'ideale.
Sep 26, 2024 02:31PM Add a comment
Python Crash Course: A Hands-On, Project-Based Introduction to Programming

Artù
Artù is on page 374 of 514
Completata la seconda parte dei progetti che prevede lo studio dell'analisi dei dati e la loro visualizzazione. Vengono introdotte diverse librerie per visualizzare i dati come matplotlib e plotly. Viene fatto un accenno alla libreria per l'analisi dei dati pandas, poi viene introdotta la libreria requests per gestire le API call. Direi una buona introduzione, ma ogni libreria richiederebbe settimane di studio.
Sep 25, 2024 02:13PM Add a comment
Python Crash Course: A Hands-On, Project-Based Introduction to Programming

Artù
Artù is on page 300 of 514
Completato il primo progetto che richiedeva lo sviluppo di un gioco tipo Space Invanders con la libreria pygame. Il codice fornito passo passo è preciso, non ci sono errori. Il libro introduce bene la libreria anche se per il corretto utilizzo di pygame è necessaria molta pratica e la documentazione online. Un limite di pygame sono le collesioni, difficili da gestire specialmente per realizzare un platform.
Sep 22, 2024 07:54AM Add a comment
Python Crash Course: A Hands-On, Project-Based Introduction to Programming

« previous 1 3 4 5