Zero6992 / chatGPT-discord-bot
Integrate ChatGPT into your own discord bot
https://github.com/Zero6992/chatGPT-discord-bot
Integrate ChatGPT into your own discord bot
https://github.com/Zero6992/chatGPT-discord-bot
GitHub
GitHub - Zero6992/chatGPT-discord-bot: Integrate ChatGPT into your own discord bot
Integrate ChatGPT into your own discord bot. Contribute to Zero6992/chatGPT-discord-bot development by creating an account on GitHub.
DeepFace: State-of-the-Art Face Attribute Analysis in Python
In this tutorial we go over how to use DeepFace. Deepface is a lightweight face recognition and facial attribute analysis (age, gender, emotion and race) framework for Python.
https://www.youtube.com/watch?v=n84hBgtzvxo
In this tutorial we go over how to use DeepFace. Deepface is a lightweight face recognition and facial attribute analysis (age, gender, emotion and race) framework for Python.
https://www.youtube.com/watch?v=n84hBgtzvxo
YouTube
Open Source Face Analysis with Python
In this tutorial we go over how to use DeepFace. Deepface is a lightweight face recognition and facial attribute analysis (age, gender, emotion and race) framework for python. Hope you learn something new!
Timeline:
00:00 Intro
00:45 Setup
03:21 Face Detection…
Timeline:
00:00 Intro
00:45 Setup
03:21 Face Detection…
Compiled and Interpreted Languages: Two Ways of Saying Tomato
In this post I'm going to show, using a series of programming language implementations, why languages shouldn't be classified as compiled or interpreted. Before I do that, I need to start by clarifying the difference between a programming language specification and an implementation of that specification
https://tratt.net/laurie/blog/2023/compiled_and_interpreted_languages_two_ways_of_saying_tomato.html
In this post I'm going to show, using a series of programming language implementations, why languages shouldn't be classified as compiled or interpreted. Before I do that, I need to start by clarifying the difference between a programming language specification and an implementation of that specification
https://tratt.net/laurie/blog/2023/compiled_and_interpreted_languages_two_ways_of_saying_tomato.html
Why TensorFlow for Python is dying a slow death
https://thenextweb.com/news/why-tensorflow-for-python-is-dying-a-slow-death
https://thenextweb.com/news/why-tensorflow-for-python-is-dying-a-slow-death
TNW
Why TensorFlow for Python is dying a slow death
Many developers who use Python for machine learning are now switching to PyTorch. Find out why and what the future could hold for TensorFlow.
Flatliner: turn python programs into one line of (still python) code
https://www.reddit.com/r/Python/comments/10ijoep/flatliner_turn_python_programs_into_one_line_of/
https://www.reddit.com/r/Python/comments/10ijoep/flatliner_turn_python_programs_into_one_line_of/
Reddit
From the Python community on Reddit: Flatliner: turn python programs into one line of (still python) code
Explore this post and more from the Python community
How to simulate a broken database connection for testing in Django
Three different options for how to effectively test Django code accessing the database.
https://neilkakkar.com/test-database-connection-django.html
Three different options for how to effectively test Django code accessing the database.
https://neilkakkar.com/test-database-connection-django.html
Neil Kakkar
How to simulate a broken database connection for testing in Django
Three different options for how to effectively test Django code accessing the database
Getting Started with Property-Based Testing in Python with Hypothesis and Pytest
https://semaphoreci.com/blog/property-based-testing-python-hypothesis-pytest
https://semaphoreci.com/blog/property-based-testing-python-hypothesis-pytest
Semaphore
Getting Started With Property-Based Testing in Python With Hypothesis and Pytest - Semaphore
In this tutorial, we will be learning about the concepts behind property-based testing, and then we will put those concepts to practice.
So Python's having a stroke and it's saying 3.3 - 2.2 = 1.0999999999999996 instead of 1.1
https://www.reddit.com/r/learnpython/comments/10g1dqn/so_pythons_having_a_stroke_and_its_saying_33_22/
https://www.reddit.com/r/learnpython/comments/10g1dqn/so_pythons_having_a_stroke_and_its_saying_33_22/
Reddit
r/learnpython - So Python's having a stroke and it's saying 3.3 - 2.2 = 1.0999999999999996 instead of 1.1
177 votes and 133 comments so far on Reddit
Sketch
AI code-writing assistant that understands data content.
https://github.com/approximatelabs/sketch
AI code-writing assistant that understands data content.
https://github.com/approximatelabs/sketch
GitHub
GitHub - approximatelabs/sketch: AI code-writing assistant that understands data content
AI code-writing assistant that understands data content - approximatelabs/sketch
A Deep Dive Into Iterators and Itertools in Python
Python has some amazing built-in functions and modules for working with iterators. This video is a deep dive into iterators and itertools in Python and how to use iterators for your own projects!
https://www.youtube.com/watch?v=aumxFs2DO5o
Python has some amazing built-in functions and modules for working with iterators. This video is a deep dive into iterators and itertools in Python and how to use iterators for your own projects!
https://www.youtube.com/watch?v=aumxFs2DO5o
YouTube
A Deep Dive Into Iterators and Itertools in Python
👷 Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis.
Python has some amazing built-in functions and modules for working with iterators. In this video, I take a deep dive into iterators and itertools in Python and how…
Python has some amazing built-in functions and modules for working with iterators. In this video, I take a deep dive into iterators and itertools in Python and how…
Faster virtual machines: Speeding up programming language execution
This post explores how interpreters are often implemented, what a "virtual machine" means in this context, and how to make them faster.
https://mort.coffee/home/fast-interpreters/
This post explores how interpreters are often implemented, what a "virtual machine" means in this context, and how to make them faster.
https://mort.coffee/home/fast-interpreters/
Some reasons to avoid Cython
If you need to speed up Python, Cython is a very useful tool.
It lets you seamlessly merge ...
https://pythonspeed.com/articles/cython-limitations/
If you need to speed up Python, Cython is a very useful tool.
It lets you seamlessly merge ...
https://pythonspeed.com/articles/cython-limitations/
Python⇒Speed
Some reasons to avoid Cython
Cython is an easy way to speed up your Python code—but it doesn’t scale well to large projects.
Python Function Exercises With Solutions
Learning to write functions is an important step in learning to program. This set of practice ...
https://codesolid.com/python-function-exercises/
Learning to write functions is an important step in learning to program. This set of practice ...
https://codesolid.com/python-function-exercises/
CodeSolid.com - Python: Beginner to Expert
Python Function Exercises With Solutions
Learning to write functions is an important step in learning to program. This set of practice Python functions and solutions is designed for beginners.
An open source Python project CI pipeline
Lately I've been iterating on a reusable set of open-source continuous integration (CI) tools for my Python projects. Here's an overview, along with a sample GitHub Actions workflow file that runs these checks.
https://brntn.me/blog/open-source-python-ci/
Lately I've been iterating on a reusable set of open-source continuous integration (CI) tools for my Python projects. Here's an overview, along with a sample GitHub Actions workflow file that runs these checks.
https://brntn.me/blog/open-source-python-ci/
brntn.me
Brenton Cleeland - An open source Python project CI pipeline
Personal site of Brenton Cleeland