What was your first programming language? #184840
Replies: 48 comments 4 replies
-
|
My first language was Python. My second was C. |
Beta Was this translation helpful? Give feedback.
-
|
My first Programming language was Python and second one was C++ (because i love game engine development,btw) |
Beta Was this translation helpful? Give feedback.
-
|
Starting with C++ gave me a solid base in how things actually work under the hood. After that, moving through JS, PHP, SQL, Java, Python, TypeScript, and C# felt natural; each one built on top of the last. I picked them up as tools to get real work done, not just to check boxes. |
Beta Was this translation helpful? Give feedback.
-
|
Mine was C, than c++ than java and Now python |
Beta Was this translation helpful? Give feedback.
-
|
My first was Python, which was great for learning programming fundamentals. But honestly, SQL became equally important in my career - it's used everywhere from data analysis to backend development. What surprised me is how many developers underestimate SQL. It's not "just a query language" - understanding joins, subqueries, and window functions opens up so many possibilities for working with data efficiently. For anyone wanting to learn SQL faster, I found tools like ai2sql.io helpful for understanding query logic - you can describe what you want in plain English and see how the SQL should look. Great for learning patterns and debugging complex queries. What about you all - did anyone else find that a "secondary" language like SQL ended up being crucial in your day-to-day work? |
Beta Was this translation helpful? Give feedback.
-
|
Started with python and went around many frameworks and other programming languages. Yet, python hits it out of the park. |
Beta Was this translation helpful? Give feedback.
-
|
Scratch (if applicable) then Python |
Beta Was this translation helpful? Give feedback.
-
|
my first language was QBASIC then Html/css and currently doing C/c++ |
Beta Was this translation helpful? Give feedback.
-
|
C was my first |
Beta Was this translation helpful? Give feedback.
-
|
my first language was c and then python. |
Beta Was this translation helpful? Give feedback.
-
|
Nice! That’s a solid foundation 👍 Starting with BASIC usually gives a very clear understanding of program flow and logic, and Pascal is excellent for learning structured programming, strong typing, and clean code practices. A lot of core concepts many developers still use today—like:
were taught really well in Pascal. Many people who began with BASIC → Pascal found it much easier later to pick up languages like C, Java, or even modern TypeScript, because the fundamentals were already strong. Out of curiosity (and for discussion): |
Beta Was this translation helpful? Give feedback.
This comment has been minimized.
This comment has been minimized.
-
|
C++ was the first programming language taught to me in college, but I didn’t understand it very well. Later, I discovered Python, and I found it much easier to learn and understand. Because of that, I focused more on Python and learned it in a more organized and clear way So i first learn C++ but don't Understand any and then Python so basically Python is my first Lang |
Beta Was this translation helpful? Give feedback.
-
|
Mine is Visual Basic with a lecturer but then I self-learned a "proper" programming language, Python, then C++ and Rust. So, literally Visual Basic but technically Python. |
Beta Was this translation helpful? Give feedback.
-
|
well tecntialy shell was first for me, and then python |
Beta Was this translation helpful? Give feedback.
-
|
First one was Java, then shifted to Kotlin because of Android development. (Please accept my answer, I need a badge :( |
Beta Was this translation helpful? Give feedback.
-
|
My first programming language was Java, followed by C#, JavaScript, and then Python. However, before diving deeply into those languages, I learned how to create simple batch (.bat) files using echo and goto to build terminal menus and execute basic DOS commands. |
Beta Was this translation helpful? Give feedback.
-
|
My first programming language was C#. It gave me a strong foundation in object-oriented programming, clean structure, and backend thinking. Starting with C# helped me understand how systems are built under the hood, not just how interfaces look on the surface — and that mindset still shapes how I design and develop software today. |
Beta Was this translation helpful? Give feedback.
-
|
My first programming language was C++. I learned it during my early programming journey, where I understood fundamental concepts such as variables, loops, conditional statements, and object-oriented programming. It helped me build a strong foundation in problem-solving and logical thinking. |
Beta Was this translation helpful? Give feedback.
-
|
Python then C |
Beta Was this translation helpful? Give feedback.
-
|
C++ during High school |
Beta Was this translation helpful? Give feedback.
-
C programming |
Beta Was this translation helpful? Give feedback.
-
|
Greetings from Thailand. I'm currently a student, and the school requires Python to be my primary language. |
Beta Was this translation helpful? Give feedback.
-
|
My first programming language was C. We were using Turbo C++ IDE to write our c = a + b; sum program back in 2012 when we were in the college. |
Beta Was this translation helpful? Give feedback.
-
|
my first language was PHP, im so sick of it |
Beta Was this translation helpful? Give feedback.
-
|
Mine was javascript when i was in like 6th grade but it was just a bunch of tutorials, but i started writing code myself when i got to python |
Beta Was this translation helpful? Give feedback.
-
|
My first programming language was PHP, I used to use it with Dreamweaver and Flash CSS |
Beta Was this translation helpful? Give feedback.
-
|
Mine was C++ |
Beta Was this translation helpful? Give feedback.
-
|
My first was C speaking in study wise, but I remember using C# to try to make memory hacks like cheat engine used to do and the only tutorials I found online were in C# |
Beta Was this translation helpful? Give feedback.
-
|
Python was my first programming language i and first program was print("Hello World") |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Body
My first programming language was Basic and my second was Pascal.
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions