https://github.com/khuyentran1401/Efficient_Python_tricks_and_tools_for_data_scientists
Efficient Python Tricks and Tools for Data Scientists
https://github.com/khuyentran1401/Efficient_Python_tricks_and_tools_for_data_scientists
data-science python python3
Last synced: about 1 month ago
JSON representation
Efficient Python Tricks and Tools for Data Scientists
- Host: GitHub
- URL: https://github.com/khuyentran1401/Efficient_Python_tricks_and_tools_for_data_scientists
- Owner: khuyentran1401
- Created: 2021-06-20T22:16:36.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T19:03:38.000Z (7 months ago)
- Last Synced: 2024-10-29T15:35:11.037Z (7 months ago)
- Topics: data-science, python, python3
- Language: Jupyter Notebook
- Homepage: https://khuyentran1401.github.io/Efficient_Python_tricks_and_tools_for_data_scientists/README.html
- Size: 211 MB
- Stars: 1,427
- Watchers: 36
- Forks: 370
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Efficient Python Tricks and Tools for Data Scientists
[](https://github.com/khuyentran1401/Efficient_Python_tricks_and_tools_for_data_scientists) [](https://khuyentran1401.github.io/Efficient_Python_tricks_and_tools_for_data_scientists)
Why efficient Python? Because using Python more efficiently will make your code more readable and run more efficiently.
Why for data scientist? Because Python has a wide application. The Python tools used in the data science field are not necessarily useful for other fields such as web development.
The goal of this book is to spread the awareness of efficient ways to do Python. They include:
* efficient methods and libraries to work with iterator, dictionary, function, and class
* efficient methods to work with popular data science libraries such as pandas and NumPy
* efficient tools to incorporate in a data science project
* efficient tools to incorporate in any project
* efficient tools to work with Jupyter Notebook.
# What Should You Expect From This Book?
This book expects you to have some basic knowledge of Python and data science.You should also expect bite-size code snippets for each section. This will allow you to obtain multiple pieces of knowledge in fewer than one minute. I included the link to the resources for every tools introduced in case you want to explore them further.
# Printable PDF Guide
For a printer-friendly version of the tools mentioned in this book, sign up for [CodeCut's free PDF guide](https://codecut.ai/data-scientist-toolkit/?utm_source=github&utm_medium=defficient_python_tricks&utm_campaign=free_pdf). This comprehensive 264-page document covers over 100 essential data science tools, providing you with a valuable reference that you can print and keep at your desk.
# About The Author

Khuyen Tran wrote over 150 data science articles with 100k+ views per month on Towards Data Science. She also wrote 800+ daily data science tips at [CodeCut](https://codecut.ai/?utm_source=github&utm_medium=efficient_python_tricks&utm_campaign=about_khuyen_tran). Her current mission is to make open-source more accessible to the data science community.