How to Structure a Data Science Project for Readability and Transparency
And How to Create One in One Line of Code.
https://t.co/9uCwAVYTeF
And How to Create One in One Line of Code.
https://t.co/9uCwAVYTeF
Medium
How to Structure a Data Science Project for Readability and Transparency
And How to Create One in One Line of Code
mdiff
mdiff is a package, tool and application for comparing and generating diff info for input data. It has an ability to detect sequence elements displacements (i.e. line in text have been moved up or down).
https://github.com/m-matelski/mdiff
mdiff is a package, tool and application for comparing and generating diff info for input data. It has an ability to detect sequence elements displacements (i.e. line in text have been moved up or down).
https://github.com/m-matelski/mdiff
GitHub
GitHub - m-matelski/mdiff: Package for finding difference between two input sequences with ability to detect sequence elements…
Package for finding difference between two input sequences with ability to detect sequence elements displacements. - GitHub - m-matelski/mdiff: Package for finding difference between two input sequ...
Moriarty-Project
Moriarty tries to find important information about a spesific phone number.
https://github.com/AzizKpln/Moriarty-Project
Moriarty tries to find important information about a spesific phone number.
https://github.com/AzizKpln/Moriarty-Project
GitHub
GitHub - AzizKpln/Moriarty-Project: This tool gives information about the phone number that you entered.
This tool gives information about the phone number that you entered. - AzizKpln/Moriarty-Project
How to Set Up a Development Environment for Machine Learning
How to install, activate, and use a virtual environment for machine learning and data ...
https://towardsdatascience.com/how-to-set-up-a-development-environment-for-machine-learning-b015a91bda8a
How to install, activate, and use a virtual environment for machine learning and data ...
https://towardsdatascience.com/how-to-set-up-a-development-environment-for-machine-learning-b015a91bda8a
When Python can't thread: a deep-dive into the GIL's impact
Most computers these days come with multiple cores, allowing multiple threads to run ...
https://pythonspeed.com/articles/python-gil/
Most computers these days come with multiple cores, allowing multiple threads to run ...
https://pythonspeed.com/articles/python-gil/
Python⇒Speed
When Python can’t thread: a deep-dive into the GIL’s impact
Python’s Global Interpreter Lock (GIL) stops threads from running in parallel or concurrently. Learn how to determine impact of the GIL on your code.
Python is About to Become 64% Faster — Python 3.10 vs. Python 3.11 Benchmark
Get excited about Python 3.11 — It’s finally the time for significant ...
https://towardsdatascience.com/python-is-about-to-become-64-faster-python-3-10-vs-python-3-11-benchmark-3a6abcc25b90
Get excited about Python 3.11 — It’s finally the time for significant ...
https://towardsdatascience.com/python-is-about-to-become-64-faster-python-3-10-vs-python-3-11-benchmark-3a6abcc25b90
Medium
Python is About to Become 64% Faster — Python 3.10 vs. Python 3.11 Benchmark
Get excited about Python 3.11 — It’s finally the time for significant performance improvements
A Comprehensive Guide to Image Augmentation using Pytorch
A way to increase the amount of data and make the model more robustContinue reading on Towards Data ...
https://towardsdatascience.com/a-comprehensive-guide-to-image-augmentation-using-pytorch-fb162f2444be
A way to increase the amount of data and make the model more robustContinue reading on Towards Data ...
https://towardsdatascience.com/a-comprehensive-guide-to-image-augmentation-using-pytorch-fb162f2444be
Medium
A Comprehensive Guide to Image Augmentation using Pytorch
A way to increase the amount of data and make the model more robust
5 Things That Will Instantly Make Your Python Code More Pythonic
Understanding The Rules Of The LanguageContinue reading on Towards Data Science ...
https://towardsdatascience.com/5-things-that-will-instantly-make-your-python-code-more-pythonic-198c6d371c80
Understanding The Rules Of The LanguageContinue reading on Towards Data Science ...
https://towardsdatascience.com/5-things-that-will-instantly-make-your-python-code-more-pythonic-198c6d371c80
Medium
5 Things That Will Instantly Make Your Python Code More Pythonic
Understanding The Rules Of The Language
How to add a DEBUG mode for your Python Logging Mid-Run
Configuring a Debug mode with your logging on the flyContinue reading on Towards Data Science ...
https://towardsdatascience.com/how-to-add-a-debug-mode-for-your-python-logging-mid-run-3c7330dc199d
Configuring a Debug mode with your logging on the flyContinue reading on Towards Data Science ...
https://towardsdatascience.com/how-to-add-a-debug-mode-for-your-python-logging-mid-run-3c7330dc199d
You Should Compile Your Python and Here’s Why
https://glyph.twistedmatrix.com/2022/04/you-should-compile-your-python-and-heres-why.html
https://glyph.twistedmatrix.com/2022/04/you-should-compile-your-python-and-heres-why.html
Twistedmatrix
You Should Compile Your Python And Here’s Why
write Python that’s faster than C by optimizing your code, adding standard type annotations, and using Mypyc.
PyStockWatch - a GUI that displays NYSE data.
https://www.reddit.com/r/learnpython/comments/twuavh/pystockwatch_a_gui_that_displays_nyse_data/
https://www.reddit.com/r/learnpython/comments/twuavh/pystockwatch_a_gui_that_displays_nyse_data/
reddit
PyStockWatch - a GUI that displays NYSE data.
I have been very hesitant to post this project here \*or anywhere else\* out of fear that my code would turn out to be, I donnu, inefficient or...
Show HN: PyNeuraLogic: Python Differentiable Logic Programs
https://github.com/LukasZahradnik/PyNeuraLogic
https://github.com/LukasZahradnik/PyNeuraLogic
GitHub
GitHub - LukasZahradnik/PyNeuraLogic: PyNeuraLogic lets you use Python to create Differentiable Logic Programs
PyNeuraLogic lets you use Python to create Differentiable Logic Programs - LukasZahradnik/PyNeuraLogic
Economic Data Analysis Project with Python Pandas
In this video kaggle grandmaster Rob Mulla takes you through an economic data analysis project with python pandas. We walk through the process of pulling down the data for different economic indicators, cleaning and joining the data. Using the Fred api you can pull up to date data and compare, analyze and explore.
https://www.youtube.com/watch?v=R67XuYc9NQ4
In this video kaggle grandmaster Rob Mulla takes you through an economic data analysis project with python pandas. We walk through the process of pulling down the data for different economic indicators, cleaning and joining the data. Using the Fred api you can pull up to date data and compare, analyze and explore.
https://www.youtube.com/watch?v=R67XuYc9NQ4
YouTube
Economic Data Analysis Project with Python Pandas - Data scraping, cleaning and exploration!
In this video kaggle grandmaster Rob Mulla takes you through an economic data analysis project with python pandas. We walk through the process of pulling down the data for different economic indicators, cleaning and joining the data. Using the Fred api you…
New from Anaconda: Python in the Browser
https://www.anaconda.com/blog/pyscript-python-in-the-browser
https://www.anaconda.com/blog/pyscript-python-in-the-browser
Anaconda
PyScript: Python in the Browser | Anaconda
rdeepak2002 / reddit-place-script-2022
Script to draw an image onto r/place (https://www.reddit.com/r/place/)
https://github.com/rdeepak2002/reddit-place-script-2022
Script to draw an image onto r/place (https://www.reddit.com/r/place/)
https://github.com/rdeepak2002/reddit-place-script-2022
Reddit
r/place
There is an empty canvas.
You may place a pixel upon it, but you must wait to place another.
Individually you can create something.
Together you can create something more.
You may place a pixel upon it, but you must wait to place another.
Individually you can create something.
Together you can create something more.
Discussion with Sebastián Ramírez
A great discussion with Sebastián Ramírez, creator of FastAPI, Typer, SQL Model, and more.
https://www.youtube.com/watch?v=8IJkSs9Dvjo
A great discussion with Sebastián Ramírez, creator of FastAPI, Typer, SQL Model, and more.
https://www.youtube.com/watch?v=8IJkSs9Dvjo
YouTube
Live Discussion with Sebastián Ramírez (Tiangelo/FastAPI)
This was a live discussion I had on April 26, 2022 with Sebastián Ramírez, creator of FastAPI, Typer, SQL Model, and more.
LINKS:
- https://tiangolo.com
- https://fastapi.tiangolo.com
- https://typer.tiangolo.com
- https://sqlmodel.tiangolo.com
- http…
LINKS:
- https://tiangolo.com
- https://fastapi.tiangolo.com
- https://typer.tiangolo.com
- https://sqlmodel.tiangolo.com
- http…