Speed Up Your Code 100x In 30 Seconds: Break And Continue
https://medium.com/chifi-media/speed-up-your-code-100x-in-30-seconds-break-and-continue-3b237ad88a88
https://medium.com/chifi-media/speed-up-your-code-100x-in-30-seconds-break-and-continue-3b237ad88a88
Medium
Speed Up Your Code 100x In 30 Seconds: Break And Continue
Make your code dramatically faster by taking advantage of these two easy to use key-words!
Top 10 Most Asked Python Interview Questions With Answers Part 06 By Muhammad Umair
https://amianumair.medium.com/top-10-most-asked-python-interview-questions-with-answers-part-06-by-muhammad-umair-90186cdfdf47
https://amianumair.medium.com/top-10-most-asked-python-interview-questions-with-answers-part-06-by-muhammad-umair-90186cdfdf47
Medium
Top 10 Most Asked Python Interview Questions With Answers Part 06
Python sequences can be index in positive and negative numbers. For positive index, 0 is the first index, 1 is the second index and so forth. For negative index, (-1) is the last index and (-2) is…
Natural Language Processing for Dummies: Part Two
https://medium.com/@shreem2412/natural-language-processing-for-dummies-part-two-faeb60010d44
https://medium.com/@shreem2412/natural-language-processing-for-dummies-part-two-faeb60010d44
Medium
Natural Language Processing for Dummies: Part Two
In this part two of getting to know NLP, we will look at how words are converted to vectors. Converting text into numbers (vectors) is a…
The Zen of grinding LeetCode problems: Day 31–Best Time to Buy and Sell Stock
https://medium.com/@mateidanut/the-zen-of-grinding-leetcode-problems-day-31-best-time-to-buy-and-sell-stock-cfe0305f625e
https://medium.com/@mateidanut/the-zen-of-grinding-leetcode-problems-day-31-best-time-to-buy-and-sell-stock-cfe0305f625e
Medium
The Zen of grinding LeetCode problems: Day 31–Best Time to Buy and Sell Stock
Let’s get hypothetically rich in a massively simplified version of thee stock market (with just one stock).
Moodika: Generating Spotify Playlists based on Free Text Input
https://medium.com/@doron.reiffman/moodika-generating-spotify-playlists-based-on-free-text-input-8f4eccc1254
https://medium.com/@doron.reiffman/moodika-generating-spotify-playlists-based-on-free-text-input-8f4eccc1254
Medium
Moodika: Generating Spotify Playlists based on Free Text Input
Using Machine Learning, state-of-the-art sentence transformation, and Spotify to generate a playlist for any situation
Transfer weights from Keras model to Pytorch
https://medium.com/@northhycao/transfer-weights-from-keras-model-to-pytorch-714cdf9c9913
https://medium.com/@northhycao/transfer-weights-from-keras-model-to-pytorch-714cdf9c9913
Medium
Transfer weights from Keras model to Pytorch
The two most popular frameworks for deep learning are Keras and Pytorch. Sometimes we need to transfer weights from one framework to…
Transformada de Wavelets e Séries Temporais
https://medium.com/@duarte.jr105/transformada-de-wavelets-e-s%C3%A9ries-temporais-89cb14ea770c
https://medium.com/@duarte.jr105/transformada-de-wavelets-e-s%C3%A9ries-temporais-89cb14ea770c
Medium
Transformada de Wavelets e Séries Temporais
Em meu último post mostrei a aplicação da transformada de Fourier em séries temporais para a identificação de sazonalidade. Entretanto…
How To Build WebSocket Server And Client in Python
https://hasansajedi.medium.com/how-to-build-websocket-server-and-client-in-python-5accd8c6b919
https://hasansajedi.medium.com/how-to-build-websocket-server-and-client-in-python-5accd8c6b919
Medium
How To Build WebSocket Server And Client in Python
What is WebSocket?
json.decoder.JSONDecodeError: Extra data: line 14 column 945 (char 5957)
https://medium.com/bugs-that-bite/json-decoder-jsondecodeerror-extra-data-line-14-column-945-char-5957-7e65c1366b56
https://medium.com/bugs-that-bite/json-decoder-jsondecodeerror-extra-data-line-14-column-945-char-5957-7e65c1366b56
Medium
json.decoder.JSONDecodeError: Extra data: line 14 column 945 (char 5957)
Improperly formed json for the query you’re trying to execute
Prevendo o MVP da NBA com Machine Learning
https://medium.com/@gabriel.pastorello/prevendo-o-mvp-da-nba-com-machine-learning-6a55d9596821
https://medium.com/@gabriel.pastorello/prevendo-o-mvp-da-nba-com-machine-learning-6a55d9596821
Medium
Prevendo o MVP da NBA com Machine Learning
Toda temporada, sempre há uma grande discussão sobre o prêmio de Most Valuable Player da NBA, o maior prêmio individual que um jogador de…
Python ile her şeyi ama her şeyi yapabilirsin-Telegram Bot/Quizbot Yazımı-1
https://medium.com/@ahmet.bd/python-ile-her-%C5%9Feyi-ama-her-%C5%9Feyi-yapabilirsin-telegram-bot-quizbot-yaz%C4%B1m%C4%B1-1-a085398e80bb
https://medium.com/@ahmet.bd/python-ile-her-%C5%9Feyi-ama-her-%C5%9Feyi-yapabilirsin-telegram-bot-quizbot-yaz%C4%B1m%C4%B1-1-a085398e80bb
Medium
Python ile her şeyi ama her şeyi yapabilirsin-Telegram Bot/Quizbot Yazımı-1
Kızım benden ipad istiyordu. Ben de kendisine ne yapacaksın dediğimde “baba bu ipad ile her şeyi ama her şeyi yapabilirsin” mesela? “Her…
Awesome Python Package Made By Microsoft
https://preettheman.medium.com/awesome-python-package-made-by-microsoft-d31a3749e40
https://preettheman.medium.com/awesome-python-package-made-by-microsoft-d31a3749e40
Medium
Awesome Python Package Made By Microsoft
Welcome back! Python is an awesome programming language with a ton of capability, if you’re new to Python, check out the link below to…
Building a great microservice with AWS Lambda doesn’t have to be hard
https://technology.cloudbeds.com/building-a-great-microservice-with-aws-lambda-doesnt-have-to-be-hard-32cf935a343c
https://technology.cloudbeds.com/building-a-great-microservice-with-aws-lambda-doesnt-have-to-be-hard-32cf935a343c
Medium
Building a great microservice with AWS Lambda doesn’t have to be hard.
Develop a weather microservice using AWS Lambda Function URL, which works as a dedicated endpoint that can trigger a Lambda function.
= Operator, Shallow and Deep Copy in Python
https://medium.com/@hongli26/operator-shallow-and-deep-copy-in-python-6899e17a96a9
https://medium.com/@hongli26/operator-shallow-and-deep-copy-in-python-6899e17a96a9
Medium
= Operator, Shallow and Deep Copy in Python
What Are The Differences?