The Mathematics of CT Scans and Image Reconstruction: An Introduction to Algorithms Using the Python Programming Language.
https://youtu.be/qfAS8seVYvU
https://youtu.be/qfAS8seVYvU
YouTube
CT Scans and Tomographic Recon in PYTHON
In this video I go over basic analytical reconstruction techniques in the field of computed tomography, In particular, I manually show how back projection and filtered back projection work, and then give the corresponding functions from the skimage library.…
Pants 2.8: Support for Autoflake & Pyupgrade, Docker publishing, Golang, and Google Cloud Functions
https://blog.pantsbuild.org/introducing-pants-2-8
https://blog.pantsbuild.org/introducing-pants-2-8
The Pants Build System Blog
Introducing Pants 2.8
Pants 2.8 adds Autoflake & Pyupgrade, Docker publishing, Golang, PEP 517 publishing, and Google Cloud Functions
Three Python Projects to replace paid proxy services (actually not)
https://scrapingant.com/blog/top-open-source-proxy-scrapers
https://scrapingant.com/blog/top-open-source-proxy-scrapers
Scrapingant
Best Free Proxy Scraping Tools | ScrapingAnt
This proxy scrapers review reveals the best available tools for getting proxies. Learn how to get proxies for web scraping with free open source tools.
File Handling and Operations in Python
https://medium.com/@knoldus/file-handling-and-operations-in-python-3496d6f534b0
https://medium.com/@knoldus/file-handling-and-operations-in-python-3496d6f534b0
Medium
File Handling and Operations in Python
Python is extensively used for file handling and operations performed in a file. It supports multiple programming paradigms such as: Python has its own standard library which is very extensive and…
#11 Data Engineering — TRANSFORM DATA — Parsing Dates (ETL Pipeline)
https://sakaggi.medium.com/11-data-engineering-transform-data-parsing-dates-etl-pipeline-de701699bdc2
https://sakaggi.medium.com/11-data-engineering-transform-data-parsing-dates-etl-pipeline-de701699bdc2
Medium
#11 Data Engineering — TRANSFORM DATA — Parsing Dates (ETL Pipeline)
This is the eleventh blog in the series of posts related to Data Engineering. I have been writing all the important things that I learn as…
Downloading Large Amount of Stock Data Using Python.
https://siddharth1.medium.com/downloading-large-amount-of-stock-data-using-python-2ba8dc6436ea
https://siddharth1.medium.com/downloading-large-amount-of-stock-data-using-python-2ba8dc6436ea
Medium
Downloading Large Amount of Stock Data Using Python.
This will be small coding demonstration where you can easily download bulk data or multiple tickers data through Pandas Data Reader.
How to Convert a PDF File to an Audio MP3 File Using Python
https://python.plainenglish.io/how-to-convert-a-pdf-file-to-an-audio-mp3-file-using-python-dbbf21f4d5b4
https://python.plainenglish.io/how-to-convert-a-pdf-file-to-an-audio-mp3-file-using-python-dbbf21f4d5b4
Medium
How to Convert a PDF File to an Audio MP3 File Using Python
A guide to converting PDF files to audio MP3 using Python.
Top 10 Machine Learning Tools for App Development
https://botreetechnologies.medium.com/top-10-machine-learning-tools-for-app-development-746f7eeb3ed2
https://botreetechnologies.medium.com/top-10-machine-learning-tools-for-app-development-746f7eeb3ed2
Medium
Top 10 Machine Learning Tools for App Development
Did you know that 97% of all mobile users prefer Machine Learning powered voice assistants to answer all their queries? Therefore, it is no…
How to calculate RGB values for some images in Python
https://federicotrotta.medium.com/how-to-calculate-rgb-values-for-some-images-in-python-ccf9abcea8f3
https://federicotrotta.medium.com/how-to-calculate-rgb-values-for-some-images-in-python-ccf9abcea8f3
Medium
How to calculate RGB values for some images in Python
A step-by-step guide.
How to Use Snowflake Connector for Python
https://medium.com/@cndro/how-to-use-snowflake-connector-for-python-4eea07e46430
https://medium.com/@cndro/how-to-use-snowflake-connector-for-python-4eea07e46430
Medium
How to Use Snowflake Connector for Python
Introduction
Blockchain — Explained and How to create
https://mrvaibh.medium.com/blockchain-explained-and-how-to-create-d897bc20db64
https://mrvaibh.medium.com/blockchain-explained-and-how-to-create-d897bc20db64
Medium
Blockchain — Explained and How to create
Blockchain is a linear chain of BLOCKS, and each BLOCK contains some information. Let’s take a look on how to create a blockchain in…
Implementation of networkx python package to identify important nodes within cities.
https://medium.com/@vabaikanov/implementation-of-networkx-python-package-to-identify-important-nodes-within-cities-66abb5e25564
https://medium.com/@vabaikanov/implementation-of-networkx-python-package-to-identify-important-nodes-within-cities-66abb5e25564
Medium
Implementation of networkx python package to identify important nodes within cities. Real life example.
Networkx is a Python package which helps to identify important nodes, based on various criteria. The obtained information might be useful…