Scikit-Learn Cheat Sheet (2021), Python for Data Science
The absolute basics for beginners learning…
https://towardsdatascience.com/scikit-learn-cheat-sheet-2021-python-for-data-science-c634fd5dcbd0
The absolute basics for beginners learning…
https://towardsdatascience.com/scikit-learn-cheat-sheet-2021-python-for-data-science-c634fd5dcbd0
“Find the Difference” in Python
Difflib — A hidden gem in Python built-in libraries
https://towardsdatascience.com/find-the-difference-in-python-68bbd000e513
Difflib — A hidden gem in Python built-in libraries
https://towardsdatascience.com/find-the-difference-in-python-68bbd000e513
Two Cool Functions To Know in Python
Learn how to make tables with tabulate and show progress bars…
https://towardsdatascience.com/two-cool-functions-to-know-in-python-7c36da49f884
Learn how to make tables with tabulate and show progress bars…
https://towardsdatascience.com/two-cool-functions-to-know-in-python-7c36da49f884
Using slots in Python: limit dynamic attribute creation and improve speed
When we create classes, one of the biggest challenges is understanding how to handle dynamic ...
https://pythonforthelab.com/blog/using-slots-in-python-limit-dynamic-attribute-creation-and-improve-speed/
When we create classes, one of the biggest challenges is understanding how to handle dynamic ...
https://pythonforthelab.com/blog/using-slots-in-python-limit-dynamic-attribute-creation-and-improve-speed/
Python for the Lab
Using slots in Python: limit dynamic attribute creation and improve speed
Limiting attribute creation in Python can be useful to limit the number of mistakes users of our code can make
Working With Excel in Python
Introduction
Excel is ubiquitous. Many software projects originate from some company or process ...
https://tomassetti.me/working-with-excel-in-python/
Introduction
Excel is ubiquitous. Many software projects originate from some company or process ...
https://tomassetti.me/working-with-excel-in-python/
Strumenta
Working With Excel in Python - Strumenta
Exploring working with Excel in Python, using the openpyxl library and other tools is the goal of this article. Learn how to do it.
readthedocs / readthedocs.org
The source code that powers readthedocs.org
https://github.com/readthedocs/readthedocs.org
The source code that powers readthedocs.org
https://github.com/readthedocs/readthedocs.org
GitHub
GitHub - readthedocs/readthedocs.org: The source code that powers readthedocs.org
The source code that powers readthedocs.org. Contribute to readthedocs/readthedocs.org development by creating an account on GitHub.
Interoperable Python and SQL in Jupyter Notebooks
Using SQL on top of Pandas, Spark, and Dask
https://towardsdatascience.com/interoperable-python-and-sql-in-jupyter-notebooks-86245e711352
Using SQL on top of Pandas, Spark, and Dask
https://towardsdatascience.com/interoperable-python-and-sql-in-jupyter-notebooks-86245e711352
Hiding Secret Keys and Passwords in Python
https://medium.com/analytics-vidhya/hiding-secret-keys-and-passwords-in-python-2950c6a4359
https://medium.com/analytics-vidhya/hiding-secret-keys-and-passwords-in-python-2950c6a4359
allenai / allennlp
An open-source NLP research library, built on PyTorch.
https://github.com/allenai/allennlp
An open-source NLP research library, built on PyTorch.
https://github.com/allenai/allennlp
GitHub
GitHub - allenai/allennlp: An open-source NLP research library, built on PyTorch.
An open-source NLP research library, built on PyTorch. - allenai/allennlp
Python List Comprehension (With Examples)
By Lenin Mishra
Pre-requisites
Python Lists and Understanding Manual Iteration - iter and next
...
https://www.pylenin.com/blogs/python-list-comprehension/
By Lenin Mishra
Pre-requisites
Python Lists and Understanding Manual Iteration - iter and next
...
https://www.pylenin.com/blogs/python-list-comprehension/
Pylenin
Python List Comprehension (With Examples)
Learn to create and use lists comprehensions in Python 3 with examples.
Turning your Python Script into a ‘Real’ Program
https://python.plainenglish.io/turning-your-python-script-into-a-real-program-cb702e16ed02
https://python.plainenglish.io/turning-your-python-script-into-a-real-program-cb702e16ed02
ranahaani / GNews
A Happy and lightweight Python Package that searches Google News RSS Feed and returns a usable JSON response
https://github.com/ranahaani/GNews
A Happy and lightweight Python Package that searches Google News RSS Feed and returns a usable JSON response
https://github.com/ranahaani/GNews
GitHub
GitHub - ranahaani/GNews: A Happy and lightweight Python Package that Provides an API to search for articles on Google News and…
A Happy and lightweight Python Package that Provides an API to search for articles on Google News and returns a JSON response. - ranahaani/GNews
Impressive and Interactive Presentation with Plotly and Sphinx
Data scientists can do better…
https://towardsdatascience.com/impressive-and-interactive-presentation-with-plotly-and-sphinx-1c55ee829bbb
Data scientists can do better…
https://towardsdatascience.com/impressive-and-interactive-presentation-with-plotly-and-sphinx-1c55ee829bbb
A Tutorial On Creating Data Pipeline For Object Detection Using PyTorch And…
https://towardsdatascience.com/a-tutorial-on-creating-data-pipeline-for-object-detection-using-pytorch-and-fastai-eae20a4e8472
https://towardsdatascience.com/a-tutorial-on-creating-data-pipeline-for-object-detection-using-pytorch-and-fastai-eae20a4e8472
kkoomen / qbr
Qbr, pronounced as Cuber, is a webcam-based 3x3x3 rubik's cube solver written in Python 3 and OpenCV.
https://github.com/kkoomen/qbr
Qbr, pronounced as Cuber, is a webcam-based 3x3x3 rubik's cube solver written in Python 3 and OpenCV.
https://github.com/kkoomen/qbr
AWS Log Insights as CloudWatch metrics with Python and Terraform
https://www.thedigitalcatonline.com/blog/2021/03/22/aws-log-insights-as-cloudwatch-metrics-with-python-and-terraform/
https://www.thedigitalcatonline.com/blog/2021/03/22/aws-log-insights-as-cloudwatch-metrics-with-python-and-terraform/
Thedigitalcatonline
AWS Log Insights as CloudWatch metrics with Python and Terraform
A step-by-step report on how to build a Lambda function with Terraform and Python to convert Log Insights queries into CloudWatch metrics
A solution to boost Python speed 1000x times
People said Python is slow, how slow it can be
https://python.plainenglish.io/a-solution-to-boost-python-speed-1000x-times-c9e7d5be2f40
People said Python is slow, how slow it can be
https://python.plainenglish.io/a-solution-to-boost-python-speed-1000x-times-c9e7d5be2f40
aladdinpersson / Machine-Learning-Collection
A resource for learning about ML, DL, PyTorch and TensorFlow. Feedback always appreciated :)
https://github.com/aladdinpersson/Machine-Learning-Collection
A resource for learning about ML, DL, PyTorch and TensorFlow. Feedback always appreciated :)
https://github.com/aladdinpersson/Machine-Learning-Collection
GitHub
GitHub - aladdinpersson/Machine-Learning-Collection: A resource for learning about Machine learning & Deep Learning
A resource for learning about Machine learning & Deep Learning - aladdinpersson/Machine-Learning-Collection
Generating automated Word documents with Python
Automating the repetitive tasks that you shouldn’t be…
https://towardsdatascience.com/generating-automated-word-documents-with-python-d258346e1b45
Automating the repetitive tasks that you shouldn’t be…
https://towardsdatascience.com/generating-automated-word-documents-with-python-d258346e1b45
7 Must-Try Data Visualization Libraries in Python
Tools to help you understand the data well
https://betterprogramming.pub/7-must-try-data-visualization-libraries-in-python-fd0fe76e08a0
Tools to help you understand the data well
https://betterprogramming.pub/7-must-try-data-visualization-libraries-in-python-fd0fe76e08a0