Repository Patterns: Databases Made Easy
https://medium.com/@koli.mikael/repository-patterns-databases-made-easy-178d63855ff4
https://medium.com/@koli.mikael/repository-patterns-databases-made-easy-178d63855ff4
Medium
Repository Patterns: Databases Made Easy
Repository pattern is a technique to abstract databases behind simple APIs. We discuss its features and introduce a library for it.
Why starting career as a Junior developer is bullshit
https://medium.com/@koruss/why-starting-career-as-a-junior-developer-is-bullshit-f9139db39093
https://medium.com/@koruss/why-starting-career-as-a-junior-developer-is-bullshit-f9139db39093
Medium
Why starting career as a Junior developer is bullshit
I’m quite sure you think, that it’s important to start as a Junior dev: somebody great experienced teaches you how to make your first…
Pandas Exercise for Data Scientists — Part 1
https://medium.com/@avi_chawla/pandas-exercise-for-data-scientists-part-1-b601a97ee091
https://medium.com/@avi_chawla/pandas-exercise-for-data-scientists-part-1-b601a97ee091
Medium
Pandas Exercise for Data Scientists — Part 1
A set of challenging Pandas Questions.
How to Keep Your Data Clean and Tidy With Pandas And Python
https://medium.com/@alains/how-to-keep-your-data-clean-and-tidy-with-pandas-and-python-635dacc99f23
https://medium.com/@alains/how-to-keep-your-data-clean-and-tidy-with-pandas-and-python-635dacc99f23
Medium
How to Keep Your Data Clean and Tidy With Pandas And Python
How to Clean Data in pandas and python.
How to Start Learning Data Science Without Any Prior Experience
https://medium.com/@alains/how-to-start-learning-data-science-without-any-prior-experience-1b5140beaad7
https://medium.com/@alains/how-to-start-learning-data-science-without-any-prior-experience-1b5140beaad7
Medium
How to Start Learning Data Science Without Any Prior Experience
What are the steps to becoming a data scientist?
Create a Mortgage Calculator for Early Payoff in Python
https://medium.com/@analyticsariel/create-a-mortgage-calculator-for-early-payoff-in-python-98b51ee4757f
https://medium.com/@analyticsariel/create-a-mortgage-calculator-for-early-payoff-in-python-98b51ee4757f
Medium
Create a Mortgage Calculator for Early Payoff in Python
Python tutorial to calculate mortgage payoff with fixed and increasing extra payments
Optimization modeling in Python By Using Pulp Library
https://medium.com/@bayram.serkan/optimization-modeling-in-python-by-using-pulp-library-a826ab951233
https://medium.com/@bayram.serkan/optimization-modeling-in-python-by-using-pulp-library-a826ab951233
Medium
Optimization modeling in Python By Using Pulp Library
How many products should be produced to maximize my profit?
Python: Why axis = 0 leads to column wise Mean/Sum, but row wise drop/deletion?
https://vkabdwal.medium.com/python-why-axis-0-leads-to-column-wise-mean-sum-but-row-wise-drop-deletion-62b363d54010
https://vkabdwal.medium.com/python-why-axis-0-leads-to-column-wise-mean-sum-but-row-wise-drop-deletion-62b363d54010
Medium
Python: Why axis = 0 leads to column wise Mean/Sum, but row wise drop/deletion?
Ques on Stackoverflow.: When axis = 0, it leads to row wise deletion, but in mean/sum, it results in column wise row/sum. Let’s explore.
How to configure your Python code to work with the dYdX exchange API
https://medium.com/@unitplane/how-to-configure-your-python-code-to-work-with-the-dydx-exchange-api-c510601d212a
https://medium.com/@unitplane/how-to-configure-your-python-code-to-work-with-the-dydx-exchange-api-c510601d212a
Medium
How to configure your Python code to work with the dYdX exchange API
Introduction
Basic Image Manipulation Using Numpy & Matplotlib
https://medium.com/@mccurrymitchell/basic-image-manipulation-using-numpy-matplotlib-31538c6c69b7
https://medium.com/@mccurrymitchell/basic-image-manipulation-using-numpy-matplotlib-31538c6c69b7
Medium
Basic Image Manipulation Using Numpy & Matplotlib
Manipulating images in Python for beginners
5 Fantastic Python Frameworks for Android Developers
https://medium.com/@alains/5-fantastic-python-frameworks-for-android-developers-531f3f502376
https://medium.com/@alains/5-fantastic-python-frameworks-for-android-developers-531f3f502376
Medium
5 Fantastic Python Frameworks for Android Developers
Start building your next android app with Python!
Implement Gradient Descent in Linear Regression from Scratch Using Python
https://medium.com/@ilmunabid/implement-gradient-descent-in-linear-regression-from-scratch-using-python-96bdae3d832f
https://medium.com/@ilmunabid/implement-gradient-descent-in-linear-regression-from-scratch-using-python-96bdae3d832f
Medium
Implement Gradient Descent in Linear Regression from Scratch Using Python
let’s understand how the procedure works. first we need to initialize the value for m and b in order to start. let’s have 0 for both m and…
The 12 Most Popular Python Frameworks for App Development
https://medium.com/@alains/the-12-most-popular-python-frameworks-for-app-development-55130f5f62f4
https://medium.com/@alains/the-12-most-popular-python-frameworks-for-app-development-55130f5f62f4
Medium
The 12 Most Popular Python Frameworks for App Development
Learn About Some Famous Python Frameworks For App Development.
I made Tic-Tac-Toe in Command Prompt
https://medium.com/@oyvindknustad/i-made-tic-tac-toe-in-command-prompt-f0c93e6fa55e
https://medium.com/@oyvindknustad/i-made-tic-tac-toe-in-command-prompt-f0c93e6fa55e
Medium
I made Tic-Tac-Toe in Command Prompt
Command Prompt in Windows (equivalent to the Terminal window on Mac) is something that i almost never use. The exceptions can be things…