<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:atom="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/" version="2.0">
    <channel>
        
        <title>
            <![CDATA[ Edward Pratowski - freeCodeCamp.org ]]>
        </title>
        <description>
            <![CDATA[ Browse thousands of programming tutorials written by experts. Learn Web Development, Data Science, DevOps, Security, and get developer career advice. ]]>
        </description>
        <link>https://www.freecodecamp.org/news/</link>
        <image>
            <url>https://cdn.freecodecamp.org/universal/favicons/favicon.png</url>
            <title>
                <![CDATA[ Edward Pratowski - freeCodeCamp.org ]]>
            </title>
            <link>https://www.freecodecamp.org/news/</link>
        </image>
        <generator>Eleventy</generator>
        <lastBuildDate>Mon, 11 May 2026 16:01:51 +0000</lastBuildDate>
        <atom:link href="https://www.freecodecamp.org/news/author/Edpratowski/rss.xml" rel="self" type="application/rss+xml" />
        <ttl>60</ttl>
        
            <item>
                <title>
                    <![CDATA[ Learn Foundational Mathematics on freeCodeCamp – Interactive Math Courses Open Beta ]]>
                </title>
                <description>
                    <![CDATA[ Do you want to use Python to solve math problems? Then freeCodeCamp's new Foundational Math course will guide you through the essential math you need to know to prepare you for the Data Science curriculum.  You will get a math refresher with a twist.... ]]>
                </description>
                <link>https://www.freecodecamp.org/news/freecodecamp-foundational-math-curriculum/</link>
                <guid isPermaLink="false">66b0c4f8c01d78b26657b49b</guid>
                
                    <category>
                        <![CDATA[ Advanced Mathematics ]]>
                    </category>
                
                    <category>
                        <![CDATA[ Math ]]>
                    </category>
                
                    <category>
                        <![CDATA[ Mathematics ]]>
                    </category>
                
                    <category>
                        <![CDATA[ Python ]]>
                    </category>
                
                <dc:creator>
                    <![CDATA[ Edward Pratowski ]]>
                </dc:creator>
                <pubDate>Mon, 06 Jun 2022 21:58:53 +0000</pubDate>
                <media:content url="https://www.freecodecamp.org/news/content/images/2022/06/pexels-nothing-ahead-3729557.jpg" medium="image" />
                <content:encoded>
                    <![CDATA[ <p>Do you want to use Python to solve math problems? Then freeCodeCamp's new Foundational Math course will guide you through the essential math you need to know to prepare you for the Data Science curriculum. </p>
<p>You will get a math refresher with a twist. Instead of using a pencil and paper or a graphing calculator, you'll learn how to write the Python code to do all of the calculations for you.</p>
<p>Building one step at a time, you will create projects that you can use as your personal super calculator. This curriculum uses Google Colaboratory, which is like a Jupyter Notebook, to write and execute Python code in your Google Drive. </p>
<p>With the Google Colab app, you can even write and run the code from your phone. If you are not familiar with Google Colaboratory, <a target="_blank" href="https://www.freecodecamp.org/news/google-colaboratory-python-code-in-your-google-drive/">here is an article about how to set it up</a>.</p>
<p>This is just the beginning. We are making steady progress on building out additional math and Python-focused courses, as part of our upcoming Data Science Curriculum Expansion.</p>
<h2 id="heading-why-is-math-useful-for-developers">Why is Math Useful for Developers?</h2>
<p>This Algebra-level math will directly relate to the calculations you will do for Statistics and Data Analysis in your job as a developer. We call it "Foundational Math" because you will build upon these skills when developing other applications.</p>
<p>Working with coordinates will help you to plan the layout of a scene or a page. Distance formulas and angle calculations will help you with game development (and proximity detection). </p>
<p>Incrementing and testing numerical values in loops will help you to make predictions based on initial values and trends. Solving for unknown values will help you with financial planning and business software development. </p>
<p>Because any aspect of code (or life) can be numerical, math is the language to describe relationships. You will find deeper wisdom in the numbers.</p>
<h2 id="heading-what-well-cover-in-this-course">What We'll Cover in This Course</h2>
<p>Throughout this course, you will learn how to write code to display the graph of almost any function, calculate almost any formula, and “solve for x.” You will also be building an extensive resource that you can use and modify in the future. </p>
<p>By the end of the course, you will have a solid understanding of key concepts in math, and you will also have your own library of Colab Notebooks that apply these concepts. </p>
<p>Here is an example of an early step:</p>
<p><img src="https://www.freecodecamp.org/news/content/images/2021/10/Python-Math-Sample-Pic-1.png" alt="Image" width="600" height="400" loading="lazy"></p>
<p>Like many freeCodeCamp courses, this course has five parts. The five parts to this course each lead to a certification project that aggregates what you've learned in the preceding steps. </p>
<p>Here is an example, from close to the end of the course, to illustrate how the learning still proceeds in manageable steps:</p>
<p><img src="https://www.freecodecamp.org/news/content/images/2021/10/Python-Math-sample-pic-2.png" alt="Image" width="600" height="400" loading="lazy"></p>
<h2 id="heading-python-math-course-outline">Python Math Course Outline</h2>
<p>In this course, you will go through the major math topics from Algebra to the Y axis (the Z axis will appear in a subsequent course). This course is still in beta testing, so I invite you to try it out and leave comments in the forum. </p>
<p>Eventually, I want people to discuss the math and create Python scripts for each other. If you have any basic knowledge of Python, you will be able to navigate this course.  </p>
<p>Here is a description of each part, with links to the Colab notebooks:</p>
<h3 id="heading-part-1-math-in-python">Part 1 – Math in Python</h3>
<p>In the beginning, you'll build on a basic understanding of Python to show you how to handle input and apply mathematical formulas. You will even learn how to “solve for x” with code.</p>
<ul>
<li><a target="_blank" href="https://colab.research.google.com/drive/1jT7atuRCOnkdPyDmlgKVJqxouDSx7Ioh">Colab notebook for part 1</a></li>
</ul>
<h3 id="heading-part-2-graphs">Part 2 – Graphs</h3>
<p>In this part, you'll focus on graphing. You will learn how to plot points, lines, and functions. You will also learn how to create tables and interactive graphs.</p>
<ul>
<li><a target="_blank" href="https://colab.research.google.com/drive/1BHKshb67jWVVZQ9VlzQOpdFA-gzJkSUF">Colab notebook for part 2</a></li>
</ul>
<h3 id="heading-part-3-advanced-math">Part 3 – Advanced Math</h3>
<p>Now you'll dive deeper with polynomials, exponential functions, and more complex formulas. You will write code to calculate mortgage payments, estimate retirement account balances, and do other useful things.</p>
<ul>
<li><a target="_blank" href="https://colab.research.google.com/drive/1zUAVAkwyjat4Z-8nfrajM1ut9UcO18We">Colab notebook for part 3</a></li>
</ul>
<h3 id="heading-part-4-angles-and-trigonometry">Part 4 – Angles and Trigonometry</h3>
<p>This part will teach you how to write code for lines and angles on graphs. You will use trigonometry to find distances, midpoints, and angles. Animated graphs included.</p>
<ul>
<li><a target="_blank" href="https://colab.research.google.com/drive/1ildYndIoPIqUV8LPF-CBzQ1AKsAYd5HT">Colab notebook for part 4</a></li>
</ul>
<h3 id="heading-part-5-sequences-and-summation">Part 5 – Sequences and Summation</h3>
<p>This section will walk you through sequence and series calculations, then goes into probability. Along the way, you will learn about summation and counting principles.</p>
<ul>
<li><a target="_blank" href="https://colab.research.google.com/drive/14Kafh-xYNupr9HrX08uOzgxWJy30xjei">Colab notebook for part 5</a></li>
</ul>
<h2 id="heading-beyond-the-jupyter-notebook">Beyond the Jupyter Notebook</h2>
<p>The latest version of the Texas Instruments TI-84 calculator can run Python code! The TI-84 is the “go-to” calculator for students in any class that involves graphing and formulas. You can write the programs on your computer and run them on your calculator. In this course, you will develop your math and Python skills to do so.</p>
<p>Now, we are still calling this the “beta version” of the course, and even that might be a little optimistic. You are getting early access to this content that we will continue to improve, and I welcome your feedback. </p>
<p>My goal is that this is just the beginning, and we all create more notebooks and scripts and functions in the Google Colaboratory and share them with each other.</p>
<p>By the way, I'm Ed, and I have been teaching high school students for 18 years and college students for 15 years. I created this course. You can email me your thoughts at ed@freecodecamp.org and I'll share them with freeCodeCamp's team of teachers. Thanks for joining me on this journey.</p>
 ]]>
                </content:encoded>
            </item>
        
            <item>
                <title>
                    <![CDATA[ Google Colaboratory – How to Run Python Code in Your Google Drive ]]>
                </title>
                <description>
                    <![CDATA[ The Google Colaboratory (“Colab”) is a notebook (like a Jupyter Notebook) where you can run Python code in your Google Drive.  You can write text, write code, run that code, and see the output – all in line in the same notebook.  Benefits of Google C... ]]>
                </description>
                <link>https://www.freecodecamp.org/news/google-colaboratory-python-code-in-your-google-drive/</link>
                <guid isPermaLink="false">66b0c4fbfcd8d9e59447bec3</guid>
                
                    <category>
                        <![CDATA[ Google Colab ]]>
                    </category>
                
                    <category>
                        <![CDATA[ Python ]]>
                    </category>
                
                <dc:creator>
                    <![CDATA[ Edward Pratowski ]]>
                </dc:creator>
                <pubDate>Thu, 21 Apr 2022 19:56:02 +0000</pubDate>
                <media:content url="https://www.freecodecamp.org/news/content/images/2022/04/pexels-sevenstorm-juhaszimrus-425133.jpg" medium="image" />
                <content:encoded>
                    <![CDATA[ <p>The Google Colaboratory (“Colab”) is a notebook (like a Jupyter Notebook) where you can run Python code in your Google Drive. </p>
<p>You can write text, write code, run that code, and see the output – all in line in the same notebook. </p>
<h2 id="heading-benefits-of-google-colab">Benefits of Google Colab</h2>
<p>Sharing notebooks is as easy as sharing any Google document. You can also get the app and run the code from your phone.</p>
<p>You can use the powerful and popular Python language in your Google Drive, and the set-up will take less than five minutes. </p>
<p>Because Python runs on a server (and not in your local browser or on your local computer) you can easily use it to interact with an online database and analyze data in situations where you need to keep the code private. </p>
<h2 id="heading-how-to-add-colab-to-your-google-drive">How to Add Colab to Your Google Drive</h2>
<ol>
<li>On your computer, in your Google Drive, click the “+ new” button.</li>
</ol>
<p><img src="https://lh4.googleusercontent.com/us0e4vwVAXFLV1Zv_07RINIVP3uMish_sPWjumo8Y8LYBjbBqa5fq7Ioxw7KUmbIGGN18mbUcu16EhLpmWreOsqpHqnwyVt6bFvTKTg0B-FdclBXIumNAGSHm8MRQmuYKCMz7Q9_" alt="Image" width="600" height="400" loading="lazy"></p>
<ol start="2">
<li>Click “more”, then click “connect more apps” at the bottom of that new menu. </li>
</ol>
<p><img src="https://lh6.googleusercontent.com/kWfy4KkQcuTYxHO0CGiUVsf2PTFRrKEYQzQM1BffRAaarwnIlg3a_zgtD71_NqSzqGnvqRqfTPUi793vgPr6dzNJ6WmhHn9oPePJSaK9h1RNqR5KvwHg2UVj9sYIMBTvizjWtJ_V" alt="Image" width="600" height="400" loading="lazy"></p>
<ol start="3">
<li>In the Google Workspace Marketplace, type “colab” into the search box.</li>
</ol>
<p><img src="https://lh5.googleusercontent.com/dLHP0JPcfH2VIFFc_cuJeZZ7Kz5UVKGpVxAY_pQNJoGfuBw8Jg6KoLJ_UCETRmgbxmIE8A31VA3BN9KTwXD4hD6CAfHtTIKgNT-vUSVYLK8J_-I-G0YUgVklUB5zQjBKiozuloih" alt="Image" width="600" height="400" loading="lazy"></p>
<ol start="4">
<li>Click to add Google Colaboratory. </li>
</ol>
<p><img src="https://lh6.googleusercontent.com/BShlQ_Hnj829h2ZNUxCJTolVFTYb7EeBoV7TJyqH13pwiS6YZDX95bxVI0RC3Dqp5wl2Mo-B4r8ezHkWFOeRJxFGGuoY9eQYb2ANtEx0nPCxU9aaZQrqEJj_hbePrYTGheWjr0tM" alt="Image" width="600" height="400" loading="lazy"></p>
<ol start="5">
<li>Now you have Colab in your list of available apps.  </li>
</ol>
<p><img src="https://lh3.googleusercontent.com/Xxwg1qNNyJQDcxrLlmOILOIGhfVQS1jQpTqjbOym7MqhCoVSdRVu_5EdVfrzgiRp70F01k0AUKZo0AQlmGrO3IgGJD-Dpx77jFhWfLXTW0m3ZfYXz5AMoK9m9BhSG-VhK9D-uX_I" alt="Image" width="600" height="400" loading="lazy"></p>
<h2 id="heading-ia"> </h2>
<p>How to Use Google Colab</p>
<p>Now when you click the “+new” button and click “more” (at the bottom of that first list) you will see “Google Colaboratory” on the next list. </p>
<p>Click that to open a new Colab notebook. Give your notebook a name, like you would with any Google document or spreadsheet. This notebook is in dark mode:</p>
<p><img src="https://lh3.googleusercontent.com/ttxQIV3tGb3kaiMlu-ix-J0939nbXX7Xx_Ke5UMcBnT_mRNVcNfJevAbMWm8nhIYbCM6zNjSMY_d3CwqIi-euqnf8HSAZlLG5oZST84kDnw9JpxKnLNkj-SioTtL_xhYHfiSgS1c" alt="Image" width="600" height="400" loading="lazy"></p>
<p>Type a simple command as a test. To run the code in any cell, you can click the run button on the left side of the code cell (looks like a “play” button with a triangle in a circle) or you can click [shift] + [enter]. The output will appear right below the code cell.</p>
<p><img src="https://lh4.googleusercontent.com/DCX2F45Bewre17_E27tFm0liy5l155iNB7vt4ohbFhCS7QUpwc47JHJ0ipkgJU6AcfKDcmLY8u2q8N-JHdBl1BwkTeM5-BQ250YbH-UwEKiLC8D6gjuo96vGcwwSFPJi0fxqbSkS" alt="Image" width="600" height="400" loading="lazy"></p>
<p>You can import many popular libraries without having to install them first. </p>
<p><img src="https://lh6.googleusercontent.com/Ya_VZMKr0gAEs-UJq7BZa-gnjQ3_AQSAq1YK-eCNQBMgibEeFuAl9BwYZvSrhOyC518v5bjJD9gIGs7WQoI87S3cy_cbJdzIScUvYP8pxpTHEhbbRwSLZwX5qojvn7MQPEfOu0F6" alt="Image" width="600" height="400" loading="lazy"></p>
<p>If you import a library or define a function in one cell, that will still be available in other cells for at least a few minutes. The runtime will disconnect if you go 30 minutes without running a cell or if you have the notebook open for 12 hours.  </p>
<h2 id="heading-explore-colab">Explore Colab</h2>
<p>If you were following along and you now have Google Colaboratory installed, you are ready to build your own projects. </p>
<p>If you click on the “<strong>&lt; &gt;</strong>” symbol on the bottom-left side of the notebook, you will find code snippets that you can use. Google also has many resources for you, some of which are at <a target="_blank" href="https://colab.research.google.com/">https://colab.research.google.com/</a> (just close out of the pop-up window that appears). </p>
<p>At freeCodeCamp, we are building a curriculum to show you how to use Python to solve math problems. You now have the tools at your fingertips. Happy coding!  </p>
 ]]>
                </content:encoded>
            </item>
        
    </channel>
</rss>
