PyCoder’s Weekly: Issue #563 (Feb. 7, 2023)
Link: https://pycoders.com/issues/563
#563 – FEBRUARY 7, 2023 View in Browser » Build a Wordle Clone With Python and Rich In this step-by-step project, you’ll build your own Wordle clone with Python. Your game will run in the termin
Link: https://pycoders.com/issues/563
#563 – FEBRUARY 7, 2023 View in Browser » Build a Wordle Clone With Python and Rich In this step-by-step project, you’ll build your own Wordle clone with Python. Your game will run in the termin
Pycoders
PyCoder’s Weekly | Issue #563
Issue #563 of the PyCoder’s Weekly newsletter, published Feb. 7, 2023.
Python Bytes: #322 Python Packages, Let Me Count The Ways
Link: https://pythonbytes.fm/episodes/show/322/python-packages-let-me-count-the-ways
<a href='https://www.youtube.com/watch?v=TtX32d5rFAo' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
<p>Sponsored by <a href="http://pythonbytes.fm/f
Link: https://pythonbytes.fm/episodes/show/322/python-packages-let-me-count-the-ways
<a href='https://www.youtube.com/watch?v=TtX32d5rFAo' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
<p>Sponsored by <a href="http://pythonbytes.fm/f
pythonbytes.fm
Python Packages, Let Me Count The Ways
News and announcements from the Python community for the week of Feb 7th, 2023
Codementor: Silly Mistakes to Avoid while Coding
Link: https://www.codementor.io/nimeshneema/silly-mistakes-to-avoid-while-coding-21skyd4obx
tips to improve coding
Link: https://www.codementor.io/nimeshneema/silly-mistakes-to-avoid-while-coding-21skyd4obx
tips to improve coding
www.codementor.io
Silly Mistakes to Avoid while Coding | Codementor
tips to improve coding
Tryton News: The history behind the heptapod migration
Link: https://discuss.tryton.org/t/the-history-behind-the-heptapod-migration/5896
As was announced in the February newsletter we’ve migrated our development to heptapod. This means that you no longer need a Google account in order to contribute to Tryton and none of our tools are
Link: https://discuss.tryton.org/t/the-history-behind-the-heptapod-migration/5896
As was announced in the February newsletter we’ve migrated our development to heptapod. This means that you no longer need a Google account in order to contribute to Tryton and none of our tools are
Tryton Discussion
The history behind the heptapod migration
As was announced in the February newsletter we’ve migrated our development to heptapod. This means that you no longer need a Google account in order to contribute to Tryton and none of our tools are dependent on them any more. It took us 11 years to reach…
Tryton News: Tryton Unconference 2023 in Berlin on May 22nd - 24th
Link: https://discuss.tryton.org/t/tryton-unconference-2023-in-berlin-on-may-22nd-24th/5908
The Tryton Foundation is happy to announce the next Tryton Unconference in Berlin on May 22nd - 24th.
The first day will be mainly dedicated to presentation at Change Hub.
The second and third day wi
Link: https://discuss.tryton.org/t/tryton-unconference-2023-in-berlin-on-may-22nd-24th/5908
The Tryton Foundation is happy to announce the next Tryton Unconference in Berlin on May 22nd - 24th.
The first day will be mainly dedicated to presentation at Change Hub.
The second and third day wi
Tryton Discussion
Tryton Unconference 2023 in Berlin on May 22nd - 24th
The Tryton Foundation is happy to announce the next Tryton Unconference in Berlin on May 22nd - 24th. The first day will be mainly dedicated to presentations at Change Hub. The second and third day will be dedicated to a code sprint at inmedio Berlin. …
PyCharm: Using PyCharm to Read Data From a MySQL DataBase Into pandas
Link: https://blog.jetbrains.com/pycharm/2023/02/using-pycharm-to-read-data-from-a-mysql-database-into-pandas/
Sooner or later in your data science journey, you’ll hit a point where you need to get data from a database. However, making the leap from reading a locally-stored CSV file into pandas to connecting t
Link: https://blog.jetbrains.com/pycharm/2023/02/using-pycharm-to-read-data-from-a-mysql-database-into-pandas/
Sooner or later in your data science journey, you’ll hit a point where you need to get data from a database. However, making the leap from reading a locally-stored CSV file into pandas to connecting t
The JetBrains Blog
Using PyCharm to Read Data From a MySQL DataBase Into pandas | The PyCharm Blog
Sooner or later in your data science journey, you’ll hit a point where you need to get data from a database. However, making the leap from reading a locally-stored CSV file into pandas to connecting t
Python for Beginners: Load JSON into a Python Dictionary
Link: https://www.pythonforbeginners.com/basics/load-json-into-a-python-dictionary
Softwares often use JSON file format to store and transmit data. While writing software in python, we might need to convert a JSON string or file into a python object. This article discusses how to lo
Link: https://www.pythonforbeginners.com/basics/load-json-into-a-python-dictionary
Softwares often use JSON file format to store and transmit data. While writing software in python, we might need to convert a JSON string or file into a python object. This article discusses how to lo
PythonForBeginners.com
Load JSON into a Python Dictionary - PythonForBeginners.com
Load JSON into a Python Dictionary will help you improve your python skills with easy-to-follow examples and tutorials.
Python Software Foundation: Announcing Python Software Foundation Fellow Members for Q4 2022! 🎉
Link: https://pyfound.blogspot.com/2023/02/announcing-python-software-foundation.html
The PSF is pleased to announce its fourth batch of PSF Fellows for 2022! Let us welcome the new PSF Fellows for Q4! The following people continue to do amazing things for the Python community:Chandan
Link: https://pyfound.blogspot.com/2023/02/announcing-python-software-foundation.html
The PSF is pleased to announce its fourth batch of PSF Fellows for 2022! Let us welcome the new PSF Fellows for Q4! The following people continue to do amazing things for the Python community:Chandan
Python Software Foundation Blog
Announcing Python Software Foundation Fellow Members for Q4 2022! 🎉
The PSF is pleased to announce its fourth batch of PSF Fellows for 2022! Let us welcome the new PSF Fellows for Q4! The following people con...
Python for Beginners: Convert YAML to JSON in Python
Link: https://www.pythonforbeginners.com/basics/convert-yaml-to-json-in-python
JSON and YAML are the two most used file formats in software development. The YAML files are mainly used for configuration files whereas JSON files are used to store and transmit data. This article di
Link: https://www.pythonforbeginners.com/basics/convert-yaml-to-json-in-python
JSON and YAML are the two most used file formats in software development. The YAML files are mainly used for configuration files whereas JSON files are used to store and transmit data. This article di
PythonForBeginners.com
Convert YAML to JSON in Python - PythonForBeginners.com
Convert YAML to JSON in Python will help you improve your python skills with easy to follow examples and tutorials.
Real Python: How to Split a Python List or Iterable Into Chunks
Link: https://realpython.com/how-to-split-a-python-list-into-chunks/
Splitting a Python list into chunks is a common way of distributing the workload across multiple workers that can process them in parallel for faster results. Working with smaller pieces of data at a
Link: https://realpython.com/how-to-split-a-python-list-into-chunks/
Splitting a Python list into chunks is a common way of distributing the workload across multiple workers that can process them in parallel for faster results. Working with smaller pieces of data at a
Realpython
How to Split a Python List or Iterable Into Chunks – Real Python
This tutorial provides an overview of how to split a Python list into chunks. You'll learn several ways of breaking a list into smaller pieces using the standard library, third-party libraries, and custom code. You'll also split multidimensional data to synthesize…
TestDriven.io: Introduction to Django Channels
Link: https://testdriven.io/blog/django-channels/
This tutorial shows how to use Django Channels to create a real-time application.
Link: https://testdriven.io/blog/django-channels/
This tutorial shows how to use Django Channels to create a real-time application.
testdriven.io
Introduction to Django Channels
This tutorial shows how to use Django Channels to create a real-time application.
Python Insider: Python 3.11.2, Python 3.10.10 and 3.12.0 alpha 5 are available
Link: https://pythoninsider.blogspot.com/2023/02/python-3112-python-31010-and-3120-alpha.html
Hi everyone,I am happy to report that after solving some last-time problems we have a bunch of fresh releases for you!Python 3.12.0 alpha 5Check the new alpha of 3.12 with some Star Trek vibes:https:/
Link: https://pythoninsider.blogspot.com/2023/02/python-3112-python-31010-and-3120-alpha.html
Hi everyone,I am happy to report that after solving some last-time problems we have a bunch of fresh releases for you!Python 3.12.0 alpha 5Check the new alpha of 3.12 with some Star Trek vibes:https:/
Blogspot
Python Insider: Python 3.11.2, Python 3.10.10 and 3.12.0 alpha 5 are available
Talk Python to Me: #402: Polars: A Lightning-fast DataFrame for Python
Link: https://talkpython.fm/episodes/show/402/polars-a-lightning-fast-dataframe-for-python
When you think about processing tabular data in Python, what library comes to mind? Pandas, I'd guess. But there are other libraries out there and Polars is one of the more exciting new ones. It's bui
Link: https://talkpython.fm/episodes/show/402/polars-a-lightning-fast-dataframe-for-python
When you think about processing tabular data in Python, what library comes to mind? Pandas, I'd guess. But there are other libraries out there and Polars is one of the more exciting new ones. It's bui
talkpython.fm
Polars: A Lightning-fast DataFrame for Python
When you think about processing tabular data in Python, what library comes to mind? Pandas, I'd guess. But there are other libraries out there and Polars is one of the more exciting new ones. It's built in Rust, embraces parallelism, and can be 10-20x faster…
Talk Python to Me: #402: Polars: A Lightning-fast DataFrame for Python [updated audio]
Link: https://talkpython.fm/episodes/show/402/polars-a-lightning-fast-dataframe-for-python-updated-audio
When you think about processing tabular data in Python, what library comes to mind? Pandas, I'd guess. But there are other libraries out there and Polars is one of the more exciting new ones. It's bui
Link: https://talkpython.fm/episodes/show/402/polars-a-lightning-fast-dataframe-for-python-updated-audio
When you think about processing tabular data in Python, what library comes to mind? Pandas, I'd guess. But there are other libraries out there and Polars is one of the more exciting new ones. It's bui
talkpython.fm
Polars: A Lightning-fast DataFrame for Python [updated audio]
When you think about processing tabular data in Python, what library comes to mind? Pandas, I'd guess. But there are other libraries out there and Polars is one of the more exciting new ones. It's built in Rust, embraces parallelism, and can be 10-20x faster…
Codementor: Pointers in C Language
Link: https://www.codementor.io/nimeshneema/pointers-in-c-language-21tp47c3sn
basics of c programming series continued...
Link: https://www.codementor.io/nimeshneema/pointers-in-c-language-21tp47c3sn
basics of c programming series continued...
www.codementor.io
Pointers in C Language | Codementor
basics of c programming series continued...
Armin Ronacher: Everybody is More Complex Than They Seem
Link: http://lucumr.pocoo.org/2023/2/9/everybody-is-complex
This year I decided that I want to share my most important learnings about
engineering, teams and quite frankly personal mental health. My hope is that
those who want to learn from me find it useful.
Link: http://lucumr.pocoo.org/2023/2/9/everybody-is-complex
This year I decided that I want to share my most important learnings about
engineering, teams and quite frankly personal mental health. My hope is that
those who want to learn from me find it useful.
Armin Ronacher's Thoughts and Writings
Everybody is More Complex Than They Seem
Random thoughts about staying sane for people with ambitions.
PyCharm: “Let’s innovate on Python tooling”. An Interview With Charlie Marsh
Link: https://blog.jetbrains.com/pycharm/2023/02/ruff-python-linter-interview-with-charlie-marsh/
Python has a rich ecosystem of quality, mature tooling: linting, formatting, type checking, and the like. Each has decent performance, but what if the tooling was fast? Really fast – as in, instantane
Link: https://blog.jetbrains.com/pycharm/2023/02/ruff-python-linter-interview-with-charlie-marsh/
Python has a rich ecosystem of quality, mature tooling: linting, formatting, type checking, and the like. Each has decent performance, but what if the tooling was fast? Really fast – as in, instantane
The JetBrains Blog
“Let’s innovate on Python tooling”. An Interview With Charlie Marsh | The PyCharm Blog
Python has a rich ecosystem of quality, mature tooling: linting, formatting, type checking, and the like. Each has decent performance, but what if the tooling was fast? Really fast – as in, instantane
Brett Cannon: Use TOML for `.env` files?
Link: https://snarky.ca/use-toml-for-env-files/
We have some support for .env files in the Python extension for VS Code, but we have noticed some shortcomings with .env files based on user feedback. After getting some inspiration from CircuitPython
Link: https://snarky.ca/use-toml-for-env-files/
We have some support for .env files in the Python extension for VS Code, but we have noticed some shortcomings with .env files based on user feedback. After getting some inspiration from CircuitPython
Tall, Snarky Canadian
Use TOML for `.env` files?
We have some support for .env files in the Python extension for VS Code, but we have noticed some shortcomings with .env files based on user feedback. After getting some inspiration from CircuitPython and thinking about it a bit, I think I might have a nice…
PyBites: From Excel to Python and succeeding as a Developer by building your portfolio
Link: https://pybit.es/articles/from-excel-to-python-and-succeeding-as-a-developer-by-building-your-portfolio/
Listen here:
Or watch here:
Welcome back to the Pybites podcast. This week we have an inspirational chat with Juanjo:
– How he started his programming journey and what passionates him about this c
Link: https://pybit.es/articles/from-excel-to-python-and-succeeding-as-a-developer-by-building-your-portfolio/
Listen here:
Or watch here:
Welcome back to the Pybites podcast. This week we have an inspirational chat with Juanjo:
– How he started his programming journey and what passionates him about this c
PyBites
From Excel To Python And Succeeding As A Developer By Building Your Portfolio - PyBites
- How he fell in love with Python.
Codementor: [Advance C Programming] How to Write Your Own Compiler
Link: https://www.codementor.io/nimeshneema/advance-c-programming-how-to-write-your-own-compiler-21utxpf22v
Implementation of C programming
fundamentals to advance level...
Link: https://www.codementor.io/nimeshneema/advance-c-programming-how-to-write-your-own-compiler-21utxpf22v
Implementation of C programming
fundamentals to advance level...
www.codementor.io
[Advance C Programming] How to Write Your Own Compiler | Codementor
Implementation of C programming
fundamentals to advance level...
fundamentals to advance level...