IAIsfak Ahmedinxn--ahmeds-7h0c.com·Oct 12, 2023 · 5 min readMachine Learning- (Explained)Machine learning is a subset of Artificial Intelligence. The development of algorithms and statistical models that enable computers to improve their performance on a specific task through experience and data without being explicitly programmed is kno...00
IAIsfak Ahmedinxn--ahmeds-7h0c.com·Jun 11, 2023 · 7 min readRegular Expression with PythonWhat is a regular expression? A regular expression (regex) is a sequence of characters that define a search pattern. This definition is taken from Geeks for Geeks. Let's try another definition. A regular expression is a pattern of characters. The pat...02R
IAIsfak Ahmedinxn--ahmeds-7h0c.com·May 30, 2023 · 3 min readLearning the Basics of Python: VariablesThe most important thing we will learn about programming is its basics. Because It's the only thing that we will find similar in every language. Variables Variables are containers for storing data values. If you don't understand this let me give you ...00
IAIsfak Ahmedinxn--ahmeds-7h0c.com·May 15, 2023 · 3 min readPython Diaries: "Writing My First Code In Python"Every programmer's first step is to write the classic "Hello, World!" program. Let's do this. To write our first Python program we need an IDE (Integrated Development Environment). There are several IDE like PyCharm, Spyder, Jupyter Notebook, VSCode,...00
IAIsfak Ahmedinxn--ahmeds-7h0c.com·May 14, 2023 · 3 min read"My Journey of Rediscovering Coding"I completed my CSE degree a year ago. After completing the degree when I was searching for a job, I found myself in an ocean of requirements. I don't have the knowledge. My path of learning has gone in several directions. I had no mentor at that time...00