<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Freelancing Archives - Be on the Right Side of Change</title>
	<atom:link href="https://blog.finxter.com/category/freelancing/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.finxter.com/category/freelancing/</link>
	<description></description>
	<lastBuildDate>Fri, 22 Mar 2024 17:15:41 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://blog.finxter.com/wp-content/uploads/2020/08/cropped-cropped-finxter_nobackground-32x32.png</url>
	<title>Freelancing Archives - Be on the Right Side of Change</title>
	<link>https://blog.finxter.com/category/freelancing/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Online Calculator &#8211; How Much Should I Charge for My Freelance Gig?</title>
		<link>https://blog.finxter.com/online-calculator-how-much-should-i-charge-for-my-freelance-gig/</link>
		
		<dc:creator><![CDATA[Chris]]></dc:creator>
		<pubDate>Fri, 22 Mar 2024 17:11:08 +0000</pubDate>
				<category><![CDATA[Calculators]]></category>
		<category><![CDATA[Career]]></category>
		<category><![CDATA[Finance]]></category>
		<category><![CDATA[Freelancing]]></category>
		<category><![CDATA[Tool]]></category>
		<guid isPermaLink="false">https://blog.finxter.com/?p=1669838</guid>

					<description><![CDATA[<p>📱 Idea: Drawing from years of firsthand experience as a seasoned freelancer, having hired thousands of freelancers for my company and mentored thousands of students who have collectively earned millions of dollars, I&#8217;ve garnered some insights into how much you can charge as a freelancer. I tried to put them into this calculator &#8212; have ... <a title="Online Calculator &#8211; How Much Should I Charge for My Freelance Gig?" class="read-more" href="https://blog.finxter.com/online-calculator-how-much-should-i-charge-for-my-freelance-gig/" aria-label="Read more about Online Calculator &#8211; How Much Should I Charge for My Freelance Gig?">Read more</a></p>
<p>The post <a href="https://blog.finxter.com/online-calculator-how-much-should-i-charge-for-my-freelance-gig/">Online Calculator &#8211; How Much Should I Charge for My Freelance Gig?</a> appeared first on <a href="https://blog.finxter.com">Be on the Right Side of Change</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="has-base-2-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4f1.png" alt="📱" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Idea</strong>: Drawing from years of firsthand experience as a seasoned freelancer, having hired thousands of freelancers for my company and <a href="https://blog.finxter.com/become-python-freelancer-course/" data-type="page" data-id="2072">mentored</a> thousands of students who have collectively earned millions of dollars, I&#8217;ve garnered some insights into how much you can charge as a freelancer. </p>



<p>I tried to put them into this calculator &#8212; have fun! <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f447.png" alt="👇" class="wp-smiley" style="height: 1em; max-height: 1em;" /> </p>



<div id="freelance-rate-calculator">
  <style>
    #freelance-rate-calculator {
      font-family: 'Arial', sans-serif;
      max-width: 500px;
      padding: 20px;
      background-color: #f0f0f0;
      border-radius: 8px;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }
    #freelance-rate-calculator input, 
    #freelance-rate-calculator select, 
    #freelance-rate-calculator button {
      width: 100%;
      padding: 10px;
      margin: 10px 0;
      border-radius: 5px;
      border: 1px solid #ccc;
    }
    #freelance-rate-calculator button {
      background-color: #007bff;
      color: white;
      font-weight: bold;
      cursor: pointer;
    }
    #freelance-rate-calculator button:hover {
      background-color: #0056b3;
    }
    .result {
      margin-top: 15px;
      padding: 10px;
      background-color: #dff0d8;
      border-color: #d6e9c6;
      color: #3c763d;
      border-radius: 5px;
      display: none;
    }
    .bold {
      font-weight: bold;
    }
  </style>

  <label for="experience">Years of Experience:</label>
  <input type="number" id="experience" min="0" step="1" value="0">

  <label for="gig-volume">Gig Volume (in hours):</label>
  <input type="number" id="gig-volume" min="0" step="1" value="0">

  <label for="value-for-client">Value for the Client:</label>
  <select id="value-for-client">
    <option value="1">Low</option>
    <option value="1.1">Medium</option>
    <option value="1.2">High</option>
  </select>

  <label for="skill-demand">Specialty Skill Demand:</label>
  <select id="skill-demand">
    <option value="1">Low</option>
    <option value="1.2">Medium</option>
    <option value="1.5">High</option>
  </select>

  <label for="supply">Availability of Freelancers:</label>
  <select id="supply">
    <option value="0.8">High</option>
    <option value="1">Medium</option>
    <option value="1.2">Low</option>
  </select>

  <label for="demand">Market Demand for Freelancers:</label>
  <select id="demand">
    <option value="0.8">Low</option>
    <option value="1">Medium</option>
    <option value="1.2">High</option>
  </select>

  <button onclick="calculateRate()">Calculate Rate</button>

  <div id="rate-result" class="result"></div>

  <script>
    function calculateRate() {
      const experience = Math.min(document.getElementById('experience').value, 10);
      const gigVolume = document.getElementById('gig-volume').value;
      const valueForClient = document.getElementById('value-for-client').value;
      const skillDemand = document.getElementById('skill-demand').value;
      const supply = document.getElementById('supply').value;
      const demand = document.getElementById('demand').value;

      let baseRate = 30; // Adjusted base hourly rate
      let experienceMultiplier = experience > 5 ? 1.2 : 1 + (experience * 0.04);
      let competitivenessMultiplier = supply * demand;

      let hourlyRate = baseRate * experienceMultiplier * valueForClient * skillDemand * competitivenessMultiplier;
      hourlyRate = hourlyRate.toFixed(2);

      let totalCost = hourlyRate * gigVolume;
      totalCost = totalCost.toFixed(2);

      const resultDiv = document.getElementById('rate-result');
      resultDiv.innerHTML = `<span class="bold" style="color: #28a745; font-size: 20px;">&#x1f4b0; Hourly Rate: $${hourlyRate}/hr</span><br>
                             <span class="bold" style="color: #17a2b8; font-size: 20px;">&#x1f4e6; Total Cost: $${totalCost}</span>`;
      resultDiv.style.display = 'block';
    }
  </script>
</div>





<p>Here&#8217;s an overview of all six features we&#8217;ve included in the <strong>freelance rate calculator</strong>, along with explanations on how each impacts the freelancer&#8217;s rate:</p>



<ol class="wp-block-list">
<li><mark><strong>Years of Experience</strong>: Measures the freelancer&#8217;s years of working experience in their specialty area.</mark> More experience generally justifies higher rates due to the freelancer&#8217;s proven expertise and reliability. However, the impact of experience on the rate diminishes after 10 years, reflecting the notion that while experience remains valuable, the incremental benefit on project outcomes plateaus.</li>



<li><mark><strong>Gig Volume (in hours)</strong>: Estimates the total hours needed to complete the gig.</mark> Larger projects might see a slightly lower hourly rate due to bulk work, which offers the freelancer sustained income over time. Conversely, very small projects might command higher hourly rates due to the overhead of project setup and shorter engagement duration.</li>



<li><mark><strong>Specialty Skill Demand</strong>: Reflects the market demand for the specific skills required for the gig.</mark> Skills in higher demand (e.g., emerging technologies) allow freelancers to charge more. This is due to the principle of supply and demand: scarce skills that are in high demand lead to higher rates.</li>



<li><mark><strong>Market Demand for Freelancers</strong>: Indicates the overall demand for freelance services in the market, regardless of specific skill sets.</mark> Higher general market demand for freelancers suggests that businesses are more inclined to hire external experts, potentially allowing freelancers to charge more due to increased opportunities.</li>



<li><mark><strong>Availability of Freelancers</strong>: Represents the current supply of freelancers in the market who can provide similar services.</mark> A high availability (or supply) of freelancers might lead to lower rates due to competition, while low availability (fewer freelancers offering the service) can drive rates up as clients have fewer options to choose from.</li>



<li><mark><strong>Value for the Client</strong>: A subjective measure assessing how critical the project is to the client&#8217;s success.</mark> Projects deemed of high value to the client, possibly due to their potential to significantly impact the client&#8217;s revenue or operations, can justify higher rates. This is because the client is likely to derive more value from the freelancer&#8217;s work, making them willing to invest more in it.</li>
</ol>



<h2 class="wp-block-heading">What&#8217;s the TLDR of This Calculator?</h2>



<p>The calculator is designed around the core principle of supply and demand which affects pricing in nearly every market, including freelance services.</p>



<p>Higher demand for a freelancer&#8217;s specific skills or general freelance services, combined with lower availability of qualified freelancers, allows for charging higher rates.</p>



<p>Experience adds to a freelancer&#8217;s credibility and the perceived quality of work, justifying higher rates. However, this is moderated by the recognition that extremely high levels of experience do not always translate to correspondingly higher value for the client.</p>



