Python Functions Master Class 2023
Master Functions in Python and Deploy to AWS, GCP, and Azure while learning click, pythonfire and FastAPI.
https://www.youtube.com/watch?v=d-stFeiJl6c
Master Functions in Python and Deploy to AWS, GCP, and Azure while learning click, pythonfire and FastAPI.
https://www.youtube.com/watch?v=d-stFeiJl6c
YouTube
Python Functions Master Class 2023
#Python Functions Master Class 2023: Master Functions in Python and Deploy to #AWS, #GCP, and #Azure. Master Functions in Python and Deploy to AWS, GCP, and Azure while learning #click, #pythonfire and #FastAPI
If you enjoyed this video, here are additional…
If you enjoyed this video, here are additional…
bricks
Open-source natural language enrichments at your fingertips.
https://github.com/code-kern-ai/bricks
Open-source natural language enrichments at your fingertips.
https://github.com/code-kern-ai/bricks
GitHub
GitHub - code-kern-ai/bricks: Open-source natural language enrichments at your fingertips.
Open-source natural language enrichments at your fingertips. - GitHub - code-kern-ai/bricks: Open-source natural language enrichments at your fingertips.
Finding JIT Optimizer Bugs using SMT Solvers and Fuzzing
This post describes a recent bug finding technique that I've added to the PyPy JIT testing infrastructure. This technique uses the Z3 theorem prover to find bugs in the optimizer of PyPy's JIT, in particular its integer operation optimizations.
https://www.pypy.org/posts/2022/12/jit-bug-finding-smt-fuzzing.html
This post describes a recent bug finding technique that I've added to the PyPy JIT testing infrastructure. This technique uses the Z3 theorem prover to find bugs in the optimizer of PyPy's JIT, in particular its integer operation optimizations.
https://www.pypy.org/posts/2022/12/jit-bug-finding-smt-fuzzing.html
PyPy
Finding JIT Optimizer Bugs using SMT Solvers and Fuzzing
In this blog post I want to describe a recent bug finding technique that I've
added to the PyPy JIT testing infrastructure. This technique uses the Z3
theorem prover to find bugs in the optimizer of P
added to the PyPy JIT testing infrastructure. This technique uses the Z3
theorem prover to find bugs in the optimizer of P
Normally I teach Python as a CS professor. Now I’m developing a programming game where you can apply your Python skills to different coding challenges.
https://www.reddit.com/r/Python/comments/zqpnm5/normally_i_teach_python_as_a_cs_professor_now_im/
https://www.reddit.com/r/Python/comments/zqpnm5/normally_i_teach_python_as_a_cs_professor_now_im/
reddit
Normally I teach Python as a CS professor. Now I’m developing a...
Game-based learning is a great way to practice programming skills, if it is actually fun and a challenge. So I started developing a game /...
Maintain a clean architecture in Python with dependency rules
https://sourcery.ai/blog/dependency-rules/
https://sourcery.ai/blog/dependency-rules/
sourcery.ai
Maintain A Clean Architecture With Dependency Rules
Disentangle the dependencies between your packages.
thewhiteh4t / nexfil
OSINT tool for finding profiles by username
https://github.com/thewhiteh4t/nexfil
OSINT tool for finding profiles by username
https://github.com/thewhiteh4t/nexfil
GitHub
GitHub - thewhiteh4t/nexfil: OSINT tool for finding profiles by username
OSINT tool for finding profiles by username. Contribute to thewhiteh4t/nexfil development by creating an account on GitHub.
Hey everyone, I’m the guy whose web app did really well here last week. It was a web app to help people who are struggling. Ironically, today I was let go from my job.
https://www.reddit.com/r/Python/comments/zq3sbt/hey_everyone_im_the_guy_whose_web_app_did_really/
https://www.reddit.com/r/Python/comments/zq3sbt/hey_everyone_im_the_guy_whose_web_app_did_really/
reddit
Hey everyone, I’m the guy whose web app did really well here last...
The web app: https://stdepaul.org The post:...
The History and rationale of the Python 3 Unicode model for the operating system
https://vstinner.github.io/python30-listdir-undecodable-filenames.html
https://vstinner.github.io/python30-listdir-undecodable-filenames.html
vstinner.github.io
Python 3.0 listdir() Bug on Undecodable Filenames — Victor Stinner blog 3
Title: Python 3.0 listdir() Bug on Undecodable Filenames; Date: 2018-03-09; Author: Victor Stinner
ShoufaChen / DiffusionDet
PyTorch implementation of DiffusionDet (https://arxiv.org/abs/2211.09788)
https://github.com/ShoufaChen/DiffusionDet
PyTorch implementation of DiffusionDet (https://arxiv.org/abs/2211.09788)
https://github.com/ShoufaChen/DiffusionDet
arXiv.org
DiffusionDet: Diffusion Model for Object Detection
We propose DiffusionDet, a new framework that formulates object detection as a denoising diffusion process from noisy boxes to object boxes. During the training stage, object boxes diffuse from...
SHI-Labs / Versatile-Diffusion
Versatile Diffusion: Text, Images and Variations All in One Diffusion Model, 2022
https://github.com/SHI-Labs/Versatile-Diffusion
Versatile Diffusion: Text, Images and Variations All in One Diffusion Model, 2022
https://github.com/SHI-Labs/Versatile-Diffusion
GitHub
GitHub - SHI-Labs/Versatile-Diffusion: Versatile Diffusion: Text, Images and Variations All in One Diffusion Model, arXiv 2022…
Versatile Diffusion: Text, Images and Variations All in One Diffusion Model, arXiv 2022 / ICCV 2023 - SHI-Labs/Versatile-Diffusion
SkyPilot
SkyPilot is a framework for easily running machine learning workloads on any cloud through a unified interface.
https://github.com/skypilot-org/skypilot
SkyPilot is a framework for easily running machine learning workloads on any cloud through a unified interface.
https://github.com/skypilot-org/skypilot
GitHub
GitHub - skypilot-org/skypilot: Run, manage, and scale AI workloads on any AI infrastructure. Use one system to access & manage…
Run, manage, and scale AI workloads on any AI infrastructure. Use one system to access & manage all AI compute (Kubernetes, 17+ clouds, or on-prem). - skypilot-org/skypilot
Vertebrae
An application framework for building async Python micro services.
https://github.com/preludeorg/vertebrae
An application framework for building async Python micro services.
https://github.com/preludeorg/vertebrae
How To Setup Github Actions For CI/CD
Automating your CI/CD workflow just got easier with GitHub Actions. In this video, you'll learn how to set them up and find out how Pulumi's technology can help make the process faster and more efficient.
https://www.youtube.com/watch?v=9flcoQ1R0Y4
Automating your CI/CD workflow just got easier with GitHub Actions. In this video, you'll learn how to set them up and find out how Pulumi's technology can help make the process faster and more efficient.
https://www.youtube.com/watch?v=9flcoQ1R0Y4
YouTube
How To Setup Github Actions For CI/CD
Automating your CI/CD workflow just got easier with GitHub Actions. In this video, you'll learn how to set them up and find out how Pulumi's technology can help make the process faster and more efficient.
⚬ GitHub: https://github.com/ArjanCodes/2022-cicd…
⚬ GitHub: https://github.com/ArjanCodes/2022-cicd…
Running Python inside ChatGPT
Running Python inside ChatGPT shows some amazing capabilities that ChatGPT has to understand Python code and evaluate it for you.
https://mathspp.com/blog/running-python-inside-chatgpt
Running Python inside ChatGPT shows some amazing capabilities that ChatGPT has to understand Python code and evaluate it for you.
https://mathspp.com/blog/running-python-inside-chatgpt
Mathspp
Running Python inside ChatGPT
Running Python inside ChatGPT shows some amazing capabilities that ChatGPT has to understand Python code and evaluate it for you.
Options to run pandas DataFrame.apply in parallel
In this article, I’ll survey a number of popular options for applying functions to pandas DataFrames in parallel.
https://www.wrighters.io/options-to-run-pandas-dataframe-apply-in-parallel/
In this article, I’ll survey a number of popular options for applying functions to pandas DataFrames in parallel.
https://www.wrighters.io/options-to-run-pandas-dataframe-apply-in-parallel/
wrighters.io
Options to run pandas DataFrame.apply in parallel - wrighters.io
Running apply on a DataFrame or Series can be run in parallel to take advantage of multiple cores. Some libraries make it really easy.