Web TippsUse custom web fonts in Google Sheets charts(08.09.2026 um 17:05 Uhr)
Web TippsIntroducing the new 1Password App for Google Chat(08.09.2026 um 18:02 Uhr)
Web TippsUse custom web fonts in Google Sheets charts(08.09.2026 um 17:05 Uhr)
Web TippsIntroducing the new 1Password App for Google Chat(08.09.2026 um 18:02 Uhr)

🔧 Programmierung 🕛 vor 1 Jahr 4 Min Lesezeit
0

Phase 3: Python and SQL

↗ Quelle (dev.to)
🗣️ Stimme:
📑 Inhaltsübersicht




Introduction



I was quite excited to start on the 3rd phase in my bootcamp classes because we are about to learn Python. Python is the first language that I learned at the start of my journey. It lured me into this software engineering world. It feels like reuniting with an old friend. I may not have learned a lot when I first stepped foot into the Python world, to be honest I only learned until if else statements before I started this bootcamp.



Learning a new programming language one after another can be quite tricky, especially when it shares some similarities but also has key differences from languages I already know. I have learned JavaScript in Phase 1 and React.js in Phase 2. While I recognize familiar concepts like variables, loops, and functions, the syntax or behavior of certain features confuses me to this day. For example, a function that works one way in Python might behave differently in JavaScript or React, which leads to moments of confusion. The challenge lies in unlearning old habits and adjusting to new ways of thinking about problems. However, I think having to learn different sorts of languages in programming will help me grow and be more adaptable in the future and helps me expand my toolbox.



Python's syntax for me is cleaner and simple, making it easier to grasp concepts like variables, loops, and functions without getting overwhelmed by complex syntax rules. In contrast, JavaScript introduced more complexity with concepts like asynchronous programming and the intricacies of the DOM, while React added a whole new layer with the use of components, state management, and routing. Although Python is often used for backend development, JavaScript and React require a deeper understanding of web development frameworks, which makes the learning curve steeper in those areas. However, each language has its strengths, and I appreciate Python's versatility in everything like data analysis.



I have also learned SQL hand in hand with Python on this Phase 3. When I first saw the syllabus, I was a little bit overwhelmed to learn 2 languages at the same time. I wanted to devour python. I felt like learning it in combination with SQL was quite disappointing for me. But at the end of the phase, I was actually happy to learn SQL. I do love my spreadsheet and data.









Here are some of the things I have learned in this Phase:






Python



Python is an object-oriented programming language developed by Guido Van Rossen. Python has a pretty straightforward process in interpreting and executing code. A developer will write some code on any text editor (the most commonly used is Visual Studio Code) that consists of statements, functions, classes and many more. One of the most important tools for any python programmer is the Python Interpreter.



Python Interpreter basically reads and executes the code written by the programmer on a text editor line by line. Why do we need it? Because the interpreter reads the code and then converts it into bytecode. Bytecode is a compiled version of your code. The PVM then interprets bytecode to a binary language in which only the computer can interpret into something useful. The hardware runs the binary language which turns into an output. In summary python code cannot run or function or it will be just a block of text that does nothing if we do not have an interpreter.






Here is a summary flow:





Vollständiger Original-Bericht
Ausführliche Details, Code-Beispiele & Hersteller-Stellungnahme auf dev.to.
↗ Original-Artikel auf dev.to lesen
Wie bewertest du diesen Beitrag?
1 Klick Feedback
Teilen mit Netzwerk & Team:

Community-Analysen & Experten-Meinungen 0

Verfasse deine eigene Analyse, teile Workarounds oder diskutiere diesen Vorfall im Blog.
Noch keine Community-Analyse verfasst. Markiere einen Textabschnitt oder klicke oben auf Eigene Analyse verfassen“!
Community Pulse: Relevanz-Einschätzung
1 Klick Experten-Votum
🔴 Akute Relevanz 0%
🟡 In Evaluierung 0%
🟢 Keine Auswirkung 0%
Spannende Innovation 0%
Verwandte Story-Cluster & Quellen (Vektor-KI)
Port 8095 Engine
3 Quellen
Use custom web fonts in Google Sheets charts
2 Quellen
Introducing the new 1Password App for Google Chat
1 Quelle
Context-aware access controls are available for Gemini Enterprise in the Admin console
Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten Phase 3: Python and SQL

Thematisch verwandte Begriffe: Phase, Python · 6 Treffer

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...