Top 3 python libraries to kickstart your data science journey
https://medium.com/@shubham.bhattacharya22/top-3-python-libraries-to-kickstart-your-data-science-journey-4c0093662956
https://medium.com/@shubham.bhattacharya22/top-3-python-libraries-to-kickstart-your-data-science-journey-4c0093662956
Medium
Top 3 python libraries to kickstart your data science journey
Python is a popular language for data science, and therefore there are many helpful libraries that are built to make your life easier. In…
Automate your Python script using the “schedule” module
https://medium.com/@kamendamov/automate-your-python-script-using-the-schedule-module-1a1b534f2c8e
https://medium.com/@kamendamov/automate-your-python-script-using-the-schedule-module-1a1b534f2c8e
Medium
Automate your Python script using the “schedule” module
To put things in context, my task was to develop a python script that would scrape data from a webpage, model it, and render it to a csv…
Import/Export Files in Django via the Admin Panel
https://rajansahu713.medium.com/import-export-files-in-django-via-the-admin-panel-a3ba36e1ced3
https://rajansahu713.medium.com/import-export-files-in-django-via-the-admin-panel-a3ba36e1ced3
Medium
Import/Export Files in Django via the Admin Panel
Recently, I came across a third-party library for Django django-import-export that allows one to import and export data using the admin…
The Exact Steps I used to Become A Data Scientist @Microsoft
https://medium.com/total-data-science/the-exact-steps-i-used-to-become-a-data-scientist-microsoft-3733fd9f75
https://medium.com/total-data-science/the-exact-steps-i-used-to-become-a-data-scientist-microsoft-3733fd9f75
Medium
The Exact Steps I used to Become A Data Scientist @Microsoft
In this article, I share my personal experience of how I became a Data Scientist at Microsoft.
Custom MuJoCo Environment in Openai Gym
https://medium.com/@shyamashi/custom-mujoco-environment-in-openai-gym-e43345a4233d
https://medium.com/@shyamashi/custom-mujoco-environment-in-openai-gym-e43345a4233d
Medium
Custom MuJoCo Environment in Openai Gym
Pre-Requisites
Python: Refactor code “if-else” to use the dictionary.
https://medium.com/@sunilrana123/python-refactor-code-if-else-to-use-the-dictionary-364351b5cb1f
https://medium.com/@sunilrana123/python-refactor-code-if-else-to-use-the-dictionary-364351b5cb1f
Medium
Python: Refactor code “if-else” to use the dictionary.
Some you find some code where you see lots of if-else statements. Have you ever wondered how to make it cleaner and more efficient? so it…
Which tool is the best to make a complete dataset?
https://medium.com/@jonathanmondaut/which-tool-is-the-best-to-make-a-complete-dataset-b3ce35df56d2
https://medium.com/@jonathanmondaut/which-tool-is-the-best-to-make-a-complete-dataset-b3ce35df56d2
Medium
Which tool is the best to make a complete dataset?
Crawling a website is as today an essential skill for anyone working in or with the digital industry. Firstly, I will start by clarifying…
SFMC Data Automation: Sending Data From MySQL to Salesforce Marketing Cloud Via REST API
https://medium.com/@nataliap_51590/sfmc-data-automation-sending-data-from-mysql-to-salesforce-marketing-cloud-via-rest-api-acee60fcfb74
https://medium.com/@nataliap_51590/sfmc-data-automation-sending-data-from-mysql-to-salesforce-marketing-cloud-via-rest-api-acee60fcfb74
Medium
SFMC Data Automation: Sending Data From MySQL to Salesforce Marketing Cloud Via REST API
Salesforce Marketing Cloud (SFMC) is a great tool for e-mail and mobile marketing. Typically SFMC is used for tracking and analyzing…
Object-Oriented Programming(OOP ‘S) PART -1
https://medium.com/@isshitassharma/object-oriented-programming-oop-s-part-1-b27491a0a942
https://medium.com/@isshitassharma/object-oriented-programming-oop-s-part-1-b27491a0a942
Medium
Object-Oriented Programming(OOP ‘S) PART -1
This is an essential part of every programming language. When we start learning to program, this is part that is covered towards the end of…
Change the Instance Type in AWS using python with custom metrics (memory) and lambda Function
https://medium.com/@hasnain.hakim25/change-the-instance-type-in-aws-using-python-with-custom-metrics-memory-and-lambda-function-14f9ca5c9b77
https://medium.com/@hasnain.hakim25/change-the-instance-type-in-aws-using-python-with-custom-metrics-memory-and-lambda-function-14f9ca5c9b77
Medium
Change the Instance Type in AWS using python with custom metrics (memory) and lambda Function
In this tutorial we will change the instance type of EC-2 when the memory of the Ec-2 reaches 50%. For this we need these services…
Create a simple Monte-Carlo Simulation for your Product Decision Problem in Python
https://medium.com/@aahammer/create-a-simple-monte-carlo-simulation-for-your-product-decision-problem-in-python-d7ed4035b69f
https://medium.com/@aahammer/create-a-simple-monte-carlo-simulation-for-your-product-decision-problem-in-python-d7ed4035b69f
Medium
Create a simple Monte-Carlo Simulation for your Product Decision Problem in Python
Correctly applied, Monte-Carlo Simulations are superior to all the usual product management decision methods. See this backbone post to…
Introduction to the Basics of Python 3-Part 15
https://medium.com/@CalebMBowyer/introduction-to-the-basics-of-python-3-part-15-ea7d150155cf
https://medium.com/@CalebMBowyer/introduction-to-the-basics-of-python-3-part-15-ea7d150155cf
Medium
Introduction to the Basics of Python 3-Part 15
In this lesson, I want to begin discussing some of the built-in functions available in Python. These are functions that have already been…
Introduction to the Basics of Python 3-Part 17
https://medium.com/@CalebMBowyer/introduction-to-the-basics-of-python-3-part-17-414580b823d3
https://medium.com/@CalebMBowyer/introduction-to-the-basics-of-python-3-part-17-414580b823d3
Medium
Introduction to the Basics of Python 3-Part 17
Now that we are grounded in the fundamentals of Python up through programming using functions we can begin working with some third party…
Introduction to the Basics of Python 3-Part 16
https://medium.com/@CalebMBowyer/introduction-to-the-basics-of-python-3-part-16-456d2e06e4f5
https://medium.com/@CalebMBowyer/introduction-to-the-basics-of-python-3-part-16-456d2e06e4f5
Medium
Introduction to the Basics of Python 3-Part 16
This is going to be a short tutorial on imports in Python. Particularly you will learn how to import Numpy for math and science work. Also…