The problem with dynamically typed languages is that they favor the developer who writes the code at the expense of the person who will maintain it. This is exactly the opposite of what we want.
Python's logging library is very powerful but can take a while to get your head around. Here is a simple guide to set up logging for your Python projects.
https://t.co/2FXDAnouHv
#Python#DataScience
@LilAdonise I found improving my typing speed really helped my programming... even wrote an article about it, with some tips for getting better! https://t.co/A7G3JIcNKe
Tired of typing `%autoreload` at the top of *all* your Jupyter notebooks and iPython sessions?
Add this to your iPython config 👇
https://t.co/PSn6PJuO3L
#python#pythonprogramming#ipython
. @e4datascience instructs on how to increase your productivity and user experience in the terminal by installing some key plugins. https://t.co/5nSAps3DVg
Spent the weekend analysing my Google Search Console data. Crazy how much granular data is available to analyse via the API🤯
If you have a blog and know #python, this one is for you: https://t.co/rHc7vH20nj
#analysis#google#SEO
"I never used to worry too much about the readability of my code. I cared that I could read it during development, but I never gave much consideration to whether I would still be able to read it in 6 months time."
Read more from @e4datascience here.
https://t.co/0lWFegVTvj
Engineering For Data Science just reached 10k monthly visitors! 🥳
My thoughts after one year of blogging: https://t.co/ny3S2hdhYK
#blogging#growth#python#datascience
One of the best ways to deliver more impactful visualisations for stakeholders is to add a headline caption.
Here's how you can do it with #matplotlib using: plt.suptitle
https://t.co/1vIVrOJwof
#DataScience#Python
"There is not a more productive or versatile tool for developers to use — the terminal is the Swiss Army Knife of the developers’ tool kit."
Read more from @e4datascience's latest post. https://t.co/5nSAps3DVg
The ability to store your data on Google Cloud Storage and still get row/column-level security as you would get with BigQuery native storage is yuge.
https://t.co/SpPE9LlIP5
Looking to to gain more practical knowledge about data science on Google Cloud? @e4datascience has curated a list of 10 resources he finds especially useful. https://t.co/f0aKwkBHoY
What challenges have you faced deploying ML models in the real-world?
Unfortunately it isn't as straightforward as some tutorials suggest
Here are some common obstacles I have observed when working in large companies
https://t.co/iepMA5x4Mn
#MachineLearning#DataScience#MLOps
Follow along as @e4datascience shows how data scientists can increase their productivity and user experience in the terminal by installing a few well-selected plugins. https://t.co/XftuSJpe8l
Interesting news! Snowflake may acquire Streamlit. https://t.co/D2mOuwIiHw
I love working with both tools. Will be really interesting to see what comes from this!
#streamlit#Snowflake