How to Deploy a Python App to Heroku in Under 5 Minutes
https://medium.com/@alains/how-to-deploy-a-python-app-to-heroku-in-under-5-minutes-cc4bf3dfbf40
https://medium.com/@alains/how-to-deploy-a-python-app-to-heroku-in-under-5-minutes-cc4bf3dfbf40
Medium
How to Deploy a Python App to Heroku in Under 5 Minutes
Make your app run on Heroku in minutes with this quick guide.
Learn Python Django in Minutes with This Easy-to-Follow Step by Step Guide
https://medium.com/@alains/learn-python-django-in-minutes-with-this-easy-to-follow-step-by-step-guide-1d23f13d6728
https://medium.com/@alains/learn-python-django-in-minutes-with-this-easy-to-follow-step-by-step-guide-1d23f13d6728
Medium
Learn Python Django in Minutes with This Easy-to-Follow Step by Step Guide
Want to learn Python and Django? This guide will help you get up and running!
Create an epic with subtask in Jira by Python
https://medium.com/@ivanyufryakov/create-an-epic-with-subtask-in-jira-by-python-f4afb173ace1
https://medium.com/@ivanyufryakov/create-an-epic-with-subtask-in-jira-by-python-f4afb173ace1
Medium
Create an epic with subtask in Jira by Python
If you have tedious duties and sometimes create the repetitive epics with subtasks in Jira with the same structure as me, you must have…
Plotting Graphs with Python and Oracle Database
https://cjones-oracle.medium.com/plotting-graphs-with-python-and-oracle-database-74ee9c63cf57
https://cjones-oracle.medium.com/plotting-graphs-with-python-and-oracle-database-74ee9c63cf57
Medium
Plotting Graphs with Python and Oracle Database
In response to a question, I put together a simple Python example that draws a bar graph from an Oracle Database query. The key requirement…
Text Network Analysis: Theory and Practice
https://petrkorab.medium.com/text-network-analysis-theory-and-practice-223ac81c5f07
https://petrkorab.medium.com/text-network-analysis-theory-and-practice-223ac81c5f07
Medium
Text Network Analysis: Theory and Practice
Text network analysis belongs to the broader skill set of most text data-oriented analysts. This article begins a journey to discover this…
Web Scraping Football Matches [EPL] With Python
https://medium.com/@obalanatosin16/web-scraping-football-matches-epl-with-python-9fe96b0f47c4
https://medium.com/@obalanatosin16/web-scraping-football-matches-epl-with-python-9fe96b0f47c4
Medium
Web Scraping Football Matches [EPL] With Python
This is my first web scraping project with python. I’m going to scrape match results from the English Premier League for this project. I’ll…
Incremental and Full strategies with Apache Airflow and PostgreSQL
https://medium.com/@emergeit/incremental-and-full-strategies-with-apache-airflow-and-postgresql-e2075f9b3c84
https://medium.com/@emergeit/incremental-and-full-strategies-with-apache-airflow-and-postgresql-e2075f9b3c84
Medium
Incremental and Full strategies with Apache Airflow and PostgreSQL
Index
Using web3 python to get latest price of smart contract token
https://medium.com/@sujaykhandek/using-web3-python-to-get-latest-price-of-smart-contract-token-92aafcb2bde7
https://medium.com/@sujaykhandek/using-web3-python-to-get-latest-price-of-smart-contract-token-92aafcb2bde7
Medium
Using web3 python to get latest price of smart contract token
Sometimes it is important to get the latest price of token without relying on external api’s like Coingecko/Coinmarketcap. Using these…