Sunday, May 19, 2024

Tag Archives: python

Getting Cryptocurrency Prices from Coinbase in Python

In this tutorial, I show you guys how to write some basic Python code that retrieves cryptocurrency prices from Coinbase’s API. Note that no API key is necessary here since price data comes from an unauthenticated, read-only endpoint. Link to the code from this video: Check this link for more information: How to support the channel: Get a shirt or sweatshirt with free shipping (Use code “SHIP” at checkout): Become a member: Support us on Patreon: Donate […]

Read more

(Bangla) Blockchain overview and how to become a blockchain developer

In this video, I have talked about the blockchain journey. 0:00 Intro 01:11 Agenda 02:15 What is `Blockchain` 03:58 What problem it tries to solve 12:45 Types of blockchains 18:02 How to become a blockchain developer 31:45 Blockchain Jobs 37:35 My advice Slide: Please do you own research and learning beside these links if you really want to become a good developer. 🌎 Find me here: Facebook: Blog: Twitter: GitHub: LinkedIn: Email: foyzulkarim@gmail.com [ad_2] Source link

Read more

How to Get Cryptocurrency Prices using Python – Markets and Data

Code: In this video I show you how a Data Scientist might be extracting data from a cryptocurrency exchange using and API (Binance in this case), if that data scientist was working with that type of data. Most people imagine Data Scientists to solely work on projects with Machine Learning, but in most cases that is not the case. The most crucial part of a Data Scientists job is to get data and analyze it efficiently. From […]

Read more

สร้าง Blockchain ด้วยภาษา Python | สำหรับผู้เริ่มต้น [2022][FULL COURSE]

สนับสนุนช่องด้วยการสมัครสมาชิก (Membership): 🔐 SHA256 Hash : 🕵 เรียนคอร์ส Blockchain & Smart Contract บน Udemy: 🧥 อุดหนุนเสื้อโค้ท เสื้อคอเต่า (Sponsor): ### ทฤษฎี ### 0:00 – รู้จักกับ Blockchain 16:06 – ส่วนประกอบของ Blockchain 38:01 – รู้จักกับ SHA256-Hash 58:24 – Immutable Ledger 01:05:34 – Distributed P2P Network 01:19:30 – Mining 01:33:56 – The Nonce 01:55:40 – Cryptographic Puzzle 02:07:55 – Mining Difficulty 02:19:16 – Nonce Range 02:31:32 – Byzantine Fault Tolerance 02:52:19 – Defense Against Attackers 02:58:38 – Proof-of-Work (PoW) ### เขียนโปรแกรม […]

Read more

Scraping Historical Cryptocurrency Prices [Python Beautiful Soup & Selenium Tutorial]

In this python tutorial video, we show you how you can scrape historical data for a cryptocurrency of your choice using beautifulsoup and selenium, from coinmarketcap. We capture all of the data going back as far as they have it and then automatically save it into a csv, all with python. Web scraping work with python is often times such an important early stage need for any sort of data analysis pipeline that you may have, and […]

Read more

Bitcoin mining with 15 lines of python code | Python Bitcoin Tutorial

Mine the bitcoin with 15 lines of python code. In this video I will show you how exactly bitcoin mining works and we will write simple python program (less than 15 lines of code) that can mine bitcoin block. Easy explanation of what is bitcoin: Video in Hindi: 🤝 Support my youtube channel by buying a data science, coding 👕 T-shirt: How does one redeem bitcoin reward after producing correct hash? : Code: Cool python apps playlist: […]

Read more