Started learning Python - real applications?

Associate
Joined
18 Apr 2004
Posts
335
Location
Milton Keynes, UK
Hey all,

Started my journey in doing Python, learning about cleaning data and what not for analysis. I want delve more into web site searching and things like... how do people go about creating stuff that checks availability on site like hotels/airbnb/stock.

I want to understand the concepts of it, are they literally just crawling links direct to the product/item and checking parameters or using some sort of API? What guides/tutorials have you done that points to real life application. I like to break down existing code if it exists to understand the elements.

Another thing I wanted to learn is reading the stock/crypto charts for instance. I know you have markers for giving you an alarm when a certain criteria hits but would like to understand and make something my own.

Automation is something I want to get more into. Many thanks.
 
I know the very basics as they always teach you using numbers and calculations. I tend to like looking at code (still basic sense) and then playing about and understanding how it works. Those that use notes in the code also help with learning.
 
It might be worth taking a look at the Bitcoin project, because whilst Bitcoin Core itself is written in C++, I think a lot of python is also used for some aspects of the project, so you would probably find some experienced python developers there:

https://github.com/bitcoin/bitcoin

I've heard of this site. Trying to understand how it works as there's a lot of, to me, information within folders etc.
 
Yes it is certainly not beginner level, and I did think about that when mentioning it. However, you seem to have an interest in crypto, and I expect there will be some interesting examples of Python. If you haven't already, it's worth learning GitHub, this is a core programming skill now:

http://webref.eu/git-notes.php
Thank you. I need to check what other forums/resources that are helpful to newbies with Python as well.
 
Back
Top Bottom