Switch language한국어
Back to the list

Day 61 of #100DaysOfCode — Python Refresher Part 1

TL;DR AI

Key summary

2 min read
  1. Began with frontend development using React before backend.

  2. Moved into backend development with Node.js and Express.

  3. Explored databases to understand data storage and management.

  4. Built full-stack applications using Next.js.

  5. Day 61 revisited core Python fundamentals: variables and automatic typing, data types, conditionals (if/elif/else), loops (for/while), functions, lists, and dictionaries; Python aligns with backend, data handling, and automation.

Read the original