Posts by Marcos Vinicios • 25 points
2 posts
- 
		1 votes2 answers2495 viewsQ: How to make an array with attributes or objects of a class?Good evening, I’m a beginner in python and I have a question about how to make an array of an object or class. My main program contains a function that cuts into text, delimiting blocks and so on.… 
- 
		1 votes2 answers6846 viewsQ: How to cut string text in python by delimiting the initial substring to the final position?I would like to know and understand how to return the cut in text with offset. I’m a beginner in python and I’m currently on a project to migrate from Delphi to python and there are a few things I’m…