Frelatage
A Greybox and Coverage-based library to fuzz Python applications.
https://github.com/Rog3rSm1th/Frelatage
A Greybox and Coverage-based library to fuzz Python applications.
https://github.com/Rog3rSm1th/Frelatage
GitHub
GitHub - Rog3rSm1th/frelatage: Coverage-based fuzzer for python applications
Coverage-based fuzzer for python applications. Contribute to Rog3rSm1th/frelatage development by creating an account on GitHub.
Can anyone explain the differences of Conda vs Pip?
https://www.reddit.com/r/Python/comments/w564g0/can_anyone_explain_the_differences_of_conda_vs_pip/
https://www.reddit.com/r/Python/comments/w564g0/can_anyone_explain_the_differences_of_conda_vs_pip/
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
3 Simple Ideas From Functional Programming To Improve Your Code
Functional programming is a complex topic to dive into. However, there are 3 simple ideas from functional/declarative code that you can apply to your own code today - without becoming a Haskell expert! This video dives into the details and show you a few examples in Python of how you can use these ideas in both object-oriented and functional/procedural code.
https://www.youtube.com/watch?v=4B24vYj_vaI
Functional programming is a complex topic to dive into. However, there are 3 simple ideas from functional/declarative code that you can apply to your own code today - without becoming a Haskell expert! This video dives into the details and show you a few examples in Python of how you can use these ideas in both object-oriented and functional/procedural code.
https://www.youtube.com/watch?v=4B24vYj_vaI
YouTube
Write AWESOME Code With These 3 Functional Programming Concepts
💡 Learn how to design great software in 7 steps: https://arjan.codes/designguide.
Functional programming is a complex topic to dive into. However, there are 3 simple ideas from functional/declarative code that you can apply to your own code today - without…
Functional programming is a complex topic to dive into. However, there are 3 simple ideas from functional/declarative code that you can apply to your own code today - without…
django-readers
A lightweight function-oriented toolkit for better organisation of business logic and efficient selection and projection of data in Django projects.
https://github.com/dabapps/django-readers/
A lightweight function-oriented toolkit for better organisation of business logic and efficient selection and projection of data in Django projects.
https://github.com/dabapps/django-readers/
GitHub
GitHub - dabapps/django-readers: A lightweight function-oriented toolkit for better organisation of business logic and efficient…
A lightweight function-oriented toolkit for better organisation of business logic and efficient selection and projection of data in Django projects. - GitHub - dabapps/django-readers: A lightweight...
htag
A new python library to create UI (or UI toolkit), which can be rendered in anything which can render html/js/css.
https://github.com/manatlan/htag
A new python library to create UI (or UI toolkit), which can be rendered in anything which can render html/js/css.
https://github.com/manatlan/htag
GitHub
GitHub - manatlan/htag: Python3 GUI toolkit for building "beautiful" applications for mobile, web, and desktop from a single codebase
Python3 GUI toolkit for building "beautiful" applications for mobile, web, and desktop from a single codebase - manatlan/htag
Build a Passwordless Authentication System Using Django, Twilio Verify, and SendGrid
In this tutorial, you will learn how to create a passwordless authentication system using Twilio Verify, SendGrid, Django, and Python. The proposed authentication system will require users to verify their identity using a one-time password.
https://www.twilio.com/blog/passwordless-authentication-system-django-twilio-verify-sendgrid
In this tutorial, you will learn how to create a passwordless authentication system using Twilio Verify, SendGrid, Django, and Python. The proposed authentication system will require users to verify their identity using a one-time password.
https://www.twilio.com/blog/passwordless-authentication-system-django-twilio-verify-sendgrid
Twilio Blog
Build a Passwordless Authentication System Using Django, Twilio Verify, and SendGrid
In this tutorial, learn how to create a passwordless authentication system using Twilio Verify, SendGrid, Django, and Python to verify identity with an OTP.
Performance comparison: counting words in Python, C/C++, Awk, Rust, and more
https://benhoyt.com/writings/count-words/
https://benhoyt.com/writings/count-words/
Benhoyt
Performance comparison: counting words in Python, Go, C++, C, AWK, Forth, and Rust
Performance comparison of counting and sorting word frequencies in various languages (Python, Go, C++, C, AWK, Forth, and Rust)
Pinkerton
Pinkerton is an JavaScript file crawler and secret finder developed in Python.
https://github.com/oppsec/Pinkerton
Pinkerton is an JavaScript file crawler and secret finder developed in Python.
https://github.com/oppsec/Pinkerton
GitHub
GitHub - 000pp/Pinkerton: 🕵️ Python project to crawl for JavaScript files and search for secrets like API keys, authorization tokens…
🕵️ Python project to crawl for JavaScript files and search for secrets like API keys, authorization tokens, hardcoded password or related. - 000pp/Pinkerton
4 Pandas Anti-Patterns to Avoid and How to Fix Them
pandas is a powerful data analysis library with a rich API that offers multiple ways to perform any given data manipulation task. Some of these approaches are better than others, and pandas users often learn suboptimal coding practices that become their default workflows.
https://www.aidancooper.co.uk/pandas-anti-patterns/
pandas is a powerful data analysis library with a rich API that offers multiple ways to perform any given data manipulation task. Some of these approaches are better than others, and pandas users often learn suboptimal coding practices that become their default workflows.
https://www.aidancooper.co.uk/pandas-anti-patterns/
Aidan Cooper
4 Pandas Anti-Patterns to Avoid and How to Fix Them
This post highlights four common pandas anti-patterns and outlines a complementary set of techniques that you should use instead.
The coolest Python projects you've ever seen?
https://www.reddit.com/r/Python/comments/w6wvq6/the_coolest_python_projects_youve_ever_seen/
https://www.reddit.com/r/Python/comments/w6wvq6/the_coolest_python_projects_youve_ever_seen/
reddit
The coolest Python projects you've ever seen?
What are some of the coolest / most innovative Python projects you've seen so far? Recently I read that someone created a script that stores data...
git-story
Tell the story of your Git project by creating video animations (.mp4) of your commit history directly from your Git repo.
https://initialcommit.com/tools/git-story
Tell the story of your Git project by creating video animations (.mp4) of your commit history directly from your Git repo.
https://initialcommit.com/tools/git-story
git-story, by Initial Commit
git-story - Tell the story of your Git project by creating video animations (.mp4) of your commit history directly from your Git…
This Food Does Not Exist
We have trained four StyleGAN2 models to generate food pictures. The images are purely synthetic!
https://nyx-ai.github.io/stylegan2-flax-tpu/
We have trained four StyleGAN2 models to generate food pictures. The images are purely synthetic!
https://nyx-ai.github.io/stylegan2-flax-tpu/
stylegan2-flax-tpu
This Food Does Not Exist 🍪🍰🍣🍹🍔
🖼 Training StyleGAN2 on TPUs in JAX
Building an authenticated Python CLI
Learn how to build a persistently authenticated Python CLI using Click, Rich and more.
https://www.notia.ai/articles/building-an-authenticated-python-cli
Learn how to build a persistently authenticated Python CLI using Click, Rich and more.
https://www.notia.ai/articles/building-an-authenticated-python-cli
www.notia.ai
Building an authenticated Python CLI
Notia helps businesses and individuals build a market for their data. Quickly upload and sell your datasets.
refinery
The open-source data-centric IDE for NLP. Combining programmatic labeling, extensive data management and neural search capabilities.
https://github.com/code-kern-ai/refinery
The open-source data-centric IDE for NLP. Combining programmatic labeling, extensive data management and neural search capabilities.
https://github.com/code-kern-ai/refinery
GitHub
GitHub - code-kern-ai/refinery: The data scientist's open-source choice to scale, assess and maintain natural language data. Treat…
The data scientist's open-source choice to scale, assess and maintain natural language data. Treat training data like a software artifact. - code-kern-ai/refinery
Modeling Short Time Series with Prior Knowledge in PyMC
https://juanitorduz.github.io/short_time_series_pymc/
https://juanitorduz.github.io/short_time_series_pymc/
diffgram
Training Data (Data Labeling, Annotation, Workflow) for all Data Types (Image, Video, 3D, Text, Geo, Audio, more) at scale.
https://github.com/diffgram/diffgram
Training Data (Data Labeling, Annotation, Workflow) for all Data Types (Image, Video, 3D, Text, Geo, Audio, more) at scale.
https://github.com/diffgram/diffgram
GitHub
GitHub - diffgram/diffgram: The AI Datastore for Schemas, BLOBs, and Predictions. Use with your apps or integrate built-in Human…
The AI Datastore for Schemas, BLOBs, and Predictions. Use with your apps or integrate built-in Human Supervision, Data Workflow, and UI Catalog to get the most value out of your AI Data. - diffgram...