Exploratory Data Analysis on Steroids
An express method for EDA in Python
https://towardsdatascience.com/exploratory-data-analysis-on-steroids-e1488324fbaa
An express method for EDA in Python
https://towardsdatascience.com/exploratory-data-analysis-on-steroids-e1488324fbaa
Building A Real-time Dashboard Using Python Plotly Library And Web Service
https://towardsdatascience.com/building-a-real-time-dashboard-using-python-plotly-library-and-web-service-145f50d204f0
https://towardsdatascience.com/building-a-real-time-dashboard-using-python-plotly-library-and-web-service-145f50d204f0
I made a little program that mutes spotify ads because i dont have the money to get premium . Not anything special but i think its quite neat. Any ideas on cool python projects i can build ?
https://www.reddit.com/r/Python/comments/ga7y7f/i_made_a_little_program_that_mutes_spotify_ads/
https://www.reddit.com/r/Python/comments/ga7y7f/i_made_a_little_program_that_mutes_spotify_ads/
Reddit
From the Python community on Reddit: I made a little program that mutes spotify ads because i dont have the money to get premium…
Explore this post and more from the Python community
Data Engineering 101: Automating Your First Data Extract
Pulling live data from San Francisco’s 311…
https://medium.com/better-programming/data-engineering-101-automating-your-first-data-extract-845c84f119cc
Pulling live data from San Francisco’s 311…
https://medium.com/better-programming/data-engineering-101-automating-your-first-data-extract-845c84f119cc
Made an annoying Python script that sends a friend on Facebook Messenger the Shrek movie word by word
https://www.reddit.com/r/Python/comments/gaqe3d/made_an_annoying_python_script_that_sends_a/
https://www.reddit.com/r/Python/comments/gaqe3d/made_an_annoying_python_script_that_sends_a/
reddit
Made an annoying Python script that sends a friend on Facebook...
Posted in r/Python by u/Sponta7 • 3,539 points and 277 comments
Don’t Use Boolean Arguments, Use Enums
A case for avoiding flag arguments in your code
https://medium.com/better-programming/dont-use-boolean-arguments-use-enums-c7cd7ab1876a
A case for avoiding flag arguments in your code
https://medium.com/better-programming/dont-use-boolean-arguments-use-enums-c7cd7ab1876a
Learn Data Science the Right Way
Ditch the atlas and jump right in 😉
https://towardsdatascience.com/learn-data-science-the-right-way-92fc9437e64e
Ditch the atlas and jump right in 😉
https://towardsdatascience.com/learn-data-science-the-right-way-92fc9437e64e
MS considers adding Python as official scripting language for Excel 😍 The change proposal currently has 6400 votes.
https://www.reddit.com/r/Python/comments/g4cf2r/ms_considers_adding_python_as_official_scripting/
https://www.reddit.com/r/Python/comments/g4cf2r/ms_considers_adding_python_as_official_scripting/
reddit
MS considers adding Python as official scripting language for...
Posted in r/Python by u/oyvinrog • 1,989 points and 132 comments
Automate Your (Boring!) Excel Reporting with Python!
Create Excel Reports (Including Charts!) Without…
https://towardsdatascience.com/automate-excel-reporting-with-python-233dd61fb0f2
Create Excel Reports (Including Charts!) Without…
https://towardsdatascience.com/automate-excel-reporting-with-python-233dd61fb0f2
Python Interactive Data Visualization with Altair
Creating an interactive chart with less than 20…
https://towardsdatascience.com/python-interactive-data-visualization-with-altair-b4c4664308f8
Creating an interactive chart with less than 20…
https://towardsdatascience.com/python-interactive-data-visualization-with-altair-b4c4664308f8
Google Colab: How does it compare to a GPU-enabled laptop?
Introduction to Colab, Runtimes…
https://towardsdatascience.com/google-colab-how-does-it-compare-to-a-gpu-enabled-laptop-851c1e0a2ca9
Introduction to Colab, Runtimes…
https://towardsdatascience.com/google-colab-how-does-it-compare-to-a-gpu-enabled-laptop-851c1e0a2ca9
Exploring an Alternative to Jupyter Notebooks for Python Development
Introduction
Jupyter notebooks are an amazing tool for evaluating and exploring data. I have ...
https://pbpython.com/notebook-alternative.html
Introduction
Jupyter notebooks are an amazing tool for evaluating and exploring data. I have ...
https://pbpython.com/notebook-alternative.html
Pbpython
Exploring an Alternative to Jupyter Notebooks for Python Development
The Jupyter notebook file format has some downsides that can be mitigated with Jupyter code cells and VS Code interactive python. This article will describe how to use these tools.
Excel to Python
Building front-end Excel workbooks for Python tools
https://towardsdatascience.com/excel-to-python-79b01638f2d9
Building front-end Excel workbooks for Python tools
https://towardsdatascience.com/excel-to-python-79b01638f2d9
A Simple Guide to Object Oriented Programming for Data Scientist
How to read complex Python packages…
https://towardsdatascience.com/a-simple-guide-to-object-oriented-programming-for-data-scientist-56224fee8f67
How to read complex Python packages…
https://towardsdatascience.com/a-simple-guide-to-object-oriented-programming-for-data-scientist-56224fee8f67
4 Simple Ways to Refactor Your Python Code
Learn new techniques and optimize your existing code
https://medium.com/code-85/4-simple-ways-to-refactor-your-python-code-2f491b767381
Learn new techniques and optimize your existing code
https://medium.com/code-85/4-simple-ways-to-refactor-your-python-code-2f491b767381
How to make Value-By-Alpha Maps in Python
A beginner’s guide and tutorial on how to create…
https://towardsdatascience.com/how-to-make-value-by-alpha-maps-in-python-484722160490
A beginner’s guide and tutorial on how to create…
https://towardsdatascience.com/how-to-make-value-by-alpha-maps-in-python-484722160490
My 7 Favorite Software Developer Productivity Tools
https://levelup.gitconnected.com/my-7-favorite-software-developer-productivity-tools-a4c13b0fc0af
https://levelup.gitconnected.com/my-7-favorite-software-developer-productivity-tools-a4c13b0fc0af
How to simulate trades in Python
https://towardsdatascience.com/how-to-simulate-trades-in-python-7e613c83fd5a
https://towardsdatascience.com/how-to-simulate-trades-in-python-7e613c83fd5a
Testing an Interactive Voice Response System With Python and Pytest
Following my previous article on how to build an Interactive Voice Response (IVR) system with ...
https://hakibenita.com/python-django-pytest-twilio-ivr
Following my previous article on how to build an Interactive Voice Response (IVR) system with ...
https://hakibenita.com/python-django-pytest-twilio-ivr
Hakibenita
Testing an Interactive Voice Response System With Python and Pytest
It can be very challenging to test a system that rely heavily on a third party service such as Twilio. In this article, I show how to organize your code in a way that would isolate your bushiness logic and make it easier for you to test it separately.