Posts by user3896400 • 127 points
4 posts
-
3
votes1
answer112
viewsQ: Attraction of objects in python
I’m writing a code where one image goes toward another only for some reason it’s not working. I take the distance between them calculate the gravitational force Fg = G*M1*M2/D^2 of attraction…
-
2
votes1
answer280
viewsQ: HTML Parser in Xamarin
I am developing an application with Xamarin to make login in a web account using HTTPWebRequest and filter relevant site information to an app. I’ve already developed the part of doing login, now I…
-
3
votes1
answer479
viewsQ: How to simulate a form action=POST with urllib2
I want to create a program that reads my college notes and display on the screen , for this I am using urllib2 to receive the web page where my notes are presented but to receive I need to log in.…
-
4
votes1
answer789
viewsQ: How do HTTP request?
I would like to make an HTTP request to my college server by mimicking the requests sent by the browser so I can log in and check my notes. I already have experience with mobile development, my…