munki / macadmin-scripts
Scripts of possible interest to macOS admins
https://github.com/munki/macadmin-scripts
Scripts of possible interest to macOS admins
https://github.com/munki/macadmin-scripts
GitHub
GitHub - munki/macadmin-scripts: Scripts of possible interest to macOS admins
Scripts of possible interest to macOS admins. Contribute to munki/macadmin-scripts development by creating an account on GitHub.
Why You Should Learn Data Engineering
Why should you learn data engineering? Here are four big reasons. Spoiler alert: one of them is ...
https://www.dataquest.io/blog/why-learn-data-engineering/
Why should you learn data engineering? Here are four big reasons. Spoiler alert: one of them is ...
https://www.dataquest.io/blog/why-learn-data-engineering/
Dataquest
Five Reasons Why You Should Learn Data Engineering – Dataquest
Why should you learn data engineering? Here are five big reasons. Spoiler alert: one of them is that it pays really, really well.
Introducing Pandas-Log
New Python package for debugging pandas operations
https://towardsdatascience.com/introducing-pandas-log-3240a5e57e21
New Python package for debugging pandas operations
https://towardsdatascience.com/introducing-pandas-log-3240a5e57e21
How To Check if a Given Key Already Exists in a Dictionary
Two different ways to check
https://medium.com/better-programming/how-to-check-if-a-given-key-already-exists-in-a-dictionary-556a56e03c22
Two different ways to check
https://medium.com/better-programming/how-to-check-if-a-given-key-already-exists-in-a-dictionary-556a56e03c22
Beyond cProfile: Sampling profilers and logging for performance optimization
Note: This article is based on a talk I gave at PyGotham 2019. I will post a link to the video ...
https://pythonspeed.com/articles/beyond-cprofile/
Note: This article is based on a talk I gave at PyGotham 2019. I will post a link to the video ...
https://pythonspeed.com/articles/beyond-cprofile/
Python⇒Speed
Beyond cProfile: Choosing the right tool for performance optimization
There are different profilers you can use to measure Python performance. Learn about cProfile, sampling profilers, and logging, and when to use each.
I wrote a script to get a Banksy
How I created an app with Heroku and Twilio to check a website every…
https://medium.com/@leahculver/i-wrote-a-script-to-get-a-banksy-fc1bf87443d3
How I created an app with Heroku and Twilio to check a website every…
https://medium.com/@leahculver/i-wrote-a-script-to-get-a-banksy-fc1bf87443d3
Multiple Linear Regression from Scratch in Numpy
https://towardsdatascience.com/multiple-linear-regression-from-scratch-in-numpy-36a3e8ac8014
https://towardsdatascience.com/multiple-linear-regression-from-scratch-in-numpy-36a3e8ac8014
Debugging TensorFlow coverage
It started with a coverage.py issue:
Coverage not working for TensorFlow Model call function.
A ...
https://nedbatchelder.com//blog/201910/debugging_tensorflow_coverage.html
It started with a coverage.py issue:
Coverage not working for TensorFlow Model call function.
A ...
https://nedbatchelder.com//blog/201910/debugging_tensorflow_coverage.html
My Favorite New Features in Python 3.8
https://towardsdatascience.com/my-favorite-new-features-in-python-3-8-a95d7a0a31c9
https://towardsdatascience.com/my-favorite-new-features-in-python-3-8-a95d7a0a31c9
When to switch to Python 3.8
Python 3.8 was released in mid-October, but if you look at my recommendation for a base image for ...
https://pythonspeed.com/articles/major-python-release/
Python 3.8 was released in mid-October, but if you look at my recommendation for a base image for ...
https://pythonspeed.com/articles/major-python-release/
Python⇒Speed
When to switch to Python 3.9
Python 3.9 is now available–but should you switch to it immediately? And if not now, when? The short answer is, no, you probably don’t want to switch immediately; quite possibly you can’t switch immediately. To understand why, we need to consider Python packaging…
Cleaning Up Currency Data with Pandas
Introduction
The other day, I was using pandas to clean some messy Excel data that included ...
https://pbpython.com/currency-cleanup.html
Introduction
The other day, I was using pandas to clean some messy Excel data that included ...
https://pbpython.com/currency-cleanup.html
Pbpython
Cleaning Up Currency Data with Pandas
This article includes tips on how to clean up messy currency data in pandas so that you may convert the data to numeric formats for further analysis.
A Practical Introduction to Python Lambda Functions
https://levelup.gitconnected.com/a-practical-introduction-to-python-lambda-functions-3b4a0702b6a1
https://levelup.gitconnected.com/a-practical-introduction-to-python-lambda-functions-3b4a0702b6a1
PySimpleGUI / PySimpleGUI
Launched in 2018 Actively developed and supported. Supports tkinter, Qt, WxPython, Remi (in browser). Create custom layout GUI's simply. Python 2.7 & 3 Support. 100+ Demo programs & Cookbook for rapid start. Extensive documentation. Examples using Machine Learning(GUI, OpenCV Integration, Chatterbot), Floating Desktop Widgets, Matplotlib + Pyplo…
https://github.com/PySimpleGUI/PySimpleGUI
Launched in 2018 Actively developed and supported. Supports tkinter, Qt, WxPython, Remi (in browser). Create custom layout GUI's simply. Python 2.7 & 3 Support. 100+ Demo programs & Cookbook for rapid start. Extensive documentation. Examples using Machine Learning(GUI, OpenCV Integration, Chatterbot), Floating Desktop Widgets, Matplotlib + Pyplo…
https://github.com/PySimpleGUI/PySimpleGUI
GitHub
GitHub - PySimpleGUI/PySimpleGUI: Python GUIs for Humans! PySimpleGUI is the top-rated Python application development environment.…
Python GUIs for Humans! PySimpleGUI is the top-rated Python application development environment. Launched in 2018 and actively developed, maintained, and supported in 2024. Transforms tkinter, Qt, ...
5 lesser-known pandas tricks
5 lesser-known pandas tricks that help you be more productive
https://towardsdatascience.com/5-lesser-known-pandas-tricks-e8ab1dd21431
5 lesser-known pandas tricks that help you be more productive
https://towardsdatascience.com/5-lesser-known-pandas-tricks-e8ab1dd21431
Using TensorFlow 2 for State-of-the-Art Natural Language Processing
A guest post by Thomas Wolf and…
https://medium.com/tensorflow/using-tensorflow-2-for-state-of-the-art-natural-language-processing-102445cda54a
A guest post by Thomas Wolf and…
https://medium.com/tensorflow/using-tensorflow-2-for-state-of-the-art-natural-language-processing-102445cda54a
Calculating String Similarity in Python
Learn how to group together similar strings, and also how to…
https://towardsdatascience.com/calculating-string-similarity-in-python-276e18a7d33a
Learn how to group together similar strings, and also how to…
https://towardsdatascience.com/calculating-string-similarity-in-python-276e18a7d33a
cornellius-gp / gpytorch
A highly efficient and modular implementation of Gaussian Processes in PyTorch
https://github.com/cornellius-gp/gpytorch
A highly efficient and modular implementation of Gaussian Processes in PyTorch
https://github.com/cornellius-gp/gpytorch
GitHub
GitHub - cornellius-gp/gpytorch: A highly efficient implementation of Gaussian Processes in PyTorch
A highly efficient implementation of Gaussian Processes in PyTorch - cornellius-gp/gpytorch