Muskan Yadavmuskanyadav.hashnode.dev·Feb 17, 2025Mastering File Handling in PythonIt is essential to learn how to work with files as part of mastering Python programming. Python provides built-in functions that make it easy to read, write, and manipulate files in real-time. In this blog, we'll cover various file operations and how...Python
Ridwan Ibidunnialjebraschool.hashnode.dev·Feb 17, 2025How to learn Python from scratch for AI developersIntroduction Python is widely regarded as the "Swiss Army Knife" of programming languages, particularly in the world of artificial intelligence (AI). Its beginner-friendly syntax, powerful libraries, and extensive community support make it the perfec...python beginner
Oyoenisai Andrew-Essienoyoenisaiaa.hashnode.dev·Feb 17, 2025Python Essentials: Concepts For Every ProgrammerIt’s true that there’s a lot to learn about Python, as it is uniquely different from other programming languages. Python can be used on a server to create web applications - check out my recent article on web applications. I am currently undergoing t...Python
Khadija IddrisuforWiMLDS Accrawimldsaccra.hashnode.dev·Feb 16, 20252. Python Basics For Machine Learning Data Science _Part 2.In the previous blog post, we provided a basic introduction to Python, which covered installation, output display, variables, and two categories of data types that can be stored in variables. As promised, this blog post will explore more advanced top...Python
Leo Bchecheleobcheche.hashnode.dev·Feb 15, 202530 Ways to Write More Pythonic Code and Improve Your Job Readiness (part 2 of 6)Python is widely celebrated for its readability, simplicity, and elegance. However, writing functional code is just the beginning. If you're looking to elevate your coding skills and stand out in technical interviews, mastering Pythonic patterns will...Python
Leo Bchecheleobcheche.hashnode.dev·Feb 13, 202530 Ways to Write More Pythonic Code and Improve Your Job Readiness (part 1 of 6)Python is known for its readability, simplicity, and elegance. But writing code that merely works isn’t enough—writing Pythonic code is what sets great Python developers apart. If you're looking to refine your coding skills and prepare for job interv...Python
S.S.S DHYUTHIDHARsudheendra.hashnode.dev·Feb 9, 2025Basics of Python NumPy for Machine Learning and Deep LearningBasics of Python NumPy for Machine Learning and Deep Learning Hi there! 👋 I’m Dhyuthidhar, and if you’re new here, welcome! I love exploring computer science topics, especially machine learning, and breaking them down into easy-to-understand concept...Machine Learning
Ahamad Tawsif Chowdhuryahamad.hashnode.dev·Feb 8, 2025Power Automate vs Power BI vs Python for Handling Multiple Excel Files - My ExperienceRecently, I had to process multiple Excel files in a folder, each following one of two table layouts. My goal was to extract specific columns based on which table layout the file followed, perform calculations and aggregate the data effectively. I tr...Data Science
Saumil Hukerikarbit-by-bit.hashnode.dev·Feb 8, 2025How to use Design Patterns in PythonIn this article, we will deep dive into the most common design patterns used in software development with appropriate code skeletons using Python. Introduction Design patterns are reusable solutions to common challenges in software design. They serve...software development
Subbu Tech Tutorialssubbutechtutorials.hashnode.dev·Feb 7, 2025Understanding APIs: A Developer’s Guide to Building and Using APIsIntroduction to APIs: An Application Programming Interface (API) acts as a bridge between different software applications, allowing them to communicate with each other. Think of an API like a waiter in a restaurant — customers (the client application...Python