Predict civilization collapse with Python and World3 model
https://github.com/cvanwynsberghe/pyworld3
https://github.com/cvanwynsberghe/pyworld3
GitHub
GitHub - cvanwynsberghe/pyworld3: The World3 model revisited in Python
The World3 model revisited in Python. Contribute to cvanwynsberghe/pyworld3 development by creating an account on GitHub.
SimMIM
This is an official implementation for "SimMIM: A Simple Framework for Masked Image Modeling".
https://github.com/microsoft/SimMIM
This is an official implementation for "SimMIM: A Simple Framework for Masked Image Modeling".
https://github.com/microsoft/SimMIM
GitHub
GitHub - microsoft/SimMIM: This is an official implementation for "SimMIM: A Simple Framework for Masked Image Modeling".
This is an official implementation for "SimMIM: A Simple Framework for Masked Image Modeling". - microsoft/SimMIM
Seamless FastAPI Configuration with ConfZ
A ready-to-use template for FastAPI, SQLModel, and ConfZ to quickly build highly configurable and powerful APIs.
https://blog.devgenius.io/seamless-fastapi-configuration-with-confz-90949c14ea12
A ready-to-use template for FastAPI, SQLModel, and ConfZ to quickly build highly configurable and powerful APIs.
https://blog.devgenius.io/seamless-fastapi-configuration-with-confz-90949c14ea12
Medium
Seamless FastAPI Configuration with ConfZ
A ready-to-use template for FastAPI, SQLModel and ConfZ to build highly configurable and powerful APIs with ease.
Is there a good library for creating maps and altering them according to data?
https://www.reddit.com/r/learnpython/comments/rj4a95/is_there_a_good_library_for_creating_maps_and/
https://www.reddit.com/r/learnpython/comments/rj4a95/is_there_a_good_library_for_creating_maps_and/
reddit
Is there a good library for creating maps and altering them...
For example, if I wanted to make map of the world and color the countries by GDP per capita or average age.
Fixing Memory Leaks in Popular Python Libraries
https://www.paulsprogrammingnotes.com/2021/12/python-memory-leaks.html
https://www.paulsprogrammingnotes.com/2021/12/python-memory-leaks.html
Paul’s Programming Notes
Fixing Memory Leaks In Popular Python Libraries
I was recently able to make a minimal example that reproduced a Celery memory leak. The memory leak would happen on the main Celery worker process that’s forked to make child processes, which makes the leak especially bad. Issue #4843 has been around for…
Simulating a 3D Solar System In Python Using Matplotlib
Simulating a 3D Solar System in Python using Matplotlib. Explore how to represent a 3D real-world system in Python
https://thepythoncodingbook.com/2021/12/11/simulating-3d-solar-system-python-matplotlib/
Simulating a 3D Solar System in Python using Matplotlib. Explore how to represent a 3D real-world system in Python
https://thepythoncodingbook.com/2021/12/11/simulating-3d-solar-system-python-matplotlib/
The Python Coding Book
Simulating a 3D Solar System In Python Using Matplotlib
Simulating a 3D Solar System in Python using Matplotlib. Explore how to represent a 3D real-world system in Python
Introducing stack graphs
GitHub has announced the general availability of precise code navigation for all public and private Python repositories on GitHub.com. Precise code navigation is powered by stack graphs, a new open-source framework that lets you define the name binding rules for a programming language. This post shows how stack graphs work, and how they achieve these results.
https://github.blog/2021-12-09-introducing-stack-graphs/
GitHub has announced the general availability of precise code navigation for all public and private Python repositories on GitHub.com. Precise code navigation is powered by stack graphs, a new open-source framework that lets you define the name binding rules for a programming language. This post shows how stack graphs work, and how they achieve these results.
https://github.blog/2021-12-09-introducing-stack-graphs/
The GitHub Blog
Introducing stack graphs
Precise code navigation is powered by stack graphs, a new open source framework that lets you define the name binding rules for a programming language.
mle-monitor
A Lightweight Experiment & Resource Monitoring Tool.
https://github.com/mle-infrastructure/mle-monitor
A Lightweight Experiment & Resource Monitoring Tool.
https://github.com/mle-infrastructure/mle-monitor
GitHub
GitHub - mle-infrastructure/mle-monitor: Lightweight Experiment & Resource Monitoring 📺
Lightweight Experiment & Resource Monitoring 📺. Contribute to mle-infrastructure/mle-monitor development by creating an account on GitHub.
Dynamic list views with Django and htmx
Learn how to use htmx to make Django list views dynamic without having to write any JavaScript.
https://www.youtube.com/watch?v=_O7iwsTvVv0
Learn how to use htmx to make Django list views dynamic without having to write any JavaScript.
https://www.youtube.com/watch?v=_O7iwsTvVv0
YouTube
Dynamic list views with Django and htmx
How to use htmx to make Django list views dynamic without having to write any JavaScript. If you like this video you might also like my blog at https://mattsegal.dev
Does you business need to launch a new Django site? I can help: https://mattsegal.com.au…
Does you business need to launch a new Django site? I can help: https://mattsegal.com.au…
pdfplumber
Plumb a PDF for detailed information about each char, rectangle, line, et cetera — and easily extract text and tables.
https://github.com/jsvine/pdfplumber
Plumb a PDF for detailed information about each char, rectangle, line, et cetera — and easily extract text and tables.
https://github.com/jsvine/pdfplumber
GitHub
GitHub - jsvine/pdfplumber: Plumb a PDF for detailed information about each char, rectangle, line, et cetera — and easily extract…
Plumb a PDF for detailed information about each char, rectangle, line, et cetera — and easily extract text and tables. - jsvine/pdfplumber
I found (and fixed) a vulnerability in Python
https://tldr.engineering/how-i-found-and-fixed-a-vulnerability-in-python/
https://tldr.engineering/how-i-found-and-fixed-a-vulnerability-in-python/
oh-my-face
Expand human face editing via Global Direction of StyleCLIP, especially to maintain similarity during editing.
https://github.com/P2Oileen/oh-my-face
Expand human face editing via Global Direction of StyleCLIP, especially to maintain similarity during editing.
https://github.com/P2Oileen/oh-my-face
GitHub
GitHub - P2Oileen/oh-my-face: Expand human face editing via Global Direction of StyleCLIP, especially to maintain similarity during…
Expand human face editing via Global Direction of StyleCLIP, especially to maintain similarity during editing. - GitHub - P2Oileen/oh-my-face: Expand human face editing via Global Direction of Styl...
I made a teminal tool that shows the weather in neo-fetch like style!
https://www.reddit.com/r/Python/comments/rqbh5b/i_made_a_teminal_tool_that_shows_the_weather_in/
https://www.reddit.com/r/Python/comments/rqbh5b/i_made_a_teminal_tool_that_shows_the_weather_in/
reddit
I made a teminal tool that shows the weather in neo-fetch like style!
Posted in r/Python by u/G_cat101 • 142 points and 13 comments
Can I automate one of my work’s tasks using python?
https://www.reddit.com/r/learnpython/comments/rlfkd2/can_i_automate_one_of_my_works_tasks_using_python/
https://www.reddit.com/r/learnpython/comments/rlfkd2/can_i_automate_one_of_my_works_tasks_using_python/
Reddit
From the learnpython community on Reddit
Explore this post and more from the learnpython community
“Digital Twin” with Python: A hands-on example
IBM defines a digital twin as follows “A digital twin is a virtual model designed to accurately reflect a physical object”. This is a step-by-step guide to building a digital twin example of an electronic switch (transistor) with Python.
https://t.co/CoAtp4iz2t
IBM defines a digital twin as follows “A digital twin is a virtual model designed to accurately reflect a physical object”. This is a step-by-step guide to building a digital twin example of an electronic switch (transistor) with Python.
https://t.co/CoAtp4iz2t
Medium
“Digital Twin” with Python: A hands-on example
A step-by-step guide to building a digital twin example of an electronic switch (transistor) with Python.