Python Engineering at Microsoft: Python in Visual Studio Code – February 2023 Release
Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-february-2023-release/
We’re excited to announce that the February 2023 release of the Python and Jupyter extensions for Visual Studio Code are now available!
This release includes the following announcements:
Automatic en
Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-february-2023-release/
We’re excited to announce that the February 2023 release of the Python and Jupyter extensions for Visual Studio Code are now available!
This release includes the following announcements:
Automatic en
Microsoft News
Python in Visual Studio Code – February 2023 Release
The February 2023 release of the Python and Jupyter extensions for Visual Studio Code are now available. This release includes automatic environment selection, improvements to the Create Environment command, improved Intellisense support for pytest in preview…
Tryton News: Newsletter February 2023
Link: https://discuss.tryton.org/t/newsletter-february-2023/5848
A lot of new features have landed in Tryton this month. Some of them were on hold to prepare the migration to Heptapod but we are catching up quickly thanks to the new contribution workflow.
Change
Link: https://discuss.tryton.org/t/newsletter-february-2023/5848
A lot of new features have landed in Tryton this month. Some of them were on hold to prepare the migration to Heptapod but we are catching up quickly thanks to the new contribution workflow.
Change
Tryton Discussion
Newsletter February 2023
A lot of new features have landed in Tryton this month. Some of them were on hold to prepare the migration to Heptapod but we are catching up quickly thanks to the new contribution workflow. Changes for the User Direct debit payments are no longer created…
PyCon: Applications Are Open for Booth Space on Startup Row
Link: https://pycon.blogspot.com/2023/02/startup-row-applications-open-2023.html
2023 is a big year for PyCon US. It’s kind of hard to believe that we’ll be celebrating 20 years of code and community. And for well over half that time, PyCon US has supported early-stage entrepreneu
Link: https://pycon.blogspot.com/2023/02/startup-row-applications-open-2023.html
2023 is a big year for PyCon US. It’s kind of hard to believe that we’ll be celebrating 20 years of code and community. And for well over half that time, PyCon US has supported early-stage entrepreneu
Blogspot
Applications Are Open for Booth Space on Startup Row
2023 is a big year for PyCon US. It’s kind of hard to believe that we’ll be celebrating 20 years of code and community. And for well over ha...
PyCon: Response to Utah's Transgender Healthcare Ban
Link: https://pycon.blogspot.com/2023/02/response-to-utahs-transgender.html
We’re saddened that the state of Utah has chosen to ban healthcare for transgender people. We can’t even imagine how trans Pythonistas and their families in Utah are feeling today. We also recognize t
Link: https://pycon.blogspot.com/2023/02/response-to-utahs-transgender.html
We’re saddened that the state of Utah has chosen to ban healthcare for transgender people. We can’t even imagine how trans Pythonistas and their families in Utah are feeling today. We also recognize t
Blogspot
Response to Utah's Transgender Healthcare Ban
We’re saddened that the state of Utah has chosen to ban healthcare for transgender people . We can’t even imagine how trans Pythonistas and ...
Eli Bendersky: Understanding how to implement a character-based RNN language model
Link: https://eli.thegreenplace.net/2018/understanding-how-to-implement-a-character-based-rnn-language-model/
In a single gist,
Andrej Karpathy did something
truly impressive. In a little over 100 lines of Python - without relying on any
heavy-weight machine learning frameworks - he presents a fairly complete
Link: https://eli.thegreenplace.net/2018/understanding-how-to-implement-a-character-based-rnn-language-model/
In a single gist,
Andrej Karpathy did something
truly impressive. In a little over 100 lines of Python - without relying on any
heavy-weight machine learning frameworks - he presents a fairly complete
Eli Bendersky: Elegant Python code for a Markov chain text generator
Link: https://eli.thegreenplace.net/2018/elegant-python-code-for-a-markov-chain-text-generator/
While preparing the post on minimal char-based RNNs,
I coded a simple Markov chain text generator to serve as a comparison for the
quality of the RNN model. That code turned out to be concise and quit
Link: https://eli.thegreenplace.net/2018/elegant-python-code-for-a-markov-chain-text-generator/
While preparing the post on minimal char-based RNNs,
I coded a simple Markov chain text generator to serve as a comparison for the
quality of the RNN model. That code turned out to be concise and quit
Eli Bendersky: Covariance and contravariance in subtyping
Link: https://eli.thegreenplace.net/2018/covariance-and-contravariance-in-subtyping/
Many programming languages support subtyping, a kind of polymorphism that lets
us define hierarchical relations on types, with specific types being subtypes of
more generic types. For example, a Cat c
Link: https://eli.thegreenplace.net/2018/covariance-and-contravariance-in-subtyping/
Many programming languages support subtyping, a kind of polymorphism that lets
us define hierarchical relations on types, with specific types being subtypes of
more generic types. For example, a Cat c
Eli Bendersky: Type inference
Link: https://eli.thegreenplace.net/2018/type-inference/
Type inference is a major feature of several programming languages, most notably
languages from the ML family like Haskell. In this post I want to provide a
brief overview of type inference, along wit
Link: https://eli.thegreenplace.net/2018/type-inference/
Type inference is a major feature of several programming languages, most notably
languages from the ML family like Haskell. In this post I want to provide a
brief overview of type inference, along wit
Eli Bendersky: Type erasure and reification
Link: https://eli.thegreenplace.net/2018/type-erasure-and-reification/
In this post I'd like to discuss the concepts of type erasure and
reification in programming languages. I don't intend to dive very deeply into
the specific rules of any particular language; rather, t
Link: https://eli.thegreenplace.net/2018/type-erasure-and-reification/
In this post I'd like to discuss the concepts of type erasure and
reification in programming languages. I don't intend to dive very deeply into
the specific rules of any particular language; rather, t
Wyatt Baldwin: Seamless Full Stack Django+React Framework
Link: https://wyattbaldwin.com/2023/02/04/seamless-full-stack-django-plus-react/
I spent a couple months last fall1 building a full stack Django+React “meta framework” that attempts to seamlessly integrate Django and React with minimal developer effort. All the decisions about how
Link: https://wyattbaldwin.com/2023/02/04/seamless-full-stack-django-plus-react/
I spent a couple months last fall1 building a full stack Django+React “meta framework” that attempts to seamlessly integrate Django and React with minimal developer effort. All the decisions about how
John Ludhi/nbshare.io: Text to Table CSV DataTable
Link: https://www.nbshare.io/notebook/155060683/Text-to-Table-CSV-DataTable/
Text to Table CSV DataTable
Paste Table Text
Download Datatable
Help
Text to Table CSV DataTable is a software tool that allows users to easily convert text to a table in a CSV file
Link: https://www.nbshare.io/notebook/155060683/Text-to-Table-CSV-DataTable/
Text to Table CSV DataTable
Paste Table Text
Download Datatable
Help
Text to Table CSV DataTable is a software tool that allows users to easily convert text to a table in a CSV file
Kushal Das: Using YubiKeys for your linux system
Link: https://kushaldas.in/posts/using-yubikeys-for-your-linux-system.html
You can use your Yubikey 4 or 5 for the rest of the tutorial.
Why?
If you mark your Yubikey presence is required to unlock your computer, then one
not only needs your password, they will have to gain
Link: https://kushaldas.in/posts/using-yubikeys-for-your-linux-system.html
You can use your Yubikey 4 or 5 for the rest of the tutorial.
Why?
If you mark your Yubikey presence is required to unlock your computer, then one
not only needs your password, they will have to gain
John Ludhi/nbshare.io: Text to CSV Data Table
Link: https://www.nbshare.io/notebook/155060683/Text-to-CSV-Data-Table/
Text to CSV Data Table
Paste Table Text
Download Datatable
Help
Text to Table CSV DataTable is a online tool that allows users to easily convert text to a table in a CSV file format
Link: https://www.nbshare.io/notebook/155060683/Text-to-CSV-Data-Table/
Text to CSV Data Table
Paste Table Text
Download Datatable
Help
Text to Table CSV DataTable is a online tool that allows users to easily convert text to a table in a CSV file format
Kay Hayen: Nuitka Release 1.4
Link: https://nuitka.net/posts/nuitka-release-14.html
This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler,
“download now”.
This release contains a large amount of performance work, where
specifical
Link: https://nuitka.net/posts/nuitka-release-14.html
This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler,
“download now”.
This release contains a large amount of performance work, where
specifical
CodersLegacy: Generating Dynamic Content (widgets) in Tkinter
Link: https://coderslegacy.com/dynamic-content-widgets-in-tkinter/
In this Tkinter tutorial, we will explore how to generate Dynamic Content (widgets) in Tkinter. Most Tkinter applications are “static”. This means that when a Tkinter window is generated, the widgets
Link: https://coderslegacy.com/dynamic-content-widgets-in-tkinter/
In this Tkinter tutorial, we will explore how to generate Dynamic Content (widgets) in Tkinter. Most Tkinter applications are “static”. This means that when a Tkinter window is generated, the widgets
CodersLegacy
Generating Dynamic Content (widgets) in Tkinter - CodersLegacy
In this Tkinter tutorial we will explore how to generate Dynamic Content (widgets) in Tkinter. Most Tkinter applications are "static". This...
Glenn Franxman: Building a medallion style delta lake with Databricks
Link: http://hackermojo.com/mt-static/archives/2023/02/databricks-medallion-deltalake.html
You can build a medallion style delta lake with Databricks can be accomplished by following a few simple steps:
1. Create a new Databricks workspace and launch a new cluster.
2. Create a new Delta la
Link: http://hackermojo.com/mt-static/archives/2023/02/databricks-medallion-deltalake.html
You can build a medallion style delta lake with Databricks can be accomplished by following a few simple steps:
1. Create a new Databricks workspace and launch a new cluster.
2. Create a new Delta la
Hackermojo
Building a medallion style delta lake with Databricks by Glenn Franxman at HackerMojo.com
Glenn Franxman's thoughts and experiments on django, python, technology, family and life from Knoxville, TN
Codementor: Loops in C language with example
Link: https://www.codementor.io/nimeshneema/loops-in-c-language-with-example-21qauqn6zc
fundamentals in C language series continued..
Link: https://www.codementor.io/nimeshneema/loops-in-c-language-with-example-21qauqn6zc
fundamentals in C language series continued..
www.codementor.io
Loops in C language with example | Codementor
fundamentals in C language series continued..
Mike Driscoll: PyDev of the Week: Thomas Passin
Link: https://www.blog.pythonlibrary.org/2023/02/06/pydev-of-the-week-thomas-passin/
This week we welcome Thomas Passin as our PyDev of the Week! Thomas is the mastermind behind the GF4 Graphics Calculator application. Thomas also helps out with the Leo Editor.
Let’s take a few moment
Link: https://www.blog.pythonlibrary.org/2023/02/06/pydev-of-the-week-thomas-passin/
This week we welcome Thomas Passin as our PyDev of the Week! Thomas is the mastermind behind the GF4 Graphics Calculator application. Thomas also helps out with the Leo Editor.
Let’s take a few moment
Mouse Vs Python
PyDev of the Week: Thomas Passin - Mouse Vs Python
This week we welcome Thomas Passin as our PyDev of the Week! Thomas is the mastermind behind the GF4 Graphics Calculator application. Thomas also helps
Real Python: Build a Wordle Clone With Python and Rich
Link: https://realpython.com/python-wordle-clone/
In this tutorial, you’ll build your own Wordle clone for the terminal. Since Josh Wardle launched Wordle in October 2021, millions of people have played it. While you can play the original game on the
Link: https://realpython.com/python-wordle-clone/
In this tutorial, you’ll build your own Wordle clone for the terminal. Since Josh Wardle launched Wordle in October 2021, millions of people have played it. While you can play the original game on the
Realpython
Build a Wordle Clone With Python and Rich – Real Python
In this step-by-step project, you'll build your own Wordle clone with Python. Your game will run in the terminal, and you'll use Rich to ensure your word-guessing app looks good. Learn how to build a command-line application from scratch and then challenge…
Python Morsels: Conditional operators in Python
Link: https://www.pythonmorsels.com/conditional-operators/
Python's conditional operators return Boolean values (True and False).
Table of contents
What are Booleans?
Where are Boolean expressions used?
Examples of comparison operations
Conditional operat
Link: https://www.pythonmorsels.com/conditional-operators/
Python's conditional operators return Boolean values (True and False).
Table of contents
What are Booleans?
Where are Boolean expressions used?
Examples of comparison operations
Conditional operat
Pythonmorsels
Conditional operators in Python
Python's conditional operators return Boolean values (True and False).