How GitHub Copilot helped me to create a library
https://medium.com/@agrover112/how-github-copilot-helped-me-to-create-a-library-400ffe511204
https://medium.com/@agrover112/how-github-copilot-helped-me-to-create-a-library-400ffe511204
Medium
How GitHub Copilot helped me to create a library
Copilot your virtual pair programmer!
Codility Algorithm Practice Lesson 8: Leader, Task 1: Dominator— a Python approach
https://medium.com/@deck451/codility-algorithm-practice-lesson-8-leader-task-1-dominator-a-python-approach-73812838b53b
https://medium.com/@deck451/codility-algorithm-practice-lesson-8-leader-task-1-dominator-a-python-approach-73812838b53b
Medium
Codility Algorithm Practice Lesson 8: Leader, Task 1: Dominator— a Python approach
Good day! Last time we took care of the StoneWall challenge. We wrapped up the Stacks and Queues Codility lesson with it. We’ll continue to…
Data Scientist Must Know Bout The Python Libraries
https://badarinath.medium.com/data-scientist-must-know-bout-the-python-libraries-4cb567e7b3d1
https://badarinath.medium.com/data-scientist-must-know-bout-the-python-libraries-4cb567e7b3d1
Medium
Data Scientist Must Know Bout The Python Libraries
Data science is very hard. You’ll have to learn a handful of libraries as a beginner or a professional , even to solve the most…
FILTERING MULTIPLE COLUMNS BASED ON VALUES IN PANDAS DATAFRAME
https://medium.com/@gitasuputra/filtering-multiple-columns-based-on-values-in-pandas-dataframe-7c2cad450b50
https://medium.com/@gitasuputra/filtering-multiple-columns-based-on-values-in-pandas-dataframe-7c2cad450b50
Medium
FILTERING MULTIPLE COLUMNS BASED ON VALUES IN PANDAS DATAFRAME
Let say we have many columns in a table, we are looking for some certain and specific data based on multiple value. Whatever the data is in…
Design Your Own Login and Registration System in Django
https://betterprogramming.pub/design-your-own-login-and-registration-system-in-django-b34a2fa8334d
https://betterprogramming.pub/design-your-own-login-and-registration-system-in-django-b34a2fa8334d
Medium
Design Your Own Login and Registration System in Django
Get to know Django authentication better
Procedural Models of Political Order: Technical Background
https://tsangchungshu.medium.com/procedural-models-of-political-order-technical-background-255d051e6e66
https://tsangchungshu.medium.com/procedural-models-of-political-order-technical-background-255d051e6e66
Medium
Procedural Models of Political Order: Technical Background
Algorithm design, code and replication information for building your own ancient societies
Vectorizing computations on pairs of elements in an nd-array
https://towardsdatascience.com/vectorizing-computations-on-pairs-of-elements-in-an-nd-array-326b5a648ad6
https://towardsdatascience.com/vectorizing-computations-on-pairs-of-elements-in-an-nd-array-326b5a648ad6
Medium
Vectorizing computations on pairs of elements in an nd-array
In Python with NumPy
Go Algo: Algo trading guide using IB
https://medium.com/@prajual1391/go-algo-algo-trading-guide-using-ib-9eba09218019
https://medium.com/@prajual1391/go-algo-algo-trading-guide-using-ib-9eba09218019
Medium
Go Algo: Algo trading guide using IB
Hey readers, I am Prajual, currently working at a high-frequency trading firm (better known as HFT’s) and prior to this, I have also worked…
Deploying a Django project on AWS Lambda using Serverless (Part 4)
https://medium.com/@vadimkhodak/deploying-a-django-project-on-aws-lambda-using-serverless-part-4-50583f2033c3
https://medium.com/@vadimkhodak/deploying-a-django-project-on-aws-lambda-using-serverless-part-4-50583f2033c3
Medium
Deploying a Django project on AWS Lambda using Serverless (Part 4)
Adding React.JS client to a Django project and deploying on AWS Lambda using Serverless
Data structures and Algorithms: Are they really necessary?
https://medium.com/@pro.ajibolaojo/data-structures-and-algorithms-are-they-really-necessary-d8f29df2125
https://medium.com/@pro.ajibolaojo/data-structures-and-algorithms-are-they-really-necessary-d8f29df2125
Medium
Data structures and Algorithms: Are they really necessary?
So you’ve been coding for some time, and keep hearing everyone talk about learning data structures, how it’s a usual part of the interview…
Attempting to make a novice weather station using RasPi 4, DHT22 sensor, and Python.
https://medium.com/@vincenzo.scotto001/attempting-to-make-a-novice-weather-station-using-raspi-4-dht22-sensor-and-python-5e3411e40b6d
https://medium.com/@vincenzo.scotto001/attempting-to-make-a-novice-weather-station-using-raspi-4-dht22-sensor-and-python-5e3411e40b6d
Medium
Attempting to make a novice weather station using RasPi 4, DHT22 sensor, and Python.
This is my first time not only writing an article about my project but also the first time I work with a Raspberry Pi.
Q#51: Reorder an array by x elements in Python
https://medium.com/foundational-data-science-interview-questions/q-51-reorder-an-array-by-x-elements-in-python-3dacd1212e48
https://medium.com/foundational-data-science-interview-questions/q-51-reorder-an-array-by-x-elements-in-python-3dacd1212e48
Medium
Q#51: Reorder an array by x elements in Python
Given an array of size n, write a function to move x elements from the front to the end of the array.