Python Forum
Thread Rating:
  • 2 Vote(s) - 2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python pointers?
#1
I haven't used Python in forever so forgive me for my lack of knowledge.

However recently I have been learning about C/C++ and I was wondering.. How do you implement pointers in Python?

Pointers are essential for creating data structures in C/C++ but what about Python? Python has its own library of structures like dictionaries and you name it.. but what if I wanted to make my own data structure?

How would you:
-> Implement linked lists in Python on your own using pointers
Reply


Messages In This Thread
Python pointers? - by Nwb - Jan-12-2019, 04:29 AM
RE: Python pointers? - by hbknjr - Jan-12-2019, 05:59 AM
RE: Python pointers? - by Gribouillis - Jan-12-2019, 01:44 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020