排序
Women suffrage dates (suffragettes) celebration w/ data ️
Women suffrage dates (suffragettes) celebration w/ data ️, Women's empowerment (4 Part Series) 1 Last week : abortion in the medias 2 UN Goals : Education & Gender Equity ️ 3...
Nylas is Hiring a Developer Success Engineer
Nylas is Hiring a Developer Success Engineer, About Us The Nylas Cloud API makes it an order of magnitude easier for companies to add email, calendar, and contacts integrations to ...
Decorator Getters and Setters in Python
Decorator Getters and Setters in Python,One type of decorators are property getters and setters. These decorators allow for controlled access to variables in class instances. Prope...
Binary Search Technique
Binary Search Technique,When to use: Used for searching for an element in a sorted list or array. Reduces the time complexity from O(n) to O(log n). Conditions: Input must be sorte...
How My Friend Inspired Me to Reignite My Passion for AI Through Lifelong Learning
How My Friend Inspired Me to Reignite My Passion for AI Through Lifelong Learning, Recently, I had the pleasure of reconnecting with a former classmate. It all started with reintro...
2 Python Project Ideas for Beginners
2 Python Project Ideas for Beginners, 1. Text Detection and Extraction using OpenCV and OCR. OpenCV (Open source computer vision) is a library mainly aimed at real-time computer vi...
Promoted as a Full Stack Engineer
Promoted as a Full Stack Engineer,Just as this year was getting worse by each day, I just got promoted as FULL STACK ENGINEER 原文链接:Promoted as a Full Stack Engineer
Function Decorators in Python
Function Decorators in Python,Writing dry code is important. DRY is a handy acronym meaning Don't Repeat Yourself. Dry code is more legible and easily understood by others, making ...
Analisando os dados do Airbnb - Rio de Janeiro #5
Analisando os dados do Airbnb - Rio de Janeiro #5,Para o post de hoje resolvi trazer um projeto de análise de dados utilizando os dados do Airbnb - Rio de Janeiro. Nesse post...
Day 44 Of 100DayOfCode: More About Algorithm
Day 44 Of 100DayOfCode: More About Algorithm, 100DaysOfPython (100 Part Series) 1 Day 1 of 100 Days of Code: Python Basics 2 Day 2 of 100DaysOfCode: Decimal to Binary ... 96 more p...
Exploring Model Relationships in Flask
Exploring Model Relationships in Flask,Coding relationships between classes can be challenging at first! It sounds like a bunch of words thrown together - this thing knows this thi...
Blog for a back-end developer’s portfolio?
Blog for a back-end developer's portfolio?,Recently, I've noticed that most job postings require portfolios even if they're looking for back-end developers. So I thought... maybe I...