Daily Dose of Data Science
Subscribe
Sign in
Home
Archive
About
Terminal
New
Supercharge Shell With Python Using Xonsh
Traditional shells have a limitation for python users. At a time, users can either run shell commands or use IPython. As a result, one has to open…
Avi Chawla
Feb 27
4
Share this post
Supercharge Shell With Python Using Xonsh
www.blog.dailydoseofds.com
Copy link
Linkedin
Facebook
Email
Notes
Most Command-line Users Don't Know This Cool Trick About Using Terminals
Watch a video version of this post for better understanding: Video Link. After running a command (or script, etc.), most command-line users open a new…
Avi Chawla
Feb 26
9
2
Share this post
Most Command-line Users Don't Know This Cool Trick About Using Terminals
www.blog.dailydoseofds.com
Copy link
Linkedin
Facebook
Email
Notes
Never Refactor Your Code Manually Again. Instead, Use Sourcery!
Refactoring code is an important step in pipeline development. Yet, manual refactoring takes additional time for testing as one might unknowingly…
Avi Chawla
Feb 16
3
Share this post
Never Refactor Your Code Manually Again. Instead, Use Sourcery!
www.blog.dailydoseofds.com
Copy link
Linkedin
Facebook
Email
Notes
Never Search Jupyter Notebooks Manually Again To Find Your Code
Have you ever struggled to recall the specific Jupyter notebook in which you wrote some code? Here's a quick trick to save plenty of manual work and…
Avi Chawla
Feb 7
2
Share this post
Never Search Jupyter Notebooks Manually Again To Find Your Code
www.blog.dailydoseofds.com
Copy link
Linkedin
Facebook
Email
Notes
Create Data Plots Right From The Terminal
Visualizing data can get tough when you don't have access to a GUI. But here's what can help. Bashplotlib offers a quick and easy way to make basic…
Avi Chawla
Feb 3
2
Share this post
Create Data Plots Right From The Terminal
www.blog.dailydoseofds.com
Copy link
Linkedin
Facebook
Email
Notes
Preview Your README File Locally In GitHub Style
Please watch a video version for better understanding: Video Link. Have you ever wanted to preview a README file before committing it to GitHub? Here's…
Avi Chawla
Jan 31
2
Share this post
Preview Your README File Locally In GitHub Style
www.blog.dailydoseofds.com
Copy link
Linkedin
Facebook
Email
Notes
Visualize Commit History of Git Repo With Beautiful Animations
As the size of your project grows, it can get difficult to comprehend the Git tree. Git-story is a command line tool to create elegant animations for…
Avi Chawla
Jan 29
2
Share this post
Visualize Commit History of Git Repo With Beautiful Animations
www.blog.dailydoseofds.com
Copy link
Linkedin
Facebook
Email
Notes
Automated Code Refactoring With Sourcery
Refactoring codebase is an important yet time-consuming task. Moreover, at times, one might unknowingly introduce errors during refactoring. This takes…
Avi Chawla
Dec 20, 2022
1
Share this post
Automated Code Refactoring With Sourcery
www.blog.dailydoseofds.com
Copy link
Linkedin
Facebook
Email
Notes
Debugging Made Easy With PySnooper
Rather than using many print statements to debug your python code, try PySnooper. With just a single line of code, you can easily track the variables at…
Avi Chawla
Dec 12, 2022
Share this post
Debugging Made Easy With PySnooper
www.blog.dailydoseofds.com
Copy link
Linkedin
Facebook
Email
Notes
Explore CSV Data Right From The Terminal
If you want to quickly explore some CSV data, you may not always need to run a Jupyter session. Rather, with "𝐜𝐬𝐯𝐤𝐢𝐭", you can do it from the…
Avi Chawla
Nov 15, 2022
Share this post
Explore CSV Data Right From The Terminal
www.blog.dailydoseofds.com
Copy link
Linkedin
Facebook
Email
Notes
This site requires JavaScript to run correctly. Please
turn on JavaScript
or unblock scripts