Open-Source Computer Vision Projects (With Tutorials)
https://medium.com/@theclickreader/open-source-computer-vision-projects-with-tutorials-4894a23e8386
https://medium.com/@theclickreader/open-source-computer-vision-projects-with-tutorials-4894a23e8386
Medium
Open-Source Computer Vision Projects (With Tutorials)
If you are a student or a professional looking for various open-source computer vision projects, then, this article will help you.
Build a Web Scraper using Python and Beautiful Soup
https://medium.com/@j.girgis85/build-a-web-scraper-using-python-and-beautiful-soup-21f350619bb1
https://medium.com/@j.girgis85/build-a-web-scraper-using-python-and-beautiful-soup-21f350619bb1
Medium
Build a Web Scraper using Python and Beautiful Soup
In a nutshell, web scraping is the extraction of data from websites that doesn’t offer an alternative way like an API.
Generate thousands of unique and interesting videos with one click
https://medium.com/@jaderd/generate-thousands-of-unique-and-interesting-videos-with-one-click-e7c3d60fdd9f
https://medium.com/@jaderd/generate-thousands-of-unique-and-interesting-videos-with-one-click-e7c3d60fdd9f
Medium
Generate thousands of unique and interesting videos with one click
In the previous article, we generated videos using a public cloud-hosted Jupyter notebook. There wasn’t a simple way to scale that to the…
Asynchronous Server/Client with Python [0x02]: Logging
https://medium.com/testingonprod/asynchronous-server-client-with-python-0x02-logging-87f7cde6b16
https://medium.com/testingonprod/asynchronous-server-client-with-python-0x02-logging-87f7cde6b16
Medium
Asynchronous Server/Client with Python [0x02]: Logging
In part 0x02 of this series, we’re going to add a logging system to our server! As I mentioned in the last post, this server is going to…
Using GeoPandas and Folium to Build Maps on Python
https://medium.com/@jade.adams517/using-geopandas-and-folium-to-build-maps-on-python-c51c5aad5f44
https://medium.com/@jade.adams517/using-geopandas-and-folium-to-build-maps-on-python-c51c5aad5f44
Medium
A Python Tutorial on Geomapping using Folium and GeoPandas
Maps and geography have been a long passion of mine, especially in my International Relations background. A side goal of mine as I grow as…
Django Google SEO: поисковая оптимизация веб-сайта на Python для индексации в Google
https://medium.com/nuances-of-programming/django-google-seo-%D0%BF%D0%BE%D0%B8%D1%81%D0%BA%D0%BE%D0%B2%D0%B0%D1%8F-%D0%BE%D0%BF%D1%82%D0%B8%D0%BC%D0%B8%D0%B7%D0%B0%D1%86%D0%B8%D1%8F-%D0%B2%D0%B5%D0%B1-%D1%81%D0%B0%D0%B9%D1%82%D0%B0-%D0%BD%D0%B0-python-%D0%B4%D0%BB%D1%8F-%D0%B8%D0%BD%D0%B4%D0%B5%D0%BA%D1%81%D0%B0%D1%86%D0%B8%D0%B8-%D0%B2-google-a63891391cd5
https://medium.com/nuances-of-programming/django-google-seo-%D0%BF%D0%BE%D0%B8%D1%81%D0%BA%D0%BE%D0%B2%D0%B0%D1%8F-%D0%BE%D0%BF%D1%82%D0%B8%D0%BC%D0%B8%D0%B7%D0%B0%D1%86%D0%B8%D1%8F-%D0%B2%D0%B5%D0%B1-%D1%81%D0%B0%D0%B9%D1%82%D0%B0-%D0%BD%D0%B0-python-%D0%B4%D0%BB%D1%8F-%D0%B8%D0%BD%D0%B4%D0%B5%D0%BA%D1%81%D0%B0%D1%86%D0%B8%D0%B8-%D0%B2-google-a63891391cd5
Medium
Django Google SEO: поисковая оптимизация сайта на Python для индексации в Google
Четыре простых шага для повышения рейтинга сайта в поисковой системе Google благодаря улучшению Django Search Engine Optimization
Bioinformatics 101: Reading FASTA files using Biopython
https://clana.medium.com/bioinformatics-101-reading-fasta-files-using-biopython-501c390c6820
https://clana.medium.com/bioinformatics-101-reading-fasta-files-using-biopython-501c390c6820
Medium
Bioinformatics 101: Reading FASTA files using Biopython
Before we start with the topic, a little self-promotion. I started educational Youtube channel where I will be covering topics from…
LightGBM For Binary Classification In Python
https://lzpdatascience.medium.com/lightgbm-for-binary-classification-in-python-910aa0b4e557
https://lzpdatascience.medium.com/lightgbm-for-binary-classification-in-python-910aa0b4e557
Medium
LightGBM For Binary Classification In Python
Light gradient boosted machine (LightGBM) is an ensemble method that uses a tree-based learning algorithm. LightGBM grows trees vertically…
Codility Algorithm Practice Lesson 9: Maximum Slice Problem, Task 3: MaxDoubleSliceSum — a Python…
https://medium.com/@deck451/codility-algorithm-practice-lesson-9-maximum-slice-problem-task-3-maxdoubleslicesum-a-python-662b74bf4b3e
https://medium.com/@deck451/codility-algorithm-practice-lesson-9-maximum-slice-problem-task-3-maxdoubleslicesum-a-python-662b74bf4b3e
Medium
Codility Algorithm Practice Lesson 9: Maximum Slice Problem, Task 3: MaxDoubleSliceSum — a Python approach
Good day! Time to finish the Maximum slice problem challenges in style. Last time we had the Maximum slice sum task. Now, we’re going to…
Implementing logistic regression as a neural network from scratch
https://whiteviolin.medium.com/implementing-logistic-regression-as-a-neural-network-from-scratch-eff9d9cc98bc
https://whiteviolin.medium.com/implementing-logistic-regression-as-a-neural-network-from-scratch-eff9d9cc98bc
Medium
Implementing logistic regression as a neural network from scratch
I recently started exploring the world of Deep Learning and this process of converting a classical Machine Learning problem (Logistic…
An exploratory data analysis into academic performance
https://tracyrenee61.medium.com/an-exploratory-data-analysis-into-academic-performance-655a21b8c8c8
https://tracyrenee61.medium.com/an-exploratory-data-analysis-into-academic-performance-655a21b8c8c8
Medium
An exploratory data analysis into academic performance
Because I have used Python to conduct an Exploratory Data Analysis, or EDA, on Kaggle’s 2021 data science survey, I felt this would be a…
Leave One Feature Out (LOFO) For Feature Importance
https://hmix13.medium.com/leave-one-feature-out-lofo-for-feature-importance-3ed04a60ae40
https://hmix13.medium.com/leave-one-feature-out-lofo-for-feature-importance-3ed04a60ae40
Medium
Leave One Feature Out (LOFO) For Feature Importance
Using LOFO to Calculate the Importance of Feature in a Dataset
How To Create a Quiz Program Using Python Object-Oriented Programming Concept(OOPs)
https://medium.com/@nafis_ansari/how-to-create-a-quiz-program-using-python-object-oriented-programming-concept-oops-62eaa639343b
https://medium.com/@nafis_ansari/how-to-create-a-quiz-program-using-python-object-oriented-programming-concept-oops-62eaa639343b
Medium
How To Create a Quiz Program Using Python Object-Oriented Programming Concept(OOPs)
Please make sure you have a following pre-requisites before you go ahead:
Webargs-Sanic — newer version for better arguments validation in Sanic
https://medium.com/@dnikolayev/webargs-sanic-newer-version-for-better-arguments-validation-in-sanic-8677c881138f
https://medium.com/@dnikolayev/webargs-sanic-newer-version-for-better-arguments-validation-in-sanic-8677c881138f
Medium
Webargs-Sanic — newer version for better arguments validation in Sanic
Web arguments validation is a significant part of the success of any API application.
All About Python Built-In Functions
https://ninza7.medium.com/all-about-python-built-in-functions-e424d7142870
https://ninza7.medium.com/all-about-python-built-in-functions-e424d7142870
Medium
All About Python Built-In Functions
Python Tutorial from Scratch
Data Labeling with Jupyter ipywidgets
https://tsjohnnychan.medium.com/data-labeling-with-jupyter-ipywidgets-973ad233d568
https://tsjohnnychan.medium.com/data-labeling-with-jupyter-ipywidgets-973ad233d568
Medium
Data Labeling with Jupyter ipywidgets
This article demonstrates how to use Jupyter to do a quick data labeling for machine learning model training, and of course, showing off…
Podemos aplicar Machine Learning nas tabelas do Google Sheets?
https://medium.com/@agtebas/podemos-aplicar-machine-learning-nas-tabelas-do-google-sheets-e4f485f3ebf1
https://medium.com/@agtebas/podemos-aplicar-machine-learning-nas-tabelas-do-google-sheets-e4f485f3ebf1
Medium
Podemos aplicar Machine Learning nas tabelas do Google Sheets?
Um tutorial sobre como ligar o Google Colab em suas planilhas e levar IA a projetos de IoT.
Building an IoT flowerpot from scratch
https://jegamboafuentes.medium.com/building-an-iot-flowerpot-from-scratch-bad9e6623f48
https://jegamboafuentes.medium.com/building-an-iot-flowerpot-from-scratch-bad9e6623f48
Medium
Building an IoT flowerpot from scratch
IoT DYI to measure water, moisture, and temperature levels from plants, using python coding, a PyPortal Titano device and Adafruit IO.