DS 1 - Solve Problems with Linear Search Algorithm
https://medium.com/@biswajit.brahmma_97801/ds-1-solve-problems-with-linear-search-algorithm-f4d367d23e8
https://medium.com/@biswajit.brahmma_97801/ds-1-solve-problems-with-linear-search-algorithm-f4d367d23e8
Medium
DS 1 - Solve Problems with Linear Search Algorithm
In programming, everyone has to learn a very basic linear search algorithm. In this algorithm, we tried to search a given number from a…
The Diamond Problem — multiple inheritance
https://medium.com/@husseinabugosh/the-diamond-problem-multiple-inheritance-de9932d369e0
https://medium.com/@husseinabugosh/the-diamond-problem-multiple-inheritance-de9932d369e0
Medium
The Diamond Problem — multiple inheritance
This topic highlights and summarizes a conversation that was had between I and my colleagues about multiple inheritance, multi-level…
As a Python Developer, You Don’t Need a Job to Start Making Money. This Is Why
https://medium.com/@alains/as-a-python-developer-you-dont-need-a-job-to-start-making-money-this-is-why-893b8b6aac70
https://medium.com/@alains/as-a-python-developer-you-dont-need-a-job-to-start-making-money-this-is-why-893b8b6aac70
Medium
As a Python Developer, You Don’t Need a Job to Start Making Money. This Is Why
There are many ways to make money as a Python Developer.
How to Shortlist the Best Python Developer Resumes!
https://medium.com/@kritika.v/how-to-shortlist-the-best-python-developer-resumes-7219eecefa9c
https://medium.com/@kritika.v/how-to-shortlist-the-best-python-developer-resumes-7219eecefa9c
Medium
How to Shortlist the Best Python Developer Resumes!
Statistics reveal that 52% of companies consider identifying & shortlisting suitable candidates from large talent pools as the biggest…
Python Tutorial: 12 Python Semantic Errors & How To Fix
https://medium.com/@alains/python-tutorial-12-python-semantic-errors-how-to-fix-de3cad2f7e3e
https://medium.com/@alains/python-tutorial-12-python-semantic-errors-how-to-fix-de3cad2f7e3e
Medium
Python Tutorial: 12 Python Semantic Errors & How To Fix
1. SyntaxError: Non-ASCII character ‘\xc2’ in file
Python Tutorial: 7 Python Runtime Errors & How to Fix
https://medium.com/@alains/python-tutorial-7-python-runtime-errors-how-to-fix-3fe20b8e7578
https://medium.com/@alains/python-tutorial-7-python-runtime-errors-how-to-fix-3fe20b8e7578
Medium
Python Tutorial: 7 Python Runtime Errors & How to Fix
1. IndentationError
Proshares UltraShort 20+ Year Treasury: A machine learning prediction on $TBT
https://nickgweezy.medium.com/proshares-ultrashort-20-year-treasury-a-machine-learning-prediction-on-tbt-99f79c261fe9
https://nickgweezy.medium.com/proshares-ultrashort-20-year-treasury-a-machine-learning-prediction-on-tbt-99f79c261fe9
Medium
Proshares UltraShort 20+ Year Treasury: A machine learning prediction on $TBT
Running a 5 day prediction through my neural network, I was able to plug in date from 5 past days that could be a plausible path for TBT…
PythonTutorial: 12 Python Syntax Errors
https://medium.com/@alains/pythontutorial-12-python-syntax-errors-d97e54bddfe7
https://medium.com/@alains/pythontutorial-12-python-syntax-errors-d97e54bddfe7
Medium
PythonTutorial: 12 Python Syntax Errors
1. SyntaxError: invalid syntax
Learn by doing: An end-to-end Docker/ Fast API project to deploy APIs at scale part I.
https://medium.com/@kannan_thangaraju/learn-by-doing-an-end-to-end-docker-fast-api-project-to-deploy-apis-at-scale-part-i-df322a9aeaa9
https://medium.com/@kannan_thangaraju/learn-by-doing-an-end-to-end-docker-fast-api-project-to-deploy-apis-at-scale-part-i-df322a9aeaa9
Medium
An end-to-end Docker/ Fast API project to deploy APIs at scale part I.
Task requirements: Create an API that spits random data points based on a given input. Ex. If I give 5 it should return 5 random data…
Python Lesson 34: Stemming and Lemmatization (NLP pt. 3)
https://medium.com/@michael71314/python-lesson-34-stemming-and-lemmatization-nlp-pt-3-3155dd9c46de
https://medium.com/@michael71314/python-lesson-34-stemming-and-lemmatization-nlp-pt-3-3155dd9c46de
Medium
Python Lesson 34: Stemming and Lemmatization (NLP pt. 3)
Michael here, and today’s lesson will cover stemming and lemmatization in Python NLP (natural language processing). Now that we’ve covered some basic tokenization concepts (like tokenization itself…
Wordpress Rest API with Python
https://medium.com/@omer.celebi45/wordpress-rest-api-with-python-cc725e3a74df
https://medium.com/@omer.celebi45/wordpress-rest-api-with-python-cc725e3a74df
Medium
Wordpress Rest API with Python
Hey Welcome!
Using Pip to manage Python libraries/packages
https://medium.com/@sghani77/using-pip-to-manage-python-libraries-packages-a1d7fcb38a2f
https://medium.com/@sghani77/using-pip-to-manage-python-libraries-packages-a1d7fcb38a2f
Medium
Using Pip to manage Python libraries/packages
Once upon a time
Open Source: Getting Started is Hard
https://rowlando13.medium.com/open-source-getting-started-is-hard-bad6709e434c
https://rowlando13.medium.com/open-source-getting-started-is-hard-bad6709e434c
Medium
Open Source: Getting Started is Hard
I started contributing to open source projects in May of 2022, so not long. I tried to start contributing to open source projects beginning…
Python Tutorial: 12 Python Logical Errors and How to Fix
https://medium.com/@alains/python-tutorial-12-python-logical-errors-and-how-to-fix-16860369403a
https://medium.com/@alains/python-tutorial-12-python-logical-errors-and-how-to-fix-16860369403a
Medium
Python Tutorial: 12 Python Logical Errors and How to Fix
As a programming language, Python is very intuitive and logical. However, even experienced Python developers can sometimes run into errors…