<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Preston Marwicke</title>
    <description>The latest articles on DEV Community by Preston Marwicke (@prestonmarwicke).</description>
    <link>https://dev.to/prestonmarwicke</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3723189%2F7995833c-ae77-4150-967f-654504da8485.png</url>
      <title>DEV Community: Preston Marwicke</title>
      <link>https://dev.to/prestonmarwicke</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/prestonmarwicke"/>
    <language>en</language>
    <item>
      <title>Coding Sustainability: Calculating the Carbon Intensity of AI Training in Python</title>
      <dc:creator>Preston Marwicke</dc:creator>
      <pubDate>Thu, 05 Feb 2026 03:02:50 +0000</pubDate>
      <link>https://dev.to/prestonmarwicke/coding-sustainability-calculating-the-carbon-intensity-of-ai-training-in-python-2gep</link>
      <guid>https://dev.to/prestonmarwicke/coding-sustainability-calculating-the-carbon-intensity-of-ai-training-in-python-2gep</guid>
      <description>&lt;p&gt;As we deploy capital into green energy, we need to verify the "Greenness" of the AI models we support. We built a tool to estimate the carbon footprint of inference jobs based on grid location.&lt;/p&gt;

&lt;p&gt;The Tech:&lt;/p&gt;

&lt;p&gt;API integration with ONS (Brazilian Grid Operator) to get real-time generation mix (Wind vs. Hydro vs. Thermal).&lt;/p&gt;

&lt;p&gt;Python script to map TWh to CO2e.&lt;/p&gt;

&lt;p&gt;The Logic: if grid_mix == "100% Renewable": carbon_tax_credit = True&lt;/p&gt;

&lt;p&gt;Why it matters: In 2026, "Green Compute" is a premium asset class. By quantifying it with code, we can value the companies providing it more accurately. We don't just trust the ESG report. We calculate the emissions ourselves.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.velthorneassetmanagement.com/" rel="noopener noreferrer"&gt;https://www.velthorneassetmanagement.com/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>sustainability</category>
      <category>greenenergy</category>
      <category>ai</category>
    </item>
    <item>
      <title>Coding Alpha: How We Use Python to Scrape Fintech Sentiment in Brazil</title>
      <dc:creator>Preston Marwicke</dc:creator>
      <pubDate>Wed, 21 Jan 2026 10:31:58 +0000</pubDate>
      <link>https://dev.to/prestonmarwicke/coding-alpha-how-we-use-python-to-scrape-fintech-sentiment-in-brazil-10a</link>
      <guid>https://dev.to/prestonmarwicke/coding-alpha-how-we-use-python-to-scrape-fintech-sentiment-in-brazil-10a</guid>
      <description>&lt;p&gt;Hi Devs,&lt;/p&gt;

&lt;p&gt;I'm Preston Marwicke, Fund Manager at Velthorne Asset Management. Usually, I talk about P/E ratios, but today I want to talk about our tech stack.&lt;/p&gt;

&lt;p&gt;In 2026, you can't trade emerging markets with just a Bloomberg terminal. You need code.&lt;/p&gt;

&lt;p&gt;We recently deployed a custom Python scraper to analyze the sentiment around Brazil's "Pix" payment system and Open Finance adoption.&lt;/p&gt;

&lt;p&gt;The Challenge: Official data lags by 30 days. We needed real-time signals.&lt;/p&gt;

&lt;p&gt;The Solution: We built a Natural Language Processing (NLP) pipeline using:&lt;/p&gt;

&lt;p&gt;Scrapy to ingest data from Brazilian financial news portals (local Portuguese sources).&lt;/p&gt;

&lt;p&gt;LLMs (Fine-tuned) to interpret the "Tone" of regulatory announcements from the Central Bank (BCB).&lt;/p&gt;

&lt;p&gt;Pandas/NumPy to correlate "Tone" with historic intraday volatility of Fintech tickers like $NU.&lt;/p&gt;

&lt;p&gt;The Result: We found a 0.82 correlation between positive regulatory sentiment in local dev forums (discussing API stability) and subsequent stock performance. Basically, if the devs are happy with the Open Finance APIs, the stock goes up.&lt;/p&gt;

&lt;p&gt;At Velthorne, we believe the future of Asset Management is Human + Code. We don't replace traders with bots; we give our traders bionic suits.&lt;/p&gt;

&lt;p&gt;If you are a dev working in Fintech or Data Science, I’d love to hear how you handle multi-lingual sentiment analysis.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.velthorneassetmanagement.com/" rel="noopener noreferrer"&gt;https://www.velthorneassetmanagement.com/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>datascience</category>
      <category>fintech</category>
      <category>investing</category>
    </item>
  </channel>
</rss>
