BlogHide Resteemssteempytutorials (65)in utopian-io • 6 years agoPython #7 part 1 - Advent of Code 2018 - Topological SortRepository What will I learn Parsing the input Adding sets (union) Comparing sets Lexicographical order Topological sort Requirements Python 3.7.2 Pipenv…steempytutorials (65)in utopian-io • 6 years agoPython #6 - Advent of Code 2018 - Distances between pointsRepository 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…steempytutorials (65)in utopian-io • 6 years agoPython #5 - Solving Puzzles from Advent of Code 2018 - String/character functionsRepository 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…steempytutorials (65)in utopian-io • 6 years agoLearn how to program with Python #4 - Solving Puzzles from Advent of Code 2018Repository 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…steempytutorials (65)in utopian-io • 6 years agoLearn how to program with Python #3 - Solving Puzzles from Advent of Code 2018Repository What will I learn Findall 2D list Sets Requirements Python 3.7.2 Pipenv git Difficulty basic Tutorial Preface This tutorial is part of…steempytutorials (65)in utopian-io • 6 years agoLearn how to program with Python #2 - Solving Puzzles from Advent of Code 2018Repository What will I learn .strip() Counting characters True == 1 and False == 0 Nested loop .pop() Requirements Python 3.7.2 Pipenv git…steempytutorials (65)in utopian-io • 6 years agoLearn how to program with Python #1 - Solving Puzzles from Advent of Code 2018Repository What will I learn Workspace Virtual environment Reading files Part one: int(), map(), sum() Part two Requirements Python 3.7.2 Pipenv git…steempytutorials (65)in utopian-io • 6 years agoPart 4: Comparing orderbooks from different exchanges in real timeRepository 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…steempytutorials (65)in utopian-io • 6 years agoPart 3: Connecting and managing multiple websocket streams in parallelRepository What will I learn Creating websocket threads Managing the websocket threads Managing multiple orderbooks Locking Accessing data from the main thread…steempytutorials (65)in utopian-io • 6 years agoPart 2: Manage local 'STEEM' orderbook via websocket stream from exchangeRepository What will I learn What is a local orderbook Open a diff. depth stream Retrieve orderbook snapshot Process updates Update the local orderbook Requirements…steempytutorials (65)in utopian-io • 6 years agoPart 1: Connecting to STEEM orderbook stream via websockets on different exchangesRepository What will I learn Basics of websockets Subscribing to data streams Processing messages Return top bid/ask Requirements Python 3.7.2 Pipenv…steempytutorials (65)in utopian-io • 6 years agoSteemChain - Charts & Analytics V1.4.0Repository 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…steempytutorials (65)in utopian-io • 6 years agoSteemChain - Charts & Analytics V1.3.0Repository 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…steempytutorials (65)in utopian-io • 6 years agoConnect to multiple STEEM nodes in parallel to validate blocksRepository 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…steempytutorials (65)in utopian-io • 6 years agoSteemChain - Charts & Analytics V1.2.0Repository 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…steempytutorials (65)in utopian-io • 6 years agoSteemChain - Charts & Analytics V1.1.0Repository 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…steempytutorials (65)in utopian-io • 6 years agoNew Project: SteemChain - Charts & AnalyticsRepository 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…steempytutorials (65)in utopian-io • 6 years agoPart 4: Adding live STEEM/SBD tickersThis 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…steempytutorials (65)in utopian-io • 6 years agoPart 3: Combing Charts.js And Django Rest FrameworkThis 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…steempytutorials (65)in utopian-io • 6 years agoPart 2: Using A Bootstrap Template To Parse STEEM Posts Via Beem APIThis 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…