Fanny NyayicforBuilding With Pythonbuildingwithpython.hashnode.dev·May 25, 2024Why I Started Learning Python in 2024Hi there! My name is Fanny, and I am a software engineer specializing in web development. Over the years I have written PHP and Javascript mostly, however, I have never written any code in Python. I want to share a bit about my journey into Python pr...Discuss·6 likes·32 readsPythonPython
Rahul Guptacloudopsrahul.hashnode.dev·May 22, 2024Day 13 - Getting Started with Python: A Guide for DevOps EngineersWhat is Python? Python is an open-source, general-purpose, high-level, and object-oriented programming language. It was created by Guido van Rossum and has become one of the most popular programming languages due to its simplicity and versatility. Py...DiscussPython
Ayush Bholaayushbhola.hashnode.dev·May 21, 2024Learning PythonHello everyone, I'm embarking on a journey to learn Python for data engineering, app development and visualizations, and to create my own SaaS products. I would greatly appreciate your assistance in gaining more knowledge, experience, and real-time p...DiscussPython
Aarsh Saxenaaarshsaxena.hashnode.dev·Feb 15, 2024Understanding Python: A Comprehensive Guide for First-Year College StudentsIntroduction Embarking on the journey of programming as a first-year college student, Python emerges as a versatile and powerful companion. This comprehensive guide aims to provide insights into Python's significance, its diverse applications, when i...Discuss·27 readspython beginner
Vismaya Prasadvismayaprasad.hashnode.dev·Sep 22, 2023Together with Python !Python is renowned for its simplicity and readability, making it an ideal language for both beginners and experts. It's utilized in web development, data analysis, artificial intelligence, automation, scientific computing, and much more. In this tuto...DiscussTogether With Pythonpython beginner
Shubham Tomarjwcoding.hashnode.dev·Sep 17, 2023Day 03Made a number guessing game in Python. At first, I tried it myself then later I followed the instructions. The second method was a bit more complicated than the first one. This is my method... import random print("Welcome to the guessing number gam...DiscussLearning Journey
Shubham Tomarjwcoding.hashnode.dev·Sep 16, 2023Day 02Created a blackjack program in Python using 2 hints. Going through the 100 days of code challenge. Now I will see the complete video and see where I was wrong. It's going well within the next few weeks will start learning basic javascript and some CS...DiscussLearning Journey
Biswaraj Sahoobiswaraj333.hashnode.dev·Jun 27, 2023DevOps(Day-14) : Python Data Types and Data Structures for DevOpsTABLE OF CONTENTS Data Types Data Structures Tasks In my yesterday's blog, we had a brief introduction to the datatypes in Python. If you want to follow my yesterday's blog- https://biswaraj333.hashnode.dev/devopsday-13-introducing-python Today,...Discuss·2 likes·51 readsPython
Sourabh Bhatisourabhbhati.hashnode.dev·Jun 24, 2023Today I learnt: Lists and Loops in PythonHello reader! I am an aspiring data scientist and this is my first post on hashnode. The intention behind this blog is to document my learning journey as I learn data science from scratch without a background in coding. These posts will be a way for ...Discuss·94 readsPython
Matthew Hardmatthewhard.com·Jun 1, 2023Python for Beginners: Part 3 - Exploring Data TypesWelcome back, everyone! Today, we're going to dive a little deeper into the world of Python programming by exploring data types. Just like different tools for building a house have different uses and purposes, data types in Python help us organize an...Discuss·78 readsPythonPython