<p>The nature of the project (volume and value to the client) also plays a significant role. Projects with high value to the client or those with either very high or very low volumes can affect rates due to the perceived importance or the economics of scale and overhead costs.</p>
<p>The post <a href="https://blog.finxter.com/online-calculator-how-much-should-i-charge-for-my-freelance-gig/">Online Calculator &#8211; How Much Should I Charge for My Freelance Gig?</a> appeared first on <a href="https://blog.finxter.com">Be on the Right Side of Change</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Upwork Still Good?</title>
		<link>https://blog.finxter.com/upwork-still-good/</link>
		
		<dc:creator><![CDATA[Chris]]></dc:creator>
		<pubDate>Fri, 26 Jan 2024 08:53:44 +0000</pubDate>
				<category><![CDATA[Career]]></category>
		<category><![CDATA[Coding Business]]></category>
		<category><![CDATA[Freelancing]]></category>
		<guid isPermaLink="false">https://blog.finxter.com/?p=1653717</guid>

					<description><![CDATA[<p>With the rapidly changing environment, i.e., ChatGPT, generative AI, the economic slowdown, and additional competition, a member of the Finxter Mastermind Group Oz recently shared the following macro concerns in the group: Perceived headwinds of Freelancing on Upwork: Before I&#8217;ll give you my perception of the changing landscape in freelancing, let&#8217;s examine these points one ... <a title="Upwork Still Good?" class="read-more" href="https://blog.finxter.com/upwork-still-good/" aria-label="Read more about Upwork Still Good?">Read more</a></p>
<p>The post <a href="https://blog.finxter.com/upwork-still-good/">Upwork Still Good?</a> appeared first on <a href="https://blog.finxter.com">Be on the Right Side of Change</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>With the rapidly changing environment, i.e., ChatGPT, generative AI, the economic slowdown, and additional competition, a member of the Finxter Mastermind Group <a href="https://blog.finxter.com/author/martinrhodes972342430/" data-type="link" data-id="https://blog.finxter.com/author/martinrhodes972342430/">Oz</a> recently shared the following macro concerns in the group:</p>



<p><strong>Perceived headwinds of Freelancing on Upwork:</strong></p>



<ul class="has-global-color-8-background-color has-background wp-block-list">
<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/274c.png" alt="❌" class="wp-smiley" style="height: 1em; max-height: 1em;" /> An economic downturn has pushed many into the gig economy, increasing competition.</li>



<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/274c.png" alt="❌" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Low-code and no-code AI solutions have impacted the costs for lower-skilled tasks, making it difficult to get started.</li>



<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/274c.png" alt="❌" class="wp-smiley" style="height: 1em; max-height: 1em;" /> The pool of clients has reduced.</li>



<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/274c.png" alt="❌" class="wp-smiley" style="height: 1em; max-height: 1em;" /> The pool of talents has increased.</li>



<li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/274c.png" alt="❌" class="wp-smiley" style="height: 1em; max-height: 1em;" /> The costs to run Upwork at this scale are up, so they charge more for transactions and Connects. This, in turn, frightens clients.</li>
</ul>



<p>Before I&#8217;ll give you my perception of the changing landscape in freelancing, let&#8217;s examine these points one by one:</p>



<h2 class="wp-block-heading">Economic Downturn</h2>



<p class="has-base-2-background-color has-background"><strong>Assumption</strong>: <em>An economic downturn has pushed many into the gig economy, increasing competition.</em></p>



<p>These are actually two assumptions: (1) we are in an economic downturn, and (2) competition has increased.</p>



<p>Freelancing is inherently global. Every freelancer can offer their labor, skills, and know-how to every business, no matter where it is located in the world.</p>



<p>As long as there are businesses making money, there is an opportunity for remote-based freelancers &#8211; even if your local economy might be in a downturn.</p>



<p><strong>Do businesses still make money?</strong> The answer seems to be yes. This map shows the growth rate of different regions in the world. Most of it is green, so there&#8217;s still <strong>real GDP growth</strong> (<em>of course, this is considering the official inflation numbers which are not that reliable</em>):</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img fetchpriority="high" decoding="async" width="1018" height="704" src="https://blog.finxter.com/wp-content/uploads/2023/12/image-119.png" alt="" class="wp-image-1653718" srcset="https://blog.finxter.com/wp-content/uploads/2023/12/image-119.png 1018w, https://blog.finxter.com/wp-content/uploads/2023/12/image-119-300x207.png 300w, https://blog.finxter.com/wp-content/uploads/2023/12/image-119-768x531.png 768w" sizes="(max-width: 1018px) 100vw, 1018px" /><figcaption class="wp-element-caption"><a href="https://www.imf.org/external/datamapper/NGDP_RPCH@WEO/OEMDC/ADVEC/WEOWORLD" data-type="link" data-id="https://www.imf.org/external/datamapper/NGDP_RPCH@WEO/OEMDC/ADVEC/WEOWORLD">source</a></figcaption></figure>
</div>

<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" width="998" height="586" src="https://blog.finxter.com/wp-content/uploads/2023/12/image-120.png" alt="" class="wp-image-1653719" srcset="https://blog.finxter.com/wp-content/uploads/2023/12/image-120.png 998w, https://blog.finxter.com/wp-content/uploads/2023/12/image-120-300x176.png 300w, https://blog.finxter.com/wp-content/uploads/2023/12/image-120-768x451.png 768w" sizes="(max-width: 998px) 100vw, 998px" /><figcaption class="wp-element-caption"><a href="https://www.imf.org/external/datamapper/NGDP_RPCH@WEO/OEMDC/ADVEC/WEOWORLD" data-type="link" data-id="https://www.imf.org/external/datamapper/NGDP_RPCH@WEO/OEMDC/ADVEC/WEOWORLD">source</a></figcaption></figure>
</div>


<p>Even when considering that the official &#8220;real&#8221; inflation is too conservative, there is no clear significant negative real GDP growth.</p>



<p>Unemployment rate hasn&#8217;t spiked yet, so there&#8217;s no mass unemployment yet:</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" width="1019" height="774" src="https://blog.finxter.com/wp-content/uploads/2023/12/image-121.png" alt="" class="wp-image-1653720" srcset="https://blog.finxter.com/wp-content/uploads/2023/12/image-121.png 1019w, https://blog.finxter.com/wp-content/uploads/2023/12/image-121-300x228.png 300w, https://blog.finxter.com/wp-content/uploads/2023/12/image-121-768x583.png 768w" sizes="(max-width: 1019px) 100vw, 1019px" /><figcaption class="wp-element-caption"><a href="https://www.statista.com/statistics/279777/global-unemployment-rate/" data-type="link" data-id="https://www.statista.com/statistics/279777/global-unemployment-rate/">source</a></figcaption></figure>
</div>


<p></p>



<p>I definitely consider mass unemployment a threat but this will make freelancing even more attractive as an additional way to make money.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><a href="https://blog.finxter.com/intelligent-ai-bots-expensive-capital-and-recession-fears-the-return-of-mass-unemployment-and-what-to-do-about-it/"><img loading="lazy" decoding="async" width="1024" height="1024" src="https://blog.finxter.com/wp-content/uploads/2023/12/ee3ba1ba-4aab-4686-b149-b92afdb6c0fb.webp" alt="" class="wp-image-1653721" srcset="https://blog.finxter.com/wp-content/uploads/2023/12/ee3ba1ba-4aab-4686-b149-b92afdb6c0fb.webp 1024w, https://blog.finxter.com/wp-content/uploads/2023/12/ee3ba1ba-4aab-4686-b149-b92afdb6c0fb-300x300.webp 300w, https://blog.finxter.com/wp-content/uploads/2023/12/ee3ba1ba-4aab-4686-b149-b92afdb6c0fb-150x150.webp 150w, https://blog.finxter.com/wp-content/uploads/2023/12/ee3ba1ba-4aab-4686-b149-b92afdb6c0fb-768x768.webp 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a></figure>
</div>


<p class="has-base-2-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f449.png" alt="👉" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Recommended</strong>: <a href="https://blog.finxter.com/intelligent-ai-bots-expensive-capital-and-recession-fears-the-return-of-mass-unemployment-and-what-to-do-about-it/" data-type="link" data-id="https://blog.finxter.com/intelligent-ai-bots-expensive-capital-and-recession-fears-the-return-of-mass-unemployment-and-what-to-do-about-it/">The Return of Mass Unemployment – Intelligent AI Bots, Expensive Capital, and Recession</a></p>



<p>Regarding the second assumption on the growing number of people working in the gig economy, we&#8217;ll address that below. (<img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f449.png" alt="👉" class="wp-smiley" style="height: 1em; max-height: 1em;" /> &#8220;<strong>Increased Number of Freelancers</strong>&#8220;)</p>



<h2 class="wp-block-heading">Low-Code, No-Code, AI</h2>



<p class="has-base-2-background-color has-background"><strong>Assumption</strong>: <em>Low-code and No-code and AI solutions have impacted the costs for lower-skilled tasks making it difficult to get started.</em></p>



<p>A low-code platform is often used by IT professionals with some coding skills to create custom applications, while no-code platforms typically allow business users without any knowledge of how coding works to address their own development needs.</p>



<p>ChatGPT is a great example of both a low-code and no-code platform. It expands the number of people capable of doing coding work. This is on a first-principle basis so the assumption that lower-skilled tasks have become cheaper is 100% true.</p>



<p>However, the rise of these low-code and no-code solutions hasn&#8217;t made it more but less difficult to get started as a freelancer. </p>



<p>Freelancers can now use <a href="https://blog.finxter.com/5-best-open-source-llms-in-2023-two-minute-guide/" data-type="post" data-id="1651783">LLMs</a> to create more and better code faster! Similarly, we can use LLMs to create more and better quality text, designs, and consulting faster. </p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><a href="https://blog.finxter.com/3-ways-to-make-money-with-chatgpt-the-good-the-bad-and-the-ugly/"><img loading="lazy" decoding="async" width="1024" height="570" src="https://blog.finxter.com/wp-content/uploads/2024/01/image-2-1-1024x570.png" alt="" class="wp-image-1654527" srcset="https://blog.finxter.com/wp-content/uploads/2024/01/image-2-1-1024x570.png 1024w, https://blog.finxter.com/wp-content/uploads/2024/01/image-2-1-300x167.png 300w, https://blog.finxter.com/wp-content/uploads/2024/01/image-2-1-768x427.png 768w, https://blog.finxter.com/wp-content/uploads/2024/01/image-2-1.png 1314w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a></figure>
</div>


<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f449.png" alt="👉" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <a href="https://blog.finxter.com/3-ways-to-make-money-with-chatgpt-the-good-the-bad-and-the-ugly/" data-type="link" data-id="https://blog.finxter.com/3-ways-to-make-money-with-chatgpt-the-good-the-bad-and-the-ugly/">3 Ways to Make Money with ChatGPT – The Good, The Bad, and The Ugly</a></p>



<p>Here are some examples on how even by making the products cheaper, a freelancer can earn more per hour by using low-code or no-code solutions:</p>



<ol class="wp-block-list">
<li><strong>Logo Design:</strong>
<ul class="wp-block-list">
<li><strong>Before AI:</strong> 3 hours @ $100 total.</li>



<li><strong>After AI:</strong> 1 hour @ $66.67 total.</li>



<li><strong>Result:</strong> Time reduced by 3x, income per hour increased from $33.33 to $66.67.</li>
</ul>
</li>



<li><strong>Article Writing:</strong>
<ul class="wp-block-list">
<li><strong>Before AI:</strong> 6 hours for a 1000-word article @ $100 total.</li>



<li><strong>After AI:</strong> 2 hours for the same article @ $66.67 total.</li>



<li><strong>Result:</strong> Time reduced by 3x, income per hour increased from $16.67 to $33.34.</li>
</ul>
</li>



<li><strong>Data Analysis:</strong>
<ul class="wp-block-list">
<li><strong>Before AI:</strong> 9 hours for basic data analysis @ $100 total.</li>



<li><strong>After AI:</strong> 3 hours for the same analysis @ $66.67 total.</li>



<li><strong>Result:</strong> Time reduced by 3x, income per hour increased from $11.11 to $22.22.</li>
</ul>
</li>



<li><strong>Graphic Design for Social Media:</strong>
<ul class="wp-block-list">
<li><strong>Before AI:</strong> 4.5 hours for a set of social media graphics @ $100 total.</li>



<li><strong>After AI:</strong> 1.5 hours for the same set @ $66.67 total.</li>



<li><strong>Result:</strong> Time reduced by 3x, income per hour increased from $22.22 to $44.45.</li>
</ul>
</li>



<li><strong>Basic Website Setup:</strong>
<ul class="wp-block-list">
<li><strong>Before AI:</strong> 12 hours for a basic website setup @ $100 total.</li>



<li><strong>After AI:</strong> 4 hours for the same setup @ $66.67 total.</li>



<li><strong>Result:</strong> Time reduced by 3x, income per hour increased from $8.33 to $16.67.</li>
</ul>
</li>
</ol>



<h2 class="wp-block-heading">Reduced Number of Clients</h2>



<p class="has-base-2-background-color has-background"><strong>Assumption</strong>: <em>The pool of clients has reduced.</em></p>



<p>The concern that the pool of clients has reduced is somewhat paradoxical in the context of an expanding global economy and the increasingly digital nature of businesses. </p>



<p>In fact, the assumption is just plainly wrong, as shown by this actual data from Upwork&#8217;s <a href="https://investors.upwork.com/" data-type="link" data-id="https://investors.upwork.com/">investor relations deck</a>:</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="348" src="https://blog.finxter.com/wp-content/uploads/2024/01/image-155-1024x348.png" alt="" class="wp-image-1654528" srcset="https://blog.finxter.com/wp-content/uploads/2024/01/image-155-1024x348.png 1024w, https://blog.finxter.com/wp-content/uploads/2024/01/image-155-300x102.png 300w, https://blog.finxter.com/wp-content/uploads/2024/01/image-155-768x261.png 768w, https://blog.finxter.com/wp-content/uploads/2024/01/image-155.png 1172w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>
</div>


<p>Also Marketplace revenue from the last available quarter (Q3 2023) has increased so there&#8217;s more money to be earned:</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="357" src="https://blog.finxter.com/wp-content/uploads/2024/01/image-156-1024x357.png" alt="" class="wp-image-1654529" srcset="https://blog.finxter.com/wp-content/uploads/2024/01/image-156-1024x357.png 1024w, https://blog.finxter.com/wp-content/uploads/2024/01/image-156-300x105.png 300w, https://blog.finxter.com/wp-content/uploads/2024/01/image-156-768x268.png 768w, https://blog.finxter.com/wp-content/uploads/2024/01/image-156.png 1172w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><a href="https://investors.upwork.com/" data-type="link" data-id="https://investors.upwork.com/">source</a></figcaption></figure>
</div>


<p>Even amidst economic fluctuations and uncertainties, the shift towards remote work, digital transformation, and online presence has arguably <strong><em>increased the number of potential clients</em></strong> for freelancers. </p>



<p>Let&#8217;s delve into some first-principle arguments against this point:</p>



<ol class="wp-block-list">
<li><strong>Digital Transformation Acceleration</strong>: Many businesses have accelerated their digital transformation efforts in response to changing market conditions and consumer behavior, especially due to the COVID-19 pandemic. This includes small and medium-sized enterprises (SMEs) that previously might not have considered going digital. As businesses adapt, the demand for digital services—ranging from web development, digital marketing, to cybersecurity—has increased.</li>



<li><strong>Global Market Access</strong>: The nature of freelancing platforms such as Upwork enables freelancers to reach clients globally, not just locally or nationally. Although competition has indeed increased, so has the potential client base. With the internet breaking down geographical barriers, a business owner in one part of the world can easily hire a freelancer from another part for specific skills or cost advantages.</li>



<li><strong>Diversification of Services</strong>: The expansion of service categories on platforms like Upwork also plays a significant role. Initially, these platforms were heavily focused on web development, graphic design, and content creation. Now, you can find categories ranging from legal services and consultancy to video editing and 3D modeling. As technology evolves, new niches emerge, offering freelancers opportunities to adapt and specialize in areas with less competition and higher demand.</li>



<li><strong>Startups and Innovation</strong>: There&#8217;s a continuous emergence of startups and innovative companies looking to outsource tasks that are not core to their business or that require specific expertise they don&#8217;t possess in-house. This trend contributes to an expanding pool of potential clients for freelancers.</li>



<li><strong>Cost-Effectiveness of Freelancing</strong>: For many businesses, especially amidst uncertainties, hiring freelancers is a more cost-effective solution than employing full-time staff. Freelancers offer flexibility in scaling operations up or down, without the financial and legal complexities of hiring employees. This economic advantage can encourage more businesses to turn to freelancing platforms for their needs.</li>
</ol>



<h2 class="wp-block-heading">Increased Number of Freelancers</h2>



<p class="has-base-2-background-color has-background"><strong>Assumption</strong>: <em>The pool of talents has increased.</em></p>



<p>The assertion that the pool of talents in the freelancing world has increased is largely accurate. This observation can be attributed to several socio-economic trends and technological advancements. </p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="807" height="651" src="https://blog.finxter.com/wp-content/uploads/2024/01/image-158.png" alt="" class="wp-image-1654530" srcset="https://blog.finxter.com/wp-content/uploads/2024/01/image-158.png 807w, https://blog.finxter.com/wp-content/uploads/2024/01/image-158-300x242.png 300w, https://blog.finxter.com/wp-content/uploads/2024/01/image-158-768x620.png 768w" sizes="auto, (max-width: 807px) 100vw, 807px" /><figcaption class="wp-element-caption"><a href="https://www.statista.com/statistics/921593/gig-economy-number-of-freelancers-us/" data-type="link" data-id="https://www.statista.com/statistics/921593/gig-economy-number-of-freelancers-us/">source</a></figcaption></figure>
</div>


<p>In fact, more freelancers is what we want &#8211; the gig economy is the ultimate endstate of the freelancing disruption. If we saw a year-over-year <em>reduction </em>of the number of freelancers, we should be worried because it might indicate a shift away from the gig economy!</p>



<p>Let&#8217;s probe into the intricacies of this development:</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="646" height="199" src="https://blog.finxter.com/wp-content/uploads/2024/01/image-159.png" alt="" class="wp-image-1654531" srcset="https://blog.finxter.com/wp-content/uploads/2024/01/image-159.png 646w, https://blog.finxter.com/wp-content/uploads/2024/01/image-159-300x92.png 300w" sizes="auto, (max-width: 646px) 100vw, 646px" /></figure>
</div>


<h3 class="wp-block-heading">Global Connectivity and Access to Technology</h3>



<p>The advent of high-speed internet and the democratization of technology have made freelancing a viable option for people all around the globe. It&#8217;s easier than ever for individuals to offer their skills and services online, leading to a surge in the number of freelancers.</p>



<h3 class="wp-block-heading">Economic Factors</h3>



<p>Economic downturns, corporate downsizing, and shifts towards more flexible work arrangements have nudged or forced many individuals to explore freelancing. People seek additional income streams or pivot to freelancing full-time as traditional job markets become volatile.</p>



<h3 class="wp-block-heading">Platform Accessibility</h3>



<p>Platforms like Upwork, Freelancer, and Fiverr have simplified the process of entering the freelancing marketplace. These platforms offer a straightforward way for people with diverse skill sets to find work. As a result, many individuals who may not have considered freelancing in the past are now joining these platforms, thereby increasing the talent pool.</p>



<figure class="wp-block-embed aligncenter is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="What Are the Best Freelancing Sites for Coders? [Finxter Freelancer Course Lesson]" width="937" height="527" src="https://www.youtube.com/embed/b39-a7TwG24?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f449.png" alt="👉" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <a href="https://blog.finxter.com/what-are-the-best-freelancing-sites/" data-type="post" data-id="4187">What Are the Best Freelancing Sites for Coders?</a></p>



<h3 class="wp-block-heading">The Appeal of Flexibility</h3>



<p>The flexibility and autonomy that freelancing offers are attractive to many, especially millennials and Gen Z, who prioritize work-life balance and independence. This desire for a non-traditional work environment has contributed to the growing number of freelancers.</p>



<h3 class="wp-block-heading">The COVID-19 Pandemic Impact</h3>



<p>The COVID-19 pandemic has exponentially accelerated the shift towards remote work and freelancing. With many individuals losing their jobs or adapting to remote work environments, freelancing has become an appealing or necessary option. This situation has further expanded the pool of freelancing talents worldwide.</p>



<h3 class="wp-block-heading">Challenges and Opportunities</h3>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="411" height="1024" src="https://blog.finxter.com/wp-content/uploads/2024/01/image-160-411x1024.png" alt="" class="wp-image-1654532" srcset="https://blog.finxter.com/wp-content/uploads/2024/01/image-160-411x1024.png 411w, https://blog.finxter.com/wp-content/uploads/2024/01/image-160-120x300.png 120w, https://blog.finxter.com/wp-content/uploads/2024/01/image-160.png 459w" sizes="auto, (max-width: 411px) 100vw, 411px" /><figcaption class="wp-element-caption">More freelancers means more successful freelancers emerge like this freelancer making more than $1M on Upwork (<a href="https://investors.upwork.com/static-files/e7a891f7-011d-44a9-b5e0-817069a0f814" data-type="link" data-id="https://investors.upwork.com/static-files/e7a891f7-011d-44a9-b5e0-817069a0f814">source</a>)</figcaption></figure>
</div>


<p>An increased number of freelancers leads to a more competitive landscape. Here are some implications:</p>



<ul class="wp-block-list">
<li><strong>Increased Competition</strong>: More freelancers mean more competition, especially for entry-level jobs or in oversaturated skill areas. Freelancers may need to distinguish themselves through specialization, quality, and building a strong personal brand.</li>



<li><strong>Lower Barriers to Entry but Higher to Success</strong>: While it&#8217;s easier to start freelancing, standing out and achieving success requires more effort, skills development, and sometimes niche specialization.</li>



<li><strong>Decommodification of Skills</strong>: Freelancers need to decommodify their skills by focusing on unique selling propositions and establishing themselves as experts in specific niches.</li>



<li><strong>Adaptation and Continuous Learning</strong>: Success in freelancing increasingly depends on adaptability and the continuous acquisition of new skills, especially with rapid technological changes and the emergence of AI, low-code, and no-code solutions.</li>
</ul>



<h3 class="wp-block-heading">Conclusion</h3>



<p>The increase in the number of freelancers presents both challenges and opportunities. It fosters a competitive environment that demands differentiation, specialization, and a focus on continuous improvement. However, it also signifies a thriving and dynamic marketplace with a wealth of talent and potential for innovation. Success in this evolving landscape depends on one&#8217;s ability to adapt, leverage personal strengths, and create value that stands out in a crowded marketplace.</p>



<h2 class="wp-block-heading">Upwork Costs Up</h2>



<p class="has-base-2-background-color has-background"><strong>Assumption</strong>: <em>The costs to run Upwork at this scale are up, so they charge more for transactions and connects which in turn frightens clients.</em></p>



<p>The argument that increasing operational costs for Upwork have led to higher charges for transactions and connects, which in turn may dissuade clients, could be oversimplified and warrants a more nuanced examination. Let&#8217;s unpack this and explore the broader implications.</p>



<h3 class="wp-block-heading">Upwork&#8217;s Pricing Structure</h3>



<p>Upwork employs a sliding service fee model that is primarily designed to reward long-term relationships between freelancers and their clients. The fees are structured as follows:</p>



<ul class="wp-block-list">
<li>20% for the first $500 billed with the client</li>



<li>10% for total billings with the client between $500.01 and $10,000</li>



<li>5% for total billings with the client that exceed $10,000.</li>
</ul>



<p>For clients, there are nominal fees involved for using Upwork&#8217;s platform, including payment processing and administration fees. While there is a cost involved, these fees also ensure they have access to a global talent pool, secure payment structures, and Upwork’s mediation services if disputes arise.</p>



<h3 class="wp-block-heading">Cost vs. Value Proposition</h3>



<ol class="wp-block-list">
<li><strong>Global Access to Talent</strong>: Upwork provides clients with access to a vast talent pool from across the globe, which can be very advantageous for finding specific skills or competitive pricing that local markets might not offer. This value can significantly offset the platform&#8217;s fees.</li>



<li><strong>Secure Transactions</strong>: Upwork&#8217;s escrow service and dispute resolution provide security and trust, making it a reliable platform for clients to engage freelancers for their projects. This security aspect is often worth the overhead cost for many businesses.</li>



<li><strong>Quality and Efficiency</strong>: The platform offers tools to help clients find the right freelancers quickly, manage projects efficiently, and streamline communication. For many businesses, paying a premium for these utilities is justified by the time and resources saved in the long run.</li>
</ol>



<h3 class="wp-block-heading">Economic Implications and Adaptation</h3>



<ul class="wp-block-list">
<li><strong>Market Adaptation</strong>: Just like any market, both freelancers and clients adapt to the economic realities of the platform. Freelancers may adjust their rates to account for Upwork&#8217;s fees, and clients may factor these costs into their project budgets.</li>



<li><strong>Enterprise Solutions</strong>: Upwork offers enterprise solutions that come with custom pricing to accommodate the needs of larger organizations. This tier includes dedicated support and more sophisticated collaboration tools, showcasing Upwork’s flexibility in serving diverse client needs.</li>



<li><strong>Client Retention through Quality</strong>: The platform&#8217;s longevity and growth suggest that despite the fees, a significant number of clients find the value proposition compelling enough to continue using the service. The key is the quality of work and reliability that clients get in return.</li>
</ul>



<h3 class="wp-block-heading">Conclusion</h3>



<p>While higher operational costs and the consequent fees on platforms like Upwork might raise concerns about their potential to scare off clients, it&#8217;s essential to balance this perspective by considering the value provided. For many clients, the benefits of secure, efficient, and scalable access to a global talent pool outweigh the additional costs. Moreover, in a competitive freelance marketplace, both freelancers and Upwork must continuously demonstrate value to attract and retain their client base. The dynamic nature of the platform encourages adaptations and improvements that can mitigate the impact of increased costs over time.</p>



<h2 class="wp-block-heading">Putting It All Together</h2>



<p>Combining the analysis of the changing landscape of freelancing, particularly on Upwork, with the broader implications and dynamics at play, we can synthesize a comprehensive perspective on where things stand and where they may be heading.</p>



<h3 class="wp-block-heading">Economic Downturn and the Gig Economy</h3>



<p>The assumption that an economic downturn solely leads to a more crowded marketplace with intensified competition doesn&#8217;t encapsulate the full spectrum of opportunities available in a global economy. Yes, more people may turn to freelancing during challenging times, but concurrently, the demand for freelance services can also increase as businesses seek more flexible, cost-effective solutions. Freelancers equipped with niche skills or those who quickly adapt to market needs can thrive even in a seemingly saturated market.</p>



<h3 class="wp-block-heading">Impact of Low-Code/No-Code and AI</h3>



<p>The rise of low-code/no-code platforms and AI technologies represents a shift rather than a setback. These technologies democratize the ability to perform certain tasks, making it easier for freelancers to deliver higher-quality work more efficiently. The initial concern that they might depress prices for lower-skilled tasks doesn&#8217;t take into account the opportunity for freelancers to scale their services and take on more work, potentially at a higher effective hourly rate. Additionally, there&#8217;s always an evolving demand for new skills and services that emerge alongside technological advancements.</p>



<h3 class="wp-block-heading">The Global Client Pool</h3>



<p>The narrative that the pool of clients is reducing overlooks the dynamic nature of the digital economy, where new businesses and opportunities are constantly emerging. As more organizations recognize the benefits of digital transformation and remote work, the potential client base for freelancers can actually expand. The key for freelancers is to remain visible, relevant, and competitive. Continuous learning and adaptation to new market demands are essential.</p>



<h3 class="wp-block-heading">Upwork&#8217;s Costs and Value Proposition</h3>



<p>Concerns about increasing costs on Upwork due to its operational scale need to be balanced with the value proposition it offers both freelancers and clients. Upwork provides a structured, secure platform for freelancers to connect with clients globally, offering features that facilitate project management, payments, and dispute resolution. While fees might increase, they are often justified by the benefits and conveniences the platform delivers. Both freelancers and clients are adapting to these models, indicating a mutual recognition of value despite cost implications.</p>



<h3 class="wp-block-heading">Conclusion</h3>



<p>The freelance marketplace, particularly on platforms like Upwork, is undeniably in flux, driven by economic forces, technological advancements, and evolving work norms. However, these changes are not unilateral threats but rather indicators of a maturing, diversifying market that offers new opportunities alongside challenges.</p>



<p>Freelancers who succeed in this environment are those who adapt to market shifts, leverage new technologies to enhance their offerings, and continuously seek to understand and meet the evolving needs of their clients. The ability to navigate these changes, coupled with a focus on building strong, long-term client relationships, will be key determinants of success in the dynamic world of freelancing.</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><a href="https://blog.finxter.com/the-ultimate-guide-to-buying-and-selling-openai-api-freelancing-services-on-upwork/"><img loading="lazy" decoding="async" width="1024" height="701" src="https://blog.finxter.com/wp-content/uploads/2024/01/image-7-1-1024x701.jpeg" alt="" class="wp-image-1654535" srcset="https://blog.finxter.com/wp-content/uploads/2024/01/image-7-1-1024x701.jpeg 1024w, https://blog.finxter.com/wp-content/uploads/2024/01/image-7-1-300x205.jpeg 300w, https://blog.finxter.com/wp-content/uploads/2024/01/image-7-1-768x525.jpeg 768w, https://blog.finxter.com/wp-content/uploads/2024/01/image-7-1.jpeg 1216w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a></figure>
</div>


<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f449.png" alt="👉" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <a href="https://blog.finxter.com/the-ultimate-guide-to-buying-and-selling-openai-api-freelancing-services-on-upwork/" data-type="link" data-id="https://blog.finxter.com/the-ultimate-guide-to-buying-and-selling-openai-api-freelancing-services-on-upwork/">The Ultimate Guide to Buying and Selling OpenAI API Freelancing Services on Upwork</a></p>
<p>The post <a href="https://blog.finxter.com/upwork-still-good/">Upwork Still Good?</a> appeared first on <a href="https://blog.finxter.com">Be on the Right Side of Change</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Merit-Based Iterative Testing (MBIT) &#8211; A Modern Business Strategy to Building a Meritocracy with Freelancers</title>
		<link>https://blog.finxter.com/merit-based-iterative-testing-mbit-how-to-make-your-organization-a-meritocracy/</link>
		
		<dc:creator><![CDATA[Chris]]></dc:creator>
		<pubDate>Mon, 18 Dec 2023 15:49:42 +0000</pubDate>
				<category><![CDATA[Coding Business]]></category>
		<category><![CDATA[Freelancing]]></category>
		<category><![CDATA[Productivity]]></category>
		<guid isPermaLink="false">https://blog.finxter.com/?p=1653634</guid>

					<description><![CDATA[<p>💡 What if you built an organization based on merit, not CVs, human biases, or legacy credentials? You would grow faster at a lower cost! I have written extensively about the benefits of remote work and freelancing in modern organizations. But recently, one of my subscribers asked me to elaborate how to hire freelancers effectively ... <a title="Merit-Based Iterative Testing (MBIT) &#8211; A Modern Business Strategy to Building a Meritocracy with Freelancers" class="read-more" href="https://blog.finxter.com/merit-based-iterative-testing-mbit-how-to-make-your-organization-a-meritocracy/" aria-label="Read more about Merit-Based Iterative Testing (MBIT) &#8211; A Modern Business Strategy to Building a Meritocracy with Freelancers">Read more</a></p>
<p>The post <a href="https://blog.finxter.com/merit-based-iterative-testing-mbit-how-to-make-your-organization-a-meritocracy/">Merit-Based Iterative Testing (MBIT) &#8211; A Modern Business Strategy to Building a Meritocracy with Freelancers</a> appeared first on <a href="https://blog.finxter.com">Be on the Right Side of Change</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4a1.png" alt="💡" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>What if you built an organization based on merit, not CVs, human biases, or legacy credentials? </strong></p>



<p>You would grow faster at a lower cost!</p>



<p>I have <a href="https://blog.finxter.com/the-ultimate-guide-to-buying-and-selling-openai-api-freelancing-services-on-upwork/" data-type="post" data-id="1652369">written</a> <a href="https://blog.finxter.com/did-chatgpt-just-kill-freelancing-%f0%9f%98%b5/" data-type="post" data-id="1348498">extensively</a> <a href="https://blog.finxter.com/become-python-freelancer-course/">about</a> the <a href="https://blog.finxter.com/get-rich-with-openai-using-ai-as-a-wealth-generation-machine-is-the-name-of-the-game/" data-type="post" data-id="1652457">benefits</a> of <a href="https://blog.finxter.com/remote-freelancing-stats/" data-type="post" data-id="22314">remote work</a> and <a href="https://blog.finxter.com/six-sexy-benefits-of-freelancing-over-employment-2023/" data-type="post" data-id="1393554">freelancing</a> in modern organizations. But recently, one of my subscribers asked me to elaborate <em>how to hire freelancers effectively (instead of how to become a successful freelancer?)</em>:</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="517" src="https://blog.finxter.com/wp-content/uploads/2023/12/image-99-1024x517.png" alt="" class="wp-image-1653649" srcset="https://blog.finxter.com/wp-content/uploads/2023/12/image-99-1024x517.png 1024w, https://blog.finxter.com/wp-content/uploads/2023/12/image-99-300x152.png 300w, https://blog.finxter.com/wp-content/uploads/2023/12/image-99-768x388.png 768w, https://blog.finxter.com/wp-content/uploads/2023/12/image-99.png 1231w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>
</div>


<p>So I decided to formalize my intuitive approach with Finxter: Let&#8217;s call it the MBIT method. <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f447.png" alt="👇" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>



<p class="has-global-color-8-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2699.png" alt="⚙" class="wp-smiley" style="height: 1em; max-height: 1em;" /> The<strong> Merit-Based Iterative Testing (MBIT)</strong> method is an inclusive approach to talent management that <strong>prioritizes merit over traditional credentials</strong>, allowing individuals from all walks of life to showcase their abilities through practical tasks. <br><br>There is no application process, no CV, no academic or formal requirements &#8211; if they successfully complete the first small gig, they move on to a larger gig. <br><br>By gradually increasing project complexity and responsibility based on performance it ensures a continuous optimization of talent within an organization. <br><br>This method fosters a culture of <strong>continuous improvement and innovation</strong>, leading to a dynamic, merit-driven ecosystem. Evolution towards a high-performance, high-efficiency culture through selection and self-selection.</p>



<h2 class="wp-block-heading">Three Phases of MBIT</h2>



<h3 class="wp-block-heading">(1) Testing Phase: Initial Exploration and Assessment</h3>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="784" height="784" src="https://blog.finxter.com/wp-content/uploads/2023/12/finxter.com_The_image_illustrates_a_female_scientist_in_a_high-_32258f10-9c60-4864-9208-950bf6b334a4.webp" alt="" class="wp-image-1653638" srcset="https://blog.finxter.com/wp-content/uploads/2023/12/finxter.com_The_image_illustrates_a_female_scientist_in_a_high-_32258f10-9c60-4864-9208-950bf6b334a4.webp 784w, https://blog.finxter.com/wp-content/uploads/2023/12/finxter.com_The_image_illustrates_a_female_scientist_in_a_high-_32258f10-9c60-4864-9208-950bf6b334a4-300x300.webp 300w, https://blog.finxter.com/wp-content/uploads/2023/12/finxter.com_The_image_illustrates_a_female_scientist_in_a_high-_32258f10-9c60-4864-9208-950bf6b334a4-150x150.webp 150w, https://blog.finxter.com/wp-content/uploads/2023/12/finxter.com_The_image_illustrates_a_female_scientist_in_a_high-_32258f10-9c60-4864-9208-950bf6b334a4-768x768.webp 768w" sizes="auto, (max-width: 784px) 100vw, 784px" /></figure>
</div>


<p><strong>Action</strong>: Assign a standard, small task to a diverse pool of freelancers (e.g., designing a product label), each with a modest budget (like $50).</p>



<p><strong>Objective</strong>: Assess skills and creativity impartially, providing equal opportunity to all candidates regardless of their background.</p>



<h3 class="wp-block-heading">(2) Scaling Phase: Gradual Increase and Convergence</h3>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="784" height="784" src="https://blog.finxter.com/wp-content/uploads/2023/12/finxter.com_A_male_scientist_in_a_high-tech_laboratory_engaging_cca954ec-d3e0-4c84-8f52-f78232372a18.webp" alt="" class="wp-image-1653639" srcset="https://blog.finxter.com/wp-content/uploads/2023/12/finxter.com_A_male_scientist_in_a_high-tech_laboratory_engaging_cca954ec-d3e0-4c84-8f52-f78232372a18.webp 784w, https://blog.finxter.com/wp-content/uploads/2023/12/finxter.com_A_male_scientist_in_a_high-tech_laboratory_engaging_cca954ec-d3e0-4c84-8f52-f78232372a18-300x300.webp 300w, https://blog.finxter.com/wp-content/uploads/2023/12/finxter.com_A_male_scientist_in_a_high-tech_laboratory_engaging_cca954ec-d3e0-4c84-8f52-f78232372a18-150x150.webp 150w, https://blog.finxter.com/wp-content/uploads/2023/12/finxter.com_A_male_scientist_in_a_high-tech_laboratory_engaging_cca954ec-d3e0-4c84-8f52-f78232372a18-768x768.webp 768w" sizes="auto, (max-width: 784px) 100vw, 784px" /></figure>
</div>


<p><strong>Action</strong>: Select the most promising freelancers based on their performance in the Testing Phase for larger tasks. Increase the complexity and budget of the tasks gradually, moving towards more substantial, regular gigs or the overall project completion.</p>



<p><strong>Objective</strong>: Establish a meritocratic system where continued high performance leads to greater responsibilities and rewards, ensuring that the best talents are progressively engaged in more significant aspects of the project.</p>



<h3 class="wp-block-heading">(3) Post-Convergence Monitoring Phase: Ongoing Performance Evaluation</h3>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="784" height="784" src="https://blog.finxter.com/wp-content/uploads/2023/12/finxter.com_The_image_illustrates_a_female_scientist_in_a_high-_e50f1a4f-64c2-4753-9ba7-e85c0f357899.webp" alt="" class="wp-image-1653640" srcset="https://blog.finxter.com/wp-content/uploads/2023/12/finxter.com_The_image_illustrates_a_female_scientist_in_a_high-_e50f1a4f-64c2-4753-9ba7-e85c0f357899.webp 784w, https://blog.finxter.com/wp-content/uploads/2023/12/finxter.com_The_image_illustrates_a_female_scientist_in_a_high-_e50f1a4f-64c2-4753-9ba7-e85c0f357899-300x300.webp 300w, https://blog.finxter.com/wp-content/uploads/2023/12/finxter.com_The_image_illustrates_a_female_scientist_in_a_high-_e50f1a4f-64c2-4753-9ba7-e85c0f357899-150x150.webp 150w, https://blog.finxter.com/wp-content/uploads/2023/12/finxter.com_The_image_illustrates_a_female_scientist_in_a_high-_e50f1a4f-64c2-4753-9ba7-e85c0f357899-768x768.webp 768w" sizes="auto, (max-width: 784px) 100vw, 784px" /></figure>
</div>


<p><strong>Action</strong>: Continuously monitor the performance of top freelancers. Evaluate if they maintain or improve their quality over time and adapt to evolving project needs.</p>



<p><strong>Objective</strong>: Ensure sustained high-quality output. If a freelancer fails to meet the required standards or demonstrate continuous improvement, consider discontinuing the collaboration for maintaining overall project quality.</p>



<h2 class="wp-block-heading">Implementing MBIT: An Amazon Store Example</h2>



<p>Let&#8217;s have a quick example. </p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="214" src="https://blog.finxter.com/wp-content/uploads/2023/12/image-94-1024x214.png" alt="" class="wp-image-1653641" srcset="https://blog.finxter.com/wp-content/uploads/2023/12/image-94-1024x214.png 1024w, https://blog.finxter.com/wp-content/uploads/2023/12/image-94-300x63.png 300w, https://blog.finxter.com/wp-content/uploads/2023/12/image-94-768x160.png 768w, https://blog.finxter.com/wp-content/uploads/2023/12/image-94.png 1414w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>
</div>


<p>Say, you run an Amazon FBA business selling organic coffee. Your store relies on high-quality designers to attract more clicks and convert these clicks to sales more effectively. You need lots of different high-quality visuals for your changing inventory &#8211; like this:</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="701" height="674" src="https://blog.finxter.com/wp-content/uploads/2023/12/image-95.png" alt="" class="wp-image-1653642" srcset="https://blog.finxter.com/wp-content/uploads/2023/12/image-95.png 701w, https://blog.finxter.com/wp-content/uploads/2023/12/image-95-300x288.png 300w" sizes="auto, (max-width: 701px) 100vw, 701px" /></figure>
</div>


<h3 class="wp-block-heading">Phase 1: Testing Phase</h3>



<p><strong>Task</strong>: Design a product label for a new organic coffee line.</p>



<p><strong>Number of Freelancers</strong>: 10 graphic designers.</p>



<p><strong>Price Point per Gig</strong>: $50 for each designer.</p>



<p><strong>Performance Metrics</strong>: Creativity, adherence to brand guidelines, turnaround time, and feedback incorporation.</p>



<h3 class="wp-block-heading">Phase 2: Scaling Phase</h3>



<p><strong>Selected Freelancers</strong>: 3 designers with the best label designs.</p>



<p><strong>New Task</strong>: Create a series of promotional materials for the coffee line, including social media graphics, packaging design, and an email marketing template.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="901" height="689" src="https://blog.finxter.com/wp-content/uploads/2023/12/image-96.png" alt="" class="wp-image-1653643" srcset="https://blog.finxter.com/wp-content/uploads/2023/12/image-96.png 901w, https://blog.finxter.com/wp-content/uploads/2023/12/image-96-300x229.png 300w, https://blog.finxter.com/wp-content/uploads/2023/12/image-96-768x587.png 768w" sizes="auto, (max-width: 901px) 100vw, 901px" /></figure>
</div>


<p><strong>Price Point per Gig</strong>: $200 per designer for the series.</p>



<p><strong>Performance Metrics</strong>: Consistency in design quality, innovation in promotional concepts, effectiveness in audience engagement (measured by social media interaction and email open rates), and ability to meet deadlines.</p>



<h3 class="wp-block-heading">Phase 3: Post-Convergence Monitoring Phase</h3>



<p><strong>Top Freelancer Selection</strong>: 1 designer who excels in the Scaling Phase.</p>



<p><strong>Ongoing Task</strong>: Monthly creation of varied marketing materials and new product designs.</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="309" src="https://blog.finxter.com/wp-content/uploads/2023/12/image-97-1024x309.png" alt="" class="wp-image-1653644" srcset="https://blog.finxter.com/wp-content/uploads/2023/12/image-97-1024x309.png 1024w, https://blog.finxter.com/wp-content/uploads/2023/12/image-97-300x91.png 300w, https://blog.finxter.com/wp-content/uploads/2023/12/image-97-768x232.png 768w, https://blog.finxter.com/wp-content/uploads/2023/12/image-97.png 1321w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>
</div>


<p><strong>Price Point per Gig</strong>: Retainer of $500 per month.</p>



<p><strong>Performance Metrics</strong>: Continued excellence in design, ability to adapt to new product lines, consistency in meeting deadlines, and effectiveness in driving sales or marketing goals (measured by campaign conversion rates and customer feedback).</p>



<p>In this specific Amazon Store example, MBIT methodically identifies, tests, and scales freelancer talent, ensuring that the final retained designer is not only the best fit for the current needs but also capable of adapting and growing with the store&#8217;s evolving marketing strategies.</p>



<h2 class="wp-block-heading">Benefits of the MBIT Method</h2>



<p>The ultimate benefit of implementing the MBIT Method in an organizational ecosystem is creating a self-sustaining environment where continuous improvement and excellence become the norm. </p>



<ul class="wp-block-list">
<li><strong>Merit-Based Progression</strong>: Talents are rewarded and responsibilities are increased based on proven skills and performance.</li>



<li><strong>Cost-Effective Scalability</strong>: The gradual increase in gig volume and complexity ensures financial prudence while identifying the best talent.</li>



<li><strong>Quality Assurance</strong>: Continuous performance monitoring maintains high standards of output, ensuring an organizational evolution towards quality.</li>
</ul>



<p>MBIT enhances immediate project outcomes through optimal talent utilization and fosters a culture of perpetual growth and innovation. It leads to a sustainable, agile, robust, and ever-improving organization.</p>



<p>There is minimal friction. </p>



<p>The <strong>small overhead at the front-end</strong>, i.e., hiring a lot of freelancers for small gig experiments, is overcompensated by the <strong>huge efficiency-gains in the back-end</strong>, i.e., paying larger gigs only for top talent. </p>



<p>The likelihood of malinvestments is minimal because there is no notion of throwing good money after bad money. With MBIT, you ensure that money only flows towards talent that generates value for your organization and its stakeholders (e.g., customers).</p>



<p>The emerging organization has high talent standards through selection and self-selection while still being open, inclusive, and fair. It filters out freelancers who are not suitable or willing to engage in a sustainable relationship with the organization to the benefit of all parties, i.e., freelancers, customers, and organizations.</p>



<p>The ultimate MBIT organization is based 100% on freelance work where freelancers with significant gig volumes are self-selected high-quality talents to work in a robust, sustainable, and cost-efficient structure.</p>
<p>The post <a href="https://blog.finxter.com/merit-based-iterative-testing-mbit-how-to-make-your-organization-a-meritocracy/">Merit-Based Iterative Testing (MBIT) &#8211; A Modern Business Strategy to Building a Meritocracy with Freelancers</a> appeared first on <a href="https://blog.finxter.com">Be on the Right Side of Change</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>21 Most Profitable Programming Languages in 2024</title>
		<link>https://blog.finxter.com/21-most-profitable-programming-languages-in-2023/</link>
		
		<dc:creator><![CDATA[Chris]]></dc:creator>
		<pubDate>Tue, 14 Nov 2023 09:10:43 +0000</pubDate>
				<category><![CDATA[Career]]></category>
		<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Finance]]></category>
		<category><![CDATA[Freelancing]]></category>
		<category><![CDATA[Productivity]]></category>
		<guid isPermaLink="false">https://blog.finxter.com/?p=404278</guid>

					<description><![CDATA[<p>This article shows you the most profitable programming languages in the world. I compiled the average income of all programming languages and sorted them in a descending manner in the following table: Job Description Annual Average Income Erlang Developer $138,000 Haskell Developer $126,000 Go Developer $124,000 Scala Developer $119,000 Python Developer $114,000 Solidity Developer $107,000 ... <a title="21 Most Profitable Programming Languages in 2024" class="read-more" href="https://blog.finxter.com/21-most-profitable-programming-languages-in-2023/" aria-label="Read more about 21 Most Profitable Programming Languages in 2024">Read more</a></p>
<p>The post <a href="https://blog.finxter.com/21-most-profitable-programming-languages-in-2023/">21 Most Profitable Programming Languages in 2024</a> appeared first on <a href="https://blog.finxter.com">Be on the Right Side of Change</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>This article shows you the most profitable programming languages in the world. I compiled the average income of all programming languages and sorted them in a descending manner in the following table:</p>



<figure class="wp-block-table is-style-stripes"><table><thead><tr><th>Job Description</th><th>Annual Average Income</th></tr></thead><tbody><tr><td><a href="https://blog.finxter.com/erlang-developer-income-and-opportunity/" target="_blank" rel="noreferrer noopener">Erlang Developer</a></td><td>$138,000</td></tr><tr><td><a href="https://blog.finxter.com/haskell-developer-income-and-opportunity/" target="_blank" rel="noreferrer noopener">Haskell Developer</a></td><td>$126,000</td></tr><tr><td><a href="https://blog.finxter.com/go-developer-income-and-opportunity/" target="_blank" rel="noreferrer noopener">Go Developer</a></td><td>$124,000</td></tr><tr><td><a href="https://blog.finxter.com/scala-developer-income-and-opportunity/" target="_blank" rel="noreferrer noopener">Scala Developer</a></td><td>$119,000</td></tr><tr><td><a href="https://blog.finxter.com/python-developer-income-and-opportunity/" target="_blank" rel="noreferrer noopener">Python Developer</a></td><td>$114,000</td></tr><tr><td><a href="https://blog.finxter.com/solidity-developer-income-and-opportunity/" target="_blank" rel="noreferrer noopener">Solidity Developer</a></td><td>$107,000</td></tr><tr><td><a href="https://blog.finxter.com/r-developer-income-and-opportunity/" target="_blank" rel="noreferrer noopener">R Developer</a></td><td>$106,663</td></tr><tr><td><a href="https://blog.finxter.com/java-developer-income-and-opportunity/" target="_blank" rel="noreferrer noopener">Java Developer</a></td><td>$106,000</td></tr><tr><td><a href="https://blog.finxter.com/swift-developer-income-and-opportunity/" target="_blank" rel="noreferrer noopener">Swift Developer</a></td><td>$103,750</td></tr><tr><td><a href="https://blog.finxter.com/kotlin-developer-income-and-opportunity/" target="_blank" rel="noreferrer noopener">Kotlin Developer</a></td><td>$102,000</td></tr><tr><td><a href="https://blog.finxter.com/c-developer-income-and-opportunity-2/" target="_blank" rel="noreferrer noopener">C Developer</a></td><td>$100,000</td></tr><tr><td><a href="https://blog.finxter.com/net-developer-income-and-opportunity/" target="_blank" rel="noreferrer noopener">.NET Developer</a></td><td>$95,000</td></tr><tr><td><a href="https://blog.finxter.com/c-plus-plus-developer-income-and-opportunity/" target="_blank" rel="noreferrer noopener">C++ Developer</a></td><td>$95,000</td></tr><tr><td><a href="https://blog.finxter.com/c-developer-income-and-opportunity/" target="_blank" rel="noreferrer noopener">C# Developer</a></td><td>$94,000</td></tr><tr><td><a href="https://blog.finxter.com/html-developer-income-and-opportunity/" target="_blank" rel="noreferrer noopener">HTML Developer</a></td><td>$89,683</td></tr><tr><td><a href="https://blog.finxter.com/cobol-developer-income-and-opportunity/" target="_blank" rel="noreferrer noopener">COBOL Developer</a></td><td>$89,000</td></tr><tr><td><a href="https://blog.finxter.com/dart-developer-income-and-opportunity/" target="_blank" rel="noreferrer noopener">Dart Developer</a></td><td>$87,820</td></tr><tr><td><a href="https://blog.finxter.com/javascript-developer-income-and-opportunity/" target="_blank" rel="noreferrer noopener">JavaScript Developer</a></td><td>$84,000</td></tr><tr><td><a href="https://blog.finxter.com/julia-developer-income-and-opportunity/" target="_blank" rel="noreferrer noopener">Julia Developer</a></td><td>$76,735</td></tr><tr><td><a href="https://blog.finxter.com/fortran-developer-income-and-opportunity/" target="_blank" rel="noreferrer noopener">Fortran Developer</a></td><td>$76,409</td></tr><tr><td><a href="https://blog.finxter.com/matlab-developer-income-and-opportunity/" target="_blank" rel="noreferrer noopener">Matlab Developer</a></td><td>$73,000</td></tr><tr><td><a href="https://blog.finxter.com/php-developer-income-and-opportunity/" target="_blank" rel="noreferrer noopener">PHP Developer</a></td><td>$65,590</td></tr><tr><td><a href="https://blog.finxter.com/d-developer-income-and-opportunity/" target="_blank" rel="noreferrer noopener">D Developer</a></td><td>$58,000</td></tr></tbody></table></figure>



<p>Here are some interesting stats from this data:</p>



<ul class="wp-block-list">
<li>Erlang is the <strong>most profitable</strong> programming language with an average income of $138,000 per year.</li>



<li>D is the <strong>least profitable</strong> programming language with an average income of $58,000 per year.</li>



<li>Python is the <strong>most profitable major</strong> programming language with an average income of $114,000 per year.</li>



<li>JavaScript is the <strong>least profitable major</strong> programming language with an average income of $84,000 per year.</li>



<li>The big &#8220;traditional&#8221; programming languages C++, C, Python, and Java are <strong>six-figure earners</strong>, on average.</li>
</ul>



<p>Let&#8217;s dive into the programming languages from most to least profitable next!</p>



<p></p>



<h2 class="wp-block-heading"><a rel="noreferrer noopener" href="https://blog.finxter.com/erlang-developer-income-and-opportunity/" target="_blank">Erlang</a></h2>



<p>An Erlang developer uses the Erlang programming language to develop applications, often in the area of scalable real-time systems with high availability requirements. </p>



<p>Erlang is a network-heavy programming language used by telecommunication companies and banks, as well as messaging and communication companies. (<a rel="noreferrer noopener" href="https://www.google.com/search?q=Erlang Developer" target="_blank">Source</a>)</p>



<p>The average annual income of an <strong>Erlang Developer</strong> is between <strong>$110,000</strong> (25th percentile) and <strong>$166,500</strong> (75th percentile) according to Ziprecruiter (<a rel="noreferrer noopener" href="https://www.google.com/search?q=Erlang+income" target="_blank">source</a>).</p>



<p class="has-base-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f30d.png" alt="🌍" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Read Full Article: <a rel="noreferrer noopener" href="https://blog.finxter.com/erlang-developer-income-and-opportunity/" target="_blank">Erlang Developer</a></p>



<p></p>



<h2 class="wp-block-heading"><a rel="noreferrer noopener" href="https://blog.finxter.com/haskell-developer-income-and-opportunity/" target="_blank">Haskell</a></h2>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="682" src="https://blog.finxter.com/wp-content/uploads/2022/06/image-18-1024x682.png" alt="" class="wp-image-404384" srcset="https://blog.finxter.com/wp-content/uploads/2022/06/image-18-1024x682.png 1024w, https://blog.finxter.com/wp-content/uploads/2022/06/image-18-300x200.png 300w, https://blog.finxter.com/wp-content/uploads/2022/06/image-18-768x512.png 768w, https://blog.finxter.com/wp-content/uploads/2022/06/image-18.png 1028w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>
</div>


<p>As a Haskell developer, you create and debug applications in the Haskell programming language. Haskell is a functional language with type inference and lazy evaluation. (<a rel="noreferrer noopener" href="https://en.wikipedia.org/wiki/Haskell_(programming_language)" target="_blank">Source</a>)</p>



<p>The average annual income of a <strong>Haskell Developer</strong> is <strong>$126,000</strong> according to PayScale (<a rel="noreferrer noopener" href="https://www.payscale.com/research/US/Skill=Haskell_Programming_Language/Salary" target="_blank">source</a>). Glassdoor reports an annual income range from $40k to $155k (<a rel="noreferrer noopener" href="https://www.glassdoor.de/Salaries/haskell-developer-salary-SRCH_KO0,17.htm?countryRedirect=true" target="_blank">source</a>).</p>



<p class="has-base-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f30d.png" alt="🌍" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Read Full Article: <a rel="noreferrer noopener" href="https://blog.finxter.com/haskell-developer-income-and-opportunity/" target="_blank">Haskell Developer</a></p>



<h2 class="wp-block-heading"><a rel="noreferrer noopener" href="https://blog.finxter.com/go-developer-income-and-opportunity/" target="_blank">Go</a></h2>



<p>A Golang developer uses the Go programming language to create software, design applications, advise clients about tools and frameworks, and test and debug Golang applications. (<a rel="noreferrer noopener" href="https://www.google.com/search?q=Go Developer" target="_blank">Source</a>)</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="Python vs Go - Which Programming Language Should You Choose in 59 seconds?" width="937" height="527" src="https://www.youtube.com/embed/bv-uciWSdDw?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<p>The average annual salary of a US-based Golang Developer ranges between <strong>$111,000</strong> (25th percentile) and <strong>$147,000</strong> (75th percentile) with top earners (90th percentile) earning <strong>$156,000</strong> (<a rel="noreferrer noopener" href="https://www.google.com/search?q=go+developer+income" target="_blank">source</a>).</p>



<p class="has-base-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f30d.png" alt="🌍" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Read Full Article: <a rel="noreferrer noopener" href="https://blog.finxter.com/go-developer-income-and-opportunity/" target="_blank">Go Developer</a></p>



<p></p>



<h2 class="wp-block-heading"><a rel="noreferrer noopener" href="https://blog.finxter.com/scala-developer-income-and-opportunity/" target="_blank">Scala</a></h2>



<p>A Scala developer designs, creates, optimizes, debugs, and maintains software applications in the Scala programming language. </p>



<p>Scala is used in data analysis, data processing, distributed computing, and web development. (<a rel="noreferrer noopener" href="https://www.turing.com/job-description/scala-developers" target="_blank">Source</a>)</p>



<p>The average annual income of a <strong>Scala Developer</strong> is <strong>$119,000</strong> according to PayScale (<a rel="noreferrer noopener" href="https://www.payscale.com/research/US/Skill=Scala/Salary" target="_blank">source</a>). Ziprecruiter even reports an annual average pay of <strong>$141,810</strong> for Scala developers.</p>



<p class="has-base-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f30d.png" alt="🌍" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Read Full Article: <a rel="noreferrer noopener" href="https://blog.finxter.com/scala-developer-income-and-opportunity/" target="_blank">Scala Developer</a></p>



<h2 class="wp-block-heading"><a rel="noreferrer noopener" href="https://blog.finxter.com/python-developer-income-and-opportunity/" target="_blank">Python</a></h2>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="682" src="https://blog.finxter.com/wp-content/uploads/2022/06/image-19-1024x682.png" alt="" class="wp-image-404387" srcset="https://blog.finxter.com/wp-content/uploads/2022/06/image-19-1024x682.png 1024w, https://blog.finxter.com/wp-content/uploads/2022/06/image-19-300x200.png 300w, https://blog.finxter.com/wp-content/uploads/2022/06/image-19-768x512.png 768w, https://blog.finxter.com/wp-content/uploads/2022/06/image-19.png 1028w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>
</div>


<p>A Python developer is a programmer who creates software in the Python programming language. Python developers are often involved in data science, <a rel="noreferrer noopener" href="https://blog.finxter.com/python-plotly-dash-cheat-sheet/" target="_blank">web development</a>, and <a rel="noreferrer noopener" href="https://blog.finxter.com/cheat-sheet-6-pillar-machine-learning-algorithms/" target="_blank">machine learning</a> applications. (<a rel="noreferrer noopener" href="https://www.google.com/search?q=Python Developer" target="_blank">Source</a>)</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="$70/h as a Python Coder on Upwork" width="937" height="527" src="https://www.youtube.com/embed/962AM7fVSNk?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<p>An Python developer earns <strong>$65,000</strong> (entry-level), <strong>$82,000</strong> (mid-level), or <strong>$114,000</strong> (experienced) per year in the US according to Indeed. (<a rel="noreferrer noopener" href="https://www.daxx.com/blog/development-trends/python-developer-salary-usa" target="_blank">source</a>)</p>



<p>Python developers can go into a number of different <a rel="noreferrer noopener" href="https://blog.finxter.com/freelance-developers-specializations/" target="_blank">niches</a> such as software engineers, data scientists, or data analysts. Each niche pays differently.</p>



<p>You can learn Python with our cheat sheets:</p>






<p class="has-base-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f30d.png" alt="🌍" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Read Full Article: <a rel="noreferrer noopener" href="https://blog.finxter.com/python-developer-income-and-opportunity/" target="_blank">Python Developer</a></p>



<h2 class="wp-block-heading"><a rel="noreferrer noopener" href="https://blog.finxter.com/solidity-developer-income-and-opportunity/" target="_blank">Solidity</a></h2>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="1009" height="685" src="https://blog.finxter.com/wp-content/uploads/2022/06/image-20.png" alt="" class="wp-image-404391" srcset="https://blog.finxter.com/wp-content/uploads/2022/06/image-20.png 1009w, https://blog.finxter.com/wp-content/uploads/2022/06/image-20-300x204.png 300w, https://blog.finxter.com/wp-content/uploads/2022/06/image-20-768x521.png 768w" sizes="auto, (max-width: 1009px) 100vw, 1009px" /></figure>
</div>


<p>A Solidity developer creates, edits, analyzes, and debugs code in the <a href="https://blog.finxter.com/solidity/" data-type="post" data-id="37379" target="_blank" rel="noreferrer noopener">Solidity programming language</a> used to develop smart contracts for modern <a href="https://blog.finxter.com/how-much-does-a-blockchain-engineer-make/" data-type="post" data-id="161686" target="_blank" rel="noreferrer noopener">Blockchain</a> ecosystems such as Ethereum.</p>



<p>The average annual income of a <strong>Solidity Developer</strong> is between <strong>$60,000</strong> and <strong>$180,000</strong> with an average of $100,000 per year (<a rel="noreferrer noopener" href="https://web3.career/web3-salaries/solidity-developer" target="_blank">source</a>).</p>



<p>The average annual income of a <strong>Blockchain engineer</strong> is between <strong>$105,180</strong> and <strong>$108,560</strong> according to Glassdoor (<a rel="noreferrer noopener" href="https://www.glassdoor.com/Search/results.htm?keyword=blockchain%20engineer" target="_blank">source</a>).</p>



<p>Let’s have a look at Google trends to find out how interest evolves over time (<a rel="noreferrer noopener" href="https://trends.google.com/trends/explore?date=all&amp;q=Solidity" target="_blank">source</a>):</p>


<div class="wp-block-image">
<figure class="aligncenter"><img loading="lazy" decoding="async" width="1024" height="482" src="https://blog.finxter.com/wp-content/uploads/2022/02/image-217-1024x482.png" alt="" class="wp-image-211079" srcset="https://blog.finxter.com/wp-content/uploads/2022/02/image-217-1024x482.png 1024w, https://blog.finxter.com/wp-content/uploads/2022/02/image-217-300x141.png 300w, https://blog.finxter.com/wp-content/uploads/2022/02/image-217-768x362.png 768w, https://blog.finxter.com/wp-content/uploads/2022/02/image-217-1536x723.png 1536w, https://blog.finxter.com/wp-content/uploads/2022/02/image-217.png 1733w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>
</div>


<p>We have created an introductory course on Solidity if you&#8217;re interested in pursuing this opportunity further:</p>



<div class="wp-block-image"><figure class="aligncenter size-full"><a href="https://academy.finxter.com/university/solidity-basics/" target="_blank" rel="noopener"><img loading="lazy" decoding="async" width="363" height="650" src="https://blog.finxter.com/wp-content/uploads/2022/05/image-308.png" alt="" class="wp-image-387313" srcset="https://blog.finxter.com/wp-content/uploads/2022/05/image-308.png 363w, https://blog.finxter.com/wp-content/uploads/2022/05/image-308-168x300.png 168w" sizes="auto, (max-width: 363px) 100vw, 363px" /></a></figure></div>



<p class="has-base-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f30d.png" alt="🌍" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Read Full Article: <a rel="noreferrer noopener" href="https://blog.finxter.com/solidity-developer-income-and-opportunity/" target="_blank">Solidity Developer</a></p>



<h2 class="wp-block-heading"><a rel="noreferrer noopener" href="https://blog.finxter.com/r-developer-income-and-opportunity/" target="_blank">R</a></h2>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="457" height="685" src="https://blog.finxter.com/wp-content/uploads/2022/06/image-21.png" alt="" class="wp-image-404393" srcset="https://blog.finxter.com/wp-content/uploads/2022/06/image-21.png 457w, https://blog.finxter.com/wp-content/uploads/2022/06/image-21-200x300.png 200w" sizes="auto, (max-width: 457px) 100vw, 457px" /></figure>
</div>


<p>An R developer creates, writes, edits, and debugs software code in the R programming language with a focus on data analysis, statistical computing, and modeling. (<a rel="noreferrer noopener" href="https://www.google.com/search?q=R Developer" target="_blank">Source</a>)</p>



<p>The income of an R Developer is <strong>$130,327</strong> per year in the US according to Ziprecruiter (<a rel="noreferrer noopener" href="https://www.ziprecruiter.com/Salaries/R-Developer-Salary" target="_blank">source</a>) and <strong>$83,000</strong> per year in the US according to PayScale. (<a rel="noreferrer noopener" href="https://www.payscale.com/research/US/Skill=R/Salary" target="_blank">source</a>) The average of this reported income data is <strong>$106,663</strong> per year.</p>



<p>The top 10 highest paying cities for R Developers are the following according to Ziprecruiter (<a href="https://www.ziprecruiter.com/Salaries/R-Developer-Salary" target="_blank" rel="noreferrer noopener">source</a>):</p>



<ol class="wp-block-list">
<li>San Mateo, CA ($167,537)</li>



<li>Richmond, CA ($156,639)</li>



<li>Stamford, CT ($152,526)</li>



<li>Bellevue, WA ($152,161)</li>



<li>Brooklyn, NY ($150,234)</li>



<li>New Haven, CT ($148,903)</li>



<li>San Francisco, CA ($148,053)</li>



<li>Lakes, AK ($147,561)</li>



<li>Brockton, MA ($147,399)</li>



<li>Paterson, NJ ($146,166)</li>
</ol>



<p class="has-base-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f30d.png" alt="🌍" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Read Full Article: <a rel="noreferrer noopener" href="https://blog.finxter.com/r-developer-income-and-opportunity/" target="_blank">R Developer</a></p>



<h2 class="wp-block-heading"><a rel="noreferrer noopener" href="https://blog.finxter.com/java-developer-income-and-opportunity/" target="_blank">Java</a></h2>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="684" src="https://blog.finxter.com/wp-content/uploads/2022/06/image-22-1024x684.png" alt="" class="wp-image-404394" srcset="https://blog.finxter.com/wp-content/uploads/2022/06/image-22-1024x684.png 1024w, https://blog.finxter.com/wp-content/uploads/2022/06/image-22-300x200.png 300w, https://blog.finxter.com/wp-content/uploads/2022/06/image-22-768x513.png 768w, https://blog.finxter.com/wp-content/uploads/2022/06/image-22.png 1026w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>
</div>


<p>A Java Developer developer creates, edits, analyzes, debugs, and supervises the development of software written in the Java programming language. </p>



<p>Java is a high-level language designed to be used by the Java Virtual Machine. It has very few external dependencies and can run on almost any physical machine. </p>



<p>For example, Java is used a lot in network architecture and also in embedded devices, kiosks, and other in situ computing applications. (<a rel="noreferrer noopener" href="https://digital.com/best-software-development-companies/most-popular-programming-languages/" target="_blank">Source</a>)</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p>The average annual income of a <strong>Java Developer</strong> is <strong>$106,000</strong> per year in the US according to Indeed (<a rel="noreferrer noopener" href="https://www.indeed.com/career/java-developer/salaries" target="_blank">source</a>), <strong>$77,700</strong> according to Payscale (<a rel="noreferrer noopener" href="https://www.payscale.com/research/US/Job=Java_Developer/Salary" target="_blank">source</a>), and <strong>$96,000</strong> according to Salary.com (<a rel="noreferrer noopener" href="https://www.salary.com/research/salary/benchmark/java-developer-salary" target="_blank">source</a>).</p>



<p class="has-base-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f30d.png" alt="🌍" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Read Full Article: <a rel="noreferrer noopener" href="https://blog.finxter.com/java-developer-income-and-opportunity/" target="_blank">Java Developer</a></p>



<h2 class="wp-block-heading"><a rel="noreferrer noopener" href="https://blog.finxter.com/swift-developer-income-and-opportunity/" target="_blank">Swift</a></h2>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="913" height="685" src="https://blog.finxter.com/wp-content/uploads/2022/06/image-23.png" alt="" class="wp-image-404395" srcset="https://blog.finxter.com/wp-content/uploads/2022/06/image-23.png 913w, https://blog.finxter.com/wp-content/uploads/2022/06/image-23-300x225.png 300w, https://blog.finxter.com/wp-content/uploads/2022/06/image-23-768x576.png 768w" sizes="auto, (max-width: 913px) 100vw, 913px" /></figure>
</div>


<p><strong>Swift Developer Definition</strong>: A Swift developer is a programmer who creates software and mobile applications for the Swift programming language for iOS, iPadOS, macOS, tvOS, and watchOS. (<a rel="noreferrer noopener" href="https://developer.apple.com/swift/" target="_blank">Source</a>)</p>



<p>The average annual income of a <strong>Swift Developer</strong> is between <strong>$93,000</strong> (25th percentile) and <strong>$114,500</strong> (75th percentile) according to Ziprecruiter (<a rel="noreferrer noopener" href="https://www.google.com/search?q=swift+developer+income" target="_blank">source</a>).</p>



<p class="has-base-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f30d.png" alt="🌍" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Read Full Article: <a rel="noreferrer noopener" href="https://blog.finxter.com/swift-developer-income-and-opportunity/" target="_blank">Swift Developer</a></p>



<h2 class="wp-block-heading"><a rel="noreferrer noopener" href="https://blog.finxter.com/kotlin-developer-income-and-opportunity/" target="_blank">Kotlin</a></h2>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="682" src="https://blog.finxter.com/wp-content/uploads/2022/06/image-24-1024x682.png" alt="" class="wp-image-404396" srcset="https://blog.finxter.com/wp-content/uploads/2022/06/image-24-1024x682.png 1024w, https://blog.finxter.com/wp-content/uploads/2022/06/image-24-300x200.png 300w, https://blog.finxter.com/wp-content/uploads/2022/06/image-24-768x512.png 768w, https://blog.finxter.com/wp-content/uploads/2022/06/image-24.png 1028w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>
</div>


<p>A Kotlin Developer is an Android app programmer using the Kotlin programming language. </p>



<p>Kotlin is JVM compatible and, thus, fully compatible with Java. That’s why it’s often used as an alternative for Java when developing Android applications. </p>



<p>(<a rel="noreferrer noopener" href="https://en.wikipedia.org/wiki/Kotlin_(programming_language)" target="_blank">Source</a>)</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p>The average annual income of a <strong>Kotlin Developer</strong> is <strong>$102,000</strong> according to <a rel="noreferrer noopener" href="https://www.payscale.com/research/US/Skill=Kotlin_Programming_Language/Salary" target="_blank">PayScale</a> and averages between <strong>$113,000</strong> to <strong>$147,000</strong> per year according to <a rel="noreferrer noopener" href="https://www.google.com/search?q=kotlin+developer+income" target="_blank">Ziprecruiter</a>.</p>



<p>Top earners can even expect to make $158,000 per year resulting in a monthly income of a staggering $13,208!</p>



<p class="has-base-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f30d.png" alt="🌍" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Read Full Article: <a rel="noreferrer noopener" href="https://blog.finxter.com/kotlin-developer-income-and-opportunity/" target="_blank">Kotlin Developer</a></p>



<h2 class="wp-block-heading"><a rel="noreferrer noopener" href="https://blog.finxter.com/c-developer-income-and-opportunity-2/" target="_blank">C</a></h2>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="576" src="https://blog.finxter.com/wp-content/uploads/2022/06/image-25-1024x576.png" alt="" class="wp-image-404397" srcset="https://blog.finxter.com/wp-content/uploads/2022/06/image-25-1024x576.png 1024w, https://blog.finxter.com/wp-content/uploads/2022/06/image-25-300x169.png 300w, https://blog.finxter.com/wp-content/uploads/2022/06/image-25-768x432.png 768w, https://blog.finxter.com/wp-content/uploads/2022/06/image-25.png 1218w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>
</div>


<p>C Developers write, debug, analyze, or optimize code in the C programming language used in a wide variety of areas such as operating systems, embedded systems, or low-level implementations of high-level languages such as <a rel="noreferrer noopener" href="https://blog.finxter.com/node-js-developer-income-and-opportunity/" target="_blank">Node.js</a>, <a rel="noreferrer noopener" href="https://blog.finxter.com/python-developer-income-and-opportunity/" target="_blank">Python</a>, and <a rel="noreferrer noopener" href="https://blog.finxter.com/go-developer-income-and-opportunity/" target="_blank">Go</a>. (<a rel="noreferrer noopener" href="https://www.google.com/search?q=C Developer" target="_blank">Source</a>)</p>



<p>The average annual income of a <strong>C Developer</strong> is between <strong>$82,000</strong> (25th percentile) and <strong>$113,000</strong> (75th percentile) with an average of <strong>$100,000</strong> and a top income of <strong>$128,000</strong> per year according to Ziprecruiter (<a rel="noreferrer noopener" href="https://www.ziprecruiter.com/Salaries/C-Developer-Salary" target="_blank">source</a>).</p>



<p class="has-base-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f30d.png" alt="🌍" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Read Full Article: <a rel="noreferrer noopener" href="https://blog.finxter.com/c-developer-income-and-opportunity-2/" target="_blank">C Developer</a></p>



<h2 class="wp-block-heading"><a rel="noreferrer noopener" href="https://blog.finxter.com/net-developer-income-and-opportunity/" target="_blank">.NET</a></h2>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="548" height="822" src="https://blog.finxter.com/wp-content/uploads/2022/06/image-26.png" alt="" class="wp-image-404398" srcset="https://blog.finxter.com/wp-content/uploads/2022/06/image-26.png 548w, https://blog.finxter.com/wp-content/uploads/2022/06/image-26-200x300.png 200w" sizes="auto, (max-width: 548px) 100vw, 548px" /></figure>
</div>


<p>Let’s have a look at the definition from the <a href="https://dotnet.microsoft.com/en-us/" target="_blank" rel="noreferrer noopener">official .NET website</a>:</p>



<p><em>“.NET is a free, cross-platform, open source developer platform for building many different types of applications. With .NET, you can use multiple languages, editors, and libraries to build for web, mobile, desktop, games, and IoT.”</em></p>



<p>The average annual income of a <strong>.NET Developer</strong> in the United States is <strong>$95,000</strong> per year according to Indeed (<a rel="noreferrer noopener" href="https://www.indeed.com/career/.net-developer/salaries" target="_blank">source</a>). Top earners make <strong>$115,000</strong> and more in the US!</p>



<p>Here’s an interesting overview of the income of .NET developers broken down by their skills—using multiple sources of the income data:</p>



<figure class="wp-block-table is-style-stripes"><table><thead><tr><th></th><th>Glassdoor</th><th>Talent.com</th><th>PayScale</th></tr></thead><tbody><tr><td><strong>Average .NET developer income</strong></td><td>$95,029</td><td>$105,000</td><td>$71,452</td></tr><tr><td><strong>Junior .NET developer income</strong></td><td>$64,070</td><td>$79,500</td><td>$65,405</td></tr><tr><td><strong>Middle .NET developer income</strong></td><td>$83,121</td><td>$93,692</td><td>$79,383</td></tr><tr><td><strong>Senior .NET developer income</strong></td><td>$110,731</td><td>$115,000</td><td>$101,175</td></tr></tbody></table></figure>



<p><a href="https://devoxsoftware.com/blog/net-developer-salary-guide-based-on-experience-and-location/" target="_blank" rel="noreferrer noopener">Source</a></p>



<p class="has-base-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f30d.png" alt="🌍" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Read Full Article: <a rel="noreferrer noopener" href="https://blog.finxter.com/net-developer-income-and-opportunity/" target="_blank">.NET Developer</a></p>



<h2 class="wp-block-heading"><a rel="noreferrer noopener" href="https://blog.finxter.com/c-plus-plus-developer-income-and-opportunity/" target="_blank">C++</a></h2>



<p>As a C++ developer, you create software in the programming language C++ that is among the most widely used programming languages. For example, Google, Amazon, Facebook all employ a large number of C++ developers. (<a rel="noreferrer noopener" href="https://www.google.com/search?q=C%252B%252B+Developer" target="_blank">source</a>)</p>



<p>The average annual income of a <strong>C++ Developer</strong> is between <strong>$45,000</strong> and <strong>$140,000</strong> according to <em>PayScale</em> with an average of $67,473 in the US based on 31 salary reports (<a rel="noreferrer noopener" href="https://www.payscale.com/research/US/Job=C%2B%2B_Developer/Salary" target="_blank">source</a>). But <em>Indeed.com</em> reports an even higher annual C++ developer income of <strong>$116,925</strong> based on 480 salaries reported (<a rel="noreferrer noopener" href="https://www.indeed.com/career/c%2B%2B-developer/salaries" target="_blank">source</a>).</p>



<p><strong>Do you want to become a C++ Developer? </strong></p>



<p>Here’s a step-by-step learning path I’d propose to get started with C++:</p>



<ul class="wp-block-list">
<li><strong>Step 1</strong>: <a rel="noreferrer noopener" href="https://pll.harvard.edu/course/cs50-introduction-computer-science?delta=0" target="_blank">Introduction to Computer Science</a> (~40 hours)</li>



<li><strong>Step 2</strong>: <a rel="noreferrer noopener" href="https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-096-introduction-to-c-january-iap-2011/lecture-notes/" target="_blank">MIT Introduction to C++</a> (~20 hours)</li>



<li><strong>Step 3</strong>: <a rel="noreferrer noopener" href="https://www.cplusplus.com/doc/tutorial/" target="_blank">C++ Language Tutorial</a> (~20 hours)</li>
</ul>



<p class="has-base-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f30d.png" alt="🌍" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Read Full Article: <a rel="noreferrer noopener" href="https://blog.finxter.com/c-plus-plus-developer-income-and-opportunity/" target="_blank">C++ Developer</a></p>



<p></p>



<h2 class="wp-block-heading"><a rel="noreferrer noopener" href="https://blog.finxter.com/c-developer-income-and-opportunity/" target="_blank">C#</a></h2>



<p>A C# (read as “see sharp”) developer creates software in the C# programming language. C# is a general-purpose, multi-paradigm programming language using static and strong typing, as well as a functional and object-oriented programming paradigm. (<a rel="noreferrer noopener" href="https://en.wikipedia.org/wiki/C_Sharp_(programming_language)" target="_blank">Source</a>)</p>



<p>The average annual income of a <strong>C# Developer</strong> is <strong>$67,272</strong> according to <a rel="noreferrer noopener" href="https://www.payscale.com/research/US/Job=C%23_Developer/Salary" target="_blank">Payscale</a> and <strong>$94,612</strong> according to <a rel="noreferrer noopener" href="https://www.indeed.com/career/.net-developer/salaries?from=top_sb" target="_blank">Ziprecruiter.</a></p>



<p class="has-base-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f30d.png" alt="🌍" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Read Full Article: <a rel="noreferrer noopener" href="https://blog.finxter.com/c-developer-income-and-opportunity/" target="_blank">C# Developer</a></p>



<h2 class="wp-block-heading"><a rel="noreferrer noopener" href="https://blog.finxter.com/html-developer-income-and-opportunity/" target="_blank">HTML</a></h2>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="575" src="https://blog.finxter.com/wp-content/uploads/2022/06/image-27-1024x575.png" alt="" class="wp-image-404399" srcset="https://blog.finxter.com/wp-content/uploads/2022/06/image-27-1024x575.png 1024w, https://blog.finxter.com/wp-content/uploads/2022/06/image-27-300x168.png 300w, https://blog.finxter.com/wp-content/uploads/2022/06/image-27-768x431.png 768w, https://blog.finxter.com/wp-content/uploads/2022/06/image-27.png 1220w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>
</div>


<p>As a <a href="https://blog.finxter.com/full-stack-web-developer-income-and-opportunity/" data-type="post" data-id="326336" target="_blank" rel="noreferrer noopener">web or HTML developer</a>, you work on the front-end of a web application to create the visual user interface of a browser-based website. </p>



<p>All of them are built on top of HTML so there’s a massive and steadily-growing demand for HTML developers. </p>



<p>Many HTML developers work on a <a rel="noreferrer noopener" href="https://blog.finxter.com/full-time-python-freelancer/" target="_blank">freelance</a> basis for companies, organizations, and individuals that want to create a web representation. (<a rel="noreferrer noopener" href="https://www.jobhero.com/job-description/examples/computer-software/html-developer" target="_blank">Source</a>)</p>



<p class="has-global-color-8-background-color has-background">A <strong><a href="https://blog.finxter.com/front-end-web-developer-income-and-opportunity/" data-type="post" data-id="316587" target="_blank" rel="noreferrer noopener">front-end web developer</a></strong> focuses on the graphical user interface (GUI) of the website using <a rel="noreferrer noopener" href="https://blog.finxter.com/html-developer-income-and-opportunity/" target="_blank">HTML</a>, <a href="https://blog.finxter.com/css-developer-income-and-opportunity/">C</a><a rel="noreferrer noopener" href="https://blog.finxter.com/css-developer-income-and-opportunity/" target="_blank">S</a><a href="https://blog.finxter.com/css-developer-income-and-opportunity/">S</a>, and <a rel="noreferrer noopener" href="https://blog.finxter.com/javascript-developer-income-and-opportunity/" target="_blank">JavaScript</a> with the goal of setting up the whole technology stack to enable users to view and interact with the website.</p>



<ul class="wp-block-list">
<li>HTML &amp; CSS Developers make between <strong>$34,770</strong> and <strong>$116,620</strong> per year in the US with a median annual income of <strong>$64,970</strong>.</li>



<li>The average annual income of a <strong>Front-end Web Developer</strong> in the United States is between <strong>$61,194</strong> and <strong>$119,224</strong> with an average income of <strong>$89,683</strong> and a median income of <strong>$90,499</strong> per year according to our meta-study of 8 aggregated data sources such as Glassdoor and Indeed. (<a rel="noreferrer noopener" href="https://blog.finxter.com/front-end-web-developer-income-and-opportunity/" data-type="URL" data-id="https://blog.finxter.com/front-end-web-developer-income-and-opportunity/" target="_blank">source</a>)</li>
</ul>



<p class="has-base-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f30d.png" alt="🌍" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Read Full Article: <a rel="noreferrer noopener" href="https://blog.finxter.com/html-developer-income-and-opportunity/" target="_blank">HTML Developer</a></p>



<h2 class="wp-block-heading"><a rel="noreferrer noopener" href="https://blog.finxter.com/cobol-developer-income-and-opportunity/" target="_blank">COBOL</a></h2>



<p>A COBOL developer creates, edits, debugs, analyzes, and optimizes applications written in the COBOL programming language. (<a rel="noreferrer noopener" href="https://www.google.com/search?q=COBOL Developer" target="_blank">Source</a>)</p>



<p>But is there enough demand?</p>



<p>Let’s have a look at Google trends to find out how interest evolves over time (<a rel="noreferrer noopener" href="https://trends.google.com/trends/explore?date=all&amp;q=COBOL" target="_blank">source</a>):</p>



<figure class="wp-block-image"><img loading="lazy" decoding="async" width="1024" height="466" src="https://blog.finxter.com/wp-content/uploads/2022/02/image-206-1024x466.png" alt="" class="wp-image-209450" srcset="https://blog.finxter.com/wp-content/uploads/2022/02/image-206-1024x466.png 1024w, https://blog.finxter.com/wp-content/uploads/2022/02/image-206-300x136.png 300w, https://blog.finxter.com/wp-content/uploads/2022/02/image-206-768x349.png 768w, https://blog.finxter.com/wp-content/uploads/2022/02/image-206-1536x699.png 1536w, https://blog.finxter.com/wp-content/uploads/2022/02/image-206.png 1752w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p>However, COBOL developers are highly sought-after because many Fortune 500 companies still rely on old code bases that run with COBOL — and they are not willing to lose millions due to an interruption of their business so they’d pay almost any amount to fix bugs.</p>



<p>COBOL developer earn between <strong>$79,000</strong> (25th percentile) and <strong>$100,000</strong> (75th percentile) per year – with top earners (90th percentile) making $110,000 in the US according to Ziprecruiter (<a rel="noreferrer noopener" href="https://www.google.com/search?q=COBOL+income" target="_blank">source</a>). Salary.com reports an annual income of $68,669 to $86,151 as a COBOL developer (<a rel="noreferrer noopener" href="https://www.salary.com/research/salary/recruiting/cobol-programmer-salary" target="_blank">source</a>).</p>



<p class="has-base-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f30d.png" alt="🌍" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Read Full Article: <a rel="noreferrer noopener" href="https://blog.finxter.com/cobol-developer-income-and-opportunity/" target="_blank">COBOL Developer</a></p>



<h2 class="wp-block-heading"><a rel="noreferrer noopener" href="https://blog.finxter.com/dart-developer-income-and-opportunity/" target="_blank">Dart</a></h2>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="548" height="411" src="https://blog.finxter.com/wp-content/uploads/2022/06/image-28.png" alt="" class="wp-image-404400" srcset="https://blog.finxter.com/wp-content/uploads/2022/06/image-28.png 548w, https://blog.finxter.com/wp-content/uploads/2022/06/image-28-300x225.png 300w" sizes="auto, (max-width: 548px) 100vw, 548px" /></figure>
</div>


<p>A Dart developer is a software developer using Google’s Dart programming language that is focused on developing web and mobile apps. (<a rel="noreferrer noopener" href="https://en.wikipedia.org/wiki/Dart_(programming_language)" target="_blank">Source</a>)</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p>The average annual income of a <strong>Dart Developer</strong> is between <strong>$56,000</strong> and <strong>$140,000</strong> according to Ziprecruiter with an average of <strong>$87,820</strong> per year.</p>



<p>If you decide to go the route as a freelance Dart Developer, you can expect to make between $25 and $50 per hour on Upwork (<a rel="noreferrer noopener" href="https://www.upwork.com/ab/profiles/search/?q=Dart&amp;revenue=10000" target="_blank">source</a>). </p>



<p>Assuming an annual workload of 2000 hours, you can expect to make between $50,000 and $100,000 per year.</p>



<p class="has-global-color-8-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2b50.png" alt="⭐" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Note</strong>: Do you want to create your own thriving coding business online? Feel free to check out our <a rel="noreferrer noopener" href="https://blog.finxter.com/become-python-freelancer-course/" target="_blank">freelance developer course</a> — the world’s #1 best-selling freelance developer course that specifically shows you how to succeed on Upwork and Fiverr!</p>



<p class="has-base-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f30d.png" alt="🌍" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Read Full Article: <a rel="noreferrer noopener" href="https://blog.finxter.com/dart-developer-income-and-opportunity/" target="_blank">Dart Developer</a></p>



<h2 class="wp-block-heading"><a rel="noreferrer noopener" href="https://blog.finxter.com/javascript-developer-income-and-opportunity/" target="_blank">JavaScript</a></h2>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="457" height="685" src="https://blog.finxter.com/wp-content/uploads/2022/06/image-29.png" alt="" class="wp-image-404402" srcset="https://blog.finxter.com/wp-content/uploads/2022/06/image-29.png 457w, https://blog.finxter.com/wp-content/uploads/2022/06/image-29-200x300.png 200w" sizes="auto, (max-width: 457px) 100vw, 457px" /></figure>
</div>


<p>A JavaScript developer creates dynamic web applications focusing mostly on the front-end logic—but recently some <a href="https://blog.finxter.com/angular-developer-income-and-opportunity/" data-type="post" data-id="248181" target="_blank" rel="noreferrer noopener">back-end JavaScript</a> frameworks emerged as well. </p>



<p>If you like web development and programming user interfaces, you’ll love the work as a JavaScript developer. (<a rel="noreferrer noopener" href="https://www.toptal.com/javascript/job-description" target="_blank">Source</a>)</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="Monetizing Your JavaScript Skills for $80/h on Upwork as a Top-Rated Freelance Developer" width="937" height="527" src="https://www.youtube.com/embed/MgPWPkPdnQY?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<p>The average annual income of a <strong>JavaScript Developer</strong> is between <strong>$62,000</strong> and <strong>$118,000</strong> with an average of <strong>$84,000</strong> per year according to Daxx.com and PayScale (<a rel="noreferrer noopener" href="https://www.daxx.com/blog/development-trends/javascript-market-trends-average-salaries" target="_blank">source</a>).</p>



<p class="has-base-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f30d.png" alt="🌍" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Read Full Article: <a rel="noreferrer noopener" href="https://blog.finxter.com/javascript-developer-income-and-opportunity/" target="_blank">JavaScript Developer</a></p>



<h2 class="wp-block-heading"><a rel="noreferrer noopener" href="https://blog.finxter.com/julia-developer-income-and-opportunity/" target="_blank">Julia</a></h2>



<p>A Julia developer is a programmer creating applications in the Julia programming language. </p>



<p>Julia is a high-level, high-performance, dynamic programming language that is exceptionally suited for numerical analysis and computational science. (<a rel="noreferrer noopener" href="https://www.google.com/search?q=Julia Developer" target="_blank">Source</a>)</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p>The average annual income of a <strong>Julia Developer</strong> is between <strong>$47,000</strong> (25th percentile) and <strong>$199,500</strong> (75th percentile) with an average of <strong>$76,735</strong> per year according to Ziprecruiter (<a rel="noreferrer noopener" href="https://www.google.com/search?q=julia+developer+income" target="_blank">source</a>).</p>



<p class="has-base-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f30d.png" alt="🌍" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Read Full Article: <a rel="noreferrer noopener" href="https://blog.finxter.com/julia-developer-income-and-opportunity/" target="_blank">Julia Developer</a></p>



<h2 class="wp-block-heading"><a rel="noreferrer noopener" href="https://blog.finxter.com/fortran-developer-income-and-opportunity/" target="_blank">Fortran</a></h2>



<p>A FORTRAN Developer developer creates, edits, analyzes, debugs, and supervises the development of software written in the FORTRAN programming language. </p>



<p>Fortran first appeared in 1957 and is still used today to solve some of the most complicated problems in modern science and engineering. (<a rel="noreferrer noopener" href="https://digital.com/best-software-development-companies/most-popular-programming-languages/" target="_blank">Source</a>)</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p>The average annual income of a <strong>FORTRAN Developer</strong> is between <strong>$63,000</strong> and <strong>$122,000</strong> with an average of <strong>$76,409</strong> per year in the US according to Payscale (<a rel="noreferrer noopener" href="https://www.google.com/search?q=FORTRAN+income" target="_blank">source</a>).</p>



<p>If you decide to go the route as a freelance FORTRAN Developer, you can expect to make between $30 and $80 per hour on Upwork (<a rel="noreferrer noopener" href="https://www.upwork.com/ab/profiles/search/?nss=90&amp;q=FORTRAN" target="_blank">source</a>). Assuming an annual workload of 2000 hours, you can expect to make between $60,000 and $160,000 per year.</p>



<div class="wp-block-image"><figure class="aligncenter size-full"><a href="https://academy.finxter.com/university/freelancer-niche-ideas/" target="_blank" rel="noopener"><img loading="lazy" decoding="async" width="363" height="650" src="https://blog.finxter.com/wp-content/uploads/2022/05/image-303.png" alt="" class="wp-image-387307" srcset="https://blog.finxter.com/wp-content/uploads/2022/05/image-303.png 363w, https://blog.finxter.com/wp-content/uploads/2022/05/image-303-168x300.png 168w" sizes="auto, (max-width: 363px) 100vw, 363px" /></a></figure></div>



<p class="has-base-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f30d.png" alt="🌍" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Read Full Article: <a rel="noreferrer noopener" href="https://blog.finxter.com/fortran-developer-income-and-opportunity/" target="_blank">Fortran Developer</a></p>



<h2 class="wp-block-heading"><a rel="noreferrer noopener" href="https://blog.finxter.com/matlab-developer-income-and-opportunity/" target="_blank">Matlab</a></h2>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="548" height="411" src="https://blog.finxter.com/wp-content/uploads/2022/06/image-30.png" alt="" class="wp-image-404403" srcset="https://blog.finxter.com/wp-content/uploads/2022/06/image-30.png 548w, https://blog.finxter.com/wp-content/uploads/2022/06/image-30-300x225.png 300w" sizes="auto, (max-width: 548px) 100vw, 548px" /></figure>
</div>


<p>Matlab developers create code in the Matlab programming language that is used for mathematical and scientific computations, data analysis, simulations, and machine learning. (<a rel="noreferrer noopener" href="https://www.google.com/search?q=Matlab Developer" target="_blank">Source</a>)</p>



<p>The average annual income of a <strong>Matlab Developer</strong> is between <strong>$61,895</strong> according to Glassdoor (<a rel="noreferrer noopener" href="https://www.glassdoor.com/Salaries/matlab-developer-salary-SRCH_KO0,16.htm" target="_blank">source</a>) and <strong>$84,591</strong> according to Ziprecruiter (<a rel="noreferrer noopener" href="https://www.google.com/search?q=Matlab+developer+income" target="_blank">source</a>) with top earners (90th percentile) making <strong>$135,000</strong> and more.</p>



<p class="has-base-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f30d.png" alt="🌍" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Read Full Article: <a rel="noreferrer noopener" href="https://blog.finxter.com/matlab-developer-income-and-opportunity/" target="_blank">Matlab Developer</a></p>



<h2 class="wp-block-heading"><a rel="noreferrer noopener" href="https://blog.finxter.com/php-developer-income-and-opportunity/" target="_blank">PHP</a></h2>



<p>A PHP Developer specializes in designing, testing, debugging, and implementing software code in the PHP programming language — mainly used for server-side applications to serve dynamic web content. (<a rel="noreferrer noopener" href="https://www.google.com/search?q=PHP Developer" target="_blank">Source</a>)</p>



<p>The average annual income of a <strong>PHP Developer</strong> is <strong>$65,590</strong> according to PayScale (<a rel="noreferrer noopener" href="https://www.payscale.com/research/US/Job=PHP_Developer/Salary" target="_blank">source</a>) ranging from $44k (10th percentile) to $97k (90th percentile).</p>



<p class="has-base-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f30d.png" alt="🌍" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Read Full Article: <a rel="noreferrer noopener" href="https://blog.finxter.com/php-developer-income-and-opportunity/" target="_blank">PHP Developer</a></p>



<h2 class="wp-block-heading"><a rel="noreferrer noopener" href="https://blog.finxter.com/d-developer-income-and-opportunity/" target="_blank">D</a></h2>



<p>A D or Dlang Developer developer creates, edits, analyzes, debugs, and supervises the development of software written in the D programming language. </p>



<p>Just as the C programming language came about because of deficiencies in the B programming language, D was designed to fix C. </p>



<p>In particular, D makes C object-oriented. </p>



<p>But unlike C++, which did the same thing, D is not backward compatible, and so doesn’t contain some of the weaknesses of C++. (<a rel="noreferrer noopener" href="https://digital.com/best-software-development-companies/most-popular-programming-languages/" target="_blank">Source</a>)</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p>The average annual income of a <strong>D Developer</strong> is between <strong>$30,000</strong> and <strong>$150,500</strong> according to PayScale with an average of <strong>$58,000</strong> per year (<a rel="noreferrer noopener" href="https://www.payscale.com/research/US/Skill=D_Programming_Language/Salary" target="_blank">source</a>).</p>



<p class="has-base-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f30d.png" alt="🌍" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Read Full Article: <a rel="noreferrer noopener" href="https://blog.finxter.com/d-developer-income-and-opportunity/" target="_blank">D Developer</a></p>



<h2 class="wp-block-heading">Conclusion</h2>



<p>Every programming language has the potential to make you lots of money. You just need to join the top 20% of coders and you&#8217;ll make six figures easily. </p>



<p>However, some programming languages are inherently more attractive than others. </p>



<p>My secret tip is Solidity which is the programming language to use as a Blockchain engineer. This has hugely growing demand (I&#8217;ve never seen such a thing in programming) and many Blockchain engineers make $100 and up to $250 per hour! </p>



<h2 class="wp-block-heading">Solidity Learn and Earn</h2>



<p>The Finxter CS Academy has many Solidity courses in case you&#8217;re motivated to learn!</p>



<div class="wp-block-image"><figure class="aligncenter size-full"><a href="https://academy.finxter.com/university/solidity-basics/" target="_blank" rel="noopener"><img loading="lazy" decoding="async" width="363" height="650" src="https://blog.finxter.com/wp-content/uploads/2022/05/image-308.png" alt="" class="wp-image-387313" srcset="https://blog.finxter.com/wp-content/uploads/2022/05/image-308.png 363w, https://blog.finxter.com/wp-content/uploads/2022/05/image-308-168x300.png 168w" sizes="auto, (max-width: 363px) 100vw, 363px" /></a></figure></div>



<div class="wp-block-image"><figure class="aligncenter size-full"><a href="https://academy.finxter.com/university/creating-an-nft-marketplace/" target="_blank" rel="noopener"><img loading="lazy" decoding="async" width="363" height="650" src="https://blog.finxter.com/wp-content/uploads/2022/05/image-286.png" alt="" class="wp-image-387289" srcset="https://blog.finxter.com/wp-content/uploads/2022/05/image-286.png 363w, https://blog.finxter.com/wp-content/uploads/2022/05/image-286-168x300.png 168w" sizes="auto, (max-width: 363px) 100vw, 363px" /></a></figure></div>



<div class="wp-block-image"><figure class="aligncenter size-full"><a href="https://academy.finxter.com/university/creating-a-dao-from-scratch-with-solidity-and-javascript/" target="_blank" rel="noopener"><img loading="lazy" decoding="async" width="363" height="650" src="https://blog.finxter.com/wp-content/uploads/2022/05/image-282.png" alt="" class="wp-image-387280" srcset="https://blog.finxter.com/wp-content/uploads/2022/05/image-282.png 363w, https://blog.finxter.com/wp-content/uploads/2022/05/image-282-168x300.png 168w" sizes="auto, (max-width: 363px) 100vw, 363px" /></a></figure></div>



<h2 class="wp-block-heading">Where to Go From Here?</h2>



<p>Enough theory. Let’s get some practice!</p>



<p>Coders get paid six figures and more because they can solve problems more effectively using machine intelligence and automation. </p>



<p>To become more successful in coding, solve more real problems for real people. That’s how you polish the skills you really need in practice. After all, what’s the use of learning theory that nobody ever needs?</p>



<p><strong>You build high-value coding skills by working on practical coding projects!</strong></p>



<p>Do you want to stop learning with toy projects and focus on practical code projects that earn you money and solve real problems for people?</p>



<p class="has-global-color-8-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f680.png" alt="🚀" class="wp-smiley" style="height: 1em; max-height: 1em;" /> If your answer is <strong><em>YES!</em></strong>, consider becoming a <a rel="noreferrer noopener" href="https://blog.finxter.com/become-python-freelancer-course/" data-type="page" data-id="2072" target="_blank">Python freelance developer</a>! It’s the best way of approaching the task of improving your Python skills—even if you are a complete beginner.</p>



<p>If you just want to learn about the freelancing opportunity, feel free to watch my free webinar <a rel="noreferrer noopener" href="https://blog.finxter.com/webinar-freelancer/" target="_blank">“How to Build Your High-Income Skill Python”</a> and learn how I grew my coding business online and how you can, too—from the comfort of your own home.</p>



<p><a href="https://blog.finxter.com/webinar-freelancer/" target="_blank" rel="noreferrer noopener">Join the free webinar now!</a></p>



<h2 class="wp-block-heading">Programmer Humor</h2>



<pre class="wp-block-preformatted has-global-color-8-background-color has-background"><code><strong>Q</strong>: What is the object-oriented way to become wealthy?
&#x1f4b0;

<strong>A</strong>: Inheritance.</code></pre>
<p>The post <a href="https://blog.finxter.com/21-most-profitable-programming-languages-in-2023/">21 Most Profitable Programming Languages in 2024</a> appeared first on <a href="https://blog.finxter.com">Be on the Right Side of Change</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>10 Tips to Make Full-Time Income as Prompt Engineer</title>
		<link>https://blog.finxter.com/tips-to-make-full-time-income-as-prompt-engineer/</link>
		
		<dc:creator><![CDATA[Chris]]></dc:creator>
		<pubDate>Mon, 23 Oct 2023 15:38:26 +0000</pubDate>
				<category><![CDATA[Career]]></category>
		<category><![CDATA[Finance]]></category>
		<category><![CDATA[Freelancing]]></category>
		<category><![CDATA[Large Language Model (LLM)]]></category>
		<category><![CDATA[OpenAI]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Prompt Engineering]]></category>
		<category><![CDATA[Python]]></category>
		<guid isPermaLink="false">https://blog.finxter.com/?p=1652402</guid>

					<description><![CDATA[<p>🧑‍💻 TLDR: Let&#8217;s get started with a quick overview of how you can make a full-time income as a prompt engineer: The Role of a Prompt Engineer As a prompt engineer, your primary responsibility is crafting and refining AI prompts that lead to desired outputs and integrating LLM technology into existing business processes using application ... <a title="10 Tips to Make Full-Time Income as Prompt Engineer" class="read-more" href="https://blog.finxter.com/tips-to-make-full-time-income-as-prompt-engineer/" aria-label="Read more about 10 Tips to Make Full-Time Income as Prompt Engineer">Read more</a></p>
<p>The post <a href="https://blog.finxter.com/tips-to-make-full-time-income-as-prompt-engineer/">10 Tips to Make Full-Time Income as Prompt Engineer</a> appeared first on <a href="https://blog.finxter.com">Be on the Right Side of Change</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f9d1-200d-1f4bb.png" alt="🧑‍💻" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>TLDR</strong>: Let&#8217;s get started with a quick overview of how you can make a full-time income as a prompt engineer:</p>



<ol class="has-base-2-background-color has-background wp-block-list">
<li><strong>Custom Chatbots</strong> ($50k-$200k/year): Tailor chatbots for specific business applications.</li>



<li><strong>Educational LLM Tutors</strong> ($30k-$150k/year): Design LLM-driven niche courses.</li>



<li><strong>LLM Content Generation</strong> ($40k-$180k/year): Provide SEO-friendly articles or product descriptions.</li>



<li><strong>API Integrations</strong> ($60k-$220k/year): Integrate LLM functionalities for businesses.</li>



<li><strong>LLM Game Development</strong> ($50k-$250k/year): Create games with dynamic LLM-driven narratives.</li>



<li><strong>Translation Services</strong> ($40k-$160k/year): Offer LLM-based rapid translations.</li>



<li><strong>LLM Market Analysis</strong> ($50k-$210k/year): Generate data-driven industry reports.</li>



<li><strong>Social Media Automation</strong> ($30k-$140k/year): Implement LLM content suggestions for businesses.</li>



<li><strong>LLM Workshops</strong> ($40k-$170k/year): Teach LLM integration techniques.</li>



<li><strong>LLM Consultation</strong> ($60k-$230k/year): Advise on LLM optimization and ethics.</li>
</ol>



<h2 class="wp-block-heading">The Role of a Prompt Engineer</h2>



<p class="has-global-color-8-background-color has-background">As a prompt engineer, your primary responsibility is crafting and refining <a href="https://blog.finxter.com/chatgpt-chat-with-images-these-five-prompts-will-impress-your-coworkers/">AI prompts</a> that lead to desired outputs and integrating LLM technology into existing business processes using application programming interfaces (APIs) such as <a href="https://blog.finxter.com/openai-api-or-how-i-made-my-python-code-intelligent/">OpenAI API</a>. </p>



<p>This involves working closely with artificial intelligence (AI) and machine learning models such as <a href="https://blog.finxter.com/20-ways-to-make-money-with-gpt-4/">OpenAI&#8217;s GPT-4</a> or <a href="https://blog.finxter.com/claude-2-read-ten-papers-in-one-prompt-with-massive-200k-token-context/">Anthropic&#8217;s Claude 2</a>, which often requires both engineering expertise and creative problem-solving skills. You will need to experiment with different prompts to ensure you get the most accurate and valuable information from the AI model.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="574" src="https://blog.finxter.com/wp-content/uploads/2023/10/image-157-1-1024x574.png" alt="" class="wp-image-1652410" srcset="https://blog.finxter.com/wp-content/uploads/2023/10/image-157-1-1024x574.png 1024w, https://blog.finxter.com/wp-content/uploads/2023/10/image-157-1-300x168.png 300w, https://blog.finxter.com/wp-content/uploads/2023/10/image-157-1-768x430.png 768w, https://blog.finxter.com/wp-content/uploads/2023/10/image-157-1.png 1285w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="has-base-2-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f9d1-200d-1f4bb.png" alt="🧑‍💻" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Recommended</strong>: <a href="https://blog.finxter.com/claude-2-read-ten-papers-in-one-prompt-with-massive-200k-token-context/">Claude 2 LLM Reads Ten Papers in One Prompt with Massive 200k Token Context</a></p>



<p><a href="https://blog.finxter.com/prompt-engineering-with-llama-2-full-course/">Prompt engineering</a> is a crucial aspect of AI development, as it helps to maintain the overall effectiveness and usefulness of AI systems. Your role is to ensure that the AI understands human-generated inputs and generates appropriate responses, by fine-tuning the prompts and adapting to the needs of specific tasks. This process is highly iterative and often involves extensive trial and error.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="What is a Prompt Engineer And Why Does it Pay so Much?" width="937" height="527" src="https://www.youtube.com/embed/hd7l9F3n4ZM?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<p>An essential aspect of prompt engineering is considering <strong>ethics, cultural sensitivity, fairness, and potential biases</strong> involved in both the prompts and the AI-generated outputs. You must ensure that the AI applications you work on do not propagate harmful or discriminatory content. This requires close attention to detail and a keen awareness of the possible implications of the AI&#8217;s responses in various contexts.</p>



<p>As a prompt engineer, you will be working at the <strong>intersection of AI research, engineering, and product development</strong>. This requires a solid understanding of artificial intelligence, machine learning, and underlying principles. Additionally, staying <a href="https://blog.finxter.com/email-academy/">up-to-date on AI advancements</a>, particularly from organizations like OpenAI, is essential to remain relevant and effective in this fast-paced field.</p>



<p>To excel as a prompt engineer, you must be able to collaborate with various teams, including AI researchers, engineers, and product managers. Your ability to communicate your findings and insights effectively with non-specialists is crucial for implementing successful AI models.</p>



<p class="has-global-color-8-background-color has-background">But more important than communicate with humans, you need to effectively communicate with LLMs! <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f978.png" alt="🥸" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>



<h2 class="wp-block-heading">Essential Skills for a Prompt Engineer</h2>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="What is Prompt Engineering? (2024) What Skills Do You Need to become a Prompt Engineer?" width="937" height="527" src="https://www.youtube.com/embed/sJk84Ytlv9U?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<h3 class="wp-block-heading">Technical Skills</h3>



<p>As a prompt engineer, you&#8217;ll need to master various technical skills to excel in your career. Knowledge of <strong>programming languages</strong> such as <a href="https://blog.finxter.com/learning-path-becoming-a-python-prompt-engineer/">Python</a> is essential, as it is widely used in the field. Familiarity with AI tools, data structures, and algorithms also plays a crucial role, especially when working with <strong>large language models</strong> like <a href="https://blog.finxter.com/20-ways-to-make-money-with-gpt-4/">GPT-4</a>.</p>



<p>Understanding <strong>Natural Language Processing (NLP)</strong> techniques is critical, as these models involve processing and generating human languages like English. You should also be proficient in <a href="https://blog.finxter.com/fine-tuning-gpt-3-5-turbo-how-to-craft-your-own-proprietary-llm/">fine-tuning</a> and understanding how to work with <strong>prompts</strong> to effectively communicate with systems like <strong>ChatGPT</strong>.</p>



<p>Finally, definitely master OpenAI&#8217;s Python API as a Python coder: </p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><a href="https://blog.finxter.com/openapi-cheat-sheet/" target="_blank" rel="noreferrer noopener"><img loading="lazy" decoding="async" width="1024" height="565" src="https://blog.finxter.com/wp-content/uploads/2023/07/image-87-1024x565.png" alt="" class="wp-image-1483904" srcset="https://blog.finxter.com/wp-content/uploads/2023/07/image-87-1024x565.png 1024w, https://blog.finxter.com/wp-content/uploads/2023/07/image-87-300x165.png 300w, https://blog.finxter.com/wp-content/uploads/2023/07/image-87-768x424.png 768w, https://blog.finxter.com/wp-content/uploads/2023/07/image-87.png 1300w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a></figure>
</div>


<p class="has-base-2-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f517.png" alt="🔗" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Recommended</strong>: <a href="https://blog.finxter.com/openapi-cheat-sheet/" data-type="URL" data-id="https://blog.finxter.com/openapi-cheat-sheet/" target="_blank" rel="noreferrer noopener">Python OpenAI API Cheat Sheet (Free)</a></p>



<h3 class="wp-block-heading">Soft Skills</h3>



<p>Besides the technical aspects, you should nurture a set of soft skills to be successful as a prompt engineer. Embrace <strong>critical thinking</strong> to analyze the outputs of AI models and identify potential improvements. Developing effective communication skills is also vital since you will work with multidisciplinary teams, including developers and data scientists.</p>



<p>Being adaptive and a continuous learner in this rapidly evolving field will keep you at the forefront of technologies like <strong>GPT</strong> and <strong>LLMs</strong>. To enhance your knowledge further, consider enrolling in online courses or subscribing to newsletters such as Finxter&#8217;s <a href="https://blog.finxter.com/email-academy/">Email Academy</a> to stay updated.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="573" src="https://blog.finxter.com/wp-content/uploads/2023/10/image-163-1-1024x573.png" alt="" class="wp-image-1652405" srcset="https://blog.finxter.com/wp-content/uploads/2023/10/image-163-1-1024x573.png 1024w, https://blog.finxter.com/wp-content/uploads/2023/10/image-163-1-300x168.png 300w, https://blog.finxter.com/wp-content/uploads/2023/10/image-163-1-768x430.png 768w, https://blog.finxter.com/wp-content/uploads/2023/10/image-163-1.png 1290w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="has-base-2-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f9d1-200d-1f4bb.png" alt="🧑‍💻" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Recommended</strong>: <a href="https://blog.finxter.com/16-skills-of-highly-effective-prompt-engineers/">16 Skills of Highly Effective Prompt Engineers</a></p>



<h2 class="wp-block-heading">Career in Prompt Engineering</h2>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="Career as a ChatGPT Prompt Engineer? Watch This" width="937" height="527" src="https://www.youtube.com/embed/K9mkU8cj7hQ?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<h3 class="wp-block-heading">Demand and Opportunities</h3>



<p>The tech industry has seen a surge in demand for skilled professionals, particularly in the field of artificial intelligence (AI). As a result, <strong>job opportunities for prompt engineers are on the rise</strong>. </p>



<p></p>



<p><img decoding="async" src="data:image/png;base64,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CPQ95WRnCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAgikRoBAPzWu7BUBBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAU8FCPQ95WRnCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAgikRoBAPzWu7BUBBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAU8FCPQ95WRnCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAgikRoBAPzWu7BUBBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAU8FCPQ95WRnCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAgikRoBAPzWu7BUBBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAU8FCPQ95WRnCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAgikRoBAPzWu7BUBBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAU8FCPQ95WRnCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAgikRoBAPzWu7BUBBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAU8FCPQ95WRnCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAgikRoBAPzWu7BUBBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAU8FCPQ95WRnCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAgikRoBAPzWu7BUBBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAU8FCPQ95WRnCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAgikRoBAPzWu7BUBBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAU8FCPQ95WRnCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAgikRoBAPzWu7BUBBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAU8FCPQ95WRnCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAgikRoBAPzWu7BUBBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAU8FCPQ95WRnCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAgikRoBAPzWu7BUBBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAU8FCPQ95WRnCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAgikRoBAPzWu7BUBBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAU8FCPQ95WRnCCCAAAIIIIAAAggggAACCCCAAAIIIIAAAgikRiBn9br1danZNXtFAAEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABrwQI9L2SZD8IIIAAAggggAACCCCAAAIIIIAAAggggAACCKRQgEA/hbjsGgEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABrwQI9L2SZD8IIIAAAggggAACCCCAAAIIIIAAAggggAACCKRQgEA/hbjsGgEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABrwQI9L2SZD8IIIAAAggggAACCCCAAAIIIIAAAggggAACCKRQgEA/hbjsGgEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABrwQI9L2SZD8IIIAAAggggAACCCCAAAIIIIAAAggggAACCKRQgEA/hbjsGgEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABrwQI9L2SZD8IIIAAAggggAACCCCAAAIIIIAAAggggAACCKRQgEA/hbjsGgEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABrwQI9L2SZD8IIIAAAggggAACCCCAAAIIIIAAAggggAACCKRQgEA/hbjsGgEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABrwQI9L2SZD8IIIAAAggggAACCCCAAAIIIIAAAggggAACCKRQgEA/hbjsGgEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABrwQI9L2SZD8IIIAAAggggAACCCCAAAIIIIAAAggggAACCKRQgEA/hbjsGgEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABrwQI9L2SZD8IIIAAAggggAACCCCAAAIIIIAAAggggAACCKRQgEA/hbjsGgEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABrwQI9L2SZD8IIIAAAggggAACCCCAAAIIIIAAAggggAACCKRQgEA/hbjsGgEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABrwQI9L2SZD8IIIAAAggggAACCCCAAAIIIIAAAggggAACCKRQgEA/hbjsGgEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABrwQI9L2SZD8IIIAAAggggAACCCCAAAIIIIAAAggggAACCKRQgEA/hbjsGgEEEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABrwQI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lSZAgAABAgQIEGhzAYF+m3eANr18gX5awwv0BfppPUUpAgQIEJiTAgL9OdlsKk2AAAECBAgQINDmAgL9Nu8AbXr5Av20hhfoC/TTeopSBAgQIECAAAECBAgQIECAAAECBAgQaJKAQD8NVqAv0E/rKUoRIECAAAECBAgQIECAAAECBAgQIECgSQIC/TRYgb5AP62nKEWAAAECBAgQIECAAAECBAgQIECAAIEmCQj002AF+gL9tJ6iFAECBAgQIECAAAECBAgQIECAAAECBJokINBPgxXoC/TTeopSBAgQIECAAAECBAgQIECAAAECBAgQaJKAQD8NVqAv0E/rKUoRIECAAAECBAgQIECAAAECBAgQIECgSQIC/TRYgb5AP62nKEWAAAECBAgQIECAAAECBAgQIECAAIEmCQj002AF+gL9tJ6iFAECBAgQIECAAAECBAgQIECAAAECBJokINBPgxXoC/TTeopSBAgQIECAAAECBAgQIECAAAECBAgQaJKAQD8NVqAv0E/rKUoRIECAAAECBAgQIECAAAECBAgQIECgSQIC/TRYgb5AP62nKEWAAAECBAgQIECAAAECBAgQIECAAIEmCQj002AF+gL9tJ6iFAECBAgQIECAAAECBAgQIECAAAECBJokINBPgxXoC/TTeopSBAgQIECAAAECBAgQIECAAAECBAgQaJKAQD8NVqAv0E/rKUoRIECAAAECBAgQIECAAAECBAgQIECgSQIC/TRYgb5AP62nKEWAAAECBAgQIECAAAECBAgQIECAAIEmCQj002AF+gL9tJ6iFAECBAgQIECAAAECBAgQIECAAAECBJokINBPgxXoC/TTeopSBAgQIECAAAECBAgQIECAAAECBAgQaJKAQD8NVqAv0E/rKUoRIECAAAECBAgQIECAAAECBAgQIECgSQIC/TRYgb5AP62nKEWAAAECBAgQIECAAAECBAgQIECAAIEmCQj002AF+gL9tJ6iFAECBAgQIECAAAECBAgQIECAAAECBJokINBPgxXoC/TTeopSBAgQIECAAAECBAgQIECAAAECBAgQaJKAQD8NVqAv0E/rKUoRIECAAAECBAgQIECAAAECBAgQIECgSQIC/TRYgb5AP62nKEWAAAECBAgQIECAAAECBAgQIECAAIEmCQj002AF+gL9tJ6iFAECBAgQIECAAAECBAgQIECAAAECBJokINBPgxXoC/TTeopSBAgQIECAAAECBAgQIECAAAECBAgQaJKAQD8NVqAv0E/rKUoRIECAAAECBAgQIECAAAECBAgQIECgSQIC/TRYgb5AP62nKEWAAAECBAgQIECAAAECBAgQIECAAIEmCQj002AF+gL9tJ6iFAECBAgQIECAAAECBAgQIECAAAECBJokINBPgxXoC/TTeopSBAgQIECAAAECBAgQIECAAAECBAgQaJKAQD8NVqAv0E/rKUoRIECAAAECBAgQIECAAAECBAgQIECgSQIC/TRYgb5AP62nKEWAAAECBAgQIECAAAECBAgQIECAAIEmCQj002AF+gL9tJ6iFAECBAgQIECAAAECBAgQIECAAAECBJokINBPgxXoC/TTeopSBAgQIECAAAECBAgQIECAAAECBAgQaJKAQD8NVqAv0E/rKUoRIECAAAECBAgQIECAAAECBAgQIECgSQIC/TRYgb5AP62nKEWAAAECBAgQIECAAAECBAgQIECAAIEmCQj002AF+gL9tJ6iFAECBAgQIECAAAECBAgQIECAAAECBJokINBPgxXoC/TTeopSBAgQIECAAAECBAgQIECAAAECBAgQaJKAQD8NVqAv0E/rKUoRIECAAAECBAgQIECAAAECBAgQIECgSQIC/TRYgb5AP62nKEWAAAECBAgQIECAAAECBAgQIECAAIEmCQj002AF+gL9tJ6iFAECBAgQIECAAAECBAgQIECAAAECBJokINBPgxXoC/TTeopSBAgQIECAAAECBAgQIECAAAECBAgQaJKAQD8NVqAv0E/rKUoRIECAAAECBAgQIECAAAECBAgQIECgSQIC/TRYgb5AP62nKEWAAAECBAgQIECAAAECBAgQIECAAIEmCQj002AF+gL9tJ6iFAECBAgQIECAAAECBAgQIECAAAECBJokINBPgxXoC/TTeopSBAgQIECAAAECBAgQIECAAAECBAgQaJKAQD8NVqAv0E/rKUoRIECAAAECBAgQIECAAAECBAgQIECgSQIC/TRYgb5AP62nKEWAAAECBAgQIECAAAECBAgQIECAAIEmCQj002AF+gL9tJ6iFAECBAgQIECAAAECBAgQIECAAAECBJokINBPgxXoC/TTeopSBAgQIECAAAECBAgQIECAAAECBAgQaJKAQD8NVqAv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+q2zd2YCBAgQIECAAAECBAgQIECAAAECBAgQIJAsINBPplKQAAECBAgQIECAAAECBAgQIECAAAECBAi0TkCg3zp7ZyZAgAABAgQIECBAgAABAgQIECBAgAABAskCAv1kKgUJECBAgAABAgQIECBAgAABAgQIECBAgEDrBAT6rbN3ZgIECBAgQIAAAQIECBAgQIAAAQIECBAgkCwg0E+mUpAAAQIECBAgQIAAAQIECBAgQIAAAQIECLROQKDfOntnJkCAAAECBAgQIECAAAECBAgQIECAAAECyQIC/WQqBQkQIECAAAECBAgQIECAAAECBAgQIECAQOsEBPqts3dmAgQIECBAgAABAgQIECBAgAABAgQIECCQLCDQT6ZSkAABAgQIECBAgAABAgQIECBAgAABAgQItE5AoN86e2cmQIAAAQIECBAgQIAAAQIECBAgQIAAAQLJAgL9ZCoFCRAgQIAAAQIECBAgQIAAAQIECBAgQIBA6wQE+q2zd2YCBAgQIECAAAECBAgQIECAAAECBAgQIJAsINBPplKQAAECBAgQIECAAAECBAgQIECAAAECBAi0TkCg3zp7ZyZAgAABAgQIECBAgAABAgQIECBAgAABAskCAv1kKgUJECBAgAABAgQIECBAgAABAgQIECBAgEDrBAT6rbN3ZgIECBAgQIAAAQIECBAgQIAAAQIECBAgkCwg0E+mUpAAAQIECBAgQIAAAQIECBAgQIAAAQIECLROQKDfOntnJkCAAAECBAgQIECAAAECBAgQIECAAAECyQL/Hzv/kKj6e5W0AAAAAElFTkSuQmCC" alt=""></p>



<p>Prompt engineers play a crucial role in fine-tuning AI language models to ensure they deliver accurate, high-quality results. With the growing adoption of AI tools in various sectors, you can expect to see an increase in job postings for prompt engineers.</p>



<h3 class="wp-block-heading">Income Potential</h3>



<p>Given the high demand for prompt engineers, the income potential is often quite promising. As a mid-journey professional, you can expect to earn a competitive salary between <strong><a href="https://blog.finxter.com/the-ultimate-guide-to-buying-and-selling-openai-api-freelancing-services-on-upwork/">$153,600 and $288,000 per year</a></strong> while working with cutting-edge technology. Depending on your role, you might also have opportunities to collaborate with clients on projects that can further enhance your income and career growth.</p>



<h3 class="wp-block-heading">Freelancing on Upwork as OpenAI API Expert</h3>



<p>The earning potential of an OpenAI expert on Upwork varies, but a glance at the platform’s featured profiles provides a ballpark estimate. Hourly rates for OpenAI experts range from around $80/hr to $150/hr.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="992" height="1024" src="https://blog.finxter.com/wp-content/uploads/2023/10/image-175-992x1024-1.png" alt="" class="wp-image-1652404" srcset="https://blog.finxter.com/wp-content/uploads/2023/10/image-175-992x1024-1.png 992w, https://blog.finxter.com/wp-content/uploads/2023/10/image-175-992x1024-1-291x300.png 291w, https://blog.finxter.com/wp-content/uploads/2023/10/image-175-992x1024-1-768x793.png 768w" sizes="auto, (max-width: 992px) 100vw, 992px" /></figure>
</div>


<p><strong>Monthly Earnings:</strong> Assuming an expert works full-time (40 hours per week), monthly earnings could be:</p>



<ul class="wp-block-list">
<li>At $80/hr: $80 x 40 hours x 4 weeks = $12,800/month</li>



<li>At $150/hr: $150 x 40 hours x 4 weeks = $24,000/month</li>
</ul>



<p><strong>Annual Earnings:</strong> Extending the monthly earnings over a year:</p>



<ul class="wp-block-list">
<li>At $80/hr: $12,800 x 12 months = $153,600/year</li>



<li>At $150/hr: $24,000 x 12 months = $288,000/year</li>
</ul>



<p>These figures are gross earnings, and actual take-home pay would be less after deducting platform fees, taxes, and other overhead costs. Also, not every freelancer might work full-time or have consistent projects throughout the year. Therefore, actual earnings can vary based on demand, expertise, reputation, and other factors.</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="701" src="https://blog.finxter.com/wp-content/uploads/2023/10/image-7-1-1024x701.jpeg" alt="" class="wp-image-1652403" srcset="https://blog.finxter.com/wp-content/uploads/2023/10/image-7-1-1024x701.jpeg 1024w, https://blog.finxter.com/wp-content/uploads/2023/10/image-7-1-300x205.jpeg 300w, https://blog.finxter.com/wp-content/uploads/2023/10/image-7-1-768x525.jpeg 768w, https://blog.finxter.com/wp-content/uploads/2023/10/image-7-1.jpeg 1216w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>
</div>


<p class="has-base-2-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f9d1-200d-1f4bb.png" alt="🧑‍💻" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Recommended</strong>: <a href="https://blog.finxter.com/the-ultimate-guide-to-buying-and-selling-openai-api-freelancing-services-on-upwork/">The Ultimate Guide to Buying and Selling OpenAI API Freelancing Services on Upwork</a></p>



<p></p>



<h2 class="wp-block-heading">Practical Application of Prompt Engineering</h2>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="701" src="https://blog.finxter.com/wp-content/uploads/2023/10/image-15-1024x701.jpeg" alt="" class="wp-image-1652406" srcset="https://blog.finxter.com/wp-content/uploads/2023/10/image-15-1024x701.jpeg 1024w, https://blog.finxter.com/wp-content/uploads/2023/10/image-15-300x205.jpeg 300w, https://blog.finxter.com/wp-content/uploads/2023/10/image-15-768x525.jpeg 768w, https://blog.finxter.com/wp-content/uploads/2023/10/image-15.jpeg 1216w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>
</div>


<p>As a prompt engineer, you will have the opportunity to apply your skills in a variety of domains, such as communication, healthcare, and education. By understanding the practical needs and requirements of these industries, you can better tailor your AI models and prompts to generate effective solutions.</p>



<p>In healthcare, for example, you may use your prompt engineering skills to develop Natural Language Generation (NLG) applications that improve patient experience, such as chatbots at hospitals like Boston Children&#8217;s Hospital. These AI-powered tools can significantly enhance patient communication by providing accurate and timely information, thereby assisting healthcare professionals.</p>



<p>Moreover, prompt engineering benefits the field of education, where you can create personalized learning experiences powered by AI. You can develop intelligent tutoring systems that adapt to students&#8217; needs, facilitating better engagement and learning outcomes. As a prompt engineer, your expertise in crafting the right queries can help deliver customized content for each student.</p>



<p>Hands-on experience along with strong problem-solving skills is essential in the practical application of prompt engineering. By working on <a href="https://blog.finxter.com/how-i-created-an-audiobook-app-with-streamlit/">real-world projects</a> and addressing practical problems, you hone your ability to fine-tune prompts and generate accurate, useful results. Collaborating with organizations like Booz Allen Hamilton or similar companies can provide you with ample opportunities to gain invaluable industry knowledge and experience.</p>



<p>Lastly, a significant aspect of prompt engineering lies in automation. Your skills can be instrumental in automating various processes across industries like customer service, finance, and more. By creating precise prompts, AI models can generate responses that effectively address customer needs or automate repetitive tasks, thereby increasing efficiency and reducing human error.</p>



<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2705.png" alt="✅" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Recommended</strong>: <a href="https://blog.finxter.com/annual-income-of-prompt-engineers-in-the-us-chatgpt-a-comprehensive-analysis/">Annual Income of Prompt Engineers in the US (ChatGPT)</a></p>



<h2 class="wp-block-heading">Learning Resources and Courses for Becoming a Prompt Engineer</h2>



<figure class="wp-block-image"><img decoding="async" src="https://koala.sh/api/image/v2-1dfui-ee1ek.jpg?width=1216&amp;height=832&amp;dream" alt=""/></figure>



<p>As you embark on your journey to become a prompt engineer, you&#8217;ll need training to help you master the necessary skills. One excellent option is to enroll in online courses such as the ones offered at <a href="https://academy.finxter.com/">Finxter Academy</a>. These can be instrumental in teaching you Python and OpenAI, making you a proficient developer ready to craft AI-powered applications that comprehend intricate queries, recommend pertinent content, and conduct sentiment analysis.</p>



<h2 class="wp-block-heading">Prompt Engineering with Python and OpenAI</h2>



<figure class="wp-block-image size-full"><a href="https://academy.finxter.com/university/prompt-engineering-with-python-and-openai/" target="_blank" rel="noreferrer noopener"><img loading="lazy" decoding="async" width="799" height="350" src="https://blog.finxter.com/wp-content/uploads/2023/06/image-288.png" alt="" class="wp-image-1463464" srcset="https://blog.finxter.com/wp-content/uploads/2023/06/image-288.png 799w, https://blog.finxter.com/wp-content/uploads/2023/06/image-288-300x131.png 300w, https://blog.finxter.com/wp-content/uploads/2023/06/image-288-768x336.png 768w" sizes="auto, (max-width: 799px) 100vw, 799px" /></a></figure>



<p>You can check out the whole <a href="https://academy.finxter.com/university/prompt-engineering-with-python-and-openai/" data-type="URL" data-id="https://academy.finxter.com/university/prompt-engineering-with-python-and-openai/" target="_blank" rel="noreferrer noopener">course on OpenAI Prompt Engineering using Python on the Finxter academy</a>. We cover topics such as:</p>



<ul class="wp-block-list">
<li>Embeddings</li>



<li>Semantic search</li>



<li>Web scraping</li>



<li>Query embeddings</li>



<li>Movie recommendation</li>



<li>Sentiment analysis</li>
</ul>



<p class="has-base-2-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f468-200d-1f4bb.png" alt="👨‍💻" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Academy</strong>: <a href="https://academy.finxter.com/university/prompt-engineering-with-python-and-openai/" data-type="URL" data-id="https://academy.finxter.com/university/prompt-engineering-with-python-and-openai/" target="_blank" rel="noreferrer noopener">Prompt Engineering with Python and OpenAI</a></p>



<p>Apart from formal courses, it&#8217;s essential to stay updated with the latest advancements in prompt engineering. Subscribing to industry newsletters and following authoritative <a href="https://blog.finxter.com/subscribe/">blog posts</a> can serve as rich sources of valuable insights, examples, and instructions. These will help you learn best practices and understand the latest trends in the field, gradually moulding you into an expert prompt engineer.</p>



<p>Inevitably, <strong>hands-on experience</strong> is crucial for your learning journey. This is where engaging with real-world projects becomes vital. As you work on a variety of situations and follow practical examples, your problem-solving abilities will improve. Consider collaborating with one or more anthropic partners or joining teams working on innovative prompt engineering projects. This exposure will significantly enhance your expertise and contribute to your portfolio.</p>



<p>Lastly, curating your projects into a professional portfolio will showcase your skills and the application of your knowledge. A strong portfolio can demonstrate your capabilities to potential employers and help you secure full-time income as a prompt engineer. By highlighting different projects you have worked on, you will be able to illustrate how your expertise has grown, setting you apart from the competition.</p>



<p></p>



<h2 class="wp-block-heading">The Future of Prompt Engineering</h2>



<figure class="wp-block-image"><img decoding="async" src="https://koala.sh/api/image/v2-1dfva-30mcf.jpg?width=1216&amp;height=832&amp;dream" alt=""/></figure>



<p>As a prompt engineer, you&#8217;ll be working with cutting-edge technology in the field of AI, particularly with generative AI models. These powerful AI models are used in applications such as chatbots and natural language processing (NLP) systems. By honing your skills in crafting engaging and accurate prompts, you&#8217;ll play a crucial role in driving the industry forward.</p>



<p>In the near future, the demand for skilled prompt engineers is expected to continue growing. With AI programs becoming more sophisticated and prevalent in various sectors, your expertise will be highly sought-after. This translates to a competitive salary and ample opportunities for professional growth.</p>



<p>To ensure a successful career in prompt engineering, focus on strengthening your skills in data analysis. Being able to interpret and analyze complex data sets will help you improve the AI models you work with. Furthermore, understanding how to optimize prompts for different AI platforms will make you a valuable asset to any team.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="735" height="735" src="https://blog.finxter.com/wp-content/uploads/2023/10/Finxter_alien_technology_utopia_c4b68955-ded2-4e8b-a68e-b8d0adf520cc.png" alt="" class="wp-image-1652408" srcset="https://blog.finxter.com/wp-content/uploads/2023/10/Finxter_alien_technology_utopia_c4b68955-ded2-4e8b-a68e-b8d0adf520cc.png 735w, https://blog.finxter.com/wp-content/uploads/2023/10/Finxter_alien_technology_utopia_c4b68955-ded2-4e8b-a68e-b8d0adf520cc-300x300.png 300w, https://blog.finxter.com/wp-content/uploads/2023/10/Finxter_alien_technology_utopia_c4b68955-ded2-4e8b-a68e-b8d0adf520cc-150x150.png 150w" sizes="auto, (max-width: 735px) 100vw, 735px" /></figure>
</div>


<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f9d1-200d-1f4bb.png" alt="🧑‍💻" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Recommended</strong>: <a href="https://blog.finxter.com/alien-technology-catching-up-on-llms-prompting-chatgpt-plugins-embeddings-code-interpreter/">Alien Technology: Catching Up on LLMs, Prompting, ChatGPT Plugins &amp; Embeddings</a></p>



<h2 class="wp-block-heading">Frequently Asked Questions</h2>



<figure class="wp-block-image"><img decoding="async" src="https://koala.sh/api/image/v2-1dfvt-l48bf.jpg?width=1216&amp;height=832&amp;dream" alt=""/></figure>



<h3 class="wp-block-heading">How can I improve my skills as a prompt engineer?</h3>



<p>As a prompt engineer, it&#8217;s essential to keep yourself updated with the latest technologies and advancements in AI. One way to improve your skills is by learning from <a href="https://www.forbes.com/sites/jodiecook/2023/07/12/ai-prompt-engineers-earn-300k-salaries-heres-how-to-learn-the-skill-for-free/">GPT Best Practices by Open AI</a> and building a strong foundation in AI models like GPT-4. Participating in online forums, engaging with other professionals, and joining collaborative projects can also help you sharpen your skills.</p>



<h3 class="wp-block-heading">What are the qualifications required to become a prompt engineer?</h3>



<p>Becoming a prompt engineer typically requires specific skills and knowledge in AI models, language processing, and problem-solving. Although a computer engineering degree might not be mandatory, having a strong foundation in coding and linguistics can greatly benefit your career. You should also be well-versed in AI concepts and have a knack for optimizing prompts to yield desired results, as mentioned in <a href="https://blog.finxter.com/16-skills-of-highly-effective-prompt-engineers/">this Finxter article</a>.</p>



<h3 class="wp-block-heading">What is the average income for a full-time AI prompt engineer?</h3>



<p>AI prompt engineers can earn quite impressive salaries, with some professionals making around <a href="https://www.forbes.com/sites/jodiecook/2023/07/12/ai-prompt-engineers-earn-300k-salaries-heres-how-to-learn-the-skill-for-free/">$300k per year</a>. However, this figure can vary depending on your location, skills, and experience.</p>



<h3 class="wp-block-heading">Are there any certifications or trainings available for prompt engineering?</h3>



<p class="has-global-color-8-background-color has-background">The Finxter Academy offers certifications on various prompt engineering courses such as the <a href="https://academy.finxter.com/university/prompt-engineering-an-introduction/">basics</a>, <a href="https://academy.finxter.com/university/prompt-engineering-with-python-and-openai/">Python OpenAI API</a>, <a href="https://academy.finxter.com/university/openai-api-function-calls-and-embeddings/">fine-tuning and embeddings OpenAI skills</a>, and open-source models such as <a href="https://academy.finxter.com/university/prompt-engineering-with-llama-2/">Llama 2</a>. Among others. <a href="https://academy.finxter.com/">Check it out!</a></p>



<h3 class="wp-block-heading">How can I find prompt engineering jobs without prior experience?</h3>



<p>One way to secure a prompt engineering job without prior experience is by showcasing your skills with a strong portfolio. This could include personal projects, open-source contributions, or relevant internships. Gain the necessary expertise by working on various AI tools and stay active in professional networks. Additionally, browsing job platforms that focus on AI-related positions and leveraging LinkedIn can be helpful for finding entry-level opportunities.</p>



<h3 class="wp-block-heading">What are the future prospects and growth opportunities in prompt engineering?</h3>



<p>Prompt engineering has great future prospects, especially as AI applications continue to evolve and expand. There has been a significant <a href="https://www.theforage.com/blog/skills/prompt-engineering">rise in job postings</a> mentioning generative AI and demand for professionals with prompt engineering skills. As AI technologies advance, the need for skilled prompt engineers will likely increase, offering more opportunities for career growth and specialization.</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="572" src="https://blog.finxter.com/wp-content/uploads/2023/10/image-24-4-1024x572.png" alt="" class="wp-image-1652409" srcset="https://blog.finxter.com/wp-content/uploads/2023/10/image-24-4-1024x572.png 1024w, https://blog.finxter.com/wp-content/uploads/2023/10/image-24-4-300x168.png 300w, https://blog.finxter.com/wp-content/uploads/2023/10/image-24-4-768x429.png 768w, https://blog.finxter.com/wp-content/uploads/2023/10/image-24-4.png 1246w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>
</div>


<p class="has-base-2-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f9d1-200d-1f4bb.png" alt="🧑‍💻" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Recommended</strong>: <a href="https://blog.finxter.com/learning-path-becoming-a-python-prompt-engineer/">10 Steps Learning Path: Becoming a Python Prompt Engineer <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f680.png" alt="🚀" class="wp-smiley" style="height: 1em; max-height: 1em;" /> on the Finxter Academy</a></p>
<p>The post <a href="https://blog.finxter.com/tips-to-make-full-time-income-as-prompt-engineer/">10 Tips to Make Full-Time Income as Prompt Engineer</a> appeared first on <a href="https://blog.finxter.com">Be on the Right Side of Change</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>The Ultimate Guide to Buying and Selling OpenAI API Freelancing Services on Upwork</title>
		<link>https://blog.finxter.com/the-ultimate-guide-to-buying-and-selling-openai-api-freelancing-services-on-upwork/</link>
		
		<dc:creator><![CDATA[Chris]]></dc:creator>
		<pubDate>Sun, 22 Oct 2023 09:29:40 +0000</pubDate>
				<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[Career]]></category>
		<category><![CDATA[Coding Business]]></category>
		<category><![CDATA[Finance]]></category>
		<category><![CDATA[Freelancing]]></category>
		<category><![CDATA[Large Language Model (LLM)]]></category>
		<category><![CDATA[OpenAI]]></category>
		<guid isPermaLink="false">https://blog.finxter.com/?p=1652369</guid>

					<description><![CDATA[<p>The OpenAI and Upwork Partnership The partnership between Upwork and OpenAI aims to connect businesses with highly skilled independent professionals experienced in working with OpenAI technology. This collaboration brings together Upwork, the world&#8217;s work marketplace, and OpenAI, a leading AI research and deployment company, to offer a trust-driven platform for companies seeking OpenAI expertise. The ... <a title="The Ultimate Guide to Buying and Selling OpenAI API Freelancing Services on Upwork" class="read-more" href="https://blog.finxter.com/the-ultimate-guide-to-buying-and-selling-openai-api-freelancing-services-on-upwork/" aria-label="Read more about The Ultimate Guide to Buying and Selling OpenAI API Freelancing Services on Upwork">Read more</a></p>
<p>The post <a href="https://blog.finxter.com/the-ultimate-guide-to-buying-and-selling-openai-api-freelancing-services-on-upwork/">The Ultimate Guide to Buying and Selling OpenAI API Freelancing Services on Upwork</a> appeared first on <a href="https://blog.finxter.com">Be on the Right Side of Change</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading">The OpenAI and Upwork Partnership</h2>



<p>The <a href="https://investors.upwork.com/news-releases/news-release-details/upwork-and-openai-partner-connect-businesses-openai-experts">partnership</a> between <strong>Upwork</strong> and <strong>OpenAI</strong> aims to connect businesses with highly skilled independent professionals experienced in working with OpenAI technology. This collaboration brings together Upwork, the world&#8217;s work marketplace, and OpenAI, a leading AI research and deployment company, to offer a trust-driven platform for companies seeking OpenAI expertise.</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="923" src="https://blog.finxter.com/wp-content/uploads/2023/10/image-173-1024x923.png" alt="" class="wp-image-1652370" srcset="https://blog.finxter.com/wp-content/uploads/2023/10/image-173-1024x923.png 1024w, https://blog.finxter.com/wp-content/uploads/2023/10/image-173-300x270.png 300w, https://blog.finxter.com/wp-content/uploads/2023/10/image-173-768x692.png 768w, https://blog.finxter.com/wp-content/uploads/2023/10/image-173.png 1342w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong><a href="https://www.upwork.com/experts/openai">Expert Site</a></strong> &#8211; OpenAI and Upwork</figcaption></figure>
</div>


<p>The goal is to improve the discoverability of <a href="https://blog.finxter.com/16-skills-of-highly-effective-prompt-engineers/">OpenAI Experts</a> on Upwork. This program helps freelancers showcase their <a href="https://blog.finxter.com/the-evolution-of-large-language-models-llms-insights-from-gpt-4-and-beyond/">large language model (LLM)</a> proficiency to clients needing their services. </p>



<p>When you, as a <a href="https://blog.finxter.com/freelancer-expert-tip-how-to-dominate-your-niche/">freelancer</a>, meet specific program criteria (<strong>keep reading!</strong>), you have the opportunity to be featured on the <a href="https://www.upwork.com/experts/openai">OpenAI Experts on Upwork</a> page. This exposure can lead to more work and help with building your reputation as an expert in the field.</p>



<p class="has-base-2-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f9d1-200d-1f4bb.png" alt="🧑‍💻" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Recommended</strong>: <a href="https://blog.finxter.com/llama-2-how-metas-free-open-source-llm-beats-gpt-4/">Llama 2: How Meta’s Free Open-Source LLM Beats GPT-4!</a></p>



<p>Thanks to the partnership, businesses can now benefit from direct access to top-tier professionals skilled in harnessing OpenAI&#8217;s cutting-edge technologies. For small business owners, this collaboration presents two significant advantages. </p>



<ul class="wp-block-list">
<li>Firstly, it simplifies<strong> sourcing and securing AI experts</strong> adept with platforms like OpenAI technologies. </li>



<li>Secondly, it provides an opportunity to explore the <strong>OpenAI platform and integrate its technology into your products and services</strong>, potentially improving your business&#8217; efficiency and innovation.</li>
</ul>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="987" src="https://blog.finxter.com/wp-content/uploads/2023/10/image-174-1024x987.png" alt="" class="wp-image-1652371" srcset="https://blog.finxter.com/wp-content/uploads/2023/10/image-174-1024x987.png 1024w, https://blog.finxter.com/wp-content/uploads/2023/10/image-174-300x289.png 300w, https://blog.finxter.com/wp-content/uploads/2023/10/image-174-768x740.png 768w, https://blog.finxter.com/wp-content/uploads/2023/10/image-174.png 1139w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong>Screenshot</strong>: OpenAI experts make between $60 and $300 per consultation Zoom call (<a href="https://www.upwork.com/experts/openai">source</a>)</figcaption></figure>
</div>


<p>To participate in the OpenAI Experts on Upwork program, ensure that you meet the program&#8217;s criteria as a freelancer (keep reading). </p>



<p class="has-base-2-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f9d1-200d-1f4bb.png" alt="🧑‍💻" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Tip</strong>: Keep an eye on relevant projects on Upwork and be ready to seize opportunities to work with clients interested in implementing OpenAI technology into their businesses. Being an expert in this domain not only makes you an invaluable asset to companies but also helps you to stay relevant and in-demand in an evolving job landscape.</p>



<h2 class="wp-block-heading">What Kind of Projects to Offer?</h2>



<p>There are three broad categories of OpenAI experts that are featured on the website:</p>



<ol class="wp-block-list">
<li>Build a chatbot</li>



<li>Integrate APIs</li>



<li>Create AI applications</li>
</ol>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="992" height="1024" src="https://blog.finxter.com/wp-content/uploads/2023/10/image-175-992x1024.png" alt="" class="wp-image-1652372" srcset="https://blog.finxter.com/wp-content/uploads/2023/10/image-175-992x1024.png 992w, https://blog.finxter.com/wp-content/uploads/2023/10/image-175-290x300.png 290w, https://blog.finxter.com/wp-content/uploads/2023/10/image-175-768x793.png 768w, https://blog.finxter.com/wp-content/uploads/2023/10/image-175.png 1160w" sizes="auto, (max-width: 992px) 100vw, 992px" /></figure>



<p>On the Finxter website, we provide example projects and learning opportunities for each of those skills:</p>



<ol class="wp-block-list">
<ol class="wp-block-list">
<li><strong>Build a chatbot</strong>: <a href="https://blog.finxter.com/how-i-created-a-high-performance-extensible-chatgpt-chatbot-easy/">How I Created a High-Performance Extensible ChatGPT Chatbot with Python (Easy)</a></li>



<li><strong>Integrate APIs</strong>: <a href="https://blog.finxter.com/how-to-integrate-chatgpt-on-your-website-easily-overview/">How to Integrate ChatGPT on Your Website Easily</a> (Overview)</li>



<li><strong>Create AI applications</strong>: <a href="https://blog.finxter.com/10-openai-saas-ideas-to-scale-a-one-person-ai-company/">10 OpenAI SaaS Ideas to Scale a One-Person AI Company</a></li>
</ol>
</ol>



<p>You can check out our learning path to learn the skills from beginner to expert:</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><a href="https://blog.finxter.com/learning-path-becoming-a-python-prompt-engineer/"><img loading="lazy" decoding="async" width="1024" height="572" src="https://blog.finxter.com/wp-content/uploads/2023/10/image-24-2-1024x572.png" alt="" class="wp-image-1652170" srcset="https://blog.finxter.com/wp-content/uploads/2023/10/image-24-2-1024x572.png 1024w, https://blog.finxter.com/wp-content/uploads/2023/10/image-24-2-300x168.png 300w, https://blog.finxter.com/wp-content/uploads/2023/10/image-24-2-768x429.png 768w, https://blog.finxter.com/wp-content/uploads/2023/10/image-24-2.png 1246w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a></figure>
</div>


<p class="has-base-2-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f9d1-200d-1f4bb.png" alt="🧑‍💻" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Recommended</strong>: <a href="https://blog.finxter.com/learning-path-becoming-a-python-prompt-engineer/">10 Steps Learning Path: Becoming a Python Prompt Engineer <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f680.png" alt="🚀" class="wp-smiley" style="height: 1em; max-height: 1em;" /> on the Finxter Academy</a></p>



<h2 class="wp-block-heading">How Much Can You Earn as an OpenAI Expert on Upwork?</h2>



<p>The earning potential of an OpenAI expert on Upwork varies, but a glance at the platform&#8217;s featured profiles provides a ballpark estimate.</p>



<p><strong>Hourly Rates:</strong> Based on the screenshot, hourly rates for OpenAI experts range from around $80/hr to $150/hr.</p>



<p><strong>Monthly Earnings:</strong> Assuming an expert works full-time (40 hours per week), monthly earnings could be:</p>



<ul class="wp-block-list">
<li>At $80/hr: $80 x 40 hours x 4 weeks = $12,800/month</li>



<li>At $150/hr: $150 x 40 hours x 4 weeks = $24,000/month</li>
</ul>



<p><strong>Annual Earnings:</strong> Extending the monthly earnings over a year:</p>



<ul class="wp-block-list">
<li>At $80/hr: $12,800 x 12 months = $153,600/year</li>



<li>At $150/hr: $24,000 x 12 months = $288,000/year</li>
</ul>



<p>These figures are gross earnings, and actual take-home pay would be less after deducting platform fees, taxes, and other overhead costs. Also, not every freelancer might work full-time or have consistent projects throughout the year. Therefore, actual earnings can vary based on demand, expertise, reputation, and other factors.</p>



<h2 class="wp-block-heading">Exploring OpenAI Technologies</h2>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="OpenAI Secret Trick - Automated ChatGPT &#x1f525;&#x1f525;" width="937" height="527" src="https://www.youtube.com/embed/I-guKYvzzzM?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<p>As you dive into the world of OpenAI technologies, you&#8217;ll discover a wide range of powerful AI tools, including <a href="https://www.globenewswire.com/news-release/2023/07/31/2714950/0/en/Upwork-and-OpenAI-Partner-to-Connect-Businesses-with-OpenAI-Experts.html">Large Language Models (LLMs)</a> and APIs that enable businesses to innovate and improve their products, services, and projects. These cutting-edge technologies, such as GPT-4 and Whisper, are designed to unlock the potential of artificial general intelligence.</p>



<p>By leveraging the <a href="https://community.upwork.com/t5/Product-Release-Notes/OpenAI-Experts-on-Upwork-program-launch/ba-p/1382276">OpenAI API platform</a>, you can integrate advanced AI capabilities into your projects with ease. For example, <a href="https://blog.finxter.com/better-than-openai-whisper-googles-new-speech-recognition-api/">OpenAI Whisper</a> can understand human-like text based on your prompts, which has widespread applications in content generation, customer support, and even programming assistance.</p>



<p class="has-base-2-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f9d1-200d-1f4bb.png" alt="🧑‍💻" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Recommended</strong>: <a href="https://blog.finxter.com/how-i-created-an-audiobook-app-with-streamlit/">How I Created an Audiobook App with Streamlit</a></p>



<p>When you need access to top AI talent, <a href="https://www.upwork.com/press/releases/upwork-and-openai-partner-to-connect-businesses-with-openai-experts">Upwork</a> offers a solution by partnering with OpenAI to provide an exclusive pool of pre-vetted, highly skilled experts. With the OpenAI Experts on Upwork program, you can collaborate with professionals who have in-depth experience with OpenAI technologies, ensuring that your business stays ahead in the highly competitive AI landscape.</p>



<p>To start working with OpenAI Experts on Upwork, make sure you have a public profile, showcase relevant portfolio work, and <a href="https://support.upwork.com/hc/en-us/articles/18883493299987-OpenAI-experts-on-Upwork">complete the interest form</a>. By doing so, you&#8217;ll unlock access to skilled professionals who can bring the power of OpenAI tools to your projects.</p>



<p class="has-global-color-8-background-color has-background"><strong>To be considered for this opportunity, you’ll need to meet these requirements:</strong><br><br><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2705.png" alt="✅" class="wp-smiley" style="height: 1em; max-height: 1em;" /> You have experience working with the OpenAI platform.<br><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2705.png" alt="✅" class="wp-smiley" style="height: 1em; max-height: 1em;" /> You can showcase portfolio work related to your OpenAI experience.<br><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2705.png" alt="✅" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Your profile visibility is set to public<br><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2705.png" alt="✅" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Complete the <a href="https://www.upwork.com/experts/openai/apply" target="_blank" rel="noreferrer noopener">OpenAI Experts on Upwork interest form</a></p>



<p>In conclusion, the world of OpenAI offers immense possibilities for businesses and freelancers alike. By exploring and integrating these advanced technologies into your projects, you can unlock new opportunities and enhance your business&#8217;s capabilities.</p>



<h2 class="wp-block-heading">Leveraging OpenAI API for Freelancing</h2>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="AI: The Secret Weapon to Succeeding on Upwork&#039;s Freelancing Platform" width="937" height="527" src="https://www.youtube.com/embed/_vckwVgcduk?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<p>When you&#8217;re seeking to enhance your freelancing projects with cutting-edge AI technologies, leveraging the <a href="https://www.globenewswire.com/en/news-release/2023/07/31/2714950/0/en/Upwork-and-OpenAI-Partner-to-Connect-Businesses-with-OpenAI-Experts.html">OpenAI API</a> can bring a new level of sophistication to your work. As a freelancer, you can access a wide range of OpenAI tools, including GPT-4 and Whisper, designed to improve various aspects of your projects, from natural language processing to speech recognition.</p>



<p>To make the most of these capabilities, consider joining the <a href="https://www.upwork.com/experts/openai">OpenAI Experts on Upwork</a> program. This initiative connects businesses with highly skilled and pre-vetted AI talent that have specialized knowledge in implementing OpenAI technologies. By becoming part of this program, you&#8217;ll expand your reach to potential clients looking for professionals with your unique skills.</p>



<p>Working with OpenAI API as a freelancer on Upwork allows you to set your own rates, creating a competitive environment that accounts for your expertise, location, and market conditions. You can also benefit from <a href="https://www.upwork.com/experts/openai">Upwork&#8217;s payment protection</a> for eligible contracts, ensuring a secure and reliable platform to showcase your skills with the OpenAI API.</p>



<p>To get started, focus on building your reputation in the freelancing community as an OpenAI expert. This may include offering consultations or collaborating with independent experts to develop innovative solutions. As your portfolio grows and your proficiency with OpenAI technologies becomes more evident, you&#8217;ll be better positioned to attract high-profile clients and work on exciting and transformative projects.</p>



<p>Embracing the OpenAI API for freelancing can open new doors in your career, setting you apart in the growing field of artificial intelligence. By honing your skills and actively seeking opportunities to showcase your talents, you&#8217;ll establish yourself as an expert in this domain and continue to thrive in the competitive gig economy.</p>



<p>Feel free to check out our daily newsletter to stay on the right side of change by downloading any of our cheat sheets (Python and OpenAI) and free ebooks (e.g., on freelancing &#8220;Leaving the Rat Race with Python&#8221;):</p>






<h2 class="wp-block-heading">Identifying API Integration and Fine-tuning Models</h2>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="701" src="https://blog.finxter.com/wp-content/uploads/2023/10/image-6-1024x701.jpeg" alt="" class="wp-image-1652373" srcset="https://blog.finxter.com/wp-content/uploads/2023/10/image-6-1024x701.jpeg 1024w, https://blog.finxter.com/wp-content/uploads/2023/10/image-6-300x205.jpeg 300w, https://blog.finxter.com/wp-content/uploads/2023/10/image-6-768x525.jpeg 768w, https://blog.finxter.com/wp-content/uploads/2023/10/image-6.jpeg 1216w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>
</div>


<p>As a freelancer working on OpenAI API projects on Upwork, you will often encounter tasks that involve integrating the API into a client&#8217;s project or <a href="https://blog.finxter.com/fine-tuning-gpt-3-5-turbo-how-to-craft-your-own-proprietary-llm/">fine-tuning</a> existing models to better suit their needs. In this section, we&#8217;ll discuss ways to identify opportunities for API integration and fine-tuning models.</p>



<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f9d1-200d-1f4bb.png" alt="🧑‍💻" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Recommended</strong>: <a href="https://blog.finxter.com/fine-tuning-gpt-3-5-turbo-how-to-craft-your-own-proprietary-llm/">Fine-Tuning GPT-3.5 Turbo – How to Craft Your Own Proprietary LLM</a></p>



<p>First, when working on a project that requires API integration, you&#8217;ll need to understand the client&#8217;s objectives and their desired outcomes. To do this, ask them about their goals for using the <a href="https://blog.finxter.com/openai-api-or-how-i-made-my-python-code-intelligent/">OpenAI API</a>, such as text generation, data analysis, or language translation. Once you have a clear understanding, you can start by exploring the <a href="https://platform.openai.com/docs/guides/fine-tuning/introduction">OpenAI API documentation</a> to familiarize yourself with the various models, endpoints, and endpoints available.</p>



<p>Make sure you have a good understanding of the available models, like <a href="https://blog.finxter.com/10-high-iq-things-gpt-4-can-do-that-gpt-3-5-cant/"><strong>gpt-3.5-turbo</strong> and <strong>gpt-4</strong></a>. You should also be able to recognize which models are already fine-tuned or have fine-tuning options. Don&#8217;t hesitate to review the <a href="https://platform.openai.com/docs/models/fine-tuned-models">OpenAI API models list</a> whenever needed:</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="773" height="419" src="https://blog.finxter.com/wp-content/uploads/2023/10/image-176.png" alt="" class="wp-image-1652374" srcset="https://blog.finxter.com/wp-content/uploads/2023/10/image-176.png 773w, https://blog.finxter.com/wp-content/uploads/2023/10/image-176-300x163.png 300w, https://blog.finxter.com/wp-content/uploads/2023/10/image-176-768x416.png 768w" sizes="auto, (max-width: 773px) 100vw, 773px" /></figure>
</div>


<p>When it comes to fine-tuning models, you should be familiar with preprocessing data, creating the training set, and adjusting model parameters to achieve better performance for the specific task. Remember that the fine-tuning process usually requires a curated dataset tailored to the client&#8217;s domain, which may include organizing and cleaning the data. </p>



<p>Keep communication channels open and maintain a clear understanding of the client&#8217;s expectations so you can provide the best solution.</p>



<p>In your work, be mindful to:</p>



<ul class="wp-block-list">
<li>Understand the client&#8217;s needs and goals.</li>



<li>Familiarize yourself with the available OpenAI API models and features.</li>



<li>Know the difference between base models and fine-tuned models.</li>



<li>Learn about fine-tuning techniques and best practices.</li>



<li>Communicate effectively with the client and set realistic expectations.</li>
</ul>



<p></p>



<h2 class="wp-block-heading">Hiring AI Talent via Upwork</h2>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="701" src="https://blog.finxter.com/wp-content/uploads/2023/10/image-7-1024x701.jpeg" alt="" class="wp-image-1652375" srcset="https://blog.finxter.com/wp-content/uploads/2023/10/image-7-1024x701.jpeg 1024w, https://blog.finxter.com/wp-content/uploads/2023/10/image-7-300x205.jpeg 300w, https://blog.finxter.com/wp-content/uploads/2023/10/image-7-768x525.jpeg 768w, https://blog.finxter.com/wp-content/uploads/2023/10/image-7.jpeg 1216w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>
</div>


<p>When looking to hire AI talent for your projects, Upwork offers a vast pool of <a href="https://www.upwork.com/hire/ai-developers/">global talent</a>, making it easier for you to find the right professionals. The platform allows you to connect with AI experts who are adept at working with the OpenAI API, including GPT-4, Whisper, and AI model integration.</p>



<p>To get started, simply <a href="https://www.upwork.com/hire/ai-developers/">create a job post</a> on Upwork outlining the scope of your AI project. This will help you attract the best AI developers who can contribute to your project&#8217;s success. As you receive proposals, you can browse through the AI developer profiles and invite the ones you find most suitable for your project.</p>



<p>Another advantage of using <a href="https://www.upwork.com/press/releases/upwork-and-openai-partner-to-connect-businesses-with-openai-experts">Upwork</a> when hiring AI professionals is the partnership with OpenAI. The OpenAI Experts on Upwork program has been co-designed by Upwork and OpenAI to support businesses in connecting with AI specialists. These experts are skilled in multiple AI technologies and can help you create innovative solutions for your business needs.</p>



<p>In addition to developers, you can also find <a href="https://www.upwork.com/press/releases/upwork-and-openai-partner-to-connect-businesses-with-openai-experts">talent managers</a> who can help manage your AI projects. They can provide guidance and support through the development process, ensuring that your AI solutions are effectively integrated into your products and services.</p>



<p></p>



<h2 class="wp-block-heading">AI Consultation Services on Upwork</h2>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="701" src="https://blog.finxter.com/wp-content/uploads/2023/10/image-8-1024x701.jpeg" alt="" class="wp-image-1652376" srcset="https://blog.finxter.com/wp-content/uploads/2023/10/image-8-1024x701.jpeg 1024w, https://blog.finxter.com/wp-content/uploads/2023/10/image-8-300x205.jpeg 300w, https://blog.finxter.com/wp-content/uploads/2023/10/image-8-768x525.jpeg 768w, https://blog.finxter.com/wp-content/uploads/2023/10/image-8.jpeg 1216w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>
</div>


<p>As a business or individual looking to leverage artificial intelligence, you can find top-notch AI consultation services on <a href="https://www.upwork.com/hire/ai-consultants/">Upwork</a>. With a wide range of experienced AI professionals, you can gain insights and advice to make your AI project a success.</p>



<p>By choosing Upwork for your AI consultation needs, you have the opportunity to work with professionals who have expertise in different AI technologies. One such offering is <a href="https://www.upwork.com/experts/openai">OpenAI Experts on Upwork</a>, partnering with OpenAI to connect businesses to industry-leading talent. These experts are well-versed in working with OpenAI technologies and can provide valuable guidance on integrating AI capabilities into your business processes.</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="964" src="https://blog.finxter.com/wp-content/uploads/2023/10/image-177-1024x964.png" alt="" class="wp-image-1652377" srcset="https://blog.finxter.com/wp-content/uploads/2023/10/image-177-1024x964.png 1024w, https://blog.finxter.com/wp-content/uploads/2023/10/image-177-300x282.png 300w, https://blog.finxter.com/wp-content/uploads/2023/10/image-177-768x723.png 768w, https://blog.finxter.com/wp-content/uploads/2023/10/image-177.png 1091w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><a href="https://www.upwork.com/experts/openai">source</a></figcaption></figure>
</div>


<p><strong>1:1 consultations</strong> offered by AI experts on Upwork can be especially helpful in understanding and implementing <a href="https://blog.finxter.com/11-profitable-ways-to-make-money-as-a-prompt-engineer-2023/">cutting-edge technologies</a>, such as OpenAI&#8217;s GPT-4. Working with an AI consultant, you can discuss the feasibility of your project, draw on their knowledge to improve your implementation, and avoid common pitfalls when working with AI.</p>



<p>By collaborating with a freelance AI consultant, you can also access <strong>customized solutions</strong> tailored to your specific industry and requirements. Your consultant will guide you through the process of AI implementation, taking into account the unique aspects of your business and the intricacies of the AI technology you wish to implement.</p>



<p>Upwork offers a robust platform to help you connect with skilled AI professionals and make your AI project a success. Whether you&#8217;re just starting an AI initiative or looking to optimize an existing implementation, tapping into the pool of talented AI consultants on Upwork can provide valuable guidance, expertise, and support.</p>



<h2 class="wp-block-heading">Advantages of AI in Business Operations</h2>



<figure class="wp-block-image"><img decoding="async" src="https://koala.sh/api/image/v2-1dg37-9g0yl.jpg?width=1216&amp;height=832&amp;dream" alt=""/></figure>



<p><a href="https://blog.finxter.com/artificial-intelligence-machine-learning-deep-learning-and-data-science-whats-the-difference/">Artificial intelligence (AI)</a> technologies have become integral to the success of businesses across various industries. By incorporating AI, you can improve your operations and gain a competitive advantage. In this section, we will explore some of the key benefits you can expect when employing AI tools in your business.</p>



<p>Firstly, AI can help <strong>streamline your business</strong> processes by automating repetitive tasks. This allows you and your team to focus on more strategic initiatives while reducing the potential for human error. Moreover, AI-powered systems can work around the clock, ensuring timely completion of tasks, which can lead to increased efficiency and productivity.</p>



<p>Another significant advantage of AI in business operations is the <strong>ability to analyze vast amounts of data quickly</strong>. By leveraging AI technologies, your organization can derive valuable insights from the data that might otherwise be impossible or time-consuming to obtain. These insights can be crucial in making informed decisions, identifying trends, and predicting future outcomes, ultimately driving higher ROI.</p>



<p>AI can also play a crucial role in enhancing the <strong>customer experience</strong>. With AI-powered <a href="https://blog.finxter.com/ai-chirpers/">chatbots</a> and virtual assistants, your business can provide personalized, prompt, and accurate support to customers, which can significantly impact customer satisfaction and loyalty.</p>



<p>In addition to the above points, AI can contribute to <strong>improving the security and reducing the risks</strong> associated with your business operations. By employing AI-driven tools, you can better safeguard sensitive information and detect potential threats early on, minimizing the chances of any breaches or disruptions.</p>



<p>Last but not least, the adaptability of AI technologies allows you to continually innovate and stay ahead of the competition. AI models can be <strong>trained and fine-tuned</strong> to match your specific business requirements, making it easier to scale with changing market needs.</p>



<h2 class="wp-block-heading">Listing OpenAI API Freelancers on Upwork</h2>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="701" src="https://blog.finxter.com/wp-content/uploads/2023/10/image-9-1024x701.jpeg" alt="" class="wp-image-1652378" srcset="https://blog.finxter.com/wp-content/uploads/2023/10/image-9-1024x701.jpeg 1024w, https://blog.finxter.com/wp-content/uploads/2023/10/image-9-300x205.jpeg 300w, https://blog.finxter.com/wp-content/uploads/2023/10/image-9-768x525.jpeg 768w, https://blog.finxter.com/wp-content/uploads/2023/10/image-9.jpeg 1216w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>
</div>


<p>Finding the right OpenAI API freelancers is crucial for your project&#8217;s success. In the <a href="https://www.upwork.com/">Upwork marketplace</a>, you have access to a vast pool of professionals with expertise in OpenAI technology. To begin your search for the perfect candidate, follow these steps:</p>



<ol class="wp-block-list">
<li><strong>Create a clear job posting</strong>: Clearly outline your project requirements, the desired skill set, and define objectives in your job posting. Include relevant keywords such as &#8220;<a href="https://www.upwork.com/experts/openai">OpenAI API expert</a>&#8221; to attract the right freelancers.</li>



<li><strong>Review freelancer profiles</strong>: Pay close attention to the freelancer&#8217;s experience, feedback from previous clients, and their listed skills. This will give you an insight into their capabilities and whether they align with your project needs.</li>



<li><strong>Portfolio and work examples</strong>: Look for examples of the freelancer&#8217;s work with OpenAI API or similar projects. This helps you gauge the quality of their work and their ability to successfully implement the technology in your project.</li>



<li><strong>Budget and timeline</strong>: Define your budget and expected timeline for the project. Experienced OpenAI API freelancers may charge higher rates, between $70 and $200 per hour, but can deliver quality work within your timeframe. </li>



<li><strong>Interview potential candidates</strong>: Shortlist a few promising freelancers and conduct interviews to assess their communication skills, understanding of your project, and how well they can work with your team.</li>
</ol>



<p>While navigating the <a href="https://www.upwork.com/experts/openai">Upwork marketplace</a>, remember to customize your search with filters such as expertise, hourly rate, and location to narrow down the list of potential freelancers. Utilize the platform&#8217;s built-in messaging system to communicate with candidates and discuss your project further.</p>



<p></p>



<h2 class="wp-block-heading">Frequently Asked Questions</h2>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="701" src="https://blog.finxter.com/wp-content/uploads/2023/10/image-10-1024x701.jpeg" alt="" class="wp-image-1652379" srcset="https://blog.finxter.com/wp-content/uploads/2023/10/image-10-1024x701.jpeg 1024w, https://blog.finxter.com/wp-content/uploads/2023/10/image-10-300x205.jpeg 300w, https://blog.finxter.com/wp-content/uploads/2023/10/image-10-768x525.jpeg 768w, https://blog.finxter.com/wp-content/uploads/2023/10/image-10.jpeg 1216w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>
</div>


<h3 class="wp-block-heading">How much should I charge for OpenAI API projects on Upwork?</h3>



<p>Freelance experts on Upwork set their own rates depending on factors like experience, location, and market conditions. Before setting your rate for OpenAI API projects, research the market and consider your own skill level. Keep in mind, in addition to your rate, clients will also pay <a href="https://www.upwork.com/experts/openai">Upwork fees</a>.</p>



<h3 class="wp-block-heading">How do I showcase my OpenAI API experience on my Upwork profile?</h3>



<p>To showcase your OpenAI API experience, create a dedicated portfolio item on your profile highlighting your skills, projects, and accomplishments. If you&#8217;re new to OpenAI API, you can resubmit the <a href="https://support.upwork.com/hc/en-us/articles/18883493299987-OpenAI-experts-on-Upwork">OpenAI Experts on Upwork interest form</a> as you gain experience.</p>



<h3 class="wp-block-heading">What are the best practices for bidding on OpenAI API jobs on Upwork?</h3>



<p>When bidding on OpenAI API jobs on Upwork, personalize your proposal, demonstrate a deep understanding of the client&#8217;s needs, and tailor your response accordingly. Emphasize your experience with OpenAI API and provide relevant examples of past work. Keep your proposal concise, and ensure you address the specific requirements and expectations outlined in the job description.</p>



<h3 class="wp-block-heading">Are there any specific requirements for being an AI freelancer on Upwork?</h3>



<p>There aren&#8217;t strict requirements for being an AI freelancer on Upwork, but a strong understanding of AI technologies, including OpenAI API, is essential. Additionally, staying up-to-date with industry trends and developing a well-rounded skillset, including <a href="https://blog.finxter.com/20-ways-to-make-money-with-gpt-4/">GPT-4</a> and <a href="https://blog.finxter.com/ai-assisted-coding-new-google-research-says-how-you-should-use-it/">Whisper</a>, will make you a more competitive candidate for <a href="https://www.upwork.com/press/releases/upwork-and-openai-partner-to-connect-businesses-with-openai-experts">AI Services</a> on Upwork.</p>



<h3 class="wp-block-heading">How do I find OpenAI API freelance projects on Upwork?</h3>



<p>To find OpenAI API freelance projects on Upwork, use relevant keywords and filters in your search, such as &#8220;OpenAI API,&#8221; &#8220;GPT-4,&#8221; or &#8220;AI Services.&#8221; You can also submit your interest in the <a href="https://community.upwork.com/t5/Product-Release-Notes/OpenAI-Experts-on-Upwork-program-launch/ba-p/1382276">OpenAI Experts on Upwork</a> program to gain visibility with clients seeking experts in this field.</p>



<h3 class="wp-block-heading">What are the common challenges faced by OpenAI API freelancers on Upwork?</h3>



<p>Some common challenges faced by OpenAI API freelancers on Upwork include client communication, competition, managing workload, and staying up-to-date with technology advancements. It&#8217;s crucial to maintain open communication channels with clients, hone your proposal writing skills, manage your time effectively, and continuously invest in learning new skills and technologies to stay competitive in the AI landscape.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p>To learn the ins and outs of prompt engineering and using OpenAI API to create real-world value, check out our academy courses such as this one: <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f447.png" alt="👇" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>



<h2 class="wp-block-heading">Prompt Engineering with Python and OpenAI</h2>



<figure class="wp-block-image size-full"><a href="https://academy.finxter.com/university/prompt-engineering-with-python-and-openai/" target="_blank" rel="noreferrer noopener"><img loading="lazy" decoding="async" width="799" height="350" src="https://blog.finxter.com/wp-content/uploads/2023/06/image-288.png" alt="" class="wp-image-1463464" srcset="https://blog.finxter.com/wp-content/uploads/2023/06/image-288.png 799w, https://blog.finxter.com/wp-content/uploads/2023/06/image-288-300x131.png 300w, https://blog.finxter.com/wp-content/uploads/2023/06/image-288-768x336.png 768w" sizes="auto, (max-width: 799px) 100vw, 799px" /></a></figure>



<p>You can check out the whole <a href="https://academy.finxter.com/university/prompt-engineering-with-python-and-openai/" data-type="URL" data-id="https://academy.finxter.com/university/prompt-engineering-with-python-and-openai/" target="_blank" rel="noreferrer noopener">course on OpenAI Prompt Engineering using Python on the Finxter academy</a>. We cover topics such as:</p>



<ul class="wp-block-list">
<li>Embeddings</li>



<li>Semantic search</li>



<li>Web scraping</li>



<li>Query embeddings</li>



<li>Movie recommendation</li>



<li>Sentiment analysis</li>
</ul>



<p class="has-base-2-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f468-200d-1f4bb.png" alt="👨‍💻" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Academy</strong>: <a href="https://academy.finxter.com/university/prompt-engineering-with-python-and-openai/" data-type="URL" data-id="https://academy.finxter.com/university/prompt-engineering-with-python-and-openai/" target="_blank" rel="noreferrer noopener">Prompt Engineering with Python and OpenAI</a></p>
<p>The post <a href="https://blog.finxter.com/the-ultimate-guide-to-buying-and-selling-openai-api-freelancing-services-on-upwork/">The Ultimate Guide to Buying and Selling OpenAI API Freelancing Services on Upwork</a> appeared first on <a href="https://blog.finxter.com">Be on the Right Side of Change</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Moats &#8211; What One-Person Coding Startups Can Learn From Warren Buffett</title>
		<link>https://blog.finxter.com/a-business-as-an-economic-castle/</link>
		
		<dc:creator><![CDATA[Chris]]></dc:creator>
		<pubDate>Sat, 14 Oct 2023 12:45:39 +0000</pubDate>
				<category><![CDATA[Career]]></category>
		<category><![CDATA[Coding Business]]></category>
		<category><![CDATA[Freelancing]]></category>
		<guid isPermaLink="false">https://blog.finxter.com/?p=4163</guid>

					<description><![CDATA[<p>Warren Buffett emphasizes building a business with a strong &#8220;moat,&#8221; or barrier to entry, likening it to an economic castle. For coding businesses, increasing this barrier involves enhancing skills, investing more money in high-ROI activities, and dedicating focused time. This approach, as Buffett suggests, makes a business more robust and profitable. I just watched the ... <a title="Moats &#8211; What One-Person Coding Startups Can Learn From Warren Buffett" class="read-more" href="https://blog.finxter.com/a-business-as-an-economic-castle/" aria-label="Read more about Moats &#8211; What One-Person Coding Startups Can Learn From Warren Buffett">Read more</a></p>
<p>The post <a href="https://blog.finxter.com/a-business-as-an-economic-castle/">Moats &#8211; What One-Person Coding Startups Can Learn From Warren Buffett</a> appeared first on <a href="https://blog.finxter.com">Be on the Right Side of Change</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="has-global-color-8-background-color has-background">Warren Buffett emphasizes building a business with a strong &#8220;moat,&#8221; or barrier to entry, likening it to an economic castle. For coding businesses, increasing this barrier involves enhancing skills, investing more money in high-ROI activities, and dedicating focused time. This approach, as Buffett suggests, makes a business more robust and profitable.</p>



<p>I just watched the 2000 <a href="https://youtu.be/4Lio1mlDhpM">Berkshire Hathaway Annual Shareholder Meeting</a> because I was interested in how Warren Buffet commented on the burst of the Internet Bubble.</p>



<p><em>Warren Buffet thinks of each business as an economic castle. As a businessman, he wants to create businesses with a large &#8220;moat&#8221; &#8212; the protection against &#8220;enemies&#8221;. </em></p>



<p>If you are starting your own coding business, it&#8217;s an important question for you, too:</p>



<p><strong>How can you increase the barrier of entry to your coding business?</strong></p>



<p>In a recent video, I talked about different ways of increasing the barrier of entry if you are currently creating your first coding business.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="How to Create a Barrier of Entry Running a Software Business" width="937" height="527" src="https://www.youtube.com/embed/szJif2Yhc0c?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<p>In principle, there are only a few general ways of increasing the barrier of entry. Each of them will make your business more robust, increase the &#8220;moat&#8221; of your business, and increases profitability:</p>



<ul class="wp-block-list">
<li><strong>SKILL: </strong>Increase your skill-level at your core business activity. If this is coding, move from being among the top 50% of coders to the top 40% to the top 30%. Each time, you move to the right, you&#8217;ll increase profitability not linearly, but exponentially!</li>



<li><strong>MONEY: </strong>Invest more money in your business (and invest into the things with highest ROI). The more money you&#8217;ve invested in high-ROI activities (such as product creation and investing in your own skills), the higher the protection against other businesses.</li>



<li><strong>TIME: </strong>Invest more time in your business than anyone else. That&#8217;s why you need to focus on one business at-a-time. If you invest your time in two businesses, you&#8217;ll get destroyed by the focused people in both areas.</li>
</ul>



<p>Do you want to learn how to build a thriving coding business from scratch (without much coding or business knowledge)? </p>



<p>Check out my <a href="https://blog.finxter.com/become-python-freelancer-course/">Python coding business course</a>! It may easily be the the best investment you ever took. I&#8217;m serious: another well-known Warren Buffet insight is that investing in your education provides much higher ROI than any publicly traded stock.</p>



<p class="has-global-color-8-background-color has-background"><em>“Ultimately, there’s one investment that supersedes all others: Invest in yourself,”</em> Buffet argues in a recent Forbes interview. <em>“Nobody can take away what you’ve got in yourself, and everybody has potential they haven’t used yet.”</em>  &#8212; <strong>Warren Buffet</strong></p>



<div class="wp-block-button aligncenter"><a class="wp-block-button__link has-accent-background-color has-background wp-element-button" href="https://blog.finxter.com/become-python-freelancer-course/" target="_blank" rel="noreferrer noopener">Course: Create Your Thriving Coding Business</a></div>



<p></p>
<p>The post <a href="https://blog.finxter.com/a-business-as-an-economic-castle/">Moats &#8211; What One-Person Coding Startups Can Learn From Warren Buffett</a> appeared first on <a href="https://blog.finxter.com">Be on the Right Side of Change</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>11 Profitable Ways to Make Money as a Prompt Engineer (2023)</title>
		<link>https://blog.finxter.com/11-profitable-ways-to-make-money-as-a-prompt-engineer-2023/</link>
		
		<dc:creator><![CDATA[Chris]]></dc:creator>
		<pubDate>Sat, 07 Oct 2023 16:19:19 +0000</pubDate>
				<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[Career]]></category>
		<category><![CDATA[Coding Business]]></category>
		<category><![CDATA[Finance]]></category>
		<category><![CDATA[Freelancing]]></category>
		<category><![CDATA[Large Language Model (LLM)]]></category>
		<category><![CDATA[OpenAI]]></category>
		<category><![CDATA[Prompt Engineering]]></category>
		<guid isPermaLink="false">https://blog.finxter.com/?p=1651999</guid>

					<description><![CDATA[<p>In the US, 59.8 percent of the workforce are white collar workers. Most of them will eventually be disrupted by AI tools. Many of them can already be replaced by large language models as shown in recent research: This will release much of the work in our society and causes significant prosperity for society overall. ... <a title="11 Profitable Ways to Make Money as a Prompt Engineer (2023)" class="read-more" href="https://blog.finxter.com/11-profitable-ways-to-make-money-as-a-prompt-engineer-2023/" aria-label="Read more about 11 Profitable Ways to Make Money as a Prompt Engineer (2023)">Read more</a></p>
<p>The post <a href="https://blog.finxter.com/11-profitable-ways-to-make-money-as-a-prompt-engineer-2023/">11 Profitable Ways to Make Money as a Prompt Engineer (2023)</a> appeared first on <a href="https://blog.finxter.com">Be on the Right Side of Change</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>In the US, <a href="https://www.dpeaflcio.org/factsheets/the-professional-and-technical-workforce-by-the-numbers">59.8 percent</a> of the workforce are white collar workers. Most of them will eventually be disrupted by AI tools. Many of them can already be replaced by large language models as shown in <a href="https://www.linkedin.com/pulse/impact-large-language-models-future-jobs-tarry-singh">recent research</a>:</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="766" src="https://blog.finxter.com/wp-content/uploads/2023/10/1679496176676-1024x766.png" alt="" class="wp-image-1652039" srcset="https://blog.finxter.com/wp-content/uploads/2023/10/1679496176676-1024x766.png 1024w, https://blog.finxter.com/wp-content/uploads/2023/10/1679496176676-300x224.png 300w, https://blog.finxter.com/wp-content/uploads/2023/10/1679496176676-768x575.png 768w, https://blog.finxter.com/wp-content/uploads/2023/10/1679496176676-1536x1149.png 1536w, https://blog.finxter.com/wp-content/uploads/2023/10/1679496176676.png 1938w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p>This will release much of the work in our society and causes significant prosperity for society overall. However, some will be on the wrong side of change.</p>



<p>As a <a href="https://blog.finxter.com/prompt-engineering-with-llama-2-full-course/">prompt engineer</a>, you have a unique <a href="https://blog.finxter.com/learning-path-becoming-a-python-prompt-engineer/">set of skills</a> that can lead to many opportunities for generating income by being on the right side of change, i.e., you help businesses leverage AI to increase profitability and efficiency and create value for society, yourself, and your loved ones in the process.</p>



<p class="has-global-color-8-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f9d1-200d-1f4bb.png" alt="🧑‍💻" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Artificial intelligence (AI) continues to evolve rapidly, and your expertise in designing, optimizing, and refining prompts for <a href="https://blog.finxter.com/the-evolution-of-large-language-models-llms-insights-from-gpt-4-and-beyond/">large language models</a> is in high demand. <strong><em>In this article, we will explore 21 ways you can leverage your abilities to make money as a prompt engineer.</em></strong></p>



<p></p>



<h2 class="wp-block-heading">Way 1: Develop AI-Powered Applications</h2>


<div class="wp-block-image">
<figure class="aligncenter size-large"><a href="https://blog.finxter.com/building-a-movie-recommendation-app-with-chatgpt/"><img loading="lazy" decoding="async" width="1024" height="506" src="https://blog.finxter.com/wp-content/uploads/2023/10/image-201-1536x759-1-1024x506.png" alt="" class="wp-image-1652040" srcset="https://blog.finxter.com/wp-content/uploads/2023/10/image-201-1536x759-1-1024x506.png 1024w, https://blog.finxter.com/wp-content/uploads/2023/10/image-201-1536x759-1-300x148.png 300w, https://blog.finxter.com/wp-content/uploads/2023/10/image-201-1536x759-1-768x380.png 768w, https://blog.finxter.com/wp-content/uploads/2023/10/image-201-1536x759-1.png 1536w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a></figure>
</div>


<p>By leveraging your expertise in designing and optimizing prompts for large language models, you can work with AI models like <a href="https://blog.finxter.com/20-ways-to-make-money-with-gpt-4/">GPT-4</a> to develop unique and valuable solutions for various industries.</p>



<p>Firstly, identify the challenges businesses are facing and where AI-powered applications can provide significant benefits. For example, in the marketing industry, you can build <strong>AI-driven content generators</strong> that produce high-quality, engaging articles and social media posts on demand. These applications can then be monetized through subscription plans or per-use fees.</p>



<figure class="wp-block-image size-large"><a href="https://blog.finxter.com/10-openai-saas-ideas-to-scale-a-one-person-ai-company/"><img loading="lazy" decoding="async" width="1024" height="571" src="https://blog.finxter.com/wp-content/uploads/2023/10/image-327-1024x571.png" alt="" class="wp-image-1652002" srcset="https://blog.finxter.com/wp-content/uploads/2023/10/image-327-1024x571.png 1024w, https://blog.finxter.com/wp-content/uploads/2023/10/image-327-300x167.png 300w, https://blog.finxter.com/wp-content/uploads/2023/10/image-327-768x429.png 768w, https://blog.finxter.com/wp-content/uploads/2023/10/image-327.png 1396w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a></figure>



<p class="has-base-2-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4a1.png" alt="💡" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Recommended</strong>: <a href="https://blog.finxter.com/10-openai-saas-ideas-to-scale-a-one-person-ai-company/">10 OpenAI SaaS Ideas to Scale a One-Person AI Company</a></p>



<p>Another potential avenue for prompt engineering is in the field of <strong>customer support</strong>. Design <a href="https://blog.finxter.com/creating-a-simple-diet-bot-in-your-terminal-with-openais-api/">AI chatbots</a> to handle inquiries and provide instant assistance to customers. Your prompt engineering background can help create a natural, human-like interaction experience, leading to increased customer satisfaction.</p>



<p><strong>Incorporate AI models into the development of educational tools and e-learning platforms</strong>. By crafting well-designed prompts for AI tutors, you can help create personalized learning experiences tailored to individual students&#8217; needs. This can set your platform apart from competitors and attract customers seeking personalized education solutions.</p>



<p>Use your prompt engineering skills to innovate in ways that cater to the unique needs of each industry. Doing so will open up various opportunities to make money as a prompt engineer while leveraging the cutting-edge world of artificial intelligence.</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><a href="https://blog.finxter.com/learning-path-becoming-a-python-prompt-engineer/"><img loading="lazy" decoding="async" width="1024" height="572" src="https://blog.finxter.com/wp-content/uploads/2023/10/image-24-1-1024x572.png" alt="" class="wp-image-1652000" srcset="https://blog.finxter.com/wp-content/uploads/2023/10/image-24-1-1024x572.png 1024w, https://blog.finxter.com/wp-content/uploads/2023/10/image-24-1-300x168.png 300w, https://blog.finxter.com/wp-content/uploads/2023/10/image-24-1-768x429.png 768w, https://blog.finxter.com/wp-content/uploads/2023/10/image-24-1.png 1246w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a></figure>
</div>


<p class="has-base-2-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4a1.png" alt="💡" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Recommended</strong>: <a href="https://blog.finxter.com/learning-path-becoming-a-python-prompt-engineer/">10 Steps Learning Path: Becoming a Python Prompt Engineer <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f680.png" alt="🚀" class="wp-smiley" style="height: 1em; max-height: 1em;" /> on the Finxter Academy</a></p>



<h2 class="wp-block-heading">Way 2: Offer Consulting Services for AI Language Models</h2>



<p>As a prompt engineer, you can use your expertise in <a href="https://medium.com/@kairojohnson345/7-ways-to-earn-money-with-prompt-engineering-f43e66f9ddf8">prompt engineering</a> to offer <strong>consulting services for businesses looking to optimize their AI language models</strong>. Many companies rely on AI systems for tasks such as content generation, customer support, and data analysis. </p>



<p class="has-global-color-8-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f9da-200d-2640-fe0f.png" alt="🧚‍♀️" class="wp-smiley" style="height: 1em; max-height: 1em;" /> There are millions of new open-source tools, and nobody really gets the whole picture. </p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="1002" height="926" src="https://blog.finxter.com/wp-content/uploads/2023/10/image-244.png" alt="" class="wp-image-1652003" srcset="https://blog.finxter.com/wp-content/uploads/2023/10/image-244.png 1002w, https://blog.finxter.com/wp-content/uploads/2023/10/image-244-300x277.png 300w, https://blog.finxter.com/wp-content/uploads/2023/10/image-244-768x710.png 768w" sizes="auto, (max-width: 1002px) 100vw, 1002px" /></figure>
</div>


<p class="has-base-2-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4a1.png" alt="💡" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Recommended</strong>: <a href="https://blog.finxter.com/llama-2-how-metas-free-open-source-llm-beats-gpt-4/">Llama 2: How Meta’s Free Open-Source LLM Beats GPT-4!</a></p>



<p><strong><em>Confusion is everywhere &#8212; which is your unique opportunity as an LLM prompt engineer consultant!</em></strong></p>



<p>By providing sought-after insights and guidance, you can help these businesses enhance the performance and capabilities of their AI systems. How? Your in-depth knowledge of tech and <a href="https://blog.finxter.com/i-discovered-the-perfect-chatgpt-prompting-formula/">prompt engineering</a> will allow you to identify areas of improvement in their current AI models. You can recommend adjustments to the prompts used in AI systems, suggest strategies for refining the models, and provide guidance on best practices and data selection.</p>



<p class="has-base-2-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4a1.png" alt="💡" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Pro Tip</strong>: To make your consulting services stand out, consider obtaining <a href="https://academy.finxter.com/">additional certifications</a> in AI, machine learning, or data science. This will not only demonstrate your commitment to the field but also lend credibility to your expertise. </p>



<p>When offering consulting services, it&#8217;s crucial to maintain a <strong>confident, knowledgeable, and clear tone in your communication</strong>. As a prompt engineer, your role is to <strong>guide your clients through the complex world of AI and prompt engineering</strong> in a way that helps them understand and benefit from the potential of their AI systems. By doing this, you can create a successful consulting business that helps you earn money in the rapidly evolving tech landscape.</p>



<h2 class="wp-block-heading">Way 3: Develop Chatbot Solutions for Businesses</h2>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="687" src="https://blog.finxter.com/wp-content/uploads/2023/10/image-30-1024x687.png" alt="" class="wp-image-1652005" srcset="https://blog.finxter.com/wp-content/uploads/2023/10/image-30-1024x687.png 1024w, https://blog.finxter.com/wp-content/uploads/2023/10/image-30-300x201.png 300w, https://blog.finxter.com/wp-content/uploads/2023/10/image-30-768x516.png 768w, https://blog.finxter.com/wp-content/uploads/2023/10/image-30.png 1488w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>
</div>


<p class="has-global-color-8-background-color has-background">As a prompt engineer, you can leverage your skills to <strong>develop chatbot solutions</strong> for various businesses. With the growth of language models like <a href="https://blog.finxter.com/gpt-4-with-vision-gpt-4v-is-out-32-fun-examples-with-screenshots/">GPT-4, GPT-4V, and ChatGPT</a>, there is a high demand for chatbots that can assist businesses in customer support, lead generation, and user engagement. By understanding the art of <a href="https://blog.finxter.com/fun-and-creative-chatgpt-prompt-ideas/">crafting perfect prompts</a>, your chatbots can become more empathetic and efficient.</p>



<p><strong>Many businesses constantly seek ways to automate their customer service and save costs.</strong> By designing a chatbot solution using powerful language models like <a href="https://blog.finxter.com/no-gpt-4-doesnt-get-worse-over-time-fud-debunked/">GPT-4</a>, you have the potential to create an additional income stream. Tailor your chatbot to address specific industry needs and emphasize how it can benefit the businesses you approach.</p>



<p>Your confidence in working with language models and the knowledge you&#8217;ve gained can open opportunities for you to <strong>collaborate with startups and established companies</strong> alike. Just recently, a Finxter reader (medical doctor) had an idea for a profitable startup and asked me for skilled prompt engineers to implement his idea for a share of the business. </p>



<p>99% of business owners and professionals still rely on your expertise to guide them through the process, which solidifies your value as a prompt engineer.</p>



<h2 class="wp-block-heading">Way 4: Offer Prompt Engineering Consulting Services</h2>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="845" src="https://blog.finxter.com/wp-content/uploads/2023/10/image-39-1024x845.png" alt="" class="wp-image-1652041" srcset="https://blog.finxter.com/wp-content/uploads/2023/10/image-39-1024x845.png 1024w, https://blog.finxter.com/wp-content/uploads/2023/10/image-39-300x248.png 300w, https://blog.finxter.com/wp-content/uploads/2023/10/image-39-768x634.png 768w, https://blog.finxter.com/wp-content/uploads/2023/10/image-39.png 1258w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>
</div>


<p>We&#8217;ve already seen how you can make money by providing <em>Consulting Services for AI Language Models (Way 2)</em>. However, as a prompt engineer, your expertise can be invaluable to various industries. One way to share your knowledge and make money is to offer consulting services, working closely with clients to <strong>optimize and refine prompts for their specific needs, domains, and use cases</strong>.</p>



<p class="has-global-color-8-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4a1.png" alt="💡" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Prompt engineering consultancy rather than AI large language model consultancy &#8211; it&#8217;s a different offer and business model!</p>



<p>You can start by identifying your target market, such as businesses, educational institutions, or marketing agencies. Once you&#8217;ve narrowed down your audience, showcase your skills by creating a portfolio of prompt engineering samples that demonstrate your ability to design, optimize, and refine creative prompts such as this one:</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="ChatGPT Mastermind Group (Prompt Engineering)" width="937" height="703" src="https://www.youtube.com/embed/uYEcrqeXI5c?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<p class="has-base-2-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4a1.png" alt="💡" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Recommended</strong>: <a href="https://blog.finxter.com/mastermind-group-with-chatgpt/">What Would Jesus Say? Creating a ChatGPT Mastermind with Jesus, Gandhi, Musk, and Gates</a></p>



<p>Then, you can reach out to potential clients and introduce your services. Your value proposition can be focused on <strong>improving the efficiency of their AI models, generating better results for their end-users, or creating custom-tailored prompts that cater to a specific domain.</strong></p>



<p class="has-base-2-background-color has-background"><em><strong>Freelancer Pro Tip</strong>: &#8220;Maintain an air of confidence, neutrality, and professionalism. Communicate your value proposition effectively, understand your client&#8217;s needs, and demonstrate how your skills can directly benefit their business or domain. If you do this, your prompt engineering consulting services can become a lucrative venture as you assist clients.&#8221;</em></p>



<h2 class="wp-block-heading">Way 5: Develop and Sell AI Tools for Various Applications</h2>



<p>As a prompt engineer, by leveraging your knowledge of <a href="https://blog.finxter.com/how-to-run-large-language-models-llms-in-your-command-line/">large language models</a> and machine learning, you can develop advanced AI tools and monetize them effectively.</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="652" src="https://blog.finxter.com/wp-content/uploads/2023/10/image-40-1024x652.png" alt="" class="wp-image-1652042" srcset="https://blog.finxter.com/wp-content/uploads/2023/10/image-40-1024x652.png 1024w, https://blog.finxter.com/wp-content/uploads/2023/10/image-40-300x191.png 300w, https://blog.finxter.com/wp-content/uploads/2023/10/image-40-768x489.png 768w, https://blog.finxter.com/wp-content/uploads/2023/10/image-40.png 1446w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>
</div>


<p><strong>Identify High-Demand Applications</strong> Start by researching the market to find areas where AI tools are in high demand. Some popular applications include content generation, language translation, and data analysis. By focusing on these high-demand areas, you increase your chances of creating a valuable product that will attract a wide range of customers.</p>



<p><strong>Customize AI Models for Specific Problems</strong> Develop AI models tailored to solve specific problems in various industries. Remember that customization is key – pay attention to the unique requirements of each domain and make sure your AI tools address those needs effectively. For instance, if you create an AI tool for content generation, you can customize it for different types of content like blog posts, social media updates, or press releases.</p>



<p><strong>Offer Various Pricing Options</strong> Once you have developed your AI tools, create various pricing options to accommodate different budgets and needs. You can offer tiered pricing plans based on the complexity of the AI model, the number of usage hours, or the level of customer support provided. This allows businesses of all sizes to access your AI tools and benefit from them, leading to a broader customer base.</p>



<p><strong>Promote Your AI Tools Effectively</strong> Use your knowledge and expertise in prompt engineering to create compelling marketing materials and tutorials for your AI tools. Clear, informative content that showcases the benefits of your AI solutions will help potential customers understand the value of your products. Participate in relevant forums, webinars, and conferences to increase your visibility and establish yourself as an expert in your field.</p>



<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f9d1-200d-1f4bb.png" alt="🧑‍💻" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Note</strong>: Creating an AI-based tool is often as simple as integrating OpenAI&#8217;s API in a Streamlit app:</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="How I Created a Weekly Shopping List and Recipe App in Streamlit" width="937" height="527" src="https://www.youtube.com/embed/NFKGLj4ZFdg?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<p class="has-base-2-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f9da-200d-2640-fe0f.png" alt="🧚‍♀️" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Recommended</strong>: <a href="https://blog.finxter.com/how-i-created-a-weekly-shopping-list-and-recipe-app-in-streamlit/">How I Created a Weekly Shopping List and Recipe App in Streamlit</a></p>



<h2 class="wp-block-heading">Way 6: Educate Others through Online Courses and Workshops</h2>



<p>As a confident and knowledgeable prompt engineer, you have the power to <strong>share your expertise with others</strong>. By developing online courses and conducting workshops, you can help people learn the ins and outs of prompt engineering. This not only benefits your students but also provides you with an additional revenue stream.</p>



<p>One option you can explore is <strong>creating online courses</strong> for platforms like Udemy or Coursera. These platforms make it easy for you to publish your educational content and reach a wide audience. You can design the course to cover all aspects of prompt engineering, from foundational concepts to advanced techniques. By setting your price point and marketing efforts, you can attract students and grow your earnings.</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="683" src="https://blog.finxter.com/wp-content/uploads/2023/10/pexels-photo-2608517-1024x683.jpeg" alt="" class="wp-image-1652043" srcset="https://blog.finxter.com/wp-content/uploads/2023/10/pexels-photo-2608517-1024x683.jpeg 1024w, https://blog.finxter.com/wp-content/uploads/2023/10/pexels-photo-2608517-300x200.jpeg 300w, https://blog.finxter.com/wp-content/uploads/2023/10/pexels-photo-2608517-768x512.jpeg 768w, https://blog.finxter.com/wp-content/uploads/2023/10/pexels-photo-2608517.jpeg 1125w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>
</div>


<p>In addition to <a href="https://academy.finxter.com/university/prompt-engineering-with-llama-2/">online courses</a>, you can also conduct <strong>workshops for local businesses and organizations</strong>. Many companies seek professionals who can teach their employees how to effectively leverage AI-powered tools, and your expertise as a prompt engineer fits this demand. By collaborating with businesses, you can offer tailored workshops that cover specific use cases and applications relevant to their industry. This hands-on approach not only helps bridge the knowledge gap for participants but also allows you to earn money for sharing your skills.</p>



<p>Here&#8217;s a screenshot of the Finxter academy courses on prompt engineering:</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><a href="https://academy.finxter.com/"><img loading="lazy" decoding="async" width="1024" height="976" src="https://blog.finxter.com/wp-content/uploads/2023/10/image-35-1024x976.png" alt="" class="wp-image-1652029" srcset="https://blog.finxter.com/wp-content/uploads/2023/10/image-35-1024x976.png 1024w, https://blog.finxter.com/wp-content/uploads/2023/10/image-35-300x286.png 300w, https://blog.finxter.com/wp-content/uploads/2023/10/image-35-768x732.png 768w, https://blog.finxter.com/wp-content/uploads/2023/10/image-35.png 1189w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a></figure>
</div>


<h2 class="wp-block-heading">Way 7: Develop Prompt-Based Automation Solutions</h2>



<p>As a prompt engineer, you can leverage your programming skills to <strong>create innovative automation solutions</strong> for various industries. By combining prompt engineering with AI platforms, you can create effective tools that save time, reduce costs, and improve efficiency for businesses.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="759" height="255" src="https://blog.finxter.com/wp-content/uploads/2023/10/image-41.png" alt="" class="wp-image-1652044" srcset="https://blog.finxter.com/wp-content/uploads/2023/10/image-41.png 759w, https://blog.finxter.com/wp-content/uploads/2023/10/image-41-300x101.png 300w" sizes="auto, (max-width: 759px) 100vw, 759px" /></figure>
</div>


<p>One approach is to develop software or applications that utilize AI-driven prompts to streamline complex tasks. For example, you can create a tool that automates the generation of marketing content, customer support responses, or even financial analysis using natural language processing and machine learning models.</p>



<p>Five quick examples:</p>



<p><strong>Idea 1: Automated Content Creation</strong>: Develop a tool that generates SEO-optimized content for blogs, websites, and social media platforms, catering to marketers, content creators, and businesses looking to enhance their online presence.</p>



<p><strong>Idea 2: Customer Support Automation</strong></p>



<p>Implement a chatbot that uses AI prompts to understand and respond to customer inquiries, reducing response times and enhancing customer experience, which is crucial for businesses of all sizes.</p>



<p><strong>Idea 3: E-commerce Product Description Generator</strong></p>



<p>Create a tool that automatically generates compelling and unique product descriptions for e-commerce platforms, aiding online retailers in improving product listings without manual effort.</p>



<p><strong>Idea 4: Legal Document Generator</strong></p>



<p>Develop a solution that automates the creation of legal documents based on user inputs, providing a valuable tool for legal professionals and individuals who require quick, standardized legal documents.</p>



<p><strong>Idea 5: Automated Financial Analysis</strong></p>



<p>Design a tool that provides in-depth financial analysis and reporting based on user prompts, which can be invaluable for financial analysts, investors, and businesses making data-driven financial decisions.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p>To begin, identify problems that businesses face and understand their unique needs. Focus on areas where automation can make a significant impact and where your programming skills can truly shine. Once you&#8217;ve identified potential opportunities, design and develop prompt-based solutions that cater to those specific needs.</p>



<p>You must stay updated on the latest AI platforms, programming languages, and machine learning models to ensure your solutions remain relevant and effective. As the field evolves, so should your expertise.</p>



<p>You can check out our <a href="https://blog.finxter.com/email-academy/">free email academy</a> with regular updates on this rapidly evolving field of large language models and AI by downloading our Python cheat sheets:</p>






<p></p>



<h2 class="wp-block-heading">Way 8: Offer Your Services on Freelance Platforms</h2>



<p>As a prompt engineer, you possess a unique set of skills that can help businesses and individuals make the most out of their AI technologies and services. One path to earn money is by offering your expertise on popular freelance platforms like <strong>Upwork</strong> and <strong>Fiverr</strong>.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="What Are the Best Freelancing Sites for Coders? [Finxter Freelancer Course Lesson]" width="937" height="527" src="https://www.youtube.com/embed/b39-a7TwG24?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<p class="has-base-2-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f9d1-200d-1f4bb.png" alt="🧑‍💻" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Recommended</strong>: <a href="https://blog.finxter.com/what-are-the-best-freelancing-sites/">What Are the Best Freelancing Sites for Coders?</a></p>



<p>To get started, create a compelling profile showcasing your skills, accomplishments, and expertise in prompt engineering. This will help potential clients learn about your background and what you can offer them. Make sure to tailor your profile to emphasize your experience as a freelance writer, as this could attract clients looking for content creation services that leverage AI.</p>



<p>Next, explore the available job postings on these platforms, and don&#8217;t hesitate to submit proposals for any projects that align with your skills. Keep an eye out for requests to <a href="https://blog.finxter.com/will-gpt-4-save-millions-in-healthcare-radiologists-use-fine-tuned-llms-to-replace-their-jobs/">fine-tune language models</a>, enrich content, or even develop AI solutions.</p>



<p><strong>Proactively promoting your services is crucial for success</strong>. Share your profile with your network, and use social media platforms like LinkedIn to connect with potential clients in industries that could benefit from prompt engineering.</p>



<p>Lastly, always focus on delivering high-quality work to your clients. <strong><em>Create more value than you take in payment!</em></strong> This will not only help you maintain a strong reputation on the platform but also increase the chances of receiving referrals and well-paying projects in the future.</p>



<p class="has-base-2-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f9d1-200d-1f4bb.png" alt="🧑‍💻" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Recommended</strong>: <a href="https://blog.finxter.com/become-python-freelancer-course/">Finxter Freelance Developer Course</a></p>



<h2 class="wp-block-heading">Way 9: Integrate LLMs into Business Workflows to Unlock Millions</h2>



<p>As a prompt engineer, you can maximize your income potential by leveraging various AI tools and platforms. One way to do this is by offering services related to popular AI language models like <a href="https://promptgptengineer.com/15-ways-to-make-money-as-a-prompt-engineer/">PromptBase</a> and LLMs.</p>



<p class="has-global-color-8-background-color has-background"><strong>Many businesses are highly interested in integrating AI-powered solutions into their existing workflows.</strong> In fact, I&#8217;d say this is the low-hanging fruit of our times: integrating existing LLM solutions into existing companies to unlock millions of dollars of value with a few clicks! You can serve as a consultant, guiding them through the process and helping them smoothly incorporate AI tools into their systems.</p>



<p>Want some stats on this thesis? No problem, look at this <a href="https://www.mckinsey.com/capabilities/mckinsey-digital/our-insights/the-economic-potential-of-generative-ai-the-next-productivity-frontier#key-insights">McKinsey report</a>: <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f447.png" alt="👇" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="993" height="818" src="https://blog.finxter.com/wp-content/uploads/2023/10/image-42.png" alt="" class="wp-image-1652045" srcset="https://blog.finxter.com/wp-content/uploads/2023/10/image-42.png 993w, https://blog.finxter.com/wp-content/uploads/2023/10/image-42-300x247.png 300w, https://blog.finxter.com/wp-content/uploads/2023/10/image-42-768x633.png 768w" sizes="auto, (max-width: 993px) 100vw, 993px" /></figure>
</div>


<p>Always stay up-to-date with the latest advancements and trends in the AI world to maintain your competitive edge. Enhancing your proficiency in various AI language models, frameworks, and techniques will ensure that your services remain in demand and provide you with many opportunities.</p>



<p>Your success as a <a href="https://blog.finxter.com/prompt-engineering-with-llama-2-full-course/">prompt engineer</a> depends on your ability to adapt and leverage the current AI market. By mastering <a href="https://blog.finxter.com/a-quick-and-dirty-dip-into-cutting-edge-open-source-llm-research/">AI tools and platforms</a>, you can unlock new revenue streams and expand your client base.</p>



<p>Here&#8217;s such an example framework that&#8217;ll help you connect LLMs with myriads of data sources to unlock massive value in many businesses:</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="575" src="https://blog.finxter.com/wp-content/uploads/2023/10/image-76-1024x575.png" alt="" class="wp-image-1652030" srcset="https://blog.finxter.com/wp-content/uploads/2023/10/image-76-1024x575.png 1024w, https://blog.finxter.com/wp-content/uploads/2023/10/image-76-300x169.png 300w, https://blog.finxter.com/wp-content/uploads/2023/10/image-76-768x431.png 768w, https://blog.finxter.com/wp-content/uploads/2023/10/image-76.png 1255w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>
</div>


<p class="has-base-2-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f9d1-200d-1f4bb.png" alt="🧑‍💻" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Recommended</strong>: <a href="https://blog.finxter.com/llamaindex-what-the-fuzz/">LlamaIndex – What the Fuzz?</a></p>



<p></p>



<h2 class="wp-block-heading">Way 10: Fine-Tuning and Stable Diffusion</h2>



<p>As a prompt engineer, you can venture into the world of <strong>AI-generated images</strong> by leveraging stable diffusion techniques. This opens up a new avenue for you to make money while staying abreast of cutting-edge technology. With <a href="https://medium.com/@siamsoftlab/how-to-make-money-as-a-prompt-engineer-11d0b64abc5b">model fine-tuning</a> skills under your belt, you&#8217;ll possess an unmatched advantage in the industry.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="817" height="817" src="https://blog.finxter.com/wp-content/uploads/2023/09/Finxter_A_photorealistic_picture_of_an_25_year_old_beautiful_ko_48631173-8dfa-4c97-a42a-c5f3ea7cdfb7.png" alt="" class="wp-image-1651334" srcset="https://blog.finxter.com/wp-content/uploads/2023/09/Finxter_A_photorealistic_picture_of_an_25_year_old_beautiful_ko_48631173-8dfa-4c97-a42a-c5f3ea7cdfb7.png 817w, https://blog.finxter.com/wp-content/uploads/2023/09/Finxter_A_photorealistic_picture_of_an_25_year_old_beautiful_ko_48631173-8dfa-4c97-a42a-c5f3ea7cdfb7-300x300.png 300w, https://blog.finxter.com/wp-content/uploads/2023/09/Finxter_A_photorealistic_picture_of_an_25_year_old_beautiful_ko_48631173-8dfa-4c97-a42a-c5f3ea7cdfb7-150x150.png 150w, https://blog.finxter.com/wp-content/uploads/2023/09/Finxter_A_photorealistic_picture_of_an_25_year_old_beautiful_ko_48631173-8dfa-4c97-a42a-c5f3ea7cdfb7-768x768.png 768w" sizes="auto, (max-width: 817px) 100vw, 817px" /></figure>
</div>


<p class="has-global-color-8-background-color has-background"><strong>By using stable diffusion, you can generate high-quality AI images that are both visually stunning and detailed. </strong>This skill can be applied to various industries, such as advertising, gaming, and fashion, where unique and eye-catching visuals are always in demand. Offer your services as an image generation specialist and assist clients in creating innovative visuals for their projects.</p>



<p>Another aspect where your expertise could prove valuable is in <strong>assisting businesses to incorporate AI-generated images in their processes</strong>. Many organizations need personalized visuals that align with their brand identity. As a prompt engineer with experience in stable diffusion, you can provide a bespoke image generation service that caters to these needs.</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><a href="https://stablediffusionweb.com/"><img loading="lazy" decoding="async" width="1024" height="567" src="https://blog.finxter.com/wp-content/uploads/2023/10/image-36-1024x567.png" alt="" class="wp-image-1652031" srcset="https://blog.finxter.com/wp-content/uploads/2023/10/image-36-1024x567.png 1024w, https://blog.finxter.com/wp-content/uploads/2023/10/image-36-300x166.png 300w, https://blog.finxter.com/wp-content/uploads/2023/10/image-36-768x425.png 768w, https://blog.finxter.com/wp-content/uploads/2023/10/image-36.png 1468w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a></figure>
</div>


<p>In addition to creating AI images, you can also offer your skills in <a href="https://blog.finxter.com/fine-tuning-gpt-3-5-turbo-how-to-craft-your-own-proprietary-llm/">model fine-tuning</a>. As AI models become more sophisticated, the demand for prompt engineers with the ability to fine-tune them grows. By fine-tuning these models for specific applications, you can help clients improve their AI systems and ensure that they generate relevant and accurate outputs.</p>



<p></p>



<h2 class="wp-block-heading">Way 11: Sell GPT-4 Generated Merchandise on Etsy</h2>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="640" src="https://blog.finxter.com/wp-content/uploads/2023/10/image-37-1024x640.png" alt="" class="wp-image-1652032" srcset="https://blog.finxter.com/wp-content/uploads/2023/10/image-37-1024x640.png 1024w, https://blog.finxter.com/wp-content/uploads/2023/10/image-37-300x188.png 300w, https://blog.finxter.com/wp-content/uploads/2023/10/image-37-768x480.png 768w, https://blog.finxter.com/wp-content/uploads/2023/10/image-37.png 1454w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>
</div>


<p>As a prompt engineer, you can harness the power of GPT-4 to create unique and personalized products that cater to niche markets. By <a href="https://www.etsy.com/sell">selling your products on Etsy</a>, your target audience can access and purchase these AI-generated products with ease. Let&#8217;s explore this method with a few examples.</p>



<p>First, imagine designing custom t-shirts with unique slogans and catchphrases generated by <a href="https://blog.finxter.com/20-ways-to-make-money-with-gpt-4/">GPT-4</a> or <a href="https://blog.finxter.com/gpt-4-with-vision-gpt-4v-is-out-32-fun-examples-with-screenshots/">GPT-4V</a>. You can input a list of keywords or interests, and the AI will provide you with numerous creative options. Simply select your favorites, print them onto high-quality t-shirts, and list them for sale on your Etsy shop.</p>



<p>Another possible product idea involves <strong>creating artwork or illustrations</strong> using GPT-4-generated descriptions. Once you have the AI&#8217;s creative input, collaborate with a talented artist or graphic designer to bring your vision to life. Or just pass it into <a href="https://blog.finxter.com/prompt-generators/">Midjourney</a>. These one-of-a-kind pieces can be sold in the form of prints, posters, or even digital downloads.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="576" src="https://blog.finxter.com/wp-content/uploads/2023/10/image-335-1024x576.png" alt="" class="wp-image-1652033" srcset="https://blog.finxter.com/wp-content/uploads/2023/10/image-335-1024x576.png 1024w, https://blog.finxter.com/wp-content/uploads/2023/10/image-335-300x169.png 300w, https://blog.finxter.com/wp-content/uploads/2023/10/image-335-768x432.png 768w, https://blog.finxter.com/wp-content/uploads/2023/10/image-335.png 1257w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="has-base-2-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f9d1-200d-1f4bb.png" alt="🧑‍💻" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Recommended</strong>: <a href="https://blog.finxter.com/prompt-generators/">4 Effective Prompt Generators to Use Daily for ChatGPT &amp; Midjourney</a></p>



<p>In addition, consider offering personalized poetry or short stories as an Etsy product. Customers can send you their interests, memories, or even specific events to shape the narrative. </p>



<p>To validate the effectiveness of your unique product offerings, create a few <a href="https://startupnation.com/start-your-business/create-a-case-study/">case studies</a> to showcase your best work. Share these case studies on your Etsy shop and social media channels to demonstrate how you expertly combined prompt engineering with marketable products.</p>



<p></p>



<h2 class="wp-block-heading">Frequently Asked Questions</h2>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="498" height="392" src="https://blog.finxter.com/wp-content/uploads/2023/09/SystemShockSystemShock3GIF.gif" alt="" class="wp-image-1651660"/></figure>
</div>


<h3 class="wp-block-heading">What types of projects do prompt engineers work on?</h3>



<p>Prompt engineers typically work on various projects, which may include developing creative prompts for AI applications, creating online courses, tutoring, and writing articles or blog posts. They may also dabble in freelancing or consulting, as well as inventing and creating new products or services.</p>



<h3 class="wp-block-heading">Which platforms or websites offer opportunities for prompt engineers?</h3>



<p>Opportunities for prompt engineers can be found on various platforms and websites. Some popular options include <a href="https://www.freelancer.com/">Freelancer</a>, <a href="https://www.upwork.com/">Upwork</a>, and <a href="https://vitaldollar.com/side-hustles-for-engineers/">Vital Dollar</a>. Additionally, you can explore opportunities on websites like <a href="https://medium.com/">Medium</a> for publishing content, or even create your own blog or website to showcase your expertise.</p>



<h3 class="wp-block-heading">How can one enhance their skills in prompt engineering?</h3>



<p>To enhance your skills in prompt engineering, consider enrolling in online courses, participating in workshops, or attending webinars. A good starting point is the <a href="https://academy.finxter.com/university/prompt-engineering-with-python-and-openai/">Prompt Engineering Course</a> which aims to take you from zero to hero in prompt engineering. </p>



<h3 class="wp-block-heading">Are there any certifications available for prompt engineers?</h3>



<p>The <a href="https://academy.finxter.com/">Finxter Academy</a> provides six certification levels for prompt engineers certifying the completion of six prompt engineering courses at the time of writing (<strong><em>Downloadable Personalized PDF Certificates</em></strong>). The course library is expanding, so you can learn skills such as prompt engineering, OpenAI API, Streamlit, web scraping, and Llama-2. </p>



<h3 class="wp-block-heading">What strategies can help in successfully making money as a prompt engineer?</h3>



<p>To successfully make money as a prompt engineer, focus on building a strong online presence by showcasing your skills and expertise. You can do this through a personal website, portfolio, or by contributing to well-known platforms. Additionally, engage in continuous learning, stay updated with the latest trends, and maintain a reliable network of contacts who can recommend you for projects or collaborations.</p>



<h3 class="wp-block-heading">How can networking benefit a prompt engineer&#8217;s career?</h3>



<p>Networking can greatly benefit your career as a prompt engineer by opening up opportunities for collaborations, referrals, and new projects. By building <a href="https://blog.finxter.com/finxter-mastermind-group-on-discord/">strong connections with other professionals within your niche</a>, you can learn from their experiences and gain valuable insights about the industry.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p>Check out our related but more specific article as well: <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f447.png" alt="👇" class="wp-smiley" style="height: 1em; max-height: 1em;" /> </p>



<figure class="wp-block-image size-large"><a href="https://blog.finxter.com/20-ways-to-make-money-with-gpt-4/"><img loading="lazy" decoding="async" width="1024" height="568" src="https://blog.finxter.com/wp-content/uploads/2023/10/image-110-1024x568.png" alt="" class="wp-image-1652001" srcset="https://blog.finxter.com/wp-content/uploads/2023/10/image-110-1024x568.png 1024w, https://blog.finxter.com/wp-content/uploads/2023/10/image-110-300x166.png 300w, https://blog.finxter.com/wp-content/uploads/2023/10/image-110-768x426.png 768w, https://blog.finxter.com/wp-content/uploads/2023/10/image-110.png 1219w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a></figure>



<p class="has-base-2-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4a1.png" alt="💡" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Recommended</strong>: <a href="https://blog.finxter.com/20-ways-to-make-money-with-gpt-4/">20 Ways to Make Money with GPT-4</a></p>
<p>The post <a href="https://blog.finxter.com/11-profitable-ways-to-make-money-as-a-prompt-engineer-2023/">11 Profitable Ways to Make Money as a Prompt Engineer (2023)</a> appeared first on <a href="https://blog.finxter.com">Be on the Right Side of Change</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to Go From $0 to $100k Net Worth in 1 Year or Less (in Tech)</title>
		<link>https://blog.finxter.com/how-to-go-from-0-to-100k-net-worth-in-1-year-or-less-in-tech/</link>
		
		<dc:creator><![CDATA[Jean Rousseau]]></dc:creator>
		<pubDate>Mon, 18 Sep 2023 11:01:38 +0000</pubDate>
				<category><![CDATA[Coding Business]]></category>
		<category><![CDATA[Finance]]></category>
		<category><![CDATA[Freelancing]]></category>
		<category><![CDATA[Investment]]></category>
		<guid isPermaLink="false">https://blog.finxter.com/?p=1651639</guid>

					<description><![CDATA[<p>Billionaire investor Charlie Munger is famously quoted as saying, &#8220;The first $100,000 is a bitch, but you gotta do it. I don&#8217;t care what you have to do &#8211; if it means walking and not eating anything that wasn&#8217;t purchased with a coupon, find a way to get your hands on $100,000&#8221;. For most people, ... <a title="How to Go From $0 to $100k Net Worth in 1 Year or Less (in Tech)" class="read-more" href="https://blog.finxter.com/how-to-go-from-0-to-100k-net-worth-in-1-year-or-less-in-tech/" aria-label="Read more about How to Go From $0 to $100k Net Worth in 1 Year or Less (in Tech)">Read more</a></p>
<p>The post <a href="https://blog.finxter.com/how-to-go-from-0-to-100k-net-worth-in-1-year-or-less-in-tech/">How to Go From $0 to $100k Net Worth in 1 Year or Less (in Tech)</a> appeared first on <a href="https://blog.finxter.com">Be on the Right Side of Change</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="has-global-color-8-background-color has-background">Billionaire investor Charlie Munger is famously <a href="https://itsamoneything.com/money/charlie-munger-first-100k-bitch/">quoted</a> as saying, <em>&#8220;The first $100,000 is a bitch, but you gotta do it. I don&#8217;t care what you have to do &#8211; if it means walking and not eating anything that wasn&#8217;t purchased with a coupon, find a way to get your hands on $100,000&#8221;</em>.</p>



<p>For most people, saving $100k in a single year is tough. In the following table, I have compiled a list of job descriptions of how long it would take them to save $100,000, assuming a 10% and a 50% savings rate:</p>



<figure class="wp-block-table is-style-stripes"><table><thead><tr><th>Profession</th><th>Avg Income (USD)</th><th>Years to $100k (10% Savings Rate)</th><th>Years to $100k (50% Savings Rate)</th></tr></thead><tbody><tr><td>Software Engineer</td><td>$105,000</td><td>9.52</td><td>1.90</td></tr><tr><td>Data Scientist</td><td>$120,000</td><td>8.33</td><td>1.67</td></tr><tr><td>IT Manager</td><td>$135,000</td><td>7.41</td><td>1.48</td></tr><tr><td>Systems Administrator</td><td>$80,000</td><td>12.5</td><td>2.5</td></tr><tr><td>Civil Engineer</td><td>$87,000</td><td>11.49</td><td>2.30</td></tr></tbody></table></figure>



<p>Even though it takes 5-10 years of study, hard work, and possibly, a student loan to join each profession, it takes roughly another <strong>10 years</strong> to save up $100,000 with a 10% savings rate. </p>



<p>Not impressive.</p>



<p>Even if you live frugally and save up half of your annual salary, you&#8217;d need <strong>two years</strong>, so it wouldn&#8217;t make our challenge of achieving $100k of net worth in a single year.</p>



<p>This brings us to the first answer to our challenge of saving up $100k in a single year. It&#8217;s not the best option, my favorite is <strong>Way 3</strong> (keep reading), but it <em>is </em>possible with brute force&#8230;</p>



<h2 class="wp-block-heading">Way 1: A Single High-Paying Job</h2>



<p>High-level tech positions earn $200k or more annually, especially when considering total compensation (base salary, bonuses, stock options, etc.). </p>



<p>Here&#8217;s a list of 10 tech job descriptions where it is possible to make $200k or more, depending on the company, location, and nuances of the job role:</p>



<ol class="wp-block-list">
<li><strong>Machine Learning Engineer</strong>: Specializes in designing and implementing machine learning applications. They utilize data modeling and evaluation strategy to create and deploy ML models.</li>



<li><strong>Data Engineering Manager</strong>: Leads the team responsible for building and maintaining the architecture (like databases and large-scale processing systems), pipelines, and data sets used by data scientists and analysts.</li>



<li><strong>Site Reliability Engineer (SRE)</strong>: Combines software and systems engineering to build and run large-scale, distributed, fault-tolerant systems.</li>



<li><strong>Cloud Solutions Architect</strong>: Designs multi-platform solutions that interface with cloud services like AWS, Google Cloud, or Azure.</li>



<li><strong>Blockchain Developer</strong>: Specializes in developing and implementing blockchain solutions and smart contracts.</li>



<li><strong>AI Research Scientist</strong>: Focuses on advanced computational techniques and methods to improve or develop new AI algorithms.</li>



<li><strong>Prompt Engineer</strong>: Expert in designing and implementing models like GPT-3 or GPT-4, ensuring they cater to specific user needs while maintaining efficiency and effectiveness.</li>



<li><strong>DevOps Director</strong>: Leads the engineering team that builds and maintains the infrastructure, ensuring smooth CI/CD processes, scalability, and system reliability.</li>



<li><strong>Cybersecurity Director</strong>: Heads the strategy and implementation of cybersecurity measures across the organization, ensuring data protection and compliance with regulations.</li>



<li><strong>Chief Technology Officer (CTO)</strong>: The senior-most tech role in most organizations. Responsible for the technological direction of the company, including setting tech strategy, making high-level decisions, and managing tech teams.</li>
</ol>



<p>Here&#8217;s the same table as before, but for those roles:</p>



<figure class="wp-block-table is-style-stripes"><table><thead><tr><th>Profession</th><th>Income (USD)</th><th>Years (10% Savings Rate)</th><th>Years (50% Savings Rate)</th></tr></thead><tbody><tr><td>Machine Learning Engineer</td><td>$220,000</td><td>4.55</td><td>0.91</td></tr><tr><td>Data Engineering Manager</td><td>$230,000</td><td>4.35</td><td>0.87</td></tr><tr><td>Site Reliability Engineer (SRE)</td><td>$210,000</td><td>4.76</td><td>0.95</td></tr><tr><td>Cloud Solutions Architect</td><td>$225,000</td><td>4.44</td><td>0.89</td></tr><tr><td>Blockchain Developer</td><td>$240,000</td><td>4.17</td><td>0.83</td></tr><tr><td>AI Research Scientist</td><td>$250,000</td><td>4.00</td><td>0.80</td></tr><tr><td>Prompt Engineer</td><td>$235,000</td><td>4.26</td><td>0.85</td></tr><tr><td>DevOps Director</td><td>$245,000</td><td>4.08</td><td>0.82</td></tr><tr><td>Cybersecurity Director</td><td>$260,000</td><td>3.85</td><td>0.77</td></tr><tr><td>Chief Technology Officer (CTO)</td><td>$280,000</td><td>3.57</td><td>0.71</td></tr></tbody></table></figure>



<p>All those high earners will go from $0 to $100,000 net worth in a single year when assuming a 50% savings rate which is easily possible given the high income levels.</p>



<p>The best bet you have is to start in a fresh industry where few people have industry experience or even academic degrees because the industry is extremely young such as blockchain development, Bitcoin, and <a href="https://academy.finxter.com/university/prompt-engineering-an-introduction/">prompt engineering</a>.</p>



<p>Yet it&#8217;s really tough to even get those jobs. In fact, seeking a single job is not the best vehicle to attack this challenge, in my opinion.</p>



<h2 class="wp-block-heading">Way 2: A Chill Job with Side Income Freelancing</h2>



<p>A much better second way, in my opinion, is to seek a chill job that pays for your living expenses (or find a spouse who does it) and that gives you some daily space and time to work on your side income business as a freelancer or consultant. </p>



<p>If the job is not too stressful, you can work on your side income daily. There are many such jobs. In fact, I&#8217;d say most normal jobs are like this. I personally know many German employees working for large automobile companies (e.g., Bosch, Daimler) that offer a cool 30h work-week that gives you more than enough time and space.</p>



<p>Let&#8217;s assume you can work 1 hour in the morning before going to your chill job and 2 hours in the evening instead of watching Netflix (between 7:30 p.m. and 9:30 p.m. so you can go to bed early). Let&#8217;s be aggressive and assume your chill job gives you one additional hour to work on your business during job time (or during a 2h &#8220;lunch&#8221; break in front of your screen).</p>



<p>With such a chiller job, you can easily add 4 hours per day, including Saturday and Sunday, without getting too exhausted. </p>



<p>Remember, our challenge only lasts one year!</p>



<p>Per year, you can work an additional 1460 hours in your side-income freelancing business. As your main job (or spouse) pays for the lifestyle, you can save all proceeds of this freelancing business.</p>



<p>To save $100,000 in a single year this way, you&#8217;d have to average <strong>$69 per hour</strong> after tax in your freelancing business:</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="333" height="527" src="https://blog.finxter.com/wp-content/uploads/2023/09/image-91.png" alt="" class="wp-image-1651643" srcset="https://blog.finxter.com/wp-content/uploads/2023/09/image-91.png 333w, https://blog.finxter.com/wp-content/uploads/2023/09/image-91-190x300.png 190w" sizes="auto, (max-width: 333px) 100vw, 333px" /></figure>
</div>


<p>With a bit of hustle, this is not unlikely, even during the first year. Many have done it before you. Making $69 per hour as a freelancer is just slightly above average, depending on which <a href="https://arc.dev/freelance-developer-rates/python">sources</a> you check out:</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="548" src="https://blog.finxter.com/wp-content/uploads/2023/09/image-93-1024x548.png" alt="" class="wp-image-1651644" srcset="https://blog.finxter.com/wp-content/uploads/2023/09/image-93-1024x548.png 1024w, https://blog.finxter.com/wp-content/uploads/2023/09/image-93-300x160.png 300w, https://blog.finxter.com/wp-content/uploads/2023/09/image-93-768x411.png 768w, https://blog.finxter.com/wp-content/uploads/2023/09/image-93.png 1116w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>
</div>


<p>But we are not striving for average anyway; the top one-third is good enough for our purposes. At the very least, making $69 per hour as a freelance developer is much more likely than getting a $200k per year job without prior experience. </p>



<p class="has-base-2-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4a1.png" alt="💡" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Resources</strong>: How to accomplish this is beyond the scope of this article. You can check out our <a href="https://academy.finxter.com/university/finxter-freelancer-course/">freelance developer course</a> on the <a href="https://academy.finxter.com/">Finxter Academy</a> to learn how to approach your own 1-person freelancing coding startup, starting from zero.</p>



<h2 class="wp-block-heading">Way 3: Creating a Small Saleable Business System</h2>



<p>Now here&#8217;s to my preferred way to address this challenge without spending 12 hours per day working: create a saleable business system. </p>



<p class="has-base-2-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4a1.png" alt="💡" class="wp-smiley" style="height: 1em; max-height: 1em;" /> A <strong>saleable business system</strong> is often valued at a multiple of the monthly profit. Many web businesses such as software as a service (SaaS), dropshipping, Amazon FBA, advertising businesses, or Kindle ebook stores are often valued at a 48x monthly multiple. So to get to a $100,000 net worth, you only need to create a saleable business system with a $2,200 monthly profit.</p>



<p>How would you sell it? There are many online brokers you could list your business system, such as <a href="https://empireflippers.com/marketplace/">this</a> one:</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="938" src="https://blog.finxter.com/wp-content/uploads/2023/09/image-94-1024x938.png" alt="" class="wp-image-1651645" srcset="https://blog.finxter.com/wp-content/uploads/2023/09/image-94-1024x938.png 1024w, https://blog.finxter.com/wp-content/uploads/2023/09/image-94-300x275.png 300w, https://blog.finxter.com/wp-content/uploads/2023/09/image-94-768x704.png 768w, https://blog.finxter.com/wp-content/uploads/2023/09/image-94.png 1305w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><em><strong>Figure</strong>: Marketplace for selling online businesses (SaaS) for a monthly profit multiple of 59x, 51x, and 47x, respectively.</em></figcaption></figure>
</div>


<p>Creating a saleable online business that creates $2k in monthly profit can be accomplished within one year &#8212; especially if you work 4h per day for 365 consecutive days on it. </p>



<h3 class="wp-block-heading">How to Create the Startup Within 365 Days?</h3>



<p>The Agile methodology, often contrasted with the Waterfall model, focuses on iterative development, allowing for more flexibility and adaptability. Let&#8217;s use a more iterative and fine-grained approach to build a $2k/month SaaS business online within 365 days, based on Agile principles.</p>



<h3 class="wp-block-heading"><strong>Phase 1: Discovery &amp; Research (Days 1-30)</strong></h3>



<p><strong>Week 1-2: Problem Identification &amp; Market Research</strong></p>



<ul class="wp-block-list">
<li>Conduct interviews with potential users.</li>



<li>Identify pain points and needs.</li>



<li>Analyze competitors and their offerings.</li>
</ul>



<p><strong>Week 3-4: Idea Validation &amp; Hypothesis Testing</strong></p>



<ul class="wp-block-list">
<li>Draft a hypothesis for your SaaS solution.</li>



<li>Create a basic landing page outlining your proposed solution using tools like Carrd or Unbounce.</li>



<li>Gather email sign-ups or feedback to gauge interest.</li>
</ul>



<h3 class="wp-block-heading"><strong>Phase 2: MVP Development (Days 31-120)</strong></h3>



<p><strong>Week 5-8: MVP Design &amp; Planning</strong></p>



<ul class="wp-block-list">
<li>List core features for the MVP.</li>



<li>Sketch or wireframe the user flow using tools like Balsamiq or Figma.</li>



<li>Prioritize features based on user feedback and business needs.</li>
</ul>



<p><strong>Week 9-16: MVP Development &amp; Iteration</strong></p>



<ul class="wp-block-list">
<li>Develop the MVP in 2-week sprints, releasing a usable version at the end of each sprint.</li>



<li>After each sprint, gather feedback and make necessary adjustments for the next sprint.</li>
</ul>



<h3 class="wp-block-heading"><strong>Phase 3: Testing &amp; Feedback (Days 121-210)</strong></h3>



<p><strong>Week 17-20: Beta Testing</strong></p>



<ul class="wp-block-list">
<li>Launch MVP to a limited audience for beta testing.</li>



<li>Collect feedback on usability, bugs, and potential improvements.</li>
</ul>



<p><strong>Week 21-28: Iterative Improvement</strong></p>



<ul class="wp-block-list">
<li>Develop in 2-week sprints, focusing on refining the product based on beta feedback.</li>
</ul>



<h3 class="wp-block-heading"><strong>Phase 4: Launch &amp; Growth (Days 211-365)</strong></h3>



<p><strong>Week 29-32: Pre-launch Marketing</strong></p>



<ul class="wp-block-list">
<li>Engage with your email list.</li>



<li>Create content (blog posts, videos) related to your SaaS domain.</li>



<li>Set up social media ads targeting your audience.</li>
</ul>



<p><strong>Week 33-36: Official Launch</strong></p>



<ul class="wp-block-list">
<li>Announce your SaaS product to the broader public.</li>



<li>Offer promotional pricing or trials to attract initial users.</li>
</ul>



<p><strong>Week 37-52: Growth &amp; Iteration</strong></p>



<ul class="wp-block-list">
<li>Continue development in 2-week sprints, adding features, and refining the product based on user feedback.</li>



<li>Focus on marketing activities: SEO, content marketing, PPC ads, and partnerships.</li>



<li>Monitor analytics and user behavior to guide decisions.</li>
</ul>



<p><strong>Throughout All Phases:</strong></p>



<ul class="wp-block-list">
<li><strong>Feedback Loop</strong>: Always be collecting and acting on feedback.</li>



<li><strong>Community Building</strong>: Engage with users on platforms like Discord or online forums.</li>



<li><strong>Continuous Learning</strong>: Stay updated with industry trends and competitor movements.</li>
</ul>



<p>This Agile-based approach allows for continuous feedback and adjustment. It emphasizes learning and adapting over strict planning, which is crucial for a startup in its early stages. While this approach provides a structured guideline, the real world often requires flexibility and resilience. Adjust the plan as necessary based on results and feedback.</p>



<h2 class="wp-block-heading">Bonus Ways to $100k</h2>



<p>When I shared this tutorial with the <a href="https://blog.finxter.com/email-academy/">Finxter community of 150k readers</a>, I received some interesting replies. One reader, let&#8217;s call him Jim, shared some interesting gems on how he obtained his first few six figures in wealth:</p>



<ol class="wp-block-list">
<li><strong>Initial Experience with Wealth</strong>: Jim&#8217;s first encounter with a significant sum of money was through sheer luck, playing slot machines, and participating in a Baccarat training session with only $4 to their name.</li>



<li><strong>Stock Market</strong>: Jim&#8217;s second significant gain came from observing stock symbols at a broker&#8217;s office during lunch breaks, indicating an interest in the stock market.</li>



<li><strong>Corporate Games</strong>: The third gain was due to a mishap with 401K and the IRS. Jim chose an option that was later deemed inappropriate. However, he received all the taxes, penalties, etc., back and invested them in ADRs and other financial instruments, resulting in a substantial profit.</li>



<li><strong>Technical Expertise</strong>: Jim obtained significant proficiency in programming languages like FORTRAN and COBOL, and experience with various computer systems. This expertise made them a sought-after problem solver in his domain. <em>However, this expertise didn&#8217;t necessarily translate to financial gain</em>!</li>



<li><strong>Value of Curiosity</strong>: Jim emphasizes that his driving force was curiosity, not the pursuit of wealth. He used technology to validate his ideas but noted that it didn&#8217;t directly lead to monetary gains.</li>



<li><strong>Keys to Success</strong>: Jim believes that a combination of broad interests, education, and initiative are the keys to success. He also mentions the importance of recognizing barriers to entering a desired profession.</li>



<li><strong>Wealth Among Programmers</strong>: Jim notes that he doesn&#8217;t know any wealthy programmers, but that doesn&#8217;t mean they don&#8217;t exist.</li>



<li><strong>Advice on Earning $100k</strong>:
<ul class="wp-block-list">
<li>Focus on what you enjoy and what makes sense.</li>



<li>Utilize all your skills, not just the ones that seem immediately valuable.</li>



<li>Don&#8217;t get caught up in what others are doing; their path might not be suitable for you.</li>



<li>Avoid accumulating debt by trying to keep up with trends and popular lifestyles.</li>



<li>Understand that success often comes after failures; it&#8217;s essential to learn from mistakes and focus on fixing them.</li>



<li>The first $100k might be right under your nose, but you might miss it if you&#8217;re always looking elsewhere for opportunities.</li>
</ul>
</li>
</ol>



<p></p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p>Before we move on, feel free to get my book to learn how to create effective coding startups &#8212; it contains tips on how to build an MVP, iterate on your solution, build and ship software continuously: <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f447.png" alt="👇" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>



<hr class="wp-block-separator has-css-opacity"/>



<h2 class="wp-block-heading">The Art of Clean Code</h2>


<div class="wp-block-image">
<figure class="aligncenter size-full"><a href="https://www.amazon.com/Art-Clean-Code-Practices-Complexity/dp/1718502184" target="_blank" rel="noopener"><img loading="lazy" decoding="async" width="325" height="427" src="https://blog.finxter.com/wp-content/uploads/2022/05/image-269.png" alt="" class="wp-image-385474" srcset="https://blog.finxter.com/wp-content/uploads/2022/05/image-269.png 325w, https://blog.finxter.com/wp-content/uploads/2022/05/image-269-228x300.png 228w" sizes="auto, (max-width: 325px) 100vw, 325px" /></a></figure>
</div>


<p>Most software developers waste thousands of hours working with overly complex code. The eight core principles in The Art of Clean Coding will teach you how to write clear, maintainable code without compromising functionality. The book’s guiding principle is simplicity: reduce and simplify, then reinvest energy in the important parts to save you countless hours and ease the often onerous task of code maintenance.</p>



<ol class="wp-block-list">
<li>Concentrate on the important stuff with the <strong>80/20 principle</strong> &#8212; focus on the 20% of your code that matters most</li>



<li>Avoid coding in isolation: create a <strong>minimum viable product</strong> to get early feedback</li>



<li>Write code cleanly and simply to <strong>eliminate clutter</strong>&nbsp;</li>



<li><strong>Avoid premature optimization</strong> that risks over-complicating code&nbsp;</li>



<li>Balance your goals, capacity, and feedback to achieve the productive state of <strong>Flow</strong></li>



<li>Apply the <strong>Do One Thing Well</strong> philosophy to vastly improve functionality</li>



<li>Design efficient user interfaces with the <strong>Less is More</strong> principle</li>



<li>Tie your new skills together into one unifying principle: <strong>Focus</strong></li>
</ol>



<p>The Python-based <em><strong><a rel="noreferrer noopener" href="https://www.amazon.com/Art-Clean-Code-Practices-Complexity/dp/1718502184" data-type="URL" data-id="https://www.amazon.com/Art-Clean-Code-Practices-Complexity/dp/1718502184" target="_blank">The Art of Clean Coding</a></strong></em> is suitable for programmers at any level, with ideas presented in a language-agnostic manner.</p>



<div class="wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-16018d1d wp-block-buttons-is-layout-flex">
<div class="wp-block-button has-custom-width wp-block-button__width-50"><a class="wp-block-button__link wp-element-button" href="https://www.amazon.com/Art-Clean-Code-Practices-Complexity/dp/1718502184" target="_blank" rel="noreferrer noopener">Get on Amazon!</a></div>
</div>



<hr class="wp-block-separator has-css-opacity"/>



<h3 class="wp-block-heading">How to Get Startup Ideas?</h3>



<p>Where could you get ideas for such a software-as-a-service (SaaS) business? Check out our Finxter article here:</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="571" src="https://blog.finxter.com/wp-content/uploads/2023/09/image-327-1-1024x571.png" alt="" class="wp-image-1651647" srcset="https://blog.finxter.com/wp-content/uploads/2023/09/image-327-1-1024x571.png 1024w, https://blog.finxter.com/wp-content/uploads/2023/09/image-327-1-300x167.png 300w, https://blog.finxter.com/wp-content/uploads/2023/09/image-327-1-768x429.png 768w, https://blog.finxter.com/wp-content/uploads/2023/09/image-327-1.png 1396w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>
</div>


<p class="has-base-2-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4a1.png" alt="💡" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Recommended</strong>: <a href="https://blog.finxter.com/10-openai-saas-ideas-to-scale-a-one-person-ai-company/">10 OpenAI SaaS Ideas to Scale a One-Person AI Company</a></p>



<p>Also, feel free to consider joining the <a href="https://academy.finxter.com/">Finxter Academy</a> with dozens of high-value practical exponential tech courses on AI, blockchain dev, and coding, such as this one on prompt engineering:</p>



<h2 class="wp-block-heading">Prompt Engineering with Python and OpenAI</h2>



<figure class="wp-block-image size-full"><a href="https://academy.finxter.com/university/prompt-engineering-with-python-and-openai/" target="_blank" rel="noreferrer noopener"><img loading="lazy" decoding="async" width="799" height="350" src="https://blog.finxter.com/wp-content/uploads/2023/06/image-288.png" alt="" class="wp-image-1463464" srcset="https://blog.finxter.com/wp-content/uploads/2023/06/image-288.png 799w, https://blog.finxter.com/wp-content/uploads/2023/06/image-288-300x131.png 300w, https://blog.finxter.com/wp-content/uploads/2023/06/image-288-768x336.png 768w" sizes="auto, (max-width: 799px) 100vw, 799px" /></a></figure>



<p>You can check out the whole <a href="https://academy.finxter.com/university/prompt-engineering-with-python-and-openai/" data-type="URL" data-id="https://academy.finxter.com/university/prompt-engineering-with-python-and-openai/" target="_blank" rel="noreferrer noopener">course on OpenAI Prompt Engineering using Python on the Finxter academy</a>. We cover topics such as:</p>



<ul class="wp-block-list">
<li>Embeddings</li>



<li>Semantic search</li>



<li>Web scraping</li>



<li>Query embeddings</li>



<li>Movie recommendation</li>



<li>Sentiment analysis</li>
</ul>



<p class="has-base-2-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f468-200d-1f4bb.png" alt="👨‍💻" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Academy</strong>: <a href="https://academy.finxter.com/university/prompt-engineering-with-python-and-openai/" data-type="URL" data-id="https://academy.finxter.com/university/prompt-engineering-with-python-and-openai/" target="_blank" rel="noreferrer noopener">Prompt Engineering with Python and OpenAI</a></p>
<p>The post <a href="https://blog.finxter.com/how-to-go-from-0-to-100k-net-worth-in-1-year-or-less-in-tech/">How to Go From $0 to $100k Net Worth in 1 Year or Less (in Tech)</a> appeared first on <a href="https://blog.finxter.com">Be on the Right Side of Change</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>55 Best Ideas to Make Money with Python</title>
		<link>https://blog.finxter.com/making-money-with-python/</link>
		
		<dc:creator><![CDATA[Chris]]></dc:creator>
		<pubDate>Fri, 25 Aug 2023 07:00:50 +0000</pubDate>
				<category><![CDATA[Career]]></category>
		<category><![CDATA[Coding Business]]></category>
		<category><![CDATA[Finance]]></category>
		<category><![CDATA[Freelancing]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Python]]></category>
		<guid isPermaLink="false">https://blog.finxter.com/?p=1647218</guid>

					<description><![CDATA[<p>Python, a powerful, high-level, object-oriented programming language, is used in several domains, such as web development, data science, machine learning, AI, and more, opening many avenues to make money with Python. Let&#8217;s get started with the main ways to create Python-based income streams. 📈🧑‍💻👇 Also, make sure to check out my other two articles on ... <a title="55 Best Ideas to Make Money with Python" class="read-more" href="https://blog.finxter.com/making-money-with-python/" aria-label="Read more about 55 Best Ideas to Make Money with Python">Read more</a></p>
<p>The post <a href="https://blog.finxter.com/making-money-with-python/">55 Best Ideas to Make Money with Python</a> appeared first on <a href="https://blog.finxter.com">Be on the Right Side of Change</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Python, a powerful, high-level, object-oriented programming language, is used in several domains, such as web development, data science, machine learning, AI, and more, opening many avenues to make money with Python. </p>



<p>Let&#8217;s get started with the main ways to create Python-based income streams. </p>



<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4c8.png" alt="📈" class="wp-smiley" style="height: 1em; max-height: 1em;" /><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f9d1-200d-1f4bb.png" alt="🧑‍💻" class="wp-smiley" style="height: 1em; max-height: 1em;" /><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f447.png" alt="👇" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>



<p>Also, make sure to check out my other two articles on becoming rich as a Python coder:</p>



<ul class="wp-block-list">
<li><a href="https://blog.finxter.com/8-millionaire-tips-to-reach-financial-freedom-as-a-coder/">8 Millionaire Tips to Reach Financial Freedom as a Coder</a></li>



<li><a href="https://blog.finxter.com/the-math-of-becoming-a-millionaire/">The Math of Becoming a Millionaire in 13 Years</a></li>
</ul>


<div class="wp-block-image">
<figure class="aligncenter size-full"><a href="https://blog.finxter.com/the-math-of-becoming-a-millionaire/" target="_blank" rel="noreferrer noopener"><img loading="lazy" decoding="async" width="1024" height="618" src="https://blog.finxter.com/wp-content/uploads/2023/08/image-81-1024x618-1.png" alt="" class="wp-image-1650913" srcset="https://blog.finxter.com/wp-content/uploads/2023/08/image-81-1024x618-1.png 1024w, https://blog.finxter.com/wp-content/uploads/2023/08/image-81-1024x618-1-300x181.png 300w, https://blog.finxter.com/wp-content/uploads/2023/08/image-81-1024x618-1-768x464.png 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a></figure>
</div>


<p></p>



<h2 class="wp-block-heading">55 Straightforward Ideas to Make Money with Python &#8211; Quick Overview</h2>



<h3 class="wp-block-heading">Python Freelancing</h3>



<p class="has-global-color-8-background-color has-background">Freelancing platforms like Upwork, Freelancer, and Fiverr have numerous Python-related gigs. From writing scripts to building web applications or automation tools, freelancers with proficiency in Python are in high demand. The flexibility of work and the potential to earn significantly makes freelancing an attractive option.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="Top 5 Python Freelancer Jobs to Earn $51 per Hour on Upwork or Fiverr" width="937" height="527" src="https://www.youtube.com/embed/KUWoL3xOtgM?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<p>I have written extensively on <a href="https://blog.finxter.com/six-sexy-benefits-of-freelancing-over-employment-2023/">freelancing in the Python space</a>. Here are five concrete ideas to make money with freelancing:</p>



<ol class="wp-block-list">
<li><strong>Bug Fixing</strong>: Offer solutions to specific coding issues. Customer: Independent developers. Income: $20-$100 per bug.</li>



<li><strong>Python Consultation</strong>: Provide expert advice on Python projects. Customer: Tech startups. Income: $50-$200/hour.</li>



<li><strong>Code Optimization</strong>: Enhance and refactor existing Python code. Customer: Software companies. Income: $100-$500 per project.</li>



<li><strong>Integration Services</strong>: Integrate Python with other software. Customer: E-commerce sites. Income: $200-$1,000 per integration.</li>



<li><strong>Maintenance &amp; Support</strong>: Offer ongoing support for Python applications. Customer: Small businesses. Income: $50-$150/hour.</li>
</ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><a href="https://blog.finxter.com/become-python-freelancer-course/" target="_blank" rel="noreferrer noopener"><img loading="lazy" decoding="async" width="398" height="282" src="https://blog.finxter.com/wp-content/uploads/2023/08/better-graph.png" alt="" class="wp-image-1650914" srcset="https://blog.finxter.com/wp-content/uploads/2023/08/better-graph.png 398w, https://blog.finxter.com/wp-content/uploads/2023/08/better-graph-300x213.png 300w" sizes="auto, (max-width: 398px) 100vw, 398px" /></a></figure>
</div>


<p class="has-base-2-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4a1.png" alt="💡" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Recommended</strong>: <a href="https://blog.finxter.com/become-python-freelancer-course/">Python Freelancer Course &#8211; Learn How to Reach Six-Figure Earning Potential</a>&nbsp;</p>



<h3 class="wp-block-heading">Web Development</h3>



<p class="has-global-color-8-background-color has-background">Python and frameworks like Django and Flask are widely used in web development. You can take up projects to develop websites or maintain existing ones, eventually monetizing your Python skills.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="750" height="750" src="https://blog.finxter.com/wp-content/uploads/2023/08/Finxter_a_male_web_developer_in_a_beautiful_rich_house_f6e73bee-9fe4-4ab6-b069-010719f0a5fe.png" alt="" class="wp-image-1650932" srcset="https://blog.finxter.com/wp-content/uploads/2023/08/Finxter_a_male_web_developer_in_a_beautiful_rich_house_f6e73bee-9fe4-4ab6-b069-010719f0a5fe.png 750w, https://blog.finxter.com/wp-content/uploads/2023/08/Finxter_a_male_web_developer_in_a_beautiful_rich_house_f6e73bee-9fe4-4ab6-b069-010719f0a5fe-300x300.png 300w, https://blog.finxter.com/wp-content/uploads/2023/08/Finxter_a_male_web_developer_in_a_beautiful_rich_house_f6e73bee-9fe4-4ab6-b069-010719f0a5fe-150x150.png 150w" sizes="auto, (max-width: 750px) 100vw, 750px" /></figure>
</div>


<ol class="wp-block-list" start="6">
<li><strong>E-commerce Platforms</strong>: Build online stores using Django. Customer: Retailers. Income: $1,000-$5,000 per store.</li>



<li><strong>Blog Platforms</strong>: Create custom blogging platforms. Customer: Bloggers. Income: $500-$2,000 per platform.</li>



<li><strong>Membership Sites</strong>: Develop sites with subscription features. Customer: Online educators. Income: $1,000-$4,000 per site.</li>



<li><strong>Portfolio Websites</strong>: Design personal portfolio sites. Customer: Professionals. Income: $300-$1,500 per site.</li>



<li><strong>Interactive Web Apps</strong>: Create web-based tools and calculators. Customer: Online businesses. Income: $500-$3,000 per app.</li>
</ol>



<h3 class="wp-block-heading">Artificial Intelligence, Data Science, and Machine Learning</h3>



<p class="has-global-color-8-background-color has-background">As data continues to be the new oil, Python has established itself as a go-to language in this domain. With libraries like NumPy, Pandas, and Scikit-learn, one can delve into data analysis, visualization, and machine learning. Careers in data science and machine learning are not only rewarding but also command high salaries.</p>



<ol class="wp-block-list" start="11">
<li><strong>Image Recognition Service</strong>: Offer custom image classifiers. Customer: Security firms. Income: $1,000-$5,000 per project.</li>



<li><strong>Recommendation Engines</strong>: Build personalized recommendation systems. Customer: E-commerce platforms. Income: $2,000-$10,000 per engine.</li>



<li><strong>Natural Language Processing</strong>: Design chatbots and voice assistants. Customer: Customer service departments. Income: $1,000-$6,000 per bot.</li>



<li><strong>Predictive Analytics</strong>: Offer sales and trend forecasting. Customer: Marketing agencies. Income: $1,500-$7,000 per model.</li>



<li><strong>Data Visualization Tools</strong>: Create interactive data dashboards. Customer: Corporations. Income: $500-$3,000 per tool.</li>
</ol>



<h3 class="wp-block-heading">Teaching and Tutoring</h3>



<p class="has-global-color-8-background-color has-background">If you have a knack for teaching, you could make money by mentoring others eager to learn Python. Many online platforms hire tutors, or you could create your own Python course and sell it on platforms like Udemy or the Finxter Academy.</p>



<ol class="wp-block-list" start="16">
<li><strong>Python Bootcamps</strong>: Host intensive coding sessions. Customer: Career switchers. Income: $200-$1,000 per student.</li>



<li><strong>Homework Help</strong>: Assist students with Python assignments. Customer: College students. Income: $20-$100 per assignment.</li>



<li><strong>Advanced Workshops</strong>: Teach specialized Python topics. Customer: Professional developers. Income: $100-$500 per workshop.</li>



<li><strong>Python Exam Prep</strong>: Offer tutoring for certification exams. Customer: Exam takers. Income: $30-$150/hour.</li>



<li><strong>Project Mentorship</strong>: Guide learners through real-world projects. Customer: Self-learners. Income: $50-$200 per project.</li>
</ol>



<h3 class="wp-block-heading">Python Blogging</h3>



<p class="has-global-color-8-background-color has-background">Coding blogs and technical content are always in demand. Platforms such as Medium pay writers based on the engagement their articles receive. You can also use your own blog and monetize it with ads.</p>



<ol class="wp-block-list" start="21">
<li><strong>Tutorial Blogging</strong>: Write step-by-step Python guides. Customer: Beginner coders. Income: $50-$200 per post (via ads and sponsorships).</li>



<li><strong>Python News</strong>: Cover the latest in the Python world. Customer: Python community. Income: $30-$150 per post (via ads).</li>



<li><strong>Library Reviews</strong>: Analyze and review Python libraries. Customer: Intermediate developers. Income: $40-$180 per post (via ads and affiliate links).</li>



<li><strong>Interview Series</strong>: Feature Python experts and their journeys. Customer: Python enthusiasts. Income: $50-$250 per post (via sponsorships).</li>



<li><strong>Project Showcases</strong>: Demonstrate and explain unique Python projects. Customer: Hobby coders. Income: $60-$300 per post (via ads and donations).</li>
</ol>



<p>This has become significantly more competitive, however, with the rise of ChatGPT.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="735" height="735" src="https://blog.finxter.com/wp-content/uploads/2023/08/Finxter_alien_technology_utopia_c4b68955-ded2-4e8b-a68e-b8d0adf520cc-3.png" alt="" class="wp-image-1650915" srcset="https://blog.finxter.com/wp-content/uploads/2023/08/Finxter_alien_technology_utopia_c4b68955-ded2-4e8b-a68e-b8d0adf520cc-3.png 735w, https://blog.finxter.com/wp-content/uploads/2023/08/Finxter_alien_technology_utopia_c4b68955-ded2-4e8b-a68e-b8d0adf520cc-3-300x300.png 300w, https://blog.finxter.com/wp-content/uploads/2023/08/Finxter_alien_technology_utopia_c4b68955-ded2-4e8b-a68e-b8d0adf520cc-3-150x150.png 150w" sizes="auto, (max-width: 735px) 100vw, 735px" /></figure>
</div>


<p class="has-base-2-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4a1.png" alt="💡" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Recommended</strong>: <a href="https://blog.finxter.com/alien-technology-catching-up-on-llms-prompting-chatgpt-plugins-embeddings-code-interpreter/">Alien Technology: Catching Up on LLMs, Prompting, ChatGPT Plugins &amp; Embeddings</a></p>



<h3 class="wp-block-heading">30 More Ideas to Make Money with Python</h3>



<p>Creating a useful application or tool using Python and selling it can be another way to earn. It could be a tool for automation, a security tool, or even a game.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="$50-$100/h as a Network Engineer on Upwork ... to Victor" width="937" height="527" src="https://www.youtube.com/embed/w2G2MlHeiyM?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<p>Here&#8217;s a list of 30 additional ideas:</p>



<ol class="wp-block-list" start="26">
<li><strong>Custom Web Development</strong>: Sell tailored websites to small businesses using Django. Customer: Local restaurants. Income: $2,000-$5,000 per site.</li>



<li><strong>Data Analysis Service</strong>: Offer data interpretation using Pandas. Customer: Market research firms. Income: $50-$100/hour.</li>



<li><strong>Automated Trading Bots</strong>: Design trading algorithms for crypto enthusiasts. Customer: Day traders. Income: $500-$2,000 per bot.</li>



<li><strong>Educational Courses</strong>: Create Python tutorials for beginners. Customer: Aspiring developers. Income: $10-$50 per course sale.</li>



<li><strong>Freelance Scripting</strong>: Automate repetitive tasks for businesses. Customer: Office managers. Income: $20-$100/hour.</li>



<li><strong>Web Scraping Service</strong>: Extract web data for research purposes. Customer: Data scientists. Income: $100-$500 per project.</li>



<li><strong>Machine Learning Models</strong>: Design predictive models for startups. Customer: Tech startups. Income: $1,000-$5,000 per model.</li>



<li><strong>Game Development</strong>: Create indie games using Pygame. Customer: Gamers. Income: $1-$10 per game sale.</li>



<li><strong>API Development</strong>: Build custom APIs for tech companies. Customer: SaaS businesses. Income: $500-$3,000 per API.</li>



<li><strong>Python Workshops</strong>: Host live coding sessions. Customer: Coding bootcamps. Income: $100-$500 per session.</li>



<li><strong>Python Plugins</strong>: Develop plugins for popular software. Customer: Software users. Income: $5-$50 per sale.</li>



<li><strong>IoT Solutions</strong>: Create smart home integrations. Customer: Homeowners. Income: $50-$300 per solution.</li>



<li><strong>Mobile App Backend</strong>: Develop backends using Flask or Django. Customer: Mobile app developers. Income: $500-$3,000 per project.</li>



<li><strong>Custom CMS</strong>: Offer content management solutions. Customer: Bloggers. Income: $500-$2,500 per CMS.</li>



<li><strong>AI Chatbots</strong>: Design chatbots for customer service. Customer: E-commerce sites. Income: $200-$1,000 per bot.</li>



<li><strong>Python Books</strong>: Write beginner to advanced guides. Customer: Bookstores. Income: $10-$40 per book sale.</li>



<li><strong>ERP Solutions</strong>: Develop enterprise resource planning tools. Customer: Corporations. Income: $2,000-$10,000 per solution.</li>



<li><strong>Python Merchandise</strong>: Sell Python-themed shirts and mugs. Customer: Python enthusiasts. Income: $10-$30 per item.</li>



<li><strong>Python Job Board</strong>: Connect employers with Python developers. Customer: Tech recruiters. Income: $50-$200 per job listing.</li>



<li><strong>Python SAAS</strong>: Offer cloud-based Python tools. Customer: Developers. Income: $10-$50/month per subscription.</li>



<li><strong>Python Tutoring</strong>: Offer one-on-one lessons. Customer: Students. Income: $20-$50/hour.</li>



<li><strong>Custom Analytics Tools</strong>: Develop business analytics dashboards. Customer: E-commerce sites. Income: $500-$3,000 per tool.</li>



<li><strong>Python Art</strong>: Generate art using Python libraries. Customer: Art enthusiasts. Income: $10-$100 per artwork.</li>



<li><strong>Python Hardware</strong>: Sell Raspberry Pi with preloaded Python projects. Customer: Hobbyists. Income: $50-$150 per kit.</li>



<li><strong>Python Templates</strong>: Offer pre-made project templates. Customer: Junior developers. Income: $5-$30 per template.</li>



<li><strong>Python Stickers</strong>: Design and sell Python-themed stickers. Customer: Laptop users. Income: $1-$5 per sticker.</li>



<li><strong>Python Widgets</strong>: Create desktop widgets for productivity. Customer: Office workers. Income: $5-$20 per widget.</li>



<li><strong>Python Extensions</strong>: Develop browser extensions using Python. Customer: Web users. Income: $1-$10 per extension.</li>



<li><strong>Python Audits</strong>: Offer code quality and security checks. Customer: Tech startups. Income: $100-$500 per audit.</li>



<li><strong>Python Hosting</strong>: Provide specialized Python web hosting. Customer: Web developers. Income: $5-$30/month per subscription.</li>
</ol>



<p>Feel free to dive deeper into my blog article: <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f447.png" alt="👇" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>



<figure class="wp-block-image size-full"><a href="https://blog.finxter.com/ways-to-make-six-figures-online-as-a-programmer/" target="_blank" rel="noreferrer noopener"><img loading="lazy" decoding="async" width="920" height="613" src="https://blog.finxter.com/wp-content/uploads/2023/08/image-128-1.png" alt="" class="wp-image-1650931" srcset="https://blog.finxter.com/wp-content/uploads/2023/08/image-128-1.png 920w, https://blog.finxter.com/wp-content/uploads/2023/08/image-128-1-300x200.png 300w, https://blog.finxter.com/wp-content/uploads/2023/08/image-128-1-768x512.png 768w" sizes="auto, (max-width: 920px) 100vw, 920px" /></a></figure>



<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4c8.png" alt="📈" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Recommended</strong>: <a href="https://blog.finxter.com/ways-to-make-six-figures-online-as-a-programmer/">Top 20 Profitable Ways to Make Six Figures Online as a Developer</a></p>



<h2 class="wp-block-heading">Make Money with Python: Effective Strategies for Financial Success</h2>



<p>Python&#8217;s versatility opens doors for you to earn money through different channels like securing a developer job, freelancing, and creating your own projects. The possibilities are vast, and knowing Python can be a valuable asset in your career.</p>



<p>When starting your Python journey, you&#8217;ll find it essential to grasp the language&#8217;s syntax and basic programming skills. As a high-level, <a href="https://blog.finxter.com/introduction-to-python-classes/">object-oriented programming language</a>, Python&#8217;s syntax is designed to be intuitive and straightforward. You&#8217;ll notice that it relies on indentation and white space, instead of curly braces, to organize code blocks. This feature makes it easier for you to read and understand the code written by others, as well as your own.</p>



<p class="has-base-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f40d.png" alt="🐍" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Enhancing your Python skills</strong> requires consistent coding practice and learning from various resources. Online <a href="https://blog.finxter.com/blog/">tutorials</a>, <a href="https://academy.finxter.com/">courses</a>, and <a href="https://blog.finxter.com/finxter-books/">books</a> can help you dive deeper into the language, while <a href="https://app.finxter.com/learn/computer/science/">coding exercises</a> and <a href="https://blog.finxter.com/50-ideas-for-open-source-projects/">projects</a> will allow you to apply the concepts you&#8217;ve learned. As you gain more experience, you will become more confident in your ability to <a href="https://blog.finxter.com/tips-to-write-clean-code/">write efficient and clean code</a>.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><a href="https://www.amazon.com/Art-Clean-Code-Practices-Complexity/dp/1718502184" target="_blank" rel="noreferrer noopener"><img loading="lazy" decoding="async" width="325" height="427" src="https://blog.finxter.com/wp-content/uploads/2023/08/image-269.png" alt="" class="wp-image-1650916" srcset="https://blog.finxter.com/wp-content/uploads/2023/08/image-269.png 325w, https://blog.finxter.com/wp-content/uploads/2023/08/image-269-228x300.png 228w" sizes="auto, (max-width: 325px) 100vw, 325px" /></a></figure>
</div>


<p>Whether you&#8217;re an experienced Python developer or a beginner looking to monetize your programming skills, the following sections will provide helpful insights and strategies for making money with Python. By exploring these avenues and continuing to hone your skills, you&#8217;re bound to find your path to success in the competitive tech world.</p>



<p><strong>To make the most of it, you should invest time regularly to strengthen your coding and programming skills.</strong> </p>



<ul class="wp-block-list">
<li>Join our <a href="https://blog.finxter.com/email-academy/">email academy</a> with daily tech updates and learning material (free)</li>



<li>Check out the <a href="https://app.finxter.com/learn/computer/science/">Finxter Puzzle App</a> to keep learning and testing your skills</li>



<li>Join the <a href="https://blog.finxter.com/finxter-premium-membership/">premium membership</a> unlocking the <a href="https://academy.finxter.com/">Finxter Computer Science Academy</a> to follow our proven strategies for monetary success and exciting Python and financial courses (e.g., the <a href="https://blog.finxter.com/become-python-freelancer-course/">freelancer course</a>).</li>
</ul>



<p>By doing so, you&#8217;ll be well-equipped for a wide range of opportunities in the technology industry.</p>



<h2 class="wp-block-heading">Platforms for Python Freelancing</h2>



<figure class="wp-block-embed aligncenter is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="What Are the Best Freelancing Sites for Coders? [Finxter Freelancer Course Lesson]" width="937" height="527" src="https://www.youtube.com/embed/b39-a7TwG24?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<p>As an aspiring Python freelancer, you have various platforms to showcase your skills and find lucrative opportunities. Here are some popular options to consider:</p>



<p><a href="https://www.upwork.com/freelance-jobs/python/">Upwork</a> is one of the largest freelancing platforms that offers a wide range of Python-related projects. From web development to data analysis, you can find diverse gigs on this platform. Create a detailed profile highlighting your Python developer expertise and successfully build your reputation through client feedback.</p>



<p><a href="https://www.guru.com/">Guru</a> is another platform where you can find Python programming jobs. With a user-friendly interface, this platform allows you to showcase your services and connect with clients. Ensure that your profile conveys your strengths, such as being a proficient Python programmer, to make a strong impression on potential clients.</p>



<p><a href="https://www.fiverr.com/">Fiverr</a> has evolved into a platform where quality Python developers can thrive, too. You can create personalized &#8220;gigs&#8221; describing your Python services in detail, and set specific prices per task completion. This platform allows you to customize your offerings and market your skills effectively to clients.</p>



<p><a href="https://www.freelancer.com/">Freelancer</a> is a versatile platform where Python programmers can find a wide range of projects. Set up a comprehensive profile, and start bidding on projects that interest you. Freelancer also allows clients to invite you directly if your skills align with their needs, increasing your chances of landing high-quality projects.</p>



<p><a href="https://www.peopleperhour.com/">PeoplePerHour</a> is a well-known freelancer platform where Python developers can establish connections with clients. It offers a secure environment for collaborating on projects and provides a streamlined payment system. Build a strong portfolio on PeoplePerHour, showcasing your expertise in Python programming.</p>



<p><a href="https://www.flexjobs.com/">FlexJobs</a> is a unique platform dedicated primarily to remote and flexible job opportunities. As a Python developer, you can find project-based or long-term work arrangements that suit your needs. This platform curates high-quality jobs from reputable clients, ensuring a positive experience for freelancers.</p>



<p>In summary, by creating your profile on these renowned platforms and showcasing your Python expertise, you increase your chances of securing rewarding freelancing gigs. Be confident and knowledgeable in your approach, and remember to maintain a clear and neutral tone while communicating with clients. Your success as a Python freelancer is just around the corner!</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="750" height="750" src="https://blog.finxter.com/wp-content/uploads/2023/08/Finxter_a_male_web_developer_in_a_beautiful_rich_house_cc1eae2f-7a96-4586-9f1d-7586cc8225b5.png" alt="" class="wp-image-1650933" srcset="https://blog.finxter.com/wp-content/uploads/2023/08/Finxter_a_male_web_developer_in_a_beautiful_rich_house_cc1eae2f-7a96-4586-9f1d-7586cc8225b5.png 750w, https://blog.finxter.com/wp-content/uploads/2023/08/Finxter_a_male_web_developer_in_a_beautiful_rich_house_cc1eae2f-7a96-4586-9f1d-7586cc8225b5-300x300.png 300w, https://blog.finxter.com/wp-content/uploads/2023/08/Finxter_a_male_web_developer_in_a_beautiful_rich_house_cc1eae2f-7a96-4586-9f1d-7586cc8225b5-150x150.png 150w" sizes="auto, (max-width: 750px) 100vw, 750px" /></figure>
</div>


<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4c8.png" alt="📈" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Recommended</strong>: <a href="https://blog.finxter.com/what-are-the-best-freelancing-sites/">What Are the Best Freelancing Sites for Coders?</a></p>



<h2 class="wp-block-heading">Creating a Python Portfolio</h2>



<p>As you dive into the world of Python programming, creating a portfolio is a significant step to showcase your skills and attract potential clients or employers. A well-crafted Python portfolio can demonstrate your expertise in various domains, such as software development, web development, web applications, mobile apps, and more.</p>



<p>To start building your Python portfolio, choose an online code repository platform where you can store and share your projects. <a href="https://ehmatthes.github.io/pcc_2e/finding_employment/building_portfolio/">GitHub</a> and <a href="https://about.gitlab.com/">GitLab</a> are popular choices, providing a collaborative and user-friendly environment for storing and managing your code.</p>



<p>Consider including a mix of projects that showcase your capabilities in different areas. For instance, a web development project could highlight your skills in creating responsive websites, while a web application or <a href="https://blog.finxter.com/how-i-built-a-qr-code-generator-in-django-web-application/">mobile app project</a> can demonstrate your ability to work with complex logic and user interfaces.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><a href="https://blog.finxter.com/how-real-freelancers-earn-money-in-2019-10-practical-python-projects/" target="_blank" rel="noreferrer noopener"><img loading="lazy" decoding="async" width="768" height="509" src="https://blog.finxter.com/wp-content/uploads/2023/08/4k-wallpaper-apple-device-cellphone-1420702-768x509-1.jpg" alt="" class="wp-image-1650917" srcset="https://blog.finxter.com/wp-content/uploads/2023/08/4k-wallpaper-apple-device-cellphone-1420702-768x509-1.jpg 768w, https://blog.finxter.com/wp-content/uploads/2023/08/4k-wallpaper-apple-device-cellphone-1420702-768x509-1-300x199.jpg 300w" sizes="auto, (max-width: 768px) 100vw, 768px" /></a></figure>
</div>


<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f9d1-200d-1f4bb.png" alt="🧑‍💻" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Recommended</strong>: <a href="https://blog.finxter.com/how-real-freelancers-earn-money-in-2019-10-practical-python-projects/">20 Real Python Projects to Make Money in 2023</a></p>



<p>When selecting projects for your portfolio, prioritize quality over quantity. It&#8217;s better to have a few polished, well-documented projects than numerous unfinished or poorly executed ones. Make sure to include clear README files that explain the purpose of each project, the technologies used, and instructions on how to run or test the code. This makes it easy for potential employers or clients to navigate your portfolio and understand your contributions.</p>



<p>Think beyond just code when it comes to demonstrating your skills. If you have experience working with data analysis or visualization, showcase your proficiency in manipulating data sets through graphical presentations. You can also integrate your Python skills with productivity tools, such as automating tasks in <a href="https://realpython.com/python-data-cleaning-numpy-pandas/">Excel</a> or building custom scripts to automate repetitive tasks.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="750" height="750" src="https://blog.finxter.com/wp-content/uploads/2023/08/Finxter_a_male_web_developer_in_a_beautiful_rich_house_3d012fe5-570b-4191-918a-31154a6837b1.png" alt="" class="wp-image-1650934" srcset="https://blog.finxter.com/wp-content/uploads/2023/08/Finxter_a_male_web_developer_in_a_beautiful_rich_house_3d012fe5-570b-4191-918a-31154a6837b1.png 750w, https://blog.finxter.com/wp-content/uploads/2023/08/Finxter_a_male_web_developer_in_a_beautiful_rich_house_3d012fe5-570b-4191-918a-31154a6837b1-300x300.png 300w, https://blog.finxter.com/wp-content/uploads/2023/08/Finxter_a_male_web_developer_in_a_beautiful_rich_house_3d012fe5-570b-4191-918a-31154a6837b1-150x150.png 150w" sizes="auto, (max-width: 750px) 100vw, 750px" /></figure>
</div>


<p>Finally, remember that your Python portfolio is a living document that should be updated as you continue to learn and grow. Showcasing your progression as a developer will not only impress potential clients or employers but also serve as a testament to your commitment to excellence and continuous learning in the world of Python programming.</p>



<h2 class="wp-block-heading">Teaching Python</h2>



<p>Teaching Python is a profitable way to put your coding skills to good use, enabling you to share your knowledge with others and earn income simultaneously. From conducting online courses to working as a tutor, several opportunities allow you to monetize your expertise.</p>



<p>If you&#8217;re an experienced coder, you can create courses on popular platforms such as <a href="https://www.udemy.com/">Udemy</a> or independently on your website. Courses cover various Python topics, from beginner to advanced levels. By developing comprehensive and engaging course material, you can attract a substantial student following. </p>



<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f468-200d-1f469-200d-1f467-200d-1f466.png" alt="👨‍👩‍👧‍👦" class="wp-smiley" style="height: 1em; max-height: 1em;" /> For example, I have started my <strong><em>coding family</em></strong> with hundreds of thousands of coders with Finxter. <a href="https://blog.finxter.com/email-academy/">Join us!</a></p>



<p>Remember to update your courses frequently to stay relevant and encourage positive reviews, boosting your course&#8217;s visibility.</p>



<p>Mentoring is another excellent avenue for making money while teaching Python. You can offer <strong>one-on-one tutoring services</strong> to students seeking personalized guidance. Use your experience to help them refine their coding skills and troubleshoot the problems they face. You could advertise your services on freelancer platforms like <a href="https://www.toptal.com/">Toptal</a> or create your profile on teaching websites to connect with potential clients.</p>



<p>Another engaging way to teach Python is by <strong>conducting workshops and training sessions for organizations</strong> or groups. These sessions can be in-person or online, depending on your preferences and logistical considerations. To succeed in this venture, focus on delivering impactful and immersive learning experiences that cater to your audience&#8217;s diverse needs. Emphasize practical, hands-on training over theory to make your sessions more appealing.</p>



<p>In summary, teaching Python can be a rewarding and lucrative career path. Through courses, mentoring, or training sessions, you can share your knowledge, make a difference in people&#8217;s lives, and earn money in the process. Ensure that your content is personalized, engaging, and up-to-date to create successful learning experiences for your students.</p>



<h2 class="wp-block-heading">Python Blogging</h2>



<p>Starting a Python blog is an excellent way to share your knowledge, help others learn Python, and make money in the process. By creating a focused and informative blog, you can effectively monetize your content through advertising, sponsored content, or affiliate marketing.</p>



<p>To begin, choose a blogging platform such as <a href="https://medium.com/">Medium</a> or create your own website where you can host your articles. It&#8217;s important to produce high-quality content that is relevant to your target audience. Focus on sharing tips, tutorials, or code snippets related to Python programming. This will help attract readers who are interested in learning and using Python.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="750" height="750" src="https://blog.finxter.com/wp-content/uploads/2023/08/Finxter_a_female_web_developer_in_a_beautiful_rich_house_3fe00926-958f-4529-8807-1e4530c9b82f.png" alt="" class="wp-image-1650937" srcset="https://blog.finxter.com/wp-content/uploads/2023/08/Finxter_a_female_web_developer_in_a_beautiful_rich_house_3fe00926-958f-4529-8807-1e4530c9b82f.png 750w, https://blog.finxter.com/wp-content/uploads/2023/08/Finxter_a_female_web_developer_in_a_beautiful_rich_house_3fe00926-958f-4529-8807-1e4530c9b82f-300x300.png 300w, https://blog.finxter.com/wp-content/uploads/2023/08/Finxter_a_female_web_developer_in_a_beautiful_rich_house_3fe00926-958f-4529-8807-1e4530c9b82f-150x150.png 150w" sizes="auto, (max-width: 750px) 100vw, 750px" /></figure>
</div>


<p>Make your blog visually appealing by incorporating relevant images, code snippets, and text formatting like <strong>bold</strong>, <em>italic</em>, or tables when necessary. This will make it easier for your readers to understand the information you provide. Regularly post new content to maintain a consistent and engaged readership.</p>



<p class="has-global-color-8-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f9a2.png" alt="🦢" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Growth Tip</strong>: In addition to creating articles, it&#8217;s crucial to promote your Python blog on social media platforms such as Twitter, LinkedIn, and Reddit. This will help you reach a larger audience and drive more traffic to your blog. Consider collaborating with other Python bloggers or communities to increase your online presence and credibility.</p>



<p>As you grow your Python blog, you will gradually build a dedicated audience that is interested in your content. This opens up opportunities for monetizing your blog through advertising, sponsored content, or affiliate marketing. Ensure that any monetization methods you choose align with your blog&#8217;s values and do not compromise the quality of your content. By consistently providing valuable information and resources, your Python blog can become a source of income while also contributing positively to the Python community.</p>



<h2 class="wp-block-heading">Starting a Python Startup</h2>



<p>Starting a Python startup involves various essential steps, including developing your business idea, managing the company effectively, and finding ways to monetize your products or services. With Python as your coding language, opportunities are vast, and you can create lucrative and innovative solutions.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="750" height="750" src="https://blog.finxter.com/wp-content/uploads/2023/08/Finxter_team_of_coders_in_startup_environment_158ed30f-08c8-41de-bfe6-1c4e44d1e3f4.png" alt="" class="wp-image-1650940" srcset="https://blog.finxter.com/wp-content/uploads/2023/08/Finxter_team_of_coders_in_startup_environment_158ed30f-08c8-41de-bfe6-1c4e44d1e3f4.png 750w, https://blog.finxter.com/wp-content/uploads/2023/08/Finxter_team_of_coders_in_startup_environment_158ed30f-08c8-41de-bfe6-1c4e44d1e3f4-300x300.png 300w, https://blog.finxter.com/wp-content/uploads/2023/08/Finxter_team_of_coders_in_startup_environment_158ed30f-08c8-41de-bfe6-1c4e44d1e3f4-150x150.png 150w" sizes="auto, (max-width: 750px) 100vw, 750px" /></figure>
</div>


<p>First, identify a niche or a problem that your company can solve using Python. Examine the market demand, competition, and potential customers. Develop your product or service, leveraging Python&#8217;s versatility to build web applications, data analysis tools, artificial intelligence, or automation systems.</p>



<p>Next, focus on effective management of your startup. Outline a well-structured business plan, carefully considering your company&#8217;s mission, revenue streams, marketing strategies, and financing options. Establish a reliable team of skilled developers and experts in your niche. As a Python startup, you need people who understand Python and its capabilities.</p>



<p>To monetize your Python startup, explore various revenue generation methods. You can sell your product or offer services to clients, opt for subscription-based pricing, or provide customized solutions to clients on a per-project basis. Additionally, consider partnering with other businesses to expand your offerings and revenue sources.</p>



<p>Effective marketing is crucial to reach your target audience and generate sales. Utilize online platforms, such as social media, email marketing, and content creation, to showcase your Python startup&#8217;s capabilities. Moreover, ensure that your brand messaging is consistent and aligns with your target market.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="750" height="750" src="https://blog.finxter.com/wp-content/uploads/2023/08/Finxter_team_of_coders_in_a_startup_environment_realistic_da5c8253-d1c6-40da-b3e4-b30ddb0435ec.png" alt="" class="wp-image-1650939" srcset="https://blog.finxter.com/wp-content/uploads/2023/08/Finxter_team_of_coders_in_a_startup_environment_realistic_da5c8253-d1c6-40da-b3e4-b30ddb0435ec.png 750w, https://blog.finxter.com/wp-content/uploads/2023/08/Finxter_team_of_coders_in_a_startup_environment_realistic_da5c8253-d1c6-40da-b3e4-b30ddb0435ec-300x300.png 300w, https://blog.finxter.com/wp-content/uploads/2023/08/Finxter_team_of_coders_in_a_startup_environment_realistic_da5c8253-d1c6-40da-b3e4-b30ddb0435ec-150x150.png 150w" sizes="auto, (max-width: 750px) 100vw, 750px" /></figure>
</div>


<p>Financing your Python startup can be challenging, but there are several options to secure funds. Self-financing, pitching to investors, and applying for grants or loans are some methods to consider. Keep in mind that while bootstrapping can be ideal, depending on the growth and scale of your startup, external funding might be necessary for expansion.</p>



<p>As a self-employed entrepreneur, it is vital to stay updated with Python&#8217;s latest developments and market trends. Continuous learning will enable you to innovate and adapt to changes, ensuring your startup&#8217;s success in the long run.</p>



<p>Remember, starting a Python startup requires dedication, creativity, and persistence. With a clear plan, effective management, and <a href="https://blog.finxter.com/how-to-set-goals-a-concise-guide-for-success/">consistent effort</a>, you can build a thriving company that molds a profitable future for you and your team.</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><a href="https://blog.finxter.com/startup-ai-eight-steps-to-start-an-ai-subscription-biz/" target="_blank" rel="noreferrer noopener"><img loading="lazy" decoding="async" width="1024" height="573" src="https://blog.finxter.com/wp-content/uploads/2023/08/image-98-1-1024x573.png" alt="" class="wp-image-1650918" srcset="https://blog.finxter.com/wp-content/uploads/2023/08/image-98-1-1024x573.png 1024w, https://blog.finxter.com/wp-content/uploads/2023/08/image-98-1-300x168.png 300w, https://blog.finxter.com/wp-content/uploads/2023/08/image-98-1-768x430.png 768w, https://blog.finxter.com/wp-content/uploads/2023/08/image-98-1.png 1350w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a></figure>
</div>


<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4a1.png" alt="💡" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Recommended</strong>: <a href="https://blog.finxter.com/startup-ai-eight-steps-to-start-an-ai-subscription-biz/">Startup.ai – Eight Steps to Start an AI Subscription Biz</a></p>



<h2 class="wp-block-heading">Python Project Opportunities</h2>



<p>There are numerous opportunities to make money with Python. In this section, we will explore some areas where you can leverage your Python skills to earn a living.</p>



<p><strong>Bot Development</strong>: Python is a powerful language for building bots. You can create chatbots, web scraping bots, or even automate social media activities using Python libraries like <a href="https://blog.finxter.com/i-built-a-kids-movie-ratings-database-using-beautiful-soup/">Beautiful Soup</a> and <a href="https://blog.finxter.com/python-selenium-how-to-scroll-down-a-page/">Selenium</a>. Businesses are willing to pay for bots that can help automate tasks, save time, and provide valuable insights.</p>



<p class="has-base-2-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4a1.png" alt="💡" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Recommended</strong>: <a href="https://blog.finxter.com/python-telegram-bot/">How to Create a Python Telegram Bot [Hacker Tutorial]</a></p>



<p><strong>Machine Learning and Artificial Intelligence</strong>: Python is among the most popular languages for <a href="https://blog.finxter.com/artificial-intelligence-machine-learning-deep-learning-and-data-science-whats-the-difference/">machine learning and artificial intelligence</a> development. You can use libraries like <a href="https://www.tensorflow.org/">TensorFlow</a> and <a href="https://scikit-learn.org/">Scikit-learn</a> to create predictive models, natural language processing solutions, or computer vision applications. These skills are in high demand and can lead to lucrative job opportunities.</p>



<figure class="wp-block-image size-full"><a href="https://blog.finxter.com/machine-learning-engineer-income-and-opportunity/" target="_blank" rel="noreferrer noopener"><img loading="lazy" decoding="async" width="917" height="551" src="https://blog.finxter.com/wp-content/uploads/2023/08/image-136.png" alt="" class="wp-image-1650919" srcset="https://blog.finxter.com/wp-content/uploads/2023/08/image-136.png 917w, https://blog.finxter.com/wp-content/uploads/2023/08/image-136-300x180.png 300w, https://blog.finxter.com/wp-content/uploads/2023/08/image-136-768x461.png 768w" sizes="auto, (max-width: 917px) 100vw, 917px" /></a></figure>



<p class="has-global-color-8-background-color has-background">The average annual income of a <strong>Machine Learning Engineer</strong> in the United States is between <strong>$112,000</strong> and <strong>$157,000</strong> with a median of <strong>$131,000</strong> per year according to multiple data sources such as Indeed, Glassdoor, Salary.com, and Payscale. <br><br><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f449.png" alt="👉" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <a href="https://blog.finxter.com/machine-learning-engineer-income-and-opportunity/">Read More on the Finxter Blog</a></p>



<p><strong>Data Analysis and Statistics</strong>: Python is an excellent choice for data analysis, thanks in part to libraries like <a href="https://pandas.pydata.org/">Pandas</a> and <a href="https://numpy.org/">NumPy</a>. Professionals in various industries rely on these tools for data cleaning, statistical analysis, and data visualization. Offering your expertise in this area can open doors to consulting or freelance work.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="750" height="750" src="https://blog.finxter.com/wp-content/uploads/2023/08/Finxter_a_female_web_developer_in_a_beautiful_rich_house_36ea11f1-5d6c-4195-9444-0e55781e1991.png" alt="" class="wp-image-1650936" srcset="https://blog.finxter.com/wp-content/uploads/2023/08/Finxter_a_female_web_developer_in_a_beautiful_rich_house_36ea11f1-5d6c-4195-9444-0e55781e1991.png 750w, https://blog.finxter.com/wp-content/uploads/2023/08/Finxter_a_female_web_developer_in_a_beautiful_rich_house_36ea11f1-5d6c-4195-9444-0e55781e1991-300x300.png 300w, https://blog.finxter.com/wp-content/uploads/2023/08/Finxter_a_female_web_developer_in_a_beautiful_rich_house_36ea11f1-5d6c-4195-9444-0e55781e1991-150x150.png 150w" sizes="auto, (max-width: 750px) 100vw, 750px" /></figure>
</div>


<p><strong>Data Entry and Customer Support</strong>: With Python, you can create scripts for automating data entry tasks and customer support ticket management. Businesses look for ways to improve efficiency and reduce manual labor when it comes to these areas, and Python solutions can help achieve that goal.</p>



<p><strong>Optimization</strong>: Employing Python for optimization tasks is another excellent way to make money. You can use Python to optimize website performance, improve search engine rankings, or streamline business processes. Leveraging your Python skills for optimization projects can help your clients save time and money.</p>



<p></p>



<h2 class="wp-block-heading">Leveraging Python to Make Money</h2>



<p>Python is a versatile and user-friendly programming language that offers numerous opportunities to make money. As a developer, you can <strong>capitalize on your Python skills</strong> to earn a lucrative income in various ways.</p>



<p>One popular method to make money with Python is by <strong>securing a developer job</strong>. Even if you don&#8217;t have a degree or certification, there are companies that hire programmers based on their skills, rather than their academic credentials. In a developer position, you can expect to earn a competitive hourly rate based on your experience and expertise in Python.</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="683" src="https://blog.finxter.com/wp-content/uploads/2023/08/startup-photos-1024x683.webp" alt="" class="wp-image-1650921" srcset="https://blog.finxter.com/wp-content/uploads/2023/08/startup-photos-1024x683.webp 1024w, https://blog.finxter.com/wp-content/uploads/2023/08/startup-photos-300x200.webp 300w, https://blog.finxter.com/wp-content/uploads/2023/08/startup-photos-768x512.webp 768w, https://blog.finxter.com/wp-content/uploads/2023/08/startup-photos.webp 1125w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>
</div>


<p class="has-base-2-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f449.png" alt="👉" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Recommended</strong>: <a href="https://blog.finxter.com/how-to-learn-python-to-get-a-job/">Python Career Paths: How to Learn Python to Get a Job</a></p>



<p><strong>Freelance work</strong> is another excellent option for making money using Python. Platforms such as Upwork or Fiverr connect you to clients seeking professionals for Python-related projects. Freelancing allows you to set your own hourly rates, work on diverse projects, and even choose your clients. However, be prepared for competition, as numerous other developers will be vying for the same projects.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><a href="https://blog.finxter.com/become-python-freelancer-course/" target="_blank" rel="noreferrer noopener"><img loading="lazy" decoding="async" width="768" height="611" src="https://blog.finxter.com/wp-content/uploads/2023/08/smartmockups_jucpzuxy-768x611-1.png" alt="" class="wp-image-1650922" srcset="https://blog.finxter.com/wp-content/uploads/2023/08/smartmockups_jucpzuxy-768x611-1.png 768w, https://blog.finxter.com/wp-content/uploads/2023/08/smartmockups_jucpzuxy-768x611-1-300x239.png 300w" sizes="auto, (max-width: 768px) 100vw, 768px" /></a></figure>
</div>


<p class="has-base-2-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f449.png" alt="👉" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Recommended</strong>: <a href="https://blog.finxter.com/become-python-freelancer-course/">Python Freelancer Course</a></p>



<p>Consider leveraging Python for <strong>game development</strong> as well. With Python&#8217;s powerful game development libraries, such as Pygame, you can create engaging and entertaining games for a wide audience. Once developed, you can monetize your games through advertisements, in-app purchases, or selling them on various platforms.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="1024" height="682" src="https://blog.finxter.com/wp-content/uploads/2023/08/image-75-1024x682-1.png" alt="" class="wp-image-1650920" srcset="https://blog.finxter.com/wp-content/uploads/2023/08/image-75-1024x682-1.png 1024w, https://blog.finxter.com/wp-content/uploads/2023/08/image-75-1024x682-1-300x200.png 300w, https://blog.finxter.com/wp-content/uploads/2023/08/image-75-1024x682-1-768x512.png 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>
</div>


<p class="has-base-2-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f449.png" alt="👉" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Recommended</strong>: <a href="https://blog.finxter.com/game-developer-income-and-opportunity/">Game Developer — Income and Opportunity</a></p>



<p>Here are some additional ways to make money with Python:</p>



<ul class="wp-block-list">
<li><strong>Automation</strong>: Develop and sell scripts or tools that automate tasks for businesses and individuals, improving their productivity and efficiency <sup><a href="#user-content-fn-4%5E" id="user-content-fnref-4%5E">3</a></sup>.</li>



<li><strong>Data analysis</strong>: Use Python&#8217;s extensive data analysis libraries to offer data-driven solutions and insights for clients.</li>



<li><strong>Machine learning</strong>: Implement machine learning models with Python to generate predictive analytics for businesses or create AI-centered apps and products.</li>



<li><strong>Teaching and tutoring</strong>: Share your Python expertise with others by offering one-on-one tutoring, creating courses, or conducting workshops.</li>
</ul>



<p>Whether you are just beginning your Python-focused career or looking to expand your existing skillset, Python&#8217;s versatility and popularity create numerous avenues to earning a living. Stay confident, knowledgeable, and maintain a clear understanding of efficient Python practices to maximize your potential in leveraging Python to make money.</p>



<h2 class="wp-block-heading">Frequently Asked Questions</h2>



<h3 class="wp-block-heading">What are popular Python freelancing opportunities?</h3>



<p>There are numerous freelancing opportunities for Python developers. Some popular options include <a href="https://pythonistaplanet.com/how-to-make-money-with-python/">web development</a>, <a href="https://thepythonguru.com/how-to-make-money-if-you-have-python-skills/">data analysis</a>, and <a href="https://medium.com/@e.ghelbur/how-to-make-money-with-python-a-comprehensive-guide-bec21c46ec11">machine learning projects</a>. You can also work as a Python consultant, helping clients solve technical problems and optimize their code.</p>



<h3 class="wp-block-heading">Which Python applications can help generate a side income?</h3>



<p>Python&#8217;s versatility enables the creation of various applications, such as data visualization tools, web apps, or automation scripts. You can also develop Python-based <a href="https://python.plainenglish.io/the-easiest-ways-to-generate-a-side-income-with-python-60104ad36998">machine learning solutions</a> to classify and analyze customer data or use Python for web scraping and data extraction projects.</p>



<h3 class="wp-block-heading">What is the earning potential for Python developers?</h3>



<p>Earning potential for Python developers depends on factors like experience, location, and employer. Python developers can earn a <a href="https://perfectelearning.com/blog/how-to-make-money-by-learning-python-tips-and-tricks-for-success">good salary</a>, with entry-level positions starting around $50,000, while experienced developers can earn over $100,000 per year. Side projects, consulting, and content creation can further supplement your income.</p>



<h3 class="wp-block-heading">How to monetize web scraping skills using Python?</h3>



<p>Python is a popular language for <a href="https://medium.com/@e.ghelbur/how-to-make-money-with-python-a-comprehensive-guide-bec21c46ec11">web scraping</a> due to its libraries like Beautiful Soup and Scrapy. You can monetize this skill by offering web scraping services, extracting data for clients, or creating data-focused products or content that leverage your web scraping expertise.</p>



<h3 class="wp-block-heading">Is Python a valuable skill for making money in 2023?</h3>



<p>Yes, Python remains a <a href="https://thepythonguru.com/how-to-make-money-if-you-have-python-skills/">valuable skill</a> in 2023 due to its popularity, versatility, and high demand in various industries like web development, data analysis, machine learning, and automation. By learning Python, you&#8217;ll enhance your marketability and open up new opportunities to make money.</p>



<h3 class="wp-block-heading">How long does it take to be proficient in Python and start earning?</h3>



<p>The time it takes to become proficient in Python varies depending on your background, dedication, and learning resources. In general, most people can gain a solid understanding of Python within <a href="https://perfectelearning.com/blog/how-to-make-money-by-learning-python-tips-and-tricks-for-success">a few months</a> by dedicating consistent time and effort. With focused practice, you can begin earning money from Python projects, freelance work, or full-time employment as your skills develop and improve.</p>



<h2 class="wp-block-heading">Conclusion</h2>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="750" height="750" src="https://blog.finxter.com/wp-content/uploads/2023/08/Finxter_a_male_web_developer_in_a_beautiful_rich_house_4e426711-3238-41cf-aa2b-373c9252b41f.png" alt="" class="wp-image-1650935" srcset="https://blog.finxter.com/wp-content/uploads/2023/08/Finxter_a_male_web_developer_in_a_beautiful_rich_house_4e426711-3238-41cf-aa2b-373c9252b41f.png 750w, https://blog.finxter.com/wp-content/uploads/2023/08/Finxter_a_male_web_developer_in_a_beautiful_rich_house_4e426711-3238-41cf-aa2b-373c9252b41f-300x300.png 300w, https://blog.finxter.com/wp-content/uploads/2023/08/Finxter_a_male_web_developer_in_a_beautiful_rich_house_4e426711-3238-41cf-aa2b-373c9252b41f-150x150.png 150w" sizes="auto, (max-width: 750px) 100vw, 750px" /></figure>
</div>


<p>The opportunities to make money with Python are vast, only requiring a solid understanding of the language and a creative mindset to utilize those skills. Start by mastering Python, and consider subscribing to our free email list at <a href="https://blog.finxter.com/subscribe/" target="_blank" rel="noreferrer noopener">https://blog.finxter.com/subscribe/</a> to get Python cheat sheets and other valuable resources. </p>



<p>For comprehensive courses, check out the Finxter Academy at <a href="https://academy.finxter.com/" target="_blank" rel="noreferrer noopener">https://academy.finxter.com/</a>, where you can earn personalized PDF course certificates. The road to monetizing your Python skills is a journey of continuous learning and application.</p>



<p>Here&#8217;s one course example on the Finxter Academy: <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f447.png" alt="👇" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>



<div class="wp-block-image"><figure class="aligncenter size-full"><a href="https://academy.finxter.com/university/how-i-became-a-crypto-freelancer-making-40000-in-6-months/" target="_blank" rel="noopener"><img loading="lazy" decoding="async" width="363" height="650" src="https://blog.finxter.com/wp-content/uploads/2022/05/image-290.png" alt="" class="wp-image-387293" srcset="https://blog.finxter.com/wp-content/uploads/2022/05/image-290.png 363w, https://blog.finxter.com/wp-content/uploads/2022/05/image-290-168x300.png 168w" sizes="auto, (max-width: 363px) 100vw, 363px" /></a></figure></div>



<p>Remember, the tech industry is ever-evolving, and so should you. Happy coding!</p>



<hr class="wp-block-separator has-css-opacity"/>



<h2 class="wp-block-heading">The Art of Clean Code</h2>


<div class="wp-block-image">
<figure class="aligncenter size-full"><a href="https://www.amazon.com/Art-Clean-Code-Practices-Complexity/dp/1718502184" target="_blank" rel="noopener"><img loading="lazy" decoding="async" width="325" height="427" src="https://blog.finxter.com/wp-content/uploads/2022/05/image-269.png" alt="" class="wp-image-385474" srcset="https://blog.finxter.com/wp-content/uploads/2022/05/image-269.png 325w, https://blog.finxter.com/wp-content/uploads/2022/05/image-269-228x300.png 228w" sizes="auto, (max-width: 325px) 100vw, 325px" /></a></figure>
</div>


<p>Most software developers waste thousands of hours working with overly complex code. The eight core principles in The Art of Clean Coding will teach you how to write clear, maintainable code without compromising functionality. The book’s guiding principle is simplicity: reduce and simplify, then reinvest energy in the important parts to save you countless hours and ease the often onerous task of code maintenance.</p>



<ol class="wp-block-list">
<li>Concentrate on the important stuff with the <strong>80/20 principle</strong> &#8212; focus on the 20% of your code that matters most</li>



<li>Avoid coding in isolation: create a <strong>minimum viable product</strong> to get early feedback</li>



<li>Write code cleanly and simply to <strong>eliminate clutter</strong>&nbsp;</li>



<li><strong>Avoid premature optimization</strong> that risks over-complicating code&nbsp;</li>



<li>Balance your goals, capacity, and feedback to achieve the productive state of <strong>Flow</strong></li>



<li>Apply the <strong>Do One Thing Well</strong> philosophy to vastly improve functionality</li>



<li>Design efficient user interfaces with the <strong>Less is More</strong> principle</li>



<li>Tie your new skills together into one unifying principle: <strong>Focus</strong></li>
</ol>



<p>The Python-based <em><strong><a rel="noreferrer noopener" href="https://www.amazon.com/Art-Clean-Code-Practices-Complexity/dp/1718502184" data-type="URL" data-id="https://www.amazon.com/Art-Clean-Code-Practices-Complexity/dp/1718502184" target="_blank">The Art of Clean Coding</a></strong></em> is suitable for programmers at any level, with ideas presented in a language-agnostic manner.</p>



<div class="wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-16018d1d wp-block-buttons-is-layout-flex">
<div class="wp-block-button has-custom-width wp-block-button__width-50"><a class="wp-block-button__link wp-element-button" href="https://www.amazon.com/Art-Clean-Code-Practices-Complexity/dp/1718502184" target="_blank" rel="noreferrer noopener">Get on Amazon!</a></div>
</div>



<hr class="wp-block-separator has-css-opacity"/>
<p>The post <a href="https://blog.finxter.com/making-money-with-python/">55 Best Ideas to Make Money with Python</a> appeared first on <a href="https://blog.finxter.com">Be on the Right Side of Change</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Minified using Disk

Served from: blog.finxter.com @ 2026-04-22 11:25:22 by W3 Total Cache
-->