Sagar Patilprotoncoder.hashnode.dev·Sep 29, 2023Busting Myths and Unveiling Underrated Ways to Land Remote Software JobsIntroduction: In my quest for information about remote working, I stumbled upon a video titled "BEST WAY TO GET REMOTE SOFTWARE JOBS..!" by Kunal Kushwaha and Ishan Sharma. As a beginner in the field, I found this video extremely valuable and decided...Discussremote jobs
Vikhyathcode-11.hashnode.dev·Sep 29, 2023Access Modifiers in Python: Public, Protected, and Private AttributesPython takes a unique approach to access modifiers. Unlike other languages that use keywords like public, private, and protected to manage the visibility of class attributes, Python employs naming conventions to indicate the intended accessibility. I...DiscussPython
Hammad Raza Khanhammadrk.hashnode.dev·Sep 26, 2023Level 1. Fight!'''LESSER OF TWO EVENS: Write a function that returns the lesser of two given numbers if both numbers are even, but returns the greater if one or both numbers are odd lesser_of_two_evens(2,4) --> 2 lesser_of_two_evens(2,5) --> 5'''DiscussCHALLENGENED QUESTIONS FOR PYTHON BASICS (UDEMY)! HOW MUCH DID YOU GET RIGHT ?!Python
Hammad Raza Khanhammadrk.hashnode.dev·Sep 25, 2023How to start contributing in Open-Source"OPEN-SOURCE"- a stage of query, an inevitable stage, a stage where the Future Lies! Perhaps, I believe most of us are either at this stage, exploring and learning the wonders❇️ of OPEN-SOURCE, or have been through all this and are already an expert;...DiscussOpen Source
MOHAMMAD SAHILmdsahil.hashnode.dev·Sep 24, 2023Embracing the Freshman Adventure: My First Month of CollegeStepping onto the college campus for the first time was a whirlwind of emotions. Excitement, nervousness, and a sense of wonder filled my every step. The first month of college has been an incredible journey of self-discovery and academic exploration...Discuss·1 likeCollege life
Atharva Salitritheamazingatharva.hashnode.dev·Sep 24, 2023Creating a Simple Navigation Bar using FlexboxHey Everyone!!! My name is Atharva and I am an engineering student who is passionate about programming, content writing and open-source. I am curious about the world of technology and how it can be used to make a difference in the world. In this blog...Discuss#learning-in-public
Dhanjeet Kumar Thakurdhanjitthakur.hashnode.dev·Sep 16, 2023Inheritance and Polymorphism in Java: A Complete GuideWhat is Inheritance? Inheritance is nothing but acquiring the properties and behavior of a Parent class to the child class. Here we create a new class from the existing class using the extends keyword. The new class will be called a Sub-Class or Chil...Discuss·11 likes·42 readsWeMakeDevs
Vikhyathcode-11.hashnode.dev·Sep 16, 2023Exploring Nested Classes in PythonIn the world of object-oriented programming, nested classes provide a powerful way to encapsulate related functionality and organize your code more effectively. A class inside another class, also known as a nested class or inner class, can model intr...DiscussPython
Vikhyathcode-11.hashnode.dev·Sep 16, 2023Attributes and MethodsGrasping Attributes: The Foundation of Objects Understanding Attributes in OOP Attributes are variables that hold data within instances of classes. They serve as the fundamental data storage units that define the unique features and properties of obj...DiscussPython
Abul Masoodabulwrites.hashnode.dev·Sep 15, 2023Day 1 of Learning to CodeI'm a Student Pursuing major in physics. But a few months back I got interested in Learning to Program. For a few reasons. For Monetary Reasons Obviously(Being a Good Programmer pays well). I can learn it for free from the Internet. I can build co...Discuss·1 likeLearning Journey