Advanced Visual Studio Code for Python Developers
During this tutorial, you’ll learn how you can configure, extend, and optimize VS Code for a more effective and productive Python development environment.
https://realpython.com/advanced-visual-studio-code-python/
During this tutorial, you’ll learn how you can configure, extend, and optimize VS Code for a more effective and productive Python development environment.
https://realpython.com/advanced-visual-studio-code-python/
Show HN: prometeo – a Python-to-C transpiler for high-performance computing
https://github.com/zanellia/prometeo
https://github.com/zanellia/prometeo
GitHub
GitHub - zanellia/prometeo: An experimental Python-to-C transpiler and domain specific language for embedded high-performance computing
An experimental Python-to-C transpiler and domain specific language for embedded high-performance computing - zanellia/prometeo
Game Hacking with Python and cheat engine
This post shows you how to hack games by editing the memory with a cheat engine and we will also write a program in python that will automatically edit the memory and do the hack for us.
https://noob3xploiter.medium.com/game-hacking-with-python-and-cheat-engine-5000369e27b9
This post shows you how to hack games by editing the memory with a cheat engine and we will also write a program in python that will automatically edit the memory and do the hack for us.
https://noob3xploiter.medium.com/game-hacking-with-python-and-cheat-engine-5000369e27b9
Medium
Game Hacking with Python and cheat engine
Hi. In this write up, i will be showing you, how to hack games by editing the memory with cheat engine and will also write a program in…
Python: Please stop screwing over Linux distros
https://drewdevault.com/2021/11/16/Python-stop-screwing-distros-over.html
https://drewdevault.com/2021/11/16/Python-stop-screwing-distros-over.html
Automated Notifications
1 Introduction 2 Import the Libraries and the Data 3 Data Pre-Processing 3.1 Encoding of the ...
https://michael-fuchs-python.netlify.com/2021/03/13/automated-notifications/
1 Introduction 2 Import the Libraries and the Data 3 Data Pre-Processing 3.1 Encoding of the ...
https://michael-fuchs-python.netlify.com/2021/03/13/automated-notifications/
5 Advanced Tips on Python Dicts and Sets
Notes from Fluent Python by Luciano Ramalho (Chapter 3)Photo by NASA on Unsplash“Any running Python ...
https://towardsdatascience.com/5-advanced-tips-on-python-dicts-and-sets-6ac1685c42b8
Notes from Fluent Python by Luciano Ramalho (Chapter 3)Photo by NASA on Unsplash“Any running Python ...
https://towardsdatascience.com/5-advanced-tips-on-python-dicts-and-sets-6ac1685c42b8
Medium
5 Advanced Tips on Python Dicts and Sets
Notes from Fluent Python by Luciano Ramalho (Chapter 3)
Customize Python dependency resolution with machine learning
https://developers.redhat.com/articles/2021/11/17/customize-python-dependency-resolution-machine-learning
https://developers.redhat.com/articles/2021/11/17/customize-python-dependency-resolution-machine-learning
Red Hat Developer
Customize Python dependency resolution with machine learning | Red Hat Developer
It has not been that long since pip, the Python package installer, introduced a new resolver. A resolver is a critical piece of programming infrastructure,
Minimax algorithm and alpha-beta pruning
This article will teach you about the minimax algorithm and alpha-beta pruning, from a beginner's perspective.
https://mathspp.com/blog/minimax-algorithm-and-alpha-beta-pruning
This article will teach you about the minimax algorithm and alpha-beta pruning, from a beginner's perspective.
https://mathspp.com/blog/minimax-algorithm-and-alpha-beta-pruning
Mathspp
Minimax algorithm and alpha-beta pruning
This article will teach you about the minimax algorithm and alpha-beta pruning, from a beginner's perspective.
Replicating Minecraft World Generation in Python
Using Voronoi diagrams and a lot of Perlin/Simplex noise.
https://t.co/ZuqXKE7DZ6
Using Voronoi diagrams and a lot of Perlin/Simplex noise.
https://t.co/ZuqXKE7DZ6
Medium
Replicating Minecraft World Generation in Python
Using Voronoi diagrams and a lot of Perlin/Simplex noise
Functional Programming in Python
In this presentation and live demo, we explore the benefits of functional programming, and how Python makes it easy.
https://www.youtube.com/watch?v=aQ3aKxdUXys
In this presentation and live demo, we explore the benefits of functional programming, and how Python makes it easy.
https://www.youtube.com/watch?v=aQ3aKxdUXys
YouTube
Functional Programming in Python
"Functional Programming in Python" by Jeff Licquia, Software Engineer at Linux Foundation. Good programming practices are important, functional or not. In this presentation and live demo, we explore the benefits of functional programming, and how Python makes…
ThreadPoolExecutor vs. ProcessPoolExecutor in Python
You can use ThreadPoolExecutor for IO-bound tasks and ProcessPoolExecutor for CPU-bound tasks. In this tutorial, you will discover the difference between the ThreadPoolExecutor and ProcessPoolExecutor and when to use each in your Python projects.
https://superfastpython.com/threadpoolexecutor-vs-processpoolexecutor/
You can use ThreadPoolExecutor for IO-bound tasks and ProcessPoolExecutor for CPU-bound tasks. In this tutorial, you will discover the difference between the ThreadPoolExecutor and ProcessPoolExecutor and when to use each in your Python projects.
https://superfastpython.com/threadpoolexecutor-vs-processpoolexecutor/
Super Fast Python
ThreadPoolExecutor vs ProcessPoolExecutor in Python - Super Fast Python
You can use ThreadPoolExecutor for IO-bound tasks and ProcessPoolExecutor for CPU-bound tasks. In this tutorial, you will discover the difference between the ThreadPoolExecutor and the ProcessPoolExecutor and when to use each in your Python projects. Let’s…
Best practices for containerizing Python applications with Docker
This post describes 6 best practices when containerizing Python applications with Docker.
https://snyk.io/blog/best-practices-containerizing-python-docker/
This post describes 6 best practices when containerizing Python applications with Docker.
https://snyk.io/blog/best-practices-containerizing-python-docker/
Snyk
Best practices for containerizing Python applications with Docker | Snyk
In this post, we’ll attend to those concerns and take a look at some 6 best practices when containerizing Python applications with Docker.
What does the "f" stand for in an f string? Why not some other letter?
https://www.reddit.com/r/learnpython/comments/r35ctq/what_does_the_f_stand_for_in_an_f_string_why_not/
https://www.reddit.com/r/learnpython/comments/r35ctq/what_does_the_f_stand_for_in_an_f_string_why_not/
reddit
What does the "f" stand for in an f string? Why not some other letter?
Sorry for what's probably a very dumb question. I've just never seen it explained. :)
easyauth
Create a centralized Authentication and Authorization token server. Easily secure FastAPI endpoints based on Users, Groups, Roles or Permissions to minimize database access requirements of Auth.
https://github.com/codemation/easyauth
Create a centralized Authentication and Authorization token server. Easily secure FastAPI endpoints based on Users, Groups, Roles or Permissions to minimize database access requirements of Auth.
https://github.com/codemation/easyauth
GitHub
GitHub - codemation/easyauth: Create a centralized Authentication and Authorization token server. Easily secure FastAPI endpoints…
Create a centralized Authentication and Authorization token server. Easily secure FastAPI endpoints based on Users, Groups, Roles or Permissions with very little database usage. - codemation/easyauth
What are some examples of good code vs bad code in a professional setting?
https://www.reddit.com/r/learnpython/comments/qmxuvc/what_are_some_examples_of_good_code_vs_bad_code/
https://www.reddit.com/r/learnpython/comments/qmxuvc/what_are_some_examples_of_good_code_vs_bad_code/
Reddit
r/learnpython on Reddit: What are some examples of good code vs bad code in a professional setting?
Posted by u/robin1007 - 145 votes and 35 comments
Web Development with Python and Vue.js Components
This post describes how we utilize Vue.js to enhance our web applications.
https://blog.reverielabs.com/python-vue-components/
This post describes how we utilize Vue.js to enhance our web applications.
https://blog.reverielabs.com/python-vue-components/
reverie/eng
Web Development with Python and Vue.js Components
At Reverie Labs, we use Python to power our machine learning model and data pipelines. We also use Python-based web frameworks such as Django for our internally deployed web applications (and for the less complicated ones, we use Streamlit!).
In this blog…
In this blog…
Calling Rust from Python using PyO3
This post gives you a short introduction to PyO3 and then discusses several example functions, written in Rust and called from Python.
https://saidvandeklundert.net/learn/2021-11-18-calling-rust-from-python-using-pyo3/
This post gives you a short introduction to PyO3 and then discusses several example functions, written in Rust and called from Python.
https://saidvandeklundert.net/learn/2021-11-18-calling-rust-from-python-using-pyo3/
Said van de Klundert
Calling Rust from Python using PyO3
speed up your Python using Rust