排序
The PIE concept of OOP.
The PIE concept of OOP.,Being a beginner in the technical field, knowing one of the object-oriented programming languages in detail, is a MUST! Let me add to that. Here we are NOT ...
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...
Quarantine Days Of A Developer Without PC
Quarantine Days Of A Developer Without PC,This is the story about stucking in my mom’s house without my own computer. It’s a sad story but I can handle it , right now. At the beg...
Python, Python, Python
Python, Python, Python, A path back to coding I had heard the buzz around Python, so when I decided to have a try at coding again I thought this would be a good place to start. Ini...
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...
Analisando meus dados da Netflix
Analisando meus dados da Netflix,Aqui vamos nós para mais um post de Análise de Dados. Dessa vez mais incrível ainda, nós não vamos utilizar dados de outras pessoas para faze...
Gaining experience without a job
Gaining experience without a job,Once I felt that I was at a reasonable level of competence in Python I began applying for jobs, but every job wanted experience and there was no ex...
My Phase-3 Experience
My Phase-3 Experience,My honest opinion of Phase-3! This was by far the worst phase, the lack of videos being the BIGGEST disappointment throughout this entire experience. We we're...
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...
PyLadies is 10 years!
PyLadies is 10 years!, Background PyLadies is a global group that was created to involve more women in the Python open-source community. PyLadies was founded in 2011, with the firs...
How to Perform Exploratory Data Analysis with Python
How to Perform Exploratory Data Analysis with Python, Introduction Exploratory data analysis (EDA) is an essential step in the data science process which involves use of both stati...