Real Python: The Real Python Podcast – Episode #57: Taking the Next Step in Python Game Development
Link: https://realpython.com/podcasts/rpp/57/
Are you interested in creating video games but feel limited in what you can accomplish within Python? Is there a platform where you can take advantage of your Python skills and provide the benefits of
Link: https://realpython.com/podcasts/rpp/57/
Are you interested in creating video games but feel limited in what you can accomplish within Python? Is there a platform where you can take advantage of your Python skills and provide the benefits of
Realpython
Episode #57: Taking the Next Step in Python Game Development – The Real Python Podcast
Are you interested in creating video games but feel limited in what you can accomplish within Python? Is there a platform where you can take advantage of your Python skills and provide the benefits of a dedicated game engine? This week on the show, we have…
Stack Abuse: Guide to Using The Django MongoDB Engine with Python
Link: https://stackabuse.com/guide-to-using-the-django-mongodb-engine/
Introduction
In this article, we will see how to use MongoDB, a non-relational database, with Django, a Python Web Framework.
Django is commonly used with PostgreSQL, MariaDB or MySQL, all relational
Link: https://stackabuse.com/guide-to-using-the-django-mongodb-engine/
Introduction
In this article, we will see how to use MongoDB, a non-relational database, with Django, a Python Web Framework.
Django is commonly used with PostgreSQL, MariaDB or MySQL, all relational
Stack Abuse
Guide to Using the Django MongoDB Engine with Python
In this tutorial, we'll take a look at the legacy Django MongoDB Engine, covering some of the useful features of the library through examples in Python.
Python for Beginners: Get key from value in dictionary
Link: https://www.pythonforbeginners.com/dictionary/get-key-from-value-in-dictionary
In python, we can get the values present in a dictionary using the keys by simply using the syntax dict_name[key_name]. But there isn’t any method to extract a key associated with the value when we h
Link: https://www.pythonforbeginners.com/dictionary/get-key-from-value-in-dictionary
In python, we can get the values present in a dictionary using the keys by simply using the syntax dict_name[key_name]. But there isn’t any method to extract a key associated with the value when we h
PythonForBeginners.com
Get key from value in dictionary - PythonForBeginners.com
Get key from value in dictionary will help you improve your python skills with easy to follow examples and tutorials. Click here to view code examples.
PyCharm: Webinar “Building Your First Python Slackbot”
Link: http://feedproxy.google.com/~r/Pycharm/~3/a4wMh0ijtVk/
Link: http://feedproxy.google.com/~r/Pycharm/~3/a4wMh0ijtVk/
JetBrains Blog
Webinar “Building Your First Python Slackbot” | The PyCharm Blog
Slack is a popular tool for the workplace, open source projects, and even personal messaging. With the onset of the pandemic and more people working from home, Slack has become a more vital piece of t
Python Software Foundation: Python Software Foundation Fellow Members for Q1 2021
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/-01rNDGeJjI/python-software-foundation-fellow.html
The PSF is pleased to announced its first batch of PSF Fellows in 2021! Let us welcome the new PSF Fellows for Q1! The following people continue to do amazing things for the Python community:Briana Au
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/-01rNDGeJjI/python-software-foundation-fellow.html
The PSF is pleased to announced its first batch of PSF Fellows in 2021! Let us welcome the new PSF Fellows for Q1! The following people continue to do amazing things for the Python community:Briana Au
Blogspot
Python Software Foundation Fellow Members for Q1 2021
The PSF is pleased to announced its first batch of PSF Fellows in 2021! Let us welcome the new PSF Fellows for Q1! The following people cont...
Nicola Iarocci: New Eve-Swagger and Flask-Sentinel releases
Link: https://nicolaiarocci.com/new-eve-swagger-and-flask-sentinel-releases/
It’s maintenance day in my little Python world. I just released new versions of two small but apparently quite popular packages:
eve-swagger, the OpenAPI/Swager extensions for Eve-powered APIs, hits
Link: https://nicolaiarocci.com/new-eve-swagger-and-flask-sentinel-releases/
It’s maintenance day in my little Python world. I just released new versions of two small but apparently quite popular packages:
eve-swagger, the OpenAPI/Swager extensions for Eve-powered APIs, hits
Nicola Iarocci
New Eve-Swagger and Flask-Sentinel releases
It’s maintenance day in my little Python world. I just released new versions of two small but apparently quite popular packages:
eve-swagger, the OpenAPI
eve-swagger, the OpenAPI
Lucas Cimon: Undying Dusk : a PDF video game
Link: https://chezsoi.org/lucas/blog/undying-dusk-a-pdf-video-game.html
Undying Dusk is a video game in a PDF format,
with a gameplay based on exploration and logic puzzles,
in the tradition of dungeon crawlers.
A curse set by the Empress keeps the world in an eternal d
Link: https://chezsoi.org/lucas/blog/undying-dusk-a-pdf-video-game.html
Undying Dusk is a video game in a PDF format,
with a gameplay based on exploration and logic puzzles,
in the tradition of dungeon crawlers.
A curse set by the Empress keeps the world in an eternal d
Ludochaordic
Undying dusk : a pdf video game
Undying Dusk is a video game in a PDF format, with a gameplay based on exploration and logic puzzles, in the tradition of dungeon crawlers. A curse set by the Empress keeps the world in an eternal dusk. You have recently found shelter in an eerie monastery.…
Weekly Python StackOverflow Report: (cclxxii) stackoverflow python report
Link: http://python-weekly.blogspot.com/2021/04/cclxxii-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2021-04-24 19:06:09 GMTWhy is a=a*100 almost two times faster than a*=1
Link: http://python-weekly.blogspot.com/2021/04/cclxxii-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2021-04-24 19:06:09 GMTWhy is a=a*100 almost two times faster than a*=1
Blogspot
(cclxxii) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2021...
Python Pool: 6 Examples to Demystify Python locals() Function
Link: https://www.pythonpool.com/python-locals/?utm_source=rss&utm_medium=rss&utm_campaign=python-locals
Introduction
In python, we have discussed many concepts and conversions. But sometimes, we come to a situation where we need to return the dictionary according to the current local symbol table. In th
Link: https://www.pythonpool.com/python-locals/?utm_source=rss&utm_medium=rss&utm_campaign=python-locals
Introduction
In python, we have discussed many concepts and conversions. But sometimes, we come to a situation where we need to return the dictionary according to the current local symbol table. In th
Python Pool
6 Examples to Demystify Python locals() Function
Introduction In python, we have discussed many concepts and conversions. But sometimes, we come to a situation where we need to return the dictionary
BreadcrumbsCollector: Python Object-Oriented Programming fundamentals and the most common mistake
Link: https://breadcrumbscollector.tech/python-object-oriented-programming-fundamentals-and-the-most-common-mistake/
The problem
One antipattern I see over and over again in OOP Python code (e.g. with service layers in Django) is mutating attributes from the outside of a given object:
# more like pseudocode
def pla
Link: https://breadcrumbscollector.tech/python-object-oriented-programming-fundamentals-and-the-most-common-mistake/
The problem
One antipattern I see over and over again in OOP Python code (e.g. with service layers in Django) is mutating attributes from the outside of a given object:
# more like pseudocode
def pla
breadcrumbs collector.tech
Python Object-Oriented Programming fundamentals and the most common mistake
The problem One antipattern I see over and over again in OOP Python code (e.g. with service layers in Django) is mutating attributes from the outside of a given object: # more like pseudocode def place_bid( auction_id: AuctionId, amount: Money, bidder_id:…
PyPy: Some Ways that PyPy uses Graphviz
Link: https://www.pypy.org/posts/2021/04/ways-pypy-graphviz.html
Some way that PyPy uses Graphviz
Somebody wrote this super cool thread on Twitter about using Graphviz to make
software visualize its internal state:
🧵 Make yours and everybody else's lives slightly l
Link: https://www.pypy.org/posts/2021/04/ways-pypy-graphviz.html
Some way that PyPy uses Graphviz
Somebody wrote this super cool thread on Twitter about using Graphviz to make
software visualize its internal state:
🧵 Make yours and everybody else's lives slightly l
PyPy
Some Ways that PyPy uses Graphviz
Some way that PyPy uses Graphviz
Somebody wrote this super cool thread on Twitter about using Graphviz to make
software visualize its internal state:
🧵 Make yours and everybody else's lives slightly l
Somebody wrote this super cool thread on Twitter about using Graphviz to make
software visualize its internal state:
🧵 Make yours and everybody else's lives slightly l
Brett Cannon: The social contract of open source
Link: https://snarky.ca/the-social-contract-of-open-source/
Even though I gave a keynote with an accompanying blog post all about setting expectations for open source participation, I felt it was time to do another blog post to directly address the issue of en
Link: https://snarky.ca/the-social-contract-of-open-source/
Even though I gave a keynote with an accompanying blog post all about setting expectations for open source participation, I felt it was time to do another blog post to directly address the issue of en
Tall, Snarky Canadian
The social contract of open source
Even though I gave a keynote [https://youtu.be/tzFWz5fiVKU?t=48m55s]with an
accompanying blog post
[https://snarky.ca/setting-expectations-for-open-source-participation/] all
about setting expectations for open source participation, I felt it was time to…
accompanying blog post
[https://snarky.ca/setting-expectations-for-open-source-participation/] all
about setting expectations for open source participation, I felt it was time to…
The No Title® Tech Blog: Just updated - Optimize Images X v0.9.1 (Beta 2)
Link: https://no-title.victordomingos.com/articles/2021/updated_optimize-images-x_beta2
So, just 3 days after the first public beta, here we got the second beta for Optimize Images X. It includes an important hot fix for Windows and Linux, and two new usability features.
Link: https://no-title.victordomingos.com/articles/2021/updated_optimize-images-x_beta2
So, just 3 days after the first public beta, here we got the second beta for Optimize Images X. It includes an important hot fix for Windows and Linux, and two new usability features.
The No Title® Tech Blog
Just updated - Optimize Images X v0.9.1 (Beta 2)
So, just 3 days after the first public beta, here we got the second beta for Optimize Images X. It includes an important hot fix for Windows and Linux, and two new usability features.
Red Hat Developers: Continuous learning in Project Thoth using Kafka and Argo
Link: https://developers.redhat.com/blog/2021/04/26/continuous-learning-in-project-thoth-using-kafka-and-argo/
Project Thoth provides Python programmers with information about support for packages they use, dependencies, performance, and security. Right now it focuses on pre-built binary packages hosted on the
Link: https://developers.redhat.com/blog/2021/04/26/continuous-learning-in-project-thoth-using-kafka-and-argo/
Project Thoth provides Python programmers with information about support for packages they use, dependencies, performance, and security. Right now it focuses on pre-built binary packages hosted on the
Red Hat Developer
Continuous learning in Project Thoth using Kafka and Argo - Red Hat Developer
Learn how Project Thoth uses Kafka and Argo workflows to create an event-driven infrastructure for optimized Python software stacks.
Mike Driscoll: PyDev of the Week: Haki Benita
Link: https://www.blog.pythonlibrary.org/2021/04/26/pydev-of-the-week-haki-benita/
This week we welcome Haki Benita (@be_haki) as our PyDev of the Week! Haki is a contributor at Real Python. You can also see some of Haki’s work over on their own website or by checking out their GitH
Link: https://www.blog.pythonlibrary.org/2021/04/26/pydev-of-the-week-haki-benita/
This week we welcome Haki Benita (@be_haki) as our PyDev of the Week! Haki is a contributor at Real Python. You can also see some of Haki’s work over on their own website or by checking out their GitH
Mouse Vs Python
PyDev of the Week: Haki Benita - Mouse Vs Python
Gain practical, real-world Python skills with our resources and pathway
ABlog for Sphinx: ABlog v0.10.18 released
Link: https://ablog.readthedocs.org/release/ablog-v0.10-released/#ablog-v0-10-18-released
ABlog v0.10.18 released
Link: https://ablog.readthedocs.org/release/ablog-v0.10-released/#ablog-v0-10-18-released
ABlog v0.10.18 released
EuroPython: EuroPython 2021: Call for Proposals Open
Link: https://blog.europython.eu/europython-2021-call-for-proposals-open-cfp/
We're happy to announce the EuroPython 2021 Call for Proposals (CFP) and are accepting proposals for talks, training sessions, workshops, panels, poster sessions, helpdesks and other interactive sessi
Link: https://blog.europython.eu/europython-2021-call-for-proposals-open-cfp/
We're happy to announce the EuroPython 2021 Call for Proposals (CFP) and are accepting proposals for talks, training sessions, workshops, panels, poster sessions, helpdesks and other interactive sessi
EuroPython Blog
EuroPython 2021: Call for Proposals Open
Update: We've extended the deadline for the Call for Proposals until Sunday, May 16, 23:59:59 CEST. We're happy to announce the EuroPython 2021 Call for Proposals (CFP) and are accepting proposals for talks, training sessions, workshops, panels, poster sessions…
Zato Blog: Checking your Zato version details
Link: https://zato.io/blog/posts/zato-version-cli.html
The seemingly simple zato --version command packs in several interesting details that are helpful in understanding
what Zato version one currently uses - let’s find out what they all mean.
General pat
Link: https://zato.io/blog/posts/zato-version-cli.html
The seemingly simple zato --version command packs in several interesting details that are helpful in understanding
what Zato version one currently uses - let’s find out what they all mean.
General pat
zato.io
Zato Blog
Montreal Python User Group: Evening of Programming Exercises
Link: https://montrealpython.org/en/2021/04/soiree-programmation-2021-04-27/
Tomorrow evening is our first “Evening of Programming Exercises”.
This event is aimed toward the ones that are new to programming or new to Python. The idea is to get together in a rather informal set
Link: https://montrealpython.org/en/2021/04/soiree-programmation-2021-04-27/
Tomorrow evening is our first “Evening of Programming Exercises”.
This event is aimed toward the ones that are new to programming or new to Python. The idea is to get together in a rather informal set
Real Python: Python Basics: Paperback Now Available!
Link: https://realpython.com/python-basics-paperback/
After years of writing, reviewing, and testing, we’re delighted to announce that Python Basics: A Practical Introduction to Python 3 is now available in paperback!
It’s been rewarding to hear how read
Link: https://realpython.com/python-basics-paperback/
After years of writing, reviewing, and testing, we’re delighted to announce that Python Basics: A Practical Introduction to Python 3 is now available in paperback!
It’s been rewarding to hear how read
Realpython
Python Basics: Paperback Now Available! – Real Python
After years of writing, reviewing, and testing, we’re delighted to announce that Python Basics: A Practical Introduction to Python 3 is now available in paperback! In this article, you’ll see how you can level up your Python with Python Basics and how other…