Skip to content

inspekt//blog

inspekt//blog

  • Home
  • Donate
  • Contact
    • Home
    • 2022
    • January
Python

How to use Python SCP to Check local filesize vs remote filesize and also replace remote filesizes that do not match local filesize.

Tony Jan 8, 2022 0 Comments

I use code to transfer hundreds of large files to a remote server and sometimes after all transfers are done, the remote file size does not match the actual size…

Python

The Most Useful Python Code Snippets I Use

Tony Jan 8, 2022 0 Comments

Separating Large Lists into Chunks for Data Processing import random res = [random.randrange(1, 50, 1) for i in range(100)] chunk_size = 25 for i in range(0, len(res), chunk_size): chunk =…

  • Pandas Code Snippets – Python

    Python

    Pandas Code Snippets – Python

    June 22, 2022

  • How to use Python SCP to Check local filesize vs remote filesize and also replace remote filesizes that do not match local filesize.

    Python

    How to use Python SCP to Check local filesize vs remote filesize and also replace remote filesizes that do not match local filesize.

    January 8, 2022

  • The Most Useful Python Code Snippets I Use

    Python

    The Most Useful Python Code Snippets I Use

    January 8, 2022

  • Use mysqldump to Export All Tables from an MySQL Database to CSV Files

    Linux / MySQL

    Use mysqldump to Export All Tables from an MySQL Database to CSV Files

    June 2, 2021

  • June 2022
  • January 2022
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • AWS
  • Linux
  • MySQL
  • Python
  • VirtualBox
  • Windows

inspekt//blog