I made a Tic-Tac-Toe game with 3642 lines of code and I'm sorry.
https://www.reddit.com/r/learnpython/comments/qwasyj/i_made_a_tictactoe_game_with_3642_lines_of_code/
  
  https://www.reddit.com/r/learnpython/comments/qwasyj/i_made_a_tictactoe_game_with_3642_lines_of_code/
Reddit
  
  r/learnpython on Reddit: I made a Tic-Tac-Toe game with 3642 lines of code and I'm sorry.
  Posted by u/M0pps - 651 votes and 192 comments
  DeepMosaics
Automatically remove the mosaics in images and videos, or add mosaics to them.
https://github.com/HypoX64/DeepMosaics
  
  Automatically remove the mosaics in images and videos, or add mosaics to them.
https://github.com/HypoX64/DeepMosaics
GitHub
  
  GitHub - HypoX64/DeepMosaics: Automatically remove the mosaics in images and videos, or add mosaics to them.
  Automatically remove the mosaics in images and videos, or add mosaics to them. - HypoX64/DeepMosaics
  16 Reasons to Use VS Code for Developing Jupyter Notebooks
VS Code has many features that make it a useful platform for Jupyter Notebook development.
https://pbpython.com/vscode-notebooks.html
  
  VS Code has many features that make it a useful platform for Jupyter Notebook development.
https://pbpython.com/vscode-notebooks.html
Pbpython
  
  16 Reasons to Use VS Code for Developing Jupyter Notebooks
  VS Code has many features that make it a useful platform for Jupyter Notebook development.
  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