Skip to content

shanemoon77/Python-practice-syntax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Practice Syntax

This repository contains my study records and practice problems for learning core Python syntax and data handling.
Each directory focuses on a specific topic and contains detailed explanations, example code, and individual READMEs.


Repository Structure

01_strings

Basic string operations, slicing, formatting, and common methods.
Go to folder

02_lists

Working with lists, tuples, and iteration patterns.
Go to folder

03_if

Conditional statements (if, elif, else), logical operators, and nested decision-making.
Go to folder

04_dictionary

Dictionaries are key-value data structures used for fast data lookup, storage, and mapping relationships. → Go to folder


Study Purpose

The goal of this repository is to build a consistent record of Python syntax learning,
with step-by-step progress from fundamentals to advanced practice using:

  • NumPy / Pandas / Matplotlib
  • Algorithm problem solving (Baekjoon)
  • Data analysis and Kaggle projects (future sections)

Notes

Each topic folder contains:

  • datas/ — text descriptions or prompts for practice problems
  • solutions/ — corresponding code implementations
  • README.md — topic summaries and learning notes

About

Studying records for python sytax

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages