Why You Should Use Data Classes in Python
Don’t you know what a Data Class is? You know how to use it? And what is the difference with a regular class? Here in this post I will try to answer these questions and many more.
https://www.giulianopertile.com/blog/why-you-should-use-dataclasses-in-python/
Don’t you know what a Data Class is? You know how to use it? And what is the difference with a regular class? Here in this post I will try to answer these questions and many more.
https://www.giulianopertile.com/blog/why-you-should-use-dataclasses-in-python/
Create an auto-updating dataset on Kaggle with Deepnote
In this tutorial, we will set up our Deepnote environment to work with Kaggle, pull and clean some data from the internet, and then schedule the data to auto-update using Deepnote and the Kaggle library.
https://www.datafantic.com/create-an-auto-updating-dataset-on-kaggle-with-deepnote/
In this tutorial, we will set up our Deepnote environment to work with Kaggle, pull and clean some data from the internet, and then schedule the data to auto-update using Deepnote and the Kaggle library.
https://www.datafantic.com/create-an-auto-updating-dataset-on-kaggle-with-deepnote/
Datafantic
Create an auto-updating dataset on Kaggle with Deepnote
Kaggle has become the de facto place to find data for data science projects. Even though the internet is filled with data, Kaggle is great because the data is often in an easy-to-use format. Unfortunately, as the years go by, Kaggle is suffering from the…
A Theoretically Devastating Cyber Attack on America’s Gas Stations
Could an attacker with few lines of Python code shutting down over 7,000 fueling stations in the United States leave the nation crippled?
https://medium.com/@RoseSecurity/a-theoretically-devastating-cyber-attack-on-americas-gas-stations-ff1d9bbaf1
Could an attacker with few lines of Python code shutting down over 7,000 fueling stations in the United States leave the nation crippled?
https://medium.com/@RoseSecurity/a-theoretically-devastating-cyber-attack-on-americas-gas-stations-ff1d9bbaf1
Medium
A Theoretically Devastating Cyber Attack on America’s Gas Stations:
The Internet of Gas Station Tank Gauges:
k4yt3x / video2x
A lossless video/GIF/image upscaler achieved with waifu2x, Anime4K, SRMD and RealSR. Started in Hack the Valley 2, 2018.
https://github.com/k4yt3x/video2x
A lossless video/GIF/image upscaler achieved with waifu2x, Anime4K, SRMD and RealSR. Started in Hack the Valley 2, 2018.
https://github.com/k4yt3x/video2x
GitHub
GitHub - k4yt3x/video2x: A machine learning-based video super resolution and frame interpolation framework. Est. Hack the Valley…
A machine learning-based video super resolution and frame interpolation framework. Est. Hack the Valley II, 2018. - k4yt3x/video2x
Building open source downscaling pipelines for the cloud
We describe our experiences building cloud-based data analysis pipelines for climate model downscaling, including specific challenges we faced and lessons we learned.
https://carbonplan.org/blog/cloud-downscaling-pipelines
We describe our experiences building cloud-based data analysis pipelines for climate model downscaling, including specific challenges we faced and lessons we learned.
https://carbonplan.org/blog/cloud-downscaling-pipelines
carbonplan.org
Building open source downscaling pipelines for the cloud – CarbonPlan
We describe our experiences building cloud-based data analysis pipelines for climate model downscaling, including specific challenges we faced and lessons we learned.
Evolution of Access Control Explained Using Python
This article presents three access control methods beginning with Access Control List (ACL) - the mechanism implemented by Multics - then explore Role Based Access (RBAC) followed by Attribute Based Access (ABAC).
https://blog.symops.com/2022/09/07/evolution-access-control-python/
This article presents three access control methods beginning with Access Control List (ACL) - the mechanism implemented by Multics - then explore Role Based Access (RBAC) followed by Attribute Based Access (ABAC).
https://blog.symops.com/2022/09/07/evolution-access-control-python/
The Sym Blog
Evolution of Access Control Explained Using Python
MIT’s CTSS was designed in 1961 to provide multiple users independent share of a large computer. The designers soon discovered there was a huge appetite to share programs and data with one another. This sparked some of the earliest conversations around computer…
A Complete Guide to Python String Manipulation
https://pythonalgos.com/a-complete-guide-to-python-string-manipulation/
https://pythonalgos.com/a-complete-guide-to-python-string-manipulation/
PythonAlgos
A Complete Guide to Python String Manipulation - PythonAlgos
Strings are a ubiquitous data structure. They're used in so many places. Let's take a look at how we can use them in Python.
Machine Learning From Scratch Full course
To master machine learning models, one of the best things you can do is to implement them yourself. Although it might seem like a difficult task, for most algorithms, it is actually easier than you think. So throughout the next 10 days, we will implement one machine learning algorithm each day using Python and sometimes the help of Numpy for certain calculations.
https://www.youtube.com/playlist?list=PLcWfeUsAys2k_xub3mHks85sBHZvg24Jd
To master machine learning models, one of the best things you can do is to implement them yourself. Although it might seem like a difficult task, for most algorithms, it is actually easier than you think. So throughout the next 10 days, we will implement one machine learning algorithm each day using Python and sometimes the help of Numpy for certain calculations.
https://www.youtube.com/playlist?list=PLcWfeUsAys2k_xub3mHks85sBHZvg24Jd
YouTube
Machine Learning From Scratch
Learn how to implement 10 popular Machine Learning algorithms from scratch in Python
Recipes from Python SQLite docs
https://rednafi.github.io/reflections/recipes-from-python-sqlite-docs.html
https://rednafi.github.io/reflections/recipes-from-python-sqlite-docs.html
Web Scraping with Python – A Step by Step Guide
In this post, we will learn web scraping with python & will scrape web pages using different libraries that python has to offer.
https://www.scrapingdog.com/blog/web-scraping-with-python/
In this post, we will learn web scraping with python & will scrape web pages using different libraries that python has to offer.
https://www.scrapingdog.com/blog/web-scraping-with-python/
Revup
Revolutionary commit-based code review and workflow tools for git/github.
https://github.com/Skydio/revup
Revolutionary commit-based code review and workflow tools for git/github.
https://github.com/Skydio/revup
GitHub
GitHub - Skydio/revup: Upload once to create multiple, relative PRs. Productivity-focused git tools with patch revision tracking…
Upload once to create multiple, relative PRs. Productivity-focused git tools with patch revision tracking, rebase detection and more. Uses python and git plumbing commands. - GitHub - Skydio/revup...
Scaling Robinhood Crypto Systems
In this post, we dive into how we scaled our crypto systems, starting from the need to support hypergrowth in traffic, followed by an extended effort to align on our long-term crypto strategy.
https://robinhood.engineering/scaling-robinhood-crypto-systems-71e15541c302
In this post, we dive into how we scaled our crypto systems, starting from the need to support hypergrowth in traffic, followed by an extended effort to align on our long-term crypto strategy.
https://robinhood.engineering/scaling-robinhood-crypto-systems-71e15541c302
Fine-tune GPT-3 Using Python to Create a Virtual Mental Health Assistant
https://betterprogramming.pub/how-to-finetune-gpt-3-finetuning-our-virtual-mental-health-assistant-641c1f3b1ef3
https://betterprogramming.pub/how-to-finetune-gpt-3-finetuning-our-virtual-mental-health-assistant-641c1f3b1ef3
Medium
Fine-tuning GPT-3 Using Python to Create a Virtual Mental Health Assistant Bot
Build your own ChatGPT for specific tasks
Python Data Viz Cookbook
An interactive cookbook to create graphs with Python.
https://dataviz.dylancastillo.co/
An interactive cookbook to create graphs with Python.
https://dataviz.dylancastillo.co/
dataviz.dylancastillo.co
Python Data Visualization Cookbook
A free and interactive cookbook with code samples from pandas, matplotlib, seaborn, and plotly, Python's most popular data visualization libraries.
Odyssey
A piece of software that shows a traceroute of a URL redirect path.
https://github.com/IlluminatiFish/Odyssey
A piece of software that shows a traceroute of a URL redirect path.
https://github.com/IlluminatiFish/Odyssey
GitHub
GitHub - IlluminatiFish/Odyssey: A piece of software that shows a traceroute of a URL redirect path
A piece of software that shows a traceroute of a URL redirect path - IlluminatiFish/Odyssey