Fanny

@fannynyayic
4 Followers
6 Following
20 Posts
webdev, tech writer, open-source contributor
Websitehttps://fanny.hashnode.dev/
LinkedInFanny Nyayic
File Handling in Python: Reading and Writing Files

As I embarked on my Python learning journey, one of the most fundamental and useful skills I picked up was file handling. Being able to read from and write to files allows Python programs to persist data, exchange information with other programs, and...

Building With Python
Debugging in Python: Common Errors and How to Fix Them

Learning Python has been an exciting journey for me, filled with countless "aha!" moments and, admittedly, a few facepalm moments too. Debugging is a crucial skill in any programming language, and Python is no exception. Today, I want to share some c...

Building With Python
Functions in Python: How to Write and Use Them

Welcome back to my Python Learning Journey! In this post, we'll dive into one of the most fundamental concepts in programming: functions. Understanding functions is crucial for writing efficient and reusable code. Let's get started! What Are Function...

Building With Python
Conditional Statements in Python: If, Elif, and Else

Hey there, from my previous blog post on my learning journey! Today, we're diving into one of the most fundamental aspects of programming: conditional statements. What Are Conditional Statements? Conditional statements are the backbone of decision-ma...

Building With Python
Mastering Loops: For and While Loops in Python

Hey there! Today, I want to take you on a journey through one of the fundamental concepts in programming: loops. When I first started learning Python, loops were both intriguing and intimidating. But once I got the hang of them, they became an essent...

Building With Python
Getting Started with Lists and Dictionaries in Python

Hey there! Today, I’m diving into two fundamental data structures in Python: lists and dictionaries. If you're just starting out like me, understanding these two can be a game-changer for managing and organizing data in your programs. So, let's explo...

Building With Python
Understanding Variables and Data Types in Python

Hey everyone! Today, I'm excited to share with you some basics about variables and data types in Python. As someone who's just starting on this Python journey, I want to break it down in a way that's easy to understand and hopefully, relatable to all...

Building With Python
My First Steps in Python: Setting Up and Writing My First Python Script

Starting my journey with Python has been exciting and also a bit overwhelming at the same time. Python is a popular, beginner-friendly programming language with a vast array of resources and a welcoming community. To kick off my Python adventure, I t...

Building With Python
Why I Started Learning Python in 2024

Hi there! My name is Fanny, and I am a software engineer specializing in web development. Over the years I have written PHP and Javascript mostly, however, I have never written any code in Python. I want to share a bit about my journey into Python pr...

Building With Python
šŸ“ Documenting code is as important as writing it! Share your thoughts on the best practices for writing clean and effective code comments. #CodeComments #TechWriting #WebDev