4 Pandas Functions That I Wish I Knew Earlier
https://towardsdatascience.com/4-pandas-functions-that-i-wish-i-knew-earlier-1edcc3a491bb
https://towardsdatascience.com/4-pandas-functions-that-i-wish-i-knew-earlier-1edcc3a491bb
5 Powerful Pip Commands to Speed Up Your Development ⏰
https://towardsdatascience.com/5-powerful-pip-commands-to-speed-up-your-development-fd4d2fe4935b
https://towardsdatascience.com/5-powerful-pip-commands-to-speed-up-your-development-fd4d2fe4935b
Medium
5 Powerful Pip Commands to Speed Up Your Development ⏰
Do you think installing Python packages is everything pip can do?
Codility algorithm practice Lesson 2: Arrays, Task 1: Cyclic Rotation — a Python approach
https://medium.com/@deck451/codility-algorithm-practice-lesson-2-arrays-task-1-cyclic-rotation-a-python-approach-575b10b6d459
https://medium.com/@deck451/codility-algorithm-practice-lesson-2-arrays-task-1-cyclic-rotation-a-python-approach-575b10b6d459
Medium
Codility algorithm practice Lesson 2: Arrays, Task 1: Cyclic Rotation — a Python approach
Previously, we discussed the Iterations / Binary Gap Codility task. Next in line, a nice trainer/refresher on arrays follows. Our first…
Remove personal information from a text with Python — Part II — NER
https://towardsdatascience.com/remove-personal-information-from-a-text-with-python-part-ii-ner-2e6529d409a6
https://towardsdatascience.com/remove-personal-information-from-a-text-with-python-part-ii-ner-2e6529d409a6
Medium
Remove personal information from a text with Python — Part II — NER
Implementation of a privacy filter in Python that removes Personal Identifiable Information (PII) with Named Entity Recognition (NER).
What I learned doing all the medium and hard Python challenges on HackerRank
https://thedevtopia.com/what-i-learned-doing-all-the-medium-and-hard-python-challenges-on-hackerrank-ab4b3f7b30e8
https://thedevtopia.com/what-i-learned-doing-all-the-medium-and-hard-python-challenges-on-hackerrank-ab4b3f7b30e8
Medium
What I learned doing all the medium and hard Python challenges on HackerRank
I started learning Python a couple of months ago, and while I did not have much knowledge about it, the learning process was easy since I…
Guide to Setup Python Environment & Understanding Python IDLE
https://towardsdatascience.com/guide-to-setup-python-environment-understanding-python-idle-7ff3e00941d6
https://towardsdatascience.com/guide-to-setup-python-environment-understanding-python-idle-7ff3e00941d6
Medium
Guide to Setup Python Environment & Understanding Python IDLE
Creating the environment for your first Python code and start coding
How to Implement Deep Neural Networks for Time-to-Event Analyses
https://towardsdatascience.com/how-to-implement-deep-neural-networks-for-time-to-event-analyses-9aa0aeac4717
https://towardsdatascience.com/how-to-implement-deep-neural-networks-for-time-to-event-analyses-9aa0aeac4717
Towards Data Science
How to Implement Deep Neural Networks for Time-to-Event Analyses | Towards Data Science
Comparing DeepHit and DeepSurv models
This Python library will help you get Stock technical indicators in one line of code
https://medium.com/codex/this-python-library-will-help-you-get-stock-technical-indicators-in-one-line-of-code-c11ed2c8e45f
https://medium.com/codex/this-python-library-will-help-you-get-stock-technical-indicators-in-one-line-of-code-c11ed2c8e45f
Medium
This Python library will help you get Stock technical indicators in one line of code
Extract basic stock information to advanced technical indicators seamlessly
A Simple Guide to Deploying a Dockerized Python app to Azure
https://medium.com/@bjornarmaelum/a-simple-guide-to-deploying-a-dockerized-python-app-to-azure-29753ee507eb
https://medium.com/@bjornarmaelum/a-simple-guide-to-deploying-a-dockerized-python-app-to-azure-29753ee507eb
Medium
A Simple Guide to Deploying a Dockerized Python app to Azure
Here is how to deploy your amazing app on Azure using Docker, Azure Container Registry and Azure Container Instances.
Top 3 Python Libraries for Data Manipulations
https://codewithcorgis.medium.com/top-3-python-libraries-for-data-manipulations-8474c112d4e9
https://codewithcorgis.medium.com/top-3-python-libraries-for-data-manipulations-8474c112d4e9
Medium
Top 3 Python Libraries for Data Manipulations?
Pandas SciPy NumPy
Make a Client talk to a Local Server with Python — Socket Programming #1
https://medium.com/codex/make-a-client-talk-to-a-local-server-with-python-socket-programming-1-9be3cb4b474
https://medium.com/codex/make-a-client-talk-to-a-local-server-with-python-socket-programming-1-9be3cb4b474
Medium
Make a Client talk to a Local Server with Python — Socket Programming #1
Client-server means one or multiple clients initiating requests for services and servers providing that function or service. It can be…
Breve introdução as Classes no Python
https://medium.com/@m.ledig.mic/breve-introdu%C3%A7%C3%A3o-as-classes-no-python-36a2fcb99b2e
https://medium.com/@m.ledig.mic/breve-introdu%C3%A7%C3%A3o-as-classes-no-python-36a2fcb99b2e
Medium
Breve introdução as Classes no Python
A ideia desse texto é criarmos uma conta no banco usando os princípios da programação orientada a objetos. O único pré-requisito é conhecer…
Introducing DeepPavlov v0.16— an Open-Source NLP Library
https://medium.com/deeppavlov/introducing-deeppavlov-v0-16-an-open-source-nlp-library-86fba2d39067
https://medium.com/deeppavlov/introducing-deeppavlov-v0-16-an-open-source-nlp-library-86fba2d39067
Medium
Introducing DeepPavlov v0.16— an Open-Source NLP Library
Starting from version 0.16 ✅, DeepPavlov is now based on PyTorch though some backwards compatibility with older TF-based models still…
Install & Run Jupyter Lab on Jetson TK1 as a Remote Machine
https://yunusmuhammad007.medium.com/install-run-jupyter-lab-on-jetson-tk1-as-a-remote-machine-c4611a775f93
https://yunusmuhammad007.medium.com/install-run-jupyter-lab-on-jetson-tk1-as-a-remote-machine-c4611a775f93
Medium
Install & Run Jupyter Lab on Jetson TK1 as a Remote Machine
The reason behind I choose Jupyter Lab for developing Python in remote Jetson TK1 is because my VS Code wouldn’t establish Remote-SSH…