DataPrep ...Python Script...

Zum täglich Handwerkszeug und zur Erleichterung vieler Routinearbeiten ist das Scripten mit Python unerlässlich. Beim DataPrep betrifft dies maßgeblich das Handling mit Metadaten, XML-Dateien oder CSV Tabellen. Das Verwalten von Bauteilen und Materialien, ihre Zuordnung sowie Zuweisungen in der der 3D-Softeware aus Libraries können automatisiert werden und zur großen Zeit- und Kostenersparnis im Sinne des Kunden beitragen. Aber natürlich sind auch zahllose kleine Skripte sowohl für Modelling, Animation oder Lighting wichtige Helferlein bei der Arbeit eines 3D-Artists und unverzichtbare Werkzeuge in seinem Baukasten. Vieles findet sich bereits Online, die meisten Skripte müssen aber doch selber generiert oder zumindestens angepaßt werden.

zum Artikel gehen

Getting a near-real-time view of a DynamoDB stream with Python

DynamoDB streams help you respond to changes in your tables, which is commonly used to create aggregations or trigger other workflows once data is updated. Getting a near-real-time view into these Streams can also be helpful during developing or debugging

zum Artikel gehen

Climb the (bed)rock with Python, Javascript and GO

Bedrock is now available in eu-central-1. It’s time to get real and use it in applications. Reading all blog posts about Bedrock, you might get the impression that Python and LangChain is the only way to do it. Quite the opposite! As Bedrock makes c

zum Artikel gehen

Creating a CSV Decimal Converter Tool: A Chatbots Perspective

This blog post was completely generated by ChatGPT and not modified in any way. As an AI language model, my purpose is to assist and empower users with diverse tasks, from answering questions to helping develop custom tools. Recently, an IT consultant a

zum Artikel gehen

Introduction to asynchronous interactions with the AWS API in Python

The world is asynchronous, as Dr. Werner Vogels proclaimed at re:invent 2022. We’ll explore what that assertion means for the Python developers of the world and how we can enable (and benefit from) asynchronous interactions with the AWS API using ai

zum Artikel gehen

Implementing accurate counters in DynamoDB using Python

Counters can be used in all kinds of situations like gathering statistics about websites or billing systems. In this post we’ll dive deep into ways you can use DynamoDB to implement atomic and accurate counters using examples in Python.

zum Artikel gehen