Login Register






Questions about Python filter_list
Author
Message
Questions about Python #1
I want to learn Python, but I have a few questions. Hoping someone could answer them for me Smile

1) Is it possible to scrape website information with python?

2) Can Python be used for making automatic things? (registering to a website, comparing data from website and then executing instructions to a certain website) Also, this kind of goes hand in hand with scraping info with Python. If it can't scrape info it can't compare data.

These are my two main questions.

Also what are some cool things you have made with Python?

I'm basically new to coding in terms of mastering a language. I know Lua and JavaScript (automation in JS does not support multi-threading, so until that day comes, I must move on Sad ).

I know for a fact Python has *amazing* multi-thread capabilities, which is the main thing that interest me.


RE: Questions about Python #2
1) Yes.
2) Yes. (Although registering to websites might require captcha handling.)

I made this yesterday: [link]

And yes, Python's multi-threading is great.


RE: Questions about Python #3
There are hundreds of libraries and wrappers wrote for python, you can practically do anything with it.

Just get your hands in and start playing. Smile