DEV Community

Onaolapo-11
Onaolapo-11

Posted on

Contrary to JAVA, embedded in Python is the idea of Methods and Functions

Day 70 [November 15, 2025]

I need to buckle down, as I'm still lagging on day day 3 & 4 goals, "Day 3-4: Control structures (if-else, loops)", as well as day 5 (and 6) goals, "Day 5-6: Functions and modules", and Day 7 target (exercises) (Meta AI, personal communication, August 8, 2025). If I haven't covered this, I can't make progress on day 8 - 69 goals.

Goals:
As extracted from the 'Python for Software Development' textbook by Halvorsen (n.d.):

  • Plotting in Python ✅
  • Subplots✅
  • Exercises✅
  • If ... Else
  • Arrays
  • For Loops
  • Nested
  • For Loops
  • While Loops
  • Exercises
  • Creating Functions in Python - Introduction
  • Functions with multiple return values
  • Exercises
  • Creating Classes in Python
  • The init () Function
  • Exercises
  • Creating Python Modules
  • Exercises

Notes:
Python for Data Science, AI & Development Course (IBM) (Santarcangelo, n.d.):
Module 2: Python Data Structures

  • Lists and Tuples
  • Dictionaries
  • Sets

While JAVA and Python are Object-oriented Programming languages, contrary to JAVA, embedded in Python is the idea of Methods and Functions. JAVA only utilizes the idea of Methods (geeksforgeeks, 2025).

Summary:
Contrary to JAVA, embedded in Python is the idea of Methods and Functions.

References:

  1. geeksforgeeks. (2025, July 11). Difference between Method and Function in Python. https://www.geeksforgeeks.org/python/difference-method-function-python/

  2. Halvorsen, H. (n.d.). Python. https://halvorsen.blog/documents/programming/python/python.php#python4

  3. Santarcangelo, J. (n.d.)._ Python for data science, AI & development_ [MOOC]. Coursera. https://coursera.org/learn/python-for-applied-data-science-ai

Top comments (0)