Code vs Data Driven Displacement

Why you shouldn't invoke setup.py directly

Downloading Web Pages

Issue #110

10/20/2021

{{PreviewText}} 

Hi
Have you heard about the bird? Here's the issue.

====================================================================

Code vs Data Driven Displacement

Published: 23 September 2021
Tags: animation


I'd say one of the most difficult parts of coding is the interface between the data and what we see. Obviously this isn't as applicable if you're building a data pipeline, moreso for the applications that have some visual element. In this article, Daniel Holden discusses how to reconcile what we see and what the computer experiences when characters move in a videogame.

Read Full Article

====================================================================

Why you shouldn't invoke setup.py directly

Published: 19 October 2021
Tags: python


Packages are a convenient method for sharing code with the language-specific community. For Python, setuptools and distutils stood out for a long time as the most common options for building packages. In this informative article, Paul Ganssle discusses the history of building packages in Python and how the recent shift in focus for the setuptools team has changed the best practices for creating Python packages.

Read Full Article

====================================================================

Downloading Web Pages

Published: ?
Tags: browser, python


Although this is technically a web book, I thought it was worth featuring. In this first chapter, Pavel Panchekha and Chris Harrelson go through the process of downloading a webpage using command line tools, and explain every intricacy along the way. Ultimately the book is on building a browser from scratch using Python.

Read Full Article
Want to discuss the issue? 

If you want to discuss or comment on this issue, head on over to this page at A Byte of Coding.
Twitter
Website
Thanks for your Support! 

Thanks to sponsors and supporters like Євген Грицай, Scott Munro, zturak, pek, Emil Hannesbo, and Joe Hill this newsletter is provided to you for free. If you'd like to also show your support and buy me a monthly meal, you can donate on the Patreon page. It's not necessary, but it lets me know that I'm doing a good job and that you're finding value in the content.
Donate Here



Stats (updated daily)

Sent: 2335

Opens: 1092

Clicks: 360

Link Clicks Clicks % Unique Clicks Unique Clicks %
Code vs Data Driven Displacement 113 35.20% 104 35.14
Why you shouldn't invoke setup.py directly 83 25.86% 79 26.69
Downloading Web Pages 125 38.94% 113 38.18

Previous

Back to Issues

Next