Posted inPython Batch convert PDF to WORD using Python Posted by By Haneef Puttur September 25, 2023 Scenario: you have 100's of pdf files which needs to be converted to .docx format…
Posted inPython Exporting Anaconda Environment to Another Machine Posted by By Haneef Puttur July 8, 2021 Scenario : Copy entire environment as it is to another machine Step 1 : Switch…
Posted inPython Enabling CUDA Gpu support for TensorFlow Posted by By Haneef Puttur June 12, 2021 Setup : Windows 10 computer with NVIDIA GPU Anaconda Installed Installing cuda GPU spport for…
Posted inPython Creating Event Certificates in Python Posted by By Haneef Puttur March 5, 2021 Requirement: Creating a python script which will generate bulk certificates for any event in a…
Posted inGeneral Python Convert python code as a web based service Posted by By Haneef Puttur October 20, 2020 Scenario : We have a simple python code which can be executed using a physical…
Posted inGeneral Python Google Collab Alternative Jupyterhub run from Home Posted by By Haneef Puttur October 9, 2020 Scenario : Want to install jupyter notebook from a single machine and can be utilized…
Posted inPython Convert Python into EXE file Posted by By Haneef Puttur October 10, 2019 Scenario : We want to convert a python application into standalone windows application. Required…
Posted inPython Python – Check TensorFlow Using GPU Posted by By Haneef Puttur July 10, 2019 To check weather Tensorflow using GPU follow these steps: from tensorflow.python.client import device_lib print(device_lib.list_local_devices())…