A Must Have Python Package For Data Scientists!
https://preettheman.medium.com/a-must-have-python-package-for-data-scientists-1cc3cf99e0e
https://preettheman.medium.com/a-must-have-python-package-for-data-scientists-1cc3cf99e0e
Medium
A Must Have Python Package For Data Scientists!
Welcome back! Python is an awesome programming language that many data scientists use, if you’re new to Python, check out the link below to…
How to host Next Js/React frontend and Flask api on AWS ec2 with https using GitHub and Certbot —…
https://medium.com/@gkv856/how-to-host-next-js-react-frontend-and-flask-api-on-aws-ec2-with-https-using-github-and-certbot-c87ecf27ba30
https://medium.com/@gkv856/how-to-host-next-js-react-frontend-and-flask-api-on-aws-ec2-with-https-using-github-and-certbot-c87ecf27ba30
Medium
How to host Next Js/React frontend and Flask api on AWS ec2 with https using GitHub and Certbot — part1
Recently I developed an app called SPEECHAI using NEXTJS that could read any PDF file out loud thanks to Text To Speech and hosted it on…
Python Standard Library changes in recent years
https://antonz.org/python-stdlib-changes/#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
https://antonz.org/python-stdlib-changes/#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
List and Tuple -Why use a tuple rather of a list?
https://medium.com/@skillstechnical95/list-and-tuple-why-use-a-tuple-rather-of-a-list-4db1c43168a7
https://medium.com/@skillstechnical95/list-and-tuple-why-use-a-tuple-rather-of-a-list-4db1c43168a7
Medium
List and Tuple -Why use a tuple rather of a list?
A list is a data structure in Python that’s a mutable, or flexible, organized sequence of essentials.
Python Collections Modules: Counter Data Structure
https://medium.com/@sunilrana123/python-collections-modules-counter-data-structure-410a9e3fc977
https://medium.com/@sunilrana123/python-collections-modules-counter-data-structure-410a9e3fc977
Medium
Python Collections Modules: Counter Data Structure
Collections in Python are containers that are used to store collections of data, for example, list, dict, set, tuple, etc. These are the…