The Advantages and Disadvantages of Popular 5 Programming Languages
https://medium.com/@alains/the-advantages-and-disadvantages-of-popular-5-programming-languages-13c2477f4fdf
https://medium.com/@alains/the-advantages-and-disadvantages-of-popular-5-programming-languages-13c2477f4fdf
Medium
The Advantages and Disadvantages of Popular 5 Programming Languages
In this article, we will take a look at five of the most popular programming languages and explore their pros and cons.
The Most and Least User-Friendly Programming Languages
https://medium.com/@alains/the-most-and-least-user-friendly-programming-languages-87555fdf2250
https://medium.com/@alains/the-most-and-least-user-friendly-programming-languages-87555fdf2250
Medium
The Most and Least User-Friendly Programming Languages
Some languages are more user-friendly than others.
The Best and Worst Programming Languages for Beginners
https://medium.com/@alains/the-best-and-worst-programming-languages-for-beginners-a5f51778516a
https://medium.com/@alains/the-best-and-worst-programming-languages-for-beginners-a5f51778516a
Medium
The Best and Worst Programming Languages for Beginners
Which programming language is the best for beginners?.
Longest Valid Parenthesis — Stack-based Problem
https://sudhirsinghshekhawat.medium.com/longest-valid-parenthesis-stack-based-problem-eedd1f496657
https://sudhirsinghshekhawat.medium.com/longest-valid-parenthesis-stack-based-problem-eedd1f496657
Medium
Longest Valid Parenthesis — Stack-based Problem
Problem:
My View on The Top 5 Programming Languages: The Good, The Bad, and The Ugly
https://medium.com/@alains/my-view-on-the-top-5-programming-languages-the-good-the-bad-and-the-ugly-63299d678405
https://medium.com/@alains/my-view-on-the-top-5-programming-languages-the-good-the-bad-and-the-ugly-63299d678405
Medium
My View on The Top 5 Programming Languages: The Good, The Bad, and The Ugly
What I Like and Dislike.
GENERATION OF CYCLONE TRACKS USING WRF MODEL OUTPUT
https://medium.com/@kushalbhuvan/generation-of-cyclone-tracks-using-wrf-model-output-6cd190f95361
https://medium.com/@kushalbhuvan/generation-of-cyclone-tracks-using-wrf-model-output-6cd190f95361
Medium
GENERATION OF CYCLONE TRACKS USING WRF MODEL OUTPUT
Prediction of the tracks of tropical cyclones is one of the most difficult and challenging problems of current international tropical…
Building a Web Service WhatsApp Cloud API & Flask: Sending Template Messages — Part 1
https://blog.koladev.xyz/building-a-web-service-whatsapp-cloud-api-flask-sending-template-messages-part-1-1eb72dd5fc0c
https://blog.koladev.xyz/building-a-web-service-whatsapp-cloud-api-flask-sending-template-messages-part-1-1eb72dd5fc0c
Medium
Building a Web Service WhatsApp Cloud API & Flask: Sending Template Messages — Part 1
Meta has launched an API accessible for businesses or developers to extend their services or allow better communication. In this series of articles, we will build a simple web service using Flask and…
Mutable, Immutable… everything is object!
https://medium.com/@romi.varnier/mutable-immutable-everything-is-object-e12394a6dcb6
https://medium.com/@romi.varnier/mutable-immutable-everything-is-object-e12394a6dcb6
Medium
Mutable, Immutable… everything is object!
Everything is an object in Python
Análise exploratória de dados da plataforma Delivery Center
https://medium.com/@danrleymontalvo/an%C3%A1lise-explorat%C3%B3ria-de-dados-da-plataforma-delivery-center-e55c2677da39
https://medium.com/@danrleymontalvo/an%C3%A1lise-explorat%C3%B3ria-de-dados-da-plataforma-delivery-center-e55c2677da39
Medium
Análise exploratória de dados da plataforma Delivery Center
Foi analisado o dataset de vendas da plataforma no período de janeiro a abril de 2021 e pode-se observar que a plataforma recebeu nesse…
Awesome Text To Speech Project For Python!
https://preettheman.medium.com/awesome-text-to-speech-project-for-python-8c33e3080aad
https://preettheman.medium.com/awesome-text-to-speech-project-for-python-8c33e3080aad
Medium
Awesome Text To Speech Project For Python!
Welcome back! Python is one of my favorite programming languages to use, if you’re new to Python, check out the link below to learn more…
How to Create a Customized Sequence Class: Python OOP Complete Course — Part 18
https://medium.com/@samersallam92/how-to-create-a-customized-sequence-class-python-oop-complete-course-part-18-8c47ac58b814
https://medium.com/@samersallam92/how-to-create-a-customized-sequence-class-python-oop-complete-course-part-18-8c47ac58b814
Medium
How to Create a Customized Sequence Class: Python OOP Complete Course — Part 18
Learn what sequences special methods in Python OOP are and how to override them.
Split Array into Consecutive Subsequences — Leetcode 659
https://gauriwankhade.medium.com/split-array-into-consecutive-subsequences-leetcode-659-473f621847a9
https://gauriwankhade.medium.com/split-array-into-consecutive-subsequences-leetcode-659-473f621847a9
Medium
Split Array into Consecutive Subsequences — Leetcode 659
Determine if it is possible to split nums into one or more subsequences such that both of the following conditions are true: In the previous approach we were iterating over the list of sub-arrays to…
Create a Modern Application with Django and Vue — Part Five
https://huericnan.medium.com/create-a-modern-application-with-django-and-vue-part-five-1e3b79b66d74
https://huericnan.medium.com/create-a-modern-application-with-django-and-vue-part-five-1e3b79b66d74
Medium
Create a Modern Application with Django and Vue — Part Five
Now that we know how to retrieve data using queries and how to send data using mutations, we can try something a little bit more…