Hook

Their other posts in the index, biggest breakout first.
I taught myself to code in 2020 with no degree and no money. The first thing I did was NOT learn Python. Hi, I'm Naya and I'm a software engineer. Python was just so abstract to me. I decided to take the simple route and learn HTML and CSS instead. Six years later, Python is the number one skill across job descriptions. So here's how I'd learn it in a way that actually stuck. First, go to Kaggle and find a database for a topic you love. Next, use Python to find the following information: 1. The most common value in one column. 2. The average of a number column. 3. The top 5 results sorted by any category. 4. Filter the data down to only rows that match a condition you care about. But you don't know Python. Use this prompt to have Claude walk you through how to use Python to get that information. This exercise will help you learn four Python fundamentals: loops, conditionals, sorting, and filtering. Because yes, you'll use AI to help build your projects, but a hiring manager will be able to spot the fact that you don't know the fundamentals.