Abhishek Choudharyabhizindahun.hashnode.dev·Jun 21, 2024learning python(DAY 1)After thinking too much about from where and how to learn coding i came across one of the finest video on youtube with the title "Python tutorial for beginners in Hindi". channel--codewithharry . after 2 min into video i have started enjoying so much...Python
Victory Amadilavictoire.hashnode.dev·Feb 20, 2024Why Numpy is Awesome!I know a lot of people that have this dread for mathematics. As someone that studied something health science related at university, I know a lot of people that chose the health sciences just because they wanted to avoid maths. Anyway, for my final r...8 likes·42 readsWhat is NumPy?
Matthew Hardmatthewhard.com·Jun 6, 2023Python for Beginners: Part 7 - ExercisesExercise 1: Greeting Program Write a program that asks the user for their name and then prints a personalized greeting. The program should display a message like "Hello, [name]!" where [name] is the name entered by the user. Exercise 2: Even or Odd W...28 readsPythonPython
Joshua Goldiejdgoldie.hashnode.dev·Jan 10, 2023Getting the Gist: Avoiding Function Side EffectsOne day the team got into a virtual discussion about mutable argument defaults in Python. This GtG is not about that, but you can read one of the numerous articles about it here. The common thread in all the articles/blog posts about the danger is th...Getting the GistPython
victoria ottahtoriannenna.hashnode.dev·Oct 1, 2022A Beginner's Guide to Python; Set up and know the basicsLearning a programming language can be challenging, especially when there is no prior knowledge of programming. However, learning python is a good way to start if you are new in the world of programming. It is a versatile language that has been very...72 readsPython
Codo Sapienscodosapiens.hashnode.dev·Sep 17, 2022Getting started with Python Series: Reinforce your knowledgeBelow are 6 questions to reinforce what you learned in Steps 0 and 1 in this Getting started with Python Series. Questions 1-2 are true/false and Questions 3-6 are multiple choice with 3 answer choices (A, B, C). Questions Question 1: Coding in Py...python beginner
Codo Sapienscodosapiens.hashnode.dev·Sep 15, 2022Getting started with Python Series: Step 1Storytime When I was first learning to code, one of the most frustrating things at the beginning was actually opening up the place to code and then "bringing in" the dataset! All the tutorials and lectures went through it so quickly that I felt behin...32 readsterminal command