Mohammad Ariful Islamthe-arif-cipher.hashnode.dev·Dec 17, 2024Tutorial: Building a Birthday Reminder Script in PythonHave you ever forgotten a friend's birthday and then had to go through an awkward conversation later on? Well fear not, I got you! With Python, you can create a simple yet effective script to ensure you are the first person to wish the next year or a...Coding Projectswinotify
Jeremy Morganwww.jeremymorgan.dev·Dec 16, 2024Getting Started with PythonHey there, fellow geeks and future coders! Welcome to Part 1 of our series, "Learn Python"! If you've ever wanted to learn Python but felt overwhelmed by where to start, you’re in the right place. We’re going to break it down in easy, bite-sized chun...Python
Sheikh Abdul Wahidabdulwahidblogs.hashnode.dev·Dec 14, 2024Python Project: Fibonacci Series CalculationIntroduction: The Fibonacci sequence is a classic problem that is often used to demonstrate different approaches to solving problems, such as recursion and iteration. The aim of this program is to calculate the nth Fibonacci number, where the sequen...Python
Chaitanya RahalkarforfreeCodeCampfreecodecamp.org·Dec 12, 2024Building a Simple Web Application Security Scanner with Python: A Beginner's GuideIn this article, you are going to learn to create a basic security tool that can be helpful in identifying common vulnerabilities in web applications. I have two goals here. The first is to empower you with the skills to develop tools that can help e...Python
Jeremy Morganwww.jeremymorgan.dev·Dec 12, 2024Python Basic Syntax and Indentation: The Complete Beginner's GuideWhen you’re first learning to program, Python stands out for a special reason: it’s designed to be read almost like English. Unlike other programming languages that use lots of symbols and brackets, Python relies on simple, clean formatting that make...Python
Sheikh Abdul Wahidabdulwahidblogs.hashnode.dev·Dec 9, 2024Python Project: Password Generator ProjectIntroduction: In this project, I created a Password Generator using Python. The program allows users to generate secure passwords of custom lengths while validating the input to ensure correctness. It includes uppercase and lowercase letters, digits...Python
John Fáwọléjohnfawole.hashnode.dev·Dec 2, 2024Python Tutorial: How to Build Your First ATM TerminalPython is quite a resourceful language for anyone hoping to build incredible solutions in AI, FinTech, automation and so on. You’ll find this tutorial impactful if you are a beginner or intermediate Pythonista. Basically, you will learn how to build ...32 readsPython
John FáwọléforBlockchain Alphablockchainalpha.hashnode.dev·Dec 2, 2024Python Tutorial: How to Build Your First ATM TerminalPython is quite a resourceful language for anyone hoping to build incredible solutions in AI, FinTech, automation and so on. You’ll find this tutorial impactful if you are a beginner or intermediate Pythonista. Basically, you will learn how to build ...python projects
Vikas Shindeday-01-learning-python-from-scratch.hashnode.dev·Dec 2, 2024Day-01 Learning python from scratchHi everyone! I'm Vikas Shinde, a passionate IT professional from Navi Mumbai, Maharashtra. With over 3 years of experience in the tech industry, I'm excited to level up my skills by diving into Python. My goal? To master automation, data analysis, an...Python
Mohammed Shakeelmaster-python.hashnode.dev·Nov 28, 2024Python Programming Language RoadmapBasic Python Concepts Introduction to Python and Installation Python Syntax and Data Types Variables, Constants, and Operators Control Flow Statements (if, else, while, for) Lists, Tuples, Dictionaries, and Sets String Manipulation Functions a...python roadmap