Como importar e manipular planilhas Excel com Python?
https://medium.com/mundo-analytics/como-importar-planilha-com-python-d60e038ed908
https://medium.com/mundo-analytics/como-importar-planilha-com-python-d60e038ed908
Medium
Como importar e manipular planilhas Excel com Python?
Quem nunca perdeu várias horas do dia manipulando planilhas no Excel? Simplificar esse tipo de rotina altamente repetitiva foi o foco do…
Introducing: Dataframe SQL. Python or SQL? Why not both?
https://medium.com/@stukendall/introducing-dataframe-sql-python-or-sql-why-not-both-92da991fe834
https://medium.com/@stukendall/introducing-dataframe-sql-python-or-sql-why-not-both-92da991fe834
Medium
Introducing: Dataframe SQL. Python or SQL? Why not both?
In the past few years, SQL and Python have emerged as the linguae francae of data. As of 2021, they are the 3rd and 4th most used…
An extremely simple way to schedule programs with Python on Windows
https://medium.com/short-bits/an-extremely-simple-way-to-schedule-programs-with-python-on-windows-46fc34074874
https://medium.com/short-bits/an-extremely-simple-way-to-schedule-programs-with-python-on-windows-46fc34074874
Medium
An extremely simple way to schedule programs with Python on Windows
While every operating system has their own rendition of a scheduler such as the famous CRON on Linux or Windows Task Scheduler, sometimes a…
What Is Python And Why Should Start With It?
https://medium.com/codex/what-is-python-and-why-should-start-with-it-436800ab67fc
https://medium.com/codex/what-is-python-and-why-should-start-with-it-436800ab67fc
Medium
What Is Python And Why Should Start With It?
Python — this is the language for learning that targeted advertising offered me 5 years ago. At that time, I was as far from IT as I was…
A Reverse Chronology of Some Python Features
https://snarky.ca/a-reverse-chronology-of-some-python-features/
https://snarky.ca/a-reverse-chronology-of-some-python-features/
Tall, Snarky Canadian
A reverse chronology of some Python features
I occasionally hear people lament that Python is "bloated", "too big", "going
enterprise", or some other phrasing to suggest there was once an "ideal" version
of Python that had less bloat and was closer to what the person wanted.
But then this lament is…
enterprise", or some other phrasing to suggest there was once an "ideal" version
of Python that had less bloat and was closer to what the person wanted.
But then this lament is…
Host Your Django Project on Heroku
https://realpython.com/courses/host-your-django-project-on-heroku/
https://realpython.com/courses/host-your-django-project-on-heroku/
Realpython
Host Your Django Project on Heroku – Real Python
In this course, you'll learn how to host your Django project in the cloud for free and with little hassle. You'll use Heroku, which takes the burden of infrastructure management off your shoulders.
Python Core Dev Fredrik “effbot” Lundh Has Died
https://mail.python.org/archives/list/python-dev@python.org/thread/36Q5QBILL3QIFIA3KHNGFBNJQKXKN7SD/
https://mail.python.org/archives/list/python-dev@python.org/thread/36Q5QBILL3QIFIA3KHNGFBNJQKXKN7SD/
pytest-7.0.0rc1 Prerelease Now Available
https://docs.pytest.org/en/7.0.x/announce/release-7.0.0rc1.html
https://docs.pytest.org/en/7.0.x/announce/release-7.0.0rc1.html
Python in Visual Studio Code – December 2021 Release
https://devblogs.microsoft.com/python/python-in-visual-studio-code-december-2021-release/
https://devblogs.microsoft.com/python/python-in-visual-studio-code-december-2021-release/
Python
Python in Visual Studio Code – December 2021 Release
We are happy to announce that the December 2021 release of the Python Extension for VS Code is now available. This announcement includes a new refactoring option via Pylance, rich editing support for virtual or untrusted workspaces, an update regarding debugging…
Sorting Multiple Lists Together in Place
https://stackoverflow.com/questions/70202457/sorting-multiple-lists-together-in-place
https://stackoverflow.com/questions/70202457/sorting-multiple-lists-together-in-place
Stack Overflow
Sorting multiple lists together in place
I have lists a,b,c,... of equal length. I'd like to sort all of them the order obtained by sorting a, i.e., I could do the decorate-sort-undecorate pattern
a, b, c = map(list, zip(*sorted(zip(a, b,...
a, b, c = map(list, zip(*sorted(zip(a, b,...
What Are 3 Django Packages Everyone Should Know About?
https://old.reddit.com/r/django/comments/rbkmt6/what_are_3_django_packages_everyone_should_know/
https://old.reddit.com/r/django/comments/rbkmt6/what_are_3_django_packages_everyone_should_know/
Reddit
From the django community on Reddit
Explore this post and more from the django community
Pulumi: Developer-First Infrastructure
https://www.pulumi.com/?utm_source=pycoders-weekly&utm_medium=sponsored-link&utm_campaign=iac
https://www.pulumi.com/?utm_source=pycoders-weekly&utm_medium=sponsored-link&utm_campaign=iac
pulumi
Infrastructure as Code Platform with Agentic AI – Pulumi
Pulumi is an infrastructure management platform to automate through infrastructure as code, secure with secrets management, and manage infrastructure with AI.
Simulating a 3D Solar System in Python Using Matplotlib
https://thepythoncodingbook.com/2021/12/11/simulating-3d-solar-system-python-matplotlib/
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
Why Your multiprocessing Pool Is Stuck (It’s Full of Sharks!)
https://pythonspeed.com/articles/python-multiprocessing/
https://pythonspeed.com/articles/python-multiprocessing/
Python⇒Speed
Why your multiprocessing Pool is stuck (it’s full of sharks!)
On Linux, the default configuration of Python’s multiprocessing library can lead to deadlocks and brokenness. Learn why, and how to fix it.
Poetry, FastAPI, and (Beta) Remote Development Support in PyCharm 2021.3
https://www.jetbrains.com/pycharm/whatsnew/?utm_source=pycoders&utm_medium=cpc&utm_campaign=pycharm_email_dec&utm_content=headline
https://www.jetbrains.com/pycharm/whatsnew/?utm_source=pycoders&utm_medium=cpc&utm_campaign=pycharm_email_dec&utm_content=headline
JetBrains
What’s New in PyCharm 2026.1 – Rethink How You Build and Scale
Featuring a new debugpy architecture, remote uv support, an open AI ecosystem with Cursor and Codex, and free professional web tools.