2hrs deep in Python data structures today—cracked 3 LeetCode mediums! Code + notes saved in Notion. Progress u003e perfection #CodingJourney#PythonPractice
Build a map game like a puzzle using the CSV method in Python and learn how to use functions in object-oriented Python. #pythonnewbie#pythonpractice#data
Practiced a bunch of function Qs today 💻
From area of rect ➡️ temp conv ➡️ cost by vehicle & more
Functions are finally funct-ioning 😎
#PythonPractice#pythonbasics
Let’s practice! Create a program that reads a file line by line and counts the number of lines.
Here’s an example that reads example.txt and counts the lines. #PythonPractice#FileIO
Practice reading and writing with file methods! Try reading each line of a file and print it out.
Here’s a loop that reads and prints each line individually using readline(). #PythonPractice#Python#pythonlearning