<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Luiz Fernando Barbosa Gomes</title>
    <description>The latest articles on DEV Community by Luiz Fernando Barbosa Gomes (@luiz_fernandobg).</description>
    <link>https://dev.to/luiz_fernandobg</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4098828%2F41ba8b69-29a9-4797-8a0b-3e4610f24c32.jpg</url>
      <title>DEV Community: Luiz Fernando Barbosa Gomes</title>
      <link>https://dev.to/luiz_fernandobg</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/luiz_fernandobg"/>
    <language>en</language>
    <item>
      <title>Learning Python from Scratch</title>
      <dc:creator>Luiz Fernando Barbosa Gomes</dc:creator>
      <pubDate>Fri, 28 Aug 2026 12:34:15 +0000</pubDate>
      <link>https://dev.to/luiz_fernandobg/learning-python-from-scratch-37ge</link>
      <guid>https://dev.to/luiz_fernandobg/learning-python-from-scratch-37ge</guid>
      <description>&lt;ol&gt;
&lt;li&gt;&lt;p&gt;INTRODUCTION&lt;br&gt;
Entering the world of technology and taking the first steps into programming is an enriching milestone. My journey into the universe of code began in 2023, when I started my studies at the Federal Institute of Paraíba (IFPB). It was at this institution that I had my first encounter with the Python language, starting absolutely from scratch.&lt;br&gt;
As a beginner, my initial experiences focused on grasping the essential fundamentals of programming logic: data structures, input and output commands, mathematical operators, and—in particular—repetition structures (such as the &lt;em&gt;while&lt;/em&gt; loop). Although Python is renowned for its clean and accessible syntax, tackling these initial concepts required shifting my mindset from traditional logic to computational logic, transforming abstract reasoning sequences into structured, deterministic routines.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;CHALLENGE&lt;br&gt;
During my first practical exercises at IFPB, the main challenge was translating a real-world problem—or a mathematical concept—into executable commands that the computer could understand, without resorting to "shortcuts" or pre-built functions from the language's ecosystem.&lt;br&gt;
A notable example was solving basic math problems using only &lt;em&gt;while&lt;/em&gt; loops and simple addition and multiplication operators (such as calculating a number's power without using the native &lt;code&gt;**&lt;/code&gt; operator or the &lt;code&gt;math&lt;/code&gt; library). The challenge wasn't just to "make it work," but to manually control the application's flow: initializing counters, defining correct termination conditions, and avoiding the classic infinite loop trap.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;LESSONS LEARNED&lt;br&gt;
Overcoming these initial obstacles provided valuable insights into the foundations of computer science:&lt;br&gt;
Flow Control with &lt;em&gt;while&lt;/em&gt;: Understanding how to execute instructions repeatedly as long as a condition remains true, and how to manipulate control variables (incrementing and decrementing) within the code block.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;APPLICATION&lt;br&gt;
The logic developed through mastering repetition structures—such as the &lt;code&gt;while&lt;/code&gt; loop—forms the backbone of software development. This foundational knowledge applies directly to various sectors of the technology market:&lt;br&gt;
System Development: Building routines that process data continuously until a user decides to stop or a specific condition is met (e.g., interactive menus and background services).&lt;br&gt;
Task Automation (Scripting): Scanning files in directories, continuously reading task lists, and automating repetitive processes in corporate environments.&lt;br&gt;
Data Analysis and Processing: Sequentially reading large volumes of data (ETL processes) and rigorously validating inputs in forms and APIs.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;REFLECTION&lt;br&gt;
Starting my journey with Python at IFPB in 2023 provided the essential foundation to significantly strengthen my path in Systems Analysis and Development. Programming is not about memorizing complex syntax; rather, it is about developing the ability to solve problems in a structured, elegant, and efficient manner.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Mastering fundamental logic from the start instills the confidence needed to advance to more complex topics, such as Object-Oriented Programming, advanced data structures, and industry-standard frameworks. Every small algorithm solved represents an essential step toward building a solid and consistent career in the technology field. •&lt;/p&gt;

&lt;p&gt;Problem Decomposition: Understanding that a seemingly complex problem becomes simple when broken down into fundamental operations (for example, grasping that multiplication is a sequence of successive additions).&lt;br&gt;
Algorithmic Reasoning: Developing the discipline of mapping out the solution step-by-step on paper or in pseudocode before writing the first line of Python code.&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>learning</category>
      <category>python</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
