Login
Discover
Waves
Decks
Upgrade
Login
Signup
65
steempytutorials
Steem-Python
Python tutorials often related to Steem | Managed by @juliank
Available
Used
Resource Credits
2,356 Followers
3 Following
December 30, 2017
RSS feed
Posts
Blog
Posts
Comments
Communities
Wallet
Follow
steempytutorials
utopian-io
Monday, May 13, 2019 4:13 PM
Python #7 part 1 - Advent of Code 2018 - Topological Sort
Repository What will I learn Parsing the input Adding sets (union) Comparing sets Lexicographical order Topological sort Requirements Python 3.7.2 Pipenv git Difficulty basic Tutorial Preface This tutorial
$ 11.406
74
7
1
steempytutorials
utopian-io
Saturday, May 11, 2019 7:52 PM
Python #6 - Advent of Code 2018 - Distances between points
Repository What will I learn Coverting points to coordinate tuples Finding the outer bounds of the grid Calculating the distance between two locations Calculating sum of distances to all locations Requirements
$ 22.457
150
5
1
steempytutorials
utopian-io
Friday, April 12, 2019 6:10 PM
Python #5 - Solving Puzzles from Advent of Code 2018 - String/character functions
Repository What will I learn ASCII values of characters Converting a string into a unique set of lowercase characters Remove characters from a string Requirements Python 3.7.2 Pipenv git Difficulty basic
$ 24.304
138
6
3
steempytutorials
utopian-io
Thursday, April 11, 2019 7:36 PM
Learn how to program with Python #4 - Solving Puzzles from Advent of Code 2018
Repository What will I learn What are defaultdicts? Extracting arguments with re.search Retrieving the max value of a dict Requirements Python 3.7.2 Pipenv git Difficulty basic Tutorial Preface This tutorial
$ 22.200
149
5
1
steempytutorials
utopian-io
Monday, April 8, 2019 3:03 AM
Learn how to program with Python #3 - Solving Puzzles from Advent of Code 2018
Repository What will I learn Findall 2D list Sets Requirements Python 3.7.2 Pipenv git Difficulty basic Tutorial Preface This tutorial is part of a course where solutions to puzzles from Advent of Code
$ 23.796
215
6
3
steempytutorials
utopian-io
Saturday, April 6, 2019 7:48 PM
Learn how to program with Python #2 - Solving Puzzles from Advent of Code 2018
Repository What will I learn .strip() Counting characters True == 1 and False == 0 Nested loop .pop() Requirements Python 3.7.2 Pipenv git Difficulty basic Tutorial Preface This tutorial is part of a course
$ 23.949
189
7
1
steempytutorials
utopian-io
Friday, April 5, 2019 7:19 PM
Learn how to program with Python #1 - Solving Puzzles from Advent of Code 2018
Repository What will I learn Workspace Virtual environment Reading files Part one: int(), map(), sum() Part two Requirements Python 3.7.2 Pipenv git Difficulty basic Tutorial Preface This tutorial is part
$ 27.315
147
9
2
steempytutorials
utopian-io
Thursday, April 4, 2019 1:26 PM
Part 4: Comparing orderbooks from different exchanges in real time
Repository What will I learn Connecting to Upbit Change data format Create subsets of exchanges Comparing top bid/ask on each update Requirements Python 3.7.2 Pipenv websocket-client requests Difficulty
$ 41.007
184
6
1
steempytutorials
utopian-io
Tuesday, April 2, 2019 11:57 AM
Part 3: Connecting and managing multiple websocket streams in parallel
Repository What will I learn Creating websocket threads Managing the websocket threads Managing multiple orderbooks Locking Accessing data from the main thread Ping/pong Requirements Python 3.7.2 Pipenv
$ 46.198
200
6
steempytutorials
utopian-io
Sunday, March 31, 2019 2:14 PM
Part 2: Manage local 'STEEM' orderbook via websocket stream from exchange
Repository What will I learn What is a local orderbook Open a diff. depth stream Retrieve orderbook snapshot Process updates Update the local orderbook Requirements Python 3.7.2 Pipenv websocket-client
$ 48.830
182
5
steempytutorials
utopian-io
Wednesday, March 27, 2019 12:49 PM
Part 1: Connecting to STEEM orderbook stream via websockets on different exchanges
Repository What will I learn Basics of websockets Subscribing to data streams Processing messages Return top bid/ask Requirements Python 3.7.2 Pipenv websocket-client Difficulty basic Tutorial Preface
$ 42.308
170
6
3
steempytutorials
utopian-io
Saturday, March 23, 2019 2:46 PM
SteemChain - Charts & Analytics V1.4.0
Repository Website What is SteemChain? SteemChain in an open source application to analyse transactions and operations from the STEEM blockchain. Store these into a MySQL database and visualise with charts
$ 26.443
67
4
steempytutorials
utopian-io
Thursday, March 21, 2019 11:57 PM
SteemChain - Charts & Analytics V1.3.0
Repository Website What is SteemChain? SteemChain in an open source application to analyse transactions and operations from the STEEM blockchain. Store these into a MySQL database and visualise with charts
$ 33.985
134
5
steempytutorials
utopian-io
Thursday, March 21, 2019 2:39 PM
Connect to multiple STEEM nodes in parallel to validate blocks
Repository What will I learn Retrieve blocks via an API Connect to multiple nodes Thread synchronisation Returning data to the main thread Processing data from the worker threads Requirements Python 3.7.2
$ 19.535
110
5
steempytutorials
utopian-io
Friday, March 15, 2019 10:51 PM
SteemChain - Charts & Analytics V1.2.0
Repository Website with blockchain atm) What is SteemChain? SteemChain in an open source application to analyse transactions and operations from the STEEM blockchain. Store these into a MySQL database
$ 50.368
179
9
steempytutorials
utopian-io
Tuesday, March 12, 2019 3:11 PM
SteemChain - Charts & Analytics V1.1.0
Repository Website What is SteemChain? SteemChain in an open source application to analyse transactions and operations from the STEEM blockchain. Store these into a MySQL database and visualise with charts
$ 64.363
182
7
steempytutorials
utopian-io
Monday, March 4, 2019 8:16 AM
New Project: SteemChain - Charts & Analytics
Repository Website Still in beta, the data can be incomplete and the website may be laggy as blocks are being processed! New Project What is the project about? SteemChain in an open source application
$ 58.207
199
7
2
steempytutorials
utopian-io
Tuesday, February 5, 2019 4:57 PM
Part 4: Adding live STEEM/SBD tickers
This tutorial is part of a series where different aspects of quickly creating and deploying STEEM web applications by using the Django framework as well as Beem are discussed. Knowledge of programming
$ 9.895
59
5
2
steempytutorials
utopian-io
Saturday, February 2, 2019 4:23 PM
Part 3: Combing Charts.js And Django Rest Framework
This tutorial is part of a series where different aspects of quickly creating and deploying STEEM web applications by using the Django framework as well as Beem are discussed. Knowledge of programming
$ 9.794
56
7
1
steempytutorials
utopian-io
Thursday, January 31, 2019 11:51 PM
Part 2: Using A Bootstrap Template To Parse STEEM Posts Via Beem API
This tutorial is part of a series where different aspects of quickly creating and deploying STEEM web applications by using the Django framework as well as Beem are discussed. Knowledge of programming
$ 14.874
61
6
1