Daniil KorbutforDaniil Korbut's blogrtriangle.hashnode.net·Jan 19, 2023Multiple Python versions on Mac and how to set it up correctlyIntroduction It is possible to have multiple versions of Python installed on a single MacBook. This can be done by using a version manager such as conda or using virtual environments with appropriate Python versions for each of your specific tasks. S...Martina Meyer and 2 others are discussing this3 people are discussing thisDiscuss·265 likes·11.5K readsPython
Ayodele Samuel AdebayoforUnclebigbay's 🚀 Blogunclebigbay.hashnode.net·Oct 20, 2021INTRODUCING: Open Source Project for everyone as long as your country has a president.Hello there 👋, Open source is a culture in the technology industry where developers come together to contribute and build a product in the general public, and over the years many products have been birthed from this event. Open Source is Problem So...Franklin Ohaegbulam and 4 others are discussing this5 people are discussing thisDiscuss·261 likes·744 readsMy Projects Walk-ThroughOpen SourceNice. 10
vaibhav kumarforVaibhav's Blogvaibhavkumar.hashnode.net·Dec 22, 2020Concatenating PDF files using PythonSometimes we have to deal with multiple PDF files and I've seen often that people want if pdfs can be merged or concatenated as one single file. We can do that with Python thanks to the PyPDF2 library, which is a very handy tool when it comes to work...Discuss·234 likes·405 readsPython Projects2Articles1Week
Vivek YadavforVivek's blogviveky.hashnode.net·Apr 23, 2023Day 33 - Short Hand if elseIf ... Else in One Line There is also a shorthand syntax for the if-else statement that can be used when the condition being tested is simple and the code blocks to be executed are short. Here's an example: a = 2 b = 330 print("A") if a > b else prin...DiscussPythonPython
JMN forThe Algorithmic Journeyjmn950-dev.hashnode.net·Apr 20, 2023Data TypesUpdate: The original article had some mistakes that have been corrected. Please point out any mistakes you see in my blog articles, and I will gladly correct them. In the last article, I stated that we shall study variables. I think it is more import...DiscussPython
JMN forThe Algorithmic Journeyjmn950-dev.hashnode.net·Apr 16, 2023Getting Started with Python in Visual Studio: A Step-by-Step GuideStep 1 Go to this link: https://visualstudio.microsoft.com/downloads/ Step 2 Click on the download button under the community heading. Now, just wait for the download. Step 3 Run the installer and wait for the installation wizard to open (shown in t...Discuss·1 likePython
Chaitannyaa Gaikwadforchaitannyaa.hashnode.net·Apr 14, 2023Monitor AWS EC2 Resource Utilization with Python: A Paramiko-Based Mini ProjectIf you have an EC2 instance running on Amazon Web Services (AWS), you may need to monitor its system resources remotely from your local machine. You can Do that just by running a single Python script. Let's do that! In this blog post, we will walk th...Discuss·1 like·27 readspython projects
Marvellous KaluforMarvel's Spacediaryofatechgirl.hashnode.net·Apr 11, 2023Building a BMI Calculator with PythonIntroduction A BMI calculator is a device that is used to determine the body mass index of an individual. It takes the weight and height of an individual and uses those two parameters to come up with a clinical conclusion as to whether they are a goo...DiscussPython
Jeremy MorganforJeremy's Development Blogjeremymorgan.hashnode.net·Apr 10, 2023FeaturedA Guide to Blurring Images with OpenCV and PythonIf you're reading this, you're probably curious about computer vision or just starting out. You've come to the right place. In this tutorial, we'll learn to blur images using OpenCV and Python. This is one of many OpenCV tutorials I have here. What i...Discuss·15 likes·102 readsPython
JMN forThe Algorithmic Journeyjmn950-dev.hashnode.net·Apr 9, 2023Python Installation Made Easy: How to Install the Latest Version of Python on Your ComputerIn our previous article, we explored the history of Python and looked at its many features and integrated development environments (IDEs). In this article, we'll be delving into the practical side of Python and showing you how to install it on your c...DiscussPython
Manish ThakurforManish Thakur manishthakur.hashnode.net·Apr 8, 2023Create your first Project in Python: A GUI CalculatorHey geeks, what you have been building lately? 👀 I'm curious! kindly let me know in the comment section down below😉 Have you ever played with Python? If yes it's cool👌, and if no, either way, let's play together with Python. 👨💻 Remember don't g...Discuss·10 likes·49 readsPython
Olatunde AdedejiforOA Blogolatundeadedeji.hashnode.net·Apr 5, 202310 Essential Python code snippets for projectsPython is a popular programming language for a variety of applications, from web development to data analysis and machine learning. Whether you're a beginner or an experienced programmer, there are certain Python code snippets that are essential for ...Discuss·1 like·259 readsPython
Vidya VipulforVidya's blogcodewithvidya.hashnode.net·Apr 5, 2023Practical Uses Of Python In Real WorldHello everyone, I'm excited to share my first article on hashnode with you all! Today, I want to talk about the practical uses of Python language in the real world. Python is a versatile and powerful language that has become increasingly popular in r...DiscussPython