Posts by GustavoRPS • 108 points
3 posts
-
7
votes2
answers8743
viewsA: What is the difference between __str__ and __repr__?
Summary __repr__ when you need the code that plays the object generates output for the developer __str__ makes the object readable generates output for the end user The responses of users Alex…
-
1
votes2
answers468
viewsA: Concatenation of multiple lists with Python
According to question en-us: How to merge Multiple lists into one list in python? [Uplicate] cited 3 forms Form 1: Importing the itertools import itertools iterable_disciplinas =…
-
1
votes3
answers1090
viewsA: Error installing Scrapy package in Python
The most convenient way to install the Scrap in the windows and many other things in windows is using the command line cmd and package manager conda of anaconda: Ctrl+r cmd conda install -c…