Unpopular Opinion: Pycharm is far overrated, and Vs code is fast, has great autocomplete, and is much less bloated!
https://www.reddit.com/r/Python/comments/yvqawd/unpopular_opinion_pycharm_is_far_overrated_and_vs/
https://www.reddit.com/r/Python/comments/yvqawd/unpopular_opinion_pycharm_is_far_overrated_and_vs/
Reddit
r/Python - Unpopular Opinion: Pycharm is far overrated, and Vs code is fast, has great autocomplete, and is much less bloated!
530 votes and 566 comments so far on Reddit
Docker compose with Django 4, Celery, Redis and Postgres
Django deployment might be painful. This post describes an approach for deploying Django and Celery with docker-compose, so you can reuse it in your app.
https://saasitive.com/tutorial/django-celery-redis-postgres-docker-compose/
Django deployment might be painful. This post describes an approach for deploying Django and Celery with docker-compose, so you can reuse it in your app.
https://saasitive.com/tutorial/django-celery-redis-postgres-docker-compose/
React and Django Tutorial
Docker compose with Django 4, Celery, Redis and Postgres
Deploying Django application that is using Celery and Redis might be challenging. Thanks to docker-compose tool we can prepare docker containers locally and make deployment much easier. I would like to show you my approach for constructing docker-compose…
Python Type Hints: case study on parsy
How the author tried and failed to add static type checking to Parsy, and settled for type hints as documentation instead.
https://lukeplant.me.uk/blog/posts/python-type-hints-parsy-case-study/
How the author tried and failed to add static type checking to Parsy, and settled for type hints as documentation instead.
https://lukeplant.me.uk/blog/posts/python-type-hints-parsy-case-study/
Luke Plant's home page
Python Type Hints: case study on parsy
How I tried and failed to add static type checking to Parsy, and settled for type hints as documentation instead.
Show HN: Python library for embedding large graphs (Written in Rust)
https://github.com/H4kor/graph-force
https://github.com/H4kor/graph-force
GitHub
GitHub - H4kor/graph-force: Python library for embedding large graphs in 2D space, using force-directed layouts.
Python library for embedding large graphs in 2D space, using force-directed layouts. - H4kor/graph-force
semantic-code-search
Search your codebase with natural language • CLI • No data leaves your computer.
https://github.com/sturdy-dev/semantic-code-search
Search your codebase with natural language • CLI • No data leaves your computer.
https://github.com/sturdy-dev/semantic-code-search
GitHub
GitHub - sturdy-dev/semantic-code-search: Search your codebase with natural language • CLI • No data leaves your computer
Search your codebase with natural language • CLI • No data leaves your computer - sturdy-dev/semantic-code-search
FlagAI
FlagAI (Fast LArge-scale General AI models) is a fast, easy-to-use and extensible toolkit for large-scale model.
https://github.com/FlagAI-Open/FlagAI
FlagAI (Fast LArge-scale General AI models) is a fast, easy-to-use and extensible toolkit for large-scale model.
https://github.com/FlagAI-Open/FlagAI
GitHub
GitHub - FlagAI-Open/FlagAI: FlagAI (Fast LArge-scale General AI models) is a fast, easy-to-use and extensible toolkit for large…
FlagAI (Fast LArge-scale General AI models) is a fast, easy-to-use and extensible toolkit for large-scale model. - FlagAI-Open/FlagAI
ds-blocks
Write highly modular, compact, and decoupled data science pipelines.
https://github.com/Jaume-JCI/ds-blocks
Write highly modular, compact, and decoupled data science pipelines.
https://github.com/Jaume-JCI/ds-blocks
kangas
Kangas is a tool for exploring, analyzing, and visualizing large-scale multimedia data. It provides a straightforward Python API for logging large tables of data, along with an intuitive visual interface for performing complex queries against your dataset.
https://github.com/comet-ml/kangas
Kangas is a tool for exploring, analyzing, and visualizing large-scale multimedia data. It provides a straightforward Python API for logging large tables of data, along with an intuitive visual interface for performing complex queries against your dataset.
https://github.com/comet-ml/kangas
GitHub
GitHub - comet-ml/kangas: 🦘 Explore multimedia datasets at scale
🦘 Explore multimedia datasets at scale. Contribute to comet-ml/kangas development by creating an account on GitHub.
Multiprocessing Race Conditions in Python
In this tutorial, you will discover how to identify and fix race conditions with processes in Python.
https://superfastpython.com/multiprocessing-race-condition-python/
In this tutorial, you will discover how to identify and fix race conditions with processes in Python.
https://superfastpython.com/multiprocessing-race-condition-python/
Super Fast Python
Multiprocessing Race Conditions in Python - Super Fast Python
You can suffer race conditions when using process-based concurrency via the multiprocessing module in Python. The types of race conditions we can expect may be different than those expected with threads, given that we are working with processes that do not…
Season 3 Episode 8: Rivers Cuomo and Guido van Rossum
Rock icon Rivers Cuomo goes deep on coding talk with Python computer language creator and programming icon, Guido Van Rossum. We talk about the history of The Sweater Song, coding vs songwriting, the history of Python and much, much more!
https://www.singforscience.org/episodes/rivers-cuomo-guido-van-rossum
Rock icon Rivers Cuomo goes deep on coding talk with Python computer language creator and programming icon, Guido Van Rossum. We talk about the history of The Sweater Song, coding vs songwriting, the history of Python and much, much more!
https://www.singforscience.org/episodes/rivers-cuomo-guido-van-rossum
Sing for Science
Season 3 Episode 8: Weezer’s Rivers Cuomo and Guido van Rossum — Sing for Science
Rock icon Rivers Cuomo goes deep on coding talk with Python computer language creator and programming icon, Guido Van Rossum. We talk about the history of The Sweater Song, coding vs songwriting, the history of Python and much, much more!
Thoughts on my first machine learning project
https://www.holovaty.com/writing/machine-learning-thoughts
https://www.holovaty.com/writing/machine-learning-thoughts
tiangolo / typer
Typer, build great CLIs. Easy to code. Based on Python type hints.
https://github.com/tiangolo/typer
Typer, build great CLIs. Easy to code. Based on Python type hints.
https://github.com/tiangolo/typer
GitHub
GitHub - fastapi/typer: Typer, build great CLIs. Easy to code. Based on Python type hints.
Typer, build great CLIs. Easy to code. Based on Python type hints. - fastapi/typer
Cartwright
A recurrent neural network paired with heuristic methods that automatically infer geospatial, temporal and feature columns
https://github.com/jataware/cartwright
A recurrent neural network paired with heuristic methods that automatically infer geospatial, temporal and feature columns
https://github.com/jataware/cartwright
GitHub
GitHub - jataware/cartwright: A recurrent neural network paired with heuristic methods that automatically infer geospatial, temporal…
A recurrent neural network paired with heuristic methods that automatically infer geospatial, temporal and feature columns - GitHub - jataware/cartwright: A recurrent neural network paired with heu...
Vent: I'm tired of the 1001 libraries of virtual environments.
https://www.reddit.com/r/Python/comments/z1v0f1/vent_im_tired_of_the_1001_libraries_of_virtual/
https://www.reddit.com/r/Python/comments/z1v0f1/vent_im_tired_of_the_1001_libraries_of_virtual/
Reddit
r/Python on Reddit: Vent: I'm tired of the 1001 libraries of virtual environments.
Posted by u/ijwji - 643 votes and 356 comments