Chris Bolosancbolosan.hashnode.dev·Nov 18, 2024Mining Bitcoin with a Raspberry Pi 5: A Fun and Hilariously Slow JourneyLet’s get one thing straight: mining Bitcoin on a Raspberry Pi 5 is like trying to fill a swimming pool with a teaspoon. Possible? Technically. Practical? Not even close. But as a fun nerdy challenge from my Math professor for our Engineering club at...Discuss#CryptoExperiment
Soumyo Deep Guptad33p0st.hashnode.dev·Nov 17, 2024Blockchain Data Structures in Python: Creation and Management TipsWith the rise in blockchain technology, different fields of studies are experimenting vigorously to see how blockchain fits into their own environment. The wait is over!! This python library allows creating secure blockchains with system level speed ...DiscussCustom Made Librariesmodstore
Pravesh Sudhapraveshstwt.hashnode.dev·Nov 17, 2024How to Use Python for DevOps: Essential Skills and Tools for Beginners (Part-2)💡 Introduction Welcome back to our journey through Python for DevOps! 🚀 In Part 1, we explored the foundational Python concepts that every DevOps engineer should know, including data types, functions, variables, and more. If you missed it, catch up...Discuss·1 likePython
Mithun Avery-normal-blogs.hashnode.dev·Nov 15, 2024Yami - An Open-Source Music Player With Simple UiGithub Link: https://github.com/DevER-M/yamiPypi Link: https://pypi.org/project/yami-music-player/Some of the features mp3 , flac, and many audio formats supported for playback Clean UI Can download music with art cover it is also asynchronous ...Discuss·1 likecustomtkinter
Pravesh Sudhapraveshstwt.hashnode.dev·Nov 14, 2024How to Use Python for DevOps: Essential Skills and Tools for Beginners (Part-1)💡 Introduction Welcome to the world of DevOps! Today, we're tackling one of the most frequently asked questions in the DevOps community: How much Python is needed for DevOps? This blog will take you through everything essential in Python, from begin...Discuss·1 likePython
Sai Sravanthisaisravanthi.hashnode.dev·Nov 14, 2024Get Started with TableauData is the fuel of modern business. But data alone is not enough; it needs to be presented in a way that makes sense and drives decision-making. That’s where Tableau, a leading data visualization tool, comes into play. Whether you’re a beginner or l...Discusstableau
Shreyansh Agarwalshreyanshagarwal.hashnode.dev·Nov 13, 2024Smart Railway Ticket Verification using Raspberry PiIntroduction This prototype introduces an automated railway entry system that enhances ticket verification and passenger access control through a combination of QR code scanning and sensor integration. Passengers book tickets via a mobile app, which ...Discuss·38 readsRaspberry Pi
Arnav SinghforPython for Noobspythonfornoobs.hashnode.dev·Nov 12, 2024Comprehensive Guide to Python Data Structures: Lists and TuplesKey Takeaways ConceptSummary ListsMutable, ordered collections that can store different types of data. Creating ListsLists can be created using square brackets []. TuplesImmutable, ordered collections that store different types of data. Cre...Discuss·11 likesPython for NoobsPython
Leafyhyperleafy.hashnode.dev·Nov 12, 2024Small Wins in Python: How a CLI Todo App Changed My Perspective on CodingIt’s been a while since my first post “Navigating the Fog of Tech: My Journey as an Introverted Tech Enthusiast”, In that time, a lot has happened so there may be a slight change in my writing style. Based on how you perceive it, may be considered as...DiscussPython 3
Ammar Khanforpython-for-devops-engineersammar-khaan.hashnode.dev·Nov 12, 2024Basics of Python for DevOps EngineersGetting Started with Python: Installation and Data Types Welcome to the exciting world of Python programming! In this blog post, we will walk you through the steps to install Python on your operating system and explore the various data types availabl...Discussinstalling python