Comparing modern multiplatform desktop frameworks on the image browser app
https://medium.com/@jan.tosovsky.cz/comparing-modern-multiplatform-desktop-frameworks-on-the-image-browser-app-305552c7ebe2
https://medium.com/@jan.tosovsky.cz/comparing-modern-multiplatform-desktop-frameworks-on-the-image-browser-app-305552c7ebe2
Medium
Comparing modern multiplatform desktop frameworks on the image browser app
Sharing my experience with creating the sample app in modern desktop frameworks and evaluating the best one for the final distribution
How many numbers have the same number of letters in their name as their value?
https://vityazevdanil.medium.com/how-many-numbers-have-the-same-number-of-letters-in-their-name-as-their-value-b9387d906b13
https://vityazevdanil.medium.com/how-many-numbers-have-the-same-number-of-letters-in-their-name-as-their-value-b9387d906b13
Medium
How many numbers have the same number of letters in their name as their value?
I drew some graphs to visualize how different languages count.
The Last 20 Python Packages You Will Ever Need
https://medium.com/@DataWithSandro/the-last-20-python-packages-you-will-ever-need-a4bc0a0d1214
https://medium.com/@DataWithSandro/the-last-20-python-packages-you-will-ever-need-a4bc0a0d1214
Medium
The Last 20 Python Packages You Will Ever Need
For Machine Learning and Data Science
Codility Algorithm Practice Lesson 6: Sorting, Task 3: Triangle — a Python approach
https://medium.com/@deck451/codility-algorithm-practice-lesson-6-sorting-task-3-triangle-a-python-approach-cf79426ac715
https://medium.com/@deck451/codility-algorithm-practice-lesson-6-sorting-task-3-triangle-a-python-approach-cf79426ac715
Medium
Codility Algorithm Practice Lesson 6: Sorting, Task 3: Triangle — a Python approach
Greetings! Having finished our latest task (Max Product Of Three — if you haven’t already, check that one out too), today we’re going to…
Expected UploadFile, received: <class ‘str’>: FastAPI, requests, file-uploads
https://eabahurire.medium.com/expected-uploadfile-received-class-str-fastapi-requests-file-uploads-3bc0633781a5
https://eabahurire.medium.com/expected-uploadfile-received-class-str-fastapi-requests-file-uploads-3bc0633781a5
Medium
Expected UploadFile, received: <class ‘str’>: FastAPI, requests, file-uploads
I’ll tell me story about this error because It’s very confusing and annoying.
How to master python language?
https://engineersconnect.medium.com/how-to-master-python-language-19376a50403d
https://engineersconnect.medium.com/how-to-master-python-language-19376a50403d
Medium
How to master python language?
Python :-
I was unable to import spacy on Kaggle and here’s how I solved the problem
https://tracyrenee61.medium.com/i-was-unable-to-import-spacy-on-kaggle-and-heres-how-i-solved-the-problem-c8785698ae10
https://tracyrenee61.medium.com/i-was-unable-to-import-spacy-on-kaggle-and-heres-how-i-solved-the-problem-c8785698ae10
Medium
I was unable to import spacy on Kaggle and here’s how I solved the problem
I have spent the last couple of days working on the spacy library, which is an open source library used to convert words to vectors in…
Message Counts on Some Crypto Exchanges
https://medium.com/@nevin.aragam_99083/message-counts-on-some-crypto-exchanges-f067ba32d22a
https://medium.com/@nevin.aragam_99083/message-counts-on-some-crypto-exchanges-f067ba32d22a
Medium
Message Counts on Some Crypto Exchanges
Introduction
GIT and GITHUB — Day 2— Installation, Configuration, Command Line Tool, Bash
https://medium.com/@saimurali.rayavarapu/git-and-github-day-2-installation-configuration-command-line-tool-bash-40236422cb21
https://medium.com/@saimurali.rayavarapu/git-and-github-day-2-installation-configuration-command-line-tool-bash-40236422cb21
Medium
GIT and GITHUB — Day 2— Installation, Configuration, Command Line Tool, Bash
Hello, welcome!. I hope you got a great introduction to the Version Control system. Today we will cover the GIT installation, Command Line…
How To Delete Rows From Pandas DataFrames Based on Column Values
https://towardsdatascience.com/delete-row-from-pandas-dataframes-based-on-column-value-4b18bb1eb602
https://towardsdatascience.com/delete-row-from-pandas-dataframes-based-on-column-value-4b18bb1eb602
Medium
How To Delete Rows From Pandas DataFrames Based on Column Values
Discussing how to delete specific rows from pandas DataFrames based on column values
10 Essential Skills to Kick-off Your Data Science Journey
https://benjaminobi.medium.com/10-essential-skills-to-kick-off-your-data-science-journey-b5f1b794524
https://benjaminobi.medium.com/10-essential-skills-to-kick-off-your-data-science-journey-b5f1b794524
Medium
10 Essential Skills to Kick-off Your Data Science Journey
10 Essential Skills You Need to Know to Start Doing Data Science
Simple ways to make GUI’s with Python
https://preettheman.medium.com/simple-ways-to-make-guis-with-python-d5a2bcbe02fa
https://preettheman.medium.com/simple-ways-to-make-guis-with-python-d5a2bcbe02fa
Medium
Simple ways to make GUI’s with Python
Welcome back! As most of you know, Python is an insanely powerful language with a lot of capability, one of my favorite things to do with…
Machine Learning (ML) based Predictive System: to Predict the Satisfaction Level of Airlines’…
https://medium.com/@sultanawar321/machine-learning-ml-based-predictive-system-to-predict-the-satisfaction-level-of-airlines-f0780dbdbc87
https://medium.com/@sultanawar321/machine-learning-ml-based-predictive-system-to-predict-the-satisfaction-level-of-airlines-f0780dbdbc87
Medium
Machine Learning (ML) based Predictive System: to Predict the Satisfaction Level of Airlines’ Customers
The article presents a practical data science project which builds a ML-python-based prediction system that classifies customers into two…
Python Programming Language: String Functions
https://liu-111.medium.com/python-programming-language-string-functions-20ab7bab8dc
https://liu-111.medium.com/python-programming-language-string-functions-20ab7bab8dc
Medium
Python Programming Language: String Functions
Hi everyone, welcome back. Strings are a data type in the Python language. Strings hold a sequence of characters including letters of the…
Setting up python project with venv (Virtual Environment).
https://medium.com/@yashpatel007/setting-up-python-project-with-venv-virtual-environment-3a6a8575170c
https://medium.com/@yashpatel007/setting-up-python-project-with-venv-virtual-environment-3a6a8575170c
Medium
Setting up python project with venv (Virtual Environment).
The venv module provides support for creating lightweight “virtual environments” with their own site directories, optionally isolated from…