Python 潮流周刊#17:Excel 终于支持 Python 了、Meta 重磅开源新项目、Mojo 新得 1 亿美元融资
https://pythoncat.top/posts/2023-08-26-weekly?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
https://pythoncat.top/posts/2023-08-26-weekly?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
pythoncat.top
Python 潮流周刊#17:Excel 终于支持 Python 了、Meta 重磅开源新项目、Mojo 新得 1 亿美元融资 - 豌豆花下猫
Zone Violation Detector Using Streamlit and MMDetection
https://medium.com/@vishakhahegde23/zone-violation-detector-using-streamlit-and-mmdetection-8d41902294ca
https://medium.com/@vishakhahegde23/zone-violation-detector-using-streamlit-and-mmdetection-8d41902294ca
Medium
Zone Violation Detector Using Streamlit and MMDetection
In this project, we will see how to build a zone violation detector using pre-trained object detection models and then deploy it using…
Top 5 Data Science Projects to Land You a Job
https://medium.com/@DataScience.Journey/top-5-data-science-projects-to-land-you-a-job-563fcb7a14a0
https://medium.com/@DataScience.Journey/top-5-data-science-projects-to-land-you-a-job-563fcb7a14a0
Medium
Top 5 Data Science Projects to Land You a Job
Data science is one of the most in-demand fields in the job market, but competition is fierce. To stand out and land a data science job…
How to automate and send personalized WhatsApp messages with pywhatskit?
https://blog.coffeeinc.in/how-to-automate-and-send-personalized-whatsapp-messages-with-pywhatskit-ea13ed47872f
https://blog.coffeeinc.in/how-to-automate-and-send-personalized-whatsapp-messages-with-pywhatskit-ea13ed47872f
Medium
How to automate and send personalized WhatsApp messages with pywhatskit?
Automate WhatsApp messaging using pywhatskit
Homelab Learning: Rounding out your homelab build with a Python development network
https://medium.com/@emhedge/homelab-learning-rounding-out-your-homelab-build-with-a-python-development-network-2e8c755e7abc
https://medium.com/@emhedge/homelab-learning-rounding-out-your-homelab-build-with-a-python-development-network-2e8c755e7abc
Medium
Homelab Learning: Rounding out your homelab build with a Python development network
This is the seventh part in an ongoing series walking through the steps required to build my isolated homelab subnet for python development
Python Tips — Best Practices for Handling Exceptions
https://tonylixu.medium.com/python-tips-best-practices-for-handling-exceptions-15faaeca55a5
https://tonylixu.medium.com/python-tips-best-practices-for-handling-exceptions-15faaeca55a5
Medium
Python Tips — Best Practices for Handling Exceptions
If you are doing Python codings, you must have used exceptions, because it is everywhere in the language. For example, If you divide 0 in…
Python Numbers: A Beginner’s Tutorial With Examples
https://medium.com/@informationalstories/python-numbers-a-beginners-tutorial-with-examples-6db6da4eb403
https://medium.com/@informationalstories/python-numbers-a-beginners-tutorial-with-examples-6db6da4eb403
Medium
Python Numbers: A Beginner’s Tutorial With Examples
Python, known for its simplicity and easy-to-learn syntax, offers a range of data types. Among the foundational types are numbers, which…
Mastering Python — Section 1 : Set Up SSH Github Account on Mac OS
https://medium.com/@selikurdev/mastering-python-section-1-set-up-ssh-github-account-on-mac-os-57fd0bd8fda4
https://medium.com/@selikurdev/mastering-python-section-1-set-up-ssh-github-account-on-mac-os-57fd0bd8fda4
Medium
Mastering Python — Section 1 : Set Up SSH Github Account on Mac OS
In Windows, you can use Bash from Git to generate ssh key. But in Mac you already got Bash but in windows you get Bash when you install…
How to Troubleshoot Python Scripts with the Logging Module
https://towardsdatascience.com/how-to-troubleshoot-python-scripts-with-the-logging-module-aaf630c35fe3
https://towardsdatascience.com/how-to-troubleshoot-python-scripts-with-the-logging-module-aaf630c35fe3
Medium
How to Debug Python Scripts with the Logging Module
Print statements can only take you so far…
4 Python String Matching Algorithm Every Data Analyst Should Know.(Part II)
https://medium.com/@abhit_m/5-python-string-matching-algorithm-every-data-analyst-should-know-part-ii-e7a1b888564e
https://medium.com/@abhit_m/5-python-string-matching-algorithm-every-data-analyst-should-know-part-ii-e7a1b888564e
Medium
4 Python String Matching Algorithm Every Data Analyst Should Know.(Part II)
Additional libraries that has some useful comparison based on sound or sequence.
Generative AI for Data Cleaning using Pandas AI
https://medium.com/@vinitasilaparasetty/generative-ai-for-data-cleaning-using-pandas-ai-5c24fee599a9
https://medium.com/@vinitasilaparasetty/generative-ai-for-data-cleaning-using-pandas-ai-5c24fee599a9
Medium
Generative AI for Data Cleaning using Pandas AI
Pandas, which is highly regarded by experts, is utilized for Python based data analysis and manipulation. However have you ever considered…
Time Series Analysis of Stock Market Data: Techniques and Insights
https://medium.com/@rshowrav/time-series-analysis-of-stock-market-data-techniques-and-insights-fa810ffdfed4
https://medium.com/@rshowrav/time-series-analysis-of-stock-market-data-techniques-and-insights-fa810ffdfed4
Medium
Time Series Analysis of Stock Market Data: Techniques and Insights
Introduction
Developing LLM based Applications: Getting Started with LangChain (1/n)
https://mkonda007.medium.com/developing-llm-based-applications-getting-started-with-langchain-1-n-1a603675eb43
https://mkonda007.medium.com/developing-llm-based-applications-getting-started-with-langchain-1-n-1a603675eb43
Medium
Developing LLM based Applications: Getting Started with LangChain (1/n)
We all are in the midst of the AI storm: the recent surge in Generative Artificial Intelligence models is significantly transforming the…