Posts by SasukeUchiha • 75 points
5 posts
-
1
votes2
answers166
viewsQ: help with indentation that is generating error in python 3.6
I’m doing a webcrawler I’m having the following problem. I had to do a separate program to print out how many candidates passed each course. Only that the last line is not running, and it would make…
-
2
votes3
answers314
viewsQ: How to count the number of candidates on this page ? Python 3.6
Simple thing. I need to count how many candidates there are in the table of this page, for example : http://www.ufjf.br/cdara/sisu-2/sisu-2017-1a-edicao/lista-de-espera-sisu-3/?…
-
1
votes3
answers691
viewsQ: Python 3.6 regular expression for inteitra phrase extraction
I need to extract only the phrases that contain ADMINISTRATION - JUDGE OUTSIDE - NOCTURNE - SISU - GROUP B, for example. That is, I need to get only the name of the course, the city, the turn, the…
-
3
votes1
answer113
viewsQ: How to do this regular expression in python 3.6
I need to do a regular expression to extract the links from this string : links…
-
-2
votes1
answer182
viewsQ: How to pass data read in a program in c++ as momando in cmd
I would like to know how to read something in a program and pass this reading as a command to cmd, through stdlib or cstdlib library, whatever. The picture shows what I’m trying to do.…