Abdullah Bin Altafdevopswithabdullah.hashnode.dev·Feb 19, 2024Lecture # 11 - While Loopwhile Loop: In Python, a while loop is used to execute a block of code repeatedly as long as a specified condition is true. Syntax: while condition: #Code to be executed repeatedly as long as the condition is true Example: i = 1 num = int(input(...Devops
Solomon C. Nwantechuksblog.hashnode.dev·Jan 2, 2024Harvard CS50: Fireside Chat with Caleb OkechukwuMeet Caleb Okechukwu, a full-stack software engineer with over 2 years of experience. He recently completed CS50x with Projectstake Academy and emerged as the top learner during the course. I reached out to him because I believed that we could all st...2 likes·29 reads#programming journey
Eugene Dentehcodeaday.hashnode.dev·May 22, 2023Creating a Virtual Environment in Anaconda: A Step-by-Step Guide (Without code)Anaconda is a powerful platform widely used for data science and development projects. One of its key features is the ability to create virtual environments, which provide isolated spaces to manage project dependencies. In this blog post, we will wal...130 readsvirtual environment
Logan Pashbyloganpashby.hashnode.dev·Apr 30, 2023A Senior Project Designed for Teachers and ProfessorsAs remote learning continues to be the norm, teachers and professors are relying more heavily on recorded lectures to deliver course material to their students. However, recorded lectures can be time-consuming to edit, and cleaning up audio files can...7 likes·54 readsproject
Chinemeze ThankGodezehash.hashnode.dev·Sep 10, 2022Which Programming Language Should I learn?Life will always bring us to junctions where decisions have to be made. There is this saying that goes like this, "what you are today is a result of the decisions you made in the past". As accurate as this saying is about the past so is it for the fu...1 like·94 readsProgramming Blogs