Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 868 Bytes

File metadata and controls

22 lines (15 loc) · 868 Bytes

100 Days of Code - Python Pro Bootcamp

Day 24: Files, Directories, and Paths

Welcome back to my coding journey! Today is the twenty-fourth day of Dr. Angela Yu's Python Pro Bootcamp for 2023.

Today's Progress

I delved into working with files, directories, and paths in Python. This involved understanding how to navigate, create, and manipulate files and directories.

What I've Learned

  • Handling files and directories in Python.
  • Navigating file paths and understanding their structure.

Link to the Course

Dr. Angela Yu's Python Pro Bootcamp

Project(s)

  • Explored file operations and directory manipulation in Python.

Thoughts

Understanding file management is crucial for many programming tasks. It's empowering to gain control over file operations in Python!

See you tomorrow for Day 25!