How PyDoc Helps Your Python Development
https://dennisokeeffe.medium.com/how-pydoc-helps-your-python-development-df0b186ad96e
https://dennisokeeffe.medium.com/how-pydoc-helps-your-python-development-df0b186ad96e
Medium
How PyDoc Helps Your Python Development
This post will use the pydoc module from the standard library to to explore how we can navigate documentation as well as create our own. As a simple starter, we can use PyDoc to explore the…
How to improve your coding style and documentation with python programming language?
https://mananjain0.medium.com/how-to-improve-your-coding-style-and-documentation-with-python-programming-language-d2bb0ad0fedb
https://mananjain0.medium.com/how-to-improve-your-coding-style-and-documentation-with-python-programming-language-d2bb0ad0fedb
Medium
How to improve your coding style and documentation with python programming language?
The main goal of a programmer/ developer is to write a code which is easily understandable by anyone who read them. Good programmers should…
Stop Using CSVs for Storage — This File Format is Faster and Lighter
https://towardsdatascience.com/stop-using-csvs-for-storage-this-file-format-is-faster-and-lighter-8fec7ebad6fc
https://towardsdatascience.com/stop-using-csvs-for-storage-this-file-format-is-faster-and-lighter-8fec7ebad6fc
Medium
Stop Using CSVs for Storage — This File Format is Faster and Lighter
CSV’s cost you time, disk space, and money. There’s a solution.
Connecting to AWS DynamoDB Using Boto3 and Python
https://medium.com/@zaireali649/connecting-to-aws-dynamodb-using-boto3-and-python-6e4774588d24
https://medium.com/@zaireali649/connecting-to-aws-dynamodb-using-boto3-and-python-6e4774588d24
Medium
Connecting to AWS DynamoDB Using Boto3 and Python
Introduction
Creating a Horoscope Generator in Dutch using Deep Learning
https://wesselhuising.medium.com/creating-a-horoscope-generator-in-dutch-using-deep-learning-45d6ff11f269
https://wesselhuising.medium.com/creating-a-horoscope-generator-in-dutch-using-deep-learning-45d6ff11f269
Medium
Creating a Horoscope Generator in Dutch by fine-tuning a GPT-2 model
The aim of this article is to explain how an AI model can be trained to generate horoscopes written in the Dutch language. The article will…
Node.JS VS Python: Which Backend Technology To Choose In 2021
https://medium.com/@o.horshkov/node-js-vs-python-which-backend-technology-to-choose-in-2021-2a02f0b0ca5
https://medium.com/@o.horshkov/node-js-vs-python-which-backend-technology-to-choose-in-2021-2a02f0b0ca5
Medium
Node.JS VS Python: Which Backend Technology To Choose In 2021
Python: With Python, you can develop an MVP or prototype within a limited time frame to reduce Time to Market (TTM). Another advantage is…
All The Ways to Compress and Archive Files in Python
https://towardsdatascience.com/all-the-ways-to-compress-and-archive-files-in-python-e8076ccedb4b
https://towardsdatascience.com/all-the-ways-to-compress-and-archive-files-in-python-e8076ccedb4b
Medium
All The Ways to Compress and Archive Files in Python
Compress, decompress and manage archives and files with Python in all the formats you might ever need
How to detect edges of a mask in python with OpenCV
https://medium.com/@rootaccess/how-to-detect-edges-of-a-mask-in-python-with-opencv-4bcdb3049682
https://medium.com/@rootaccess/how-to-detect-edges-of-a-mask-in-python-with-opencv-4bcdb3049682
Medium
How to detect edges of a mask in python with OpenCV
Have you ever wanted to detect the edges of your generated mask images ? Well , i will show you how to do it.
4 Practical Principles for writing a clean Python Code
https://medium.com/@olgarybnytska/4-practical-principles-for-writing-a-clean-python-code-6cccf741544d
https://medium.com/@olgarybnytska/4-practical-principles-for-writing-a-clean-python-code-6cccf741544d
Medium
4 Practical Principles for writing a clean Python Code
Clean code is important, no one denies it. But did you know that in practice, we read code more than we write? Besides, it is easier to…