Sebastian Witowski: Upgrade Your Python Version
Link: https://switowski.com/blog/upgrade-your-python-version/
Here is an idea for a completely free[1] speed improvement for your code - upgrade your Python version!
I started this series of articles using Python 3.8, but today we already have version 3.11. Pyth
Link: https://switowski.com/blog/upgrade-your-python-version/
Here is an idea for a completely free[1] speed improvement for your code - upgrade your Python version!
I started this series of articles using Python 3.8, but today we already have version 3.11. Pyth
Sebastian Witowski
Upgrade Your Python Version
Can we speed up our code examples by simply upgrading the Python version? And if yes, by how much?
Sebastian Witowski: How to Benchmark (Python) Code
Link: https://switowski.com/blog/how-to-benchmark-python-code/
While preparing to write the "Writing Faster Python" series, the first problem I faced was "How do I benchmark a piece of code in an objective, yet uncomplicated way".
I could run python -m timeit <pi
Link: https://switowski.com/blog/how-to-benchmark-python-code/
While preparing to write the "Writing Faster Python" series, the first problem I faced was "How do I benchmark a piece of code in an objective, yet uncomplicated way".
I could run python -m timeit <pi
Sebastian Witowski
How to Benchmark (Python) Code
There are plenty of ways to measure the speed of your code. Let me show you a few that I considered for the Writing Faster Python series.
scikit-learn: Pandas DataFrame Output for sklearn Transformers
Link: https://blog.scikit-learn.org/technical/pandas-dataframe-output-for-sklearn-transformer/
Author:
Sangam SwadiK
Video
Upcoming feature in release 1.2
Starting with the next release of scikit-learn (v1.2), pandas dataframe output will be available for al
Link: https://blog.scikit-learn.org/technical/pandas-dataframe-output-for-sklearn-transformer/
Author:
Sangam SwadiK
Video
Upcoming feature in release 1.2
Starting with the next release of scikit-learn (v1.2), pandas dataframe output will be available for al
scikit-learn Blog
Pandas DataFrame Output for sklearn Transformers
Author: Sangam SwadiK
The Python Coding Blog: Using Positional Arguments and Named or Keyword Arguments in Python Functions [Intermediate Python Functions Series #2]
Link: https://thepythoncodingbook.com/2022/11/11/positional-arguments-and-keyword-arguments-in-python/
In the first article in this Intermediate Python Functions Series, you made sure you got your terminology right. So you know what an argument is. But what are positional arguments and keyword argument
Link: https://thepythoncodingbook.com/2022/11/11/positional-arguments-and-keyword-arguments-in-python/
In the first article in this Intermediate Python Functions Series, you made sure you got your terminology right. So you know what an argument is. But what are positional arguments and keyword argument
The Python Coding Book
Positional arguments and keyword (named) arguments in Python functions
The second article in the Intermediate Python Functions Series: Using positional arguments and keyword (or named) arguments when calling a function
Mike C. Fletcher: Potions with Custom Effects
Link: http://blog.vrplumber.com/b/2022/11/12/potions-with-custom-effects/
In Pycraft, I figured out the Potions-with-custom-effects, the problem being that Bukkit's PotionEffectType doesn't actually implement the keyed interface, but instead has its own .values() call, so n
Link: http://blog.vrplumber.com/b/2022/11/12/potions-with-custom-effects/
In Pycraft, I figured out the Potions-with-custom-effects, the problem being that Bukkit's PotionEffectType doesn't actually implement the keyed interface, but instead has its own .values() call, so n
Vrplumber
Plumbing Life's Depths - Potions with Custom Effects
In Pycraft, I figured out the Potions-with-custom-effects, the problem being that PotionEffectType doesn't actually implement the keyed interface, but instead has its own .values() call, so needs a whole special handler. The code for a custom potion with…
IslandT: ProCal Homepage
Link: https://islandtropicaman.com/wp/2022/11/13/procal-homepage/
This application which is used to calculate various financial problems is free to use on GitHub and you can download the code through this link. You can use the executable file to start the applicatio
Link: https://islandtropicaman.com/wp/2022/11/13/procal-homepage/
This application which is used to calculate various financial problems is free to use on GitHub and you can download the code through this link. You can use the executable file to start the applicatio
Python Software Foundation: Announcing Python Software Foundation Fellow Members for Q3 2022! 🎉
Link: https://pyfound.blogspot.com/2022/10/announcing-python-software-foundation.html
The PSF is pleased to announce its third batch of PSF Fellows for 2022! Let us welcome the new PSF Fellows for Q3! The following people continue to do amazing things for the Python community:Anwesha D
Link: https://pyfound.blogspot.com/2022/10/announcing-python-software-foundation.html
The PSF is pleased to announce its third batch of PSF Fellows for 2022! Let us welcome the new PSF Fellows for Q3! The following people continue to do amazing things for the Python community:Anwesha D
Python Software Foundation Blog
Announcing Python Software Foundation Fellow Members for Q3 2022! 🎉
The PSF is pleased to announce its third batch of PSF Fellows for 2022! Let us welcome the new PSF Fellows for Q3! The following people cont...
John Ludhi/nbshare.io: Enable Python Virtual Enviornment in Visual Studio Code on Windows
Link: https://www.nbshare.io/notebook/133195809/Enable-Python-Virtual-Enviornment-in-Visual-Studio-Code-on-Windows/
Enable Python Virtual Enviornment in Visual Studio Code on WindowsInstall PythonGo to Microsoft Store and search for Python. Install the latest Python version. Install Python Extension in Vs CodeOpen
Link: https://www.nbshare.io/notebook/133195809/Enable-Python-Virtual-Enviornment-in-Visual-Studio-Code-on-Windows/
Enable Python Virtual Enviornment in Visual Studio Code on WindowsInstall PythonGo to Microsoft Store and search for Python. Install the latest Python version. Install Python Extension in Vs CodeOpen
Reuven Lerner: Level up your career with PythonDAB — the Python Data Analytics Bootcamp
Link: https://lerner.co.il/2022/11/14/level-up-your-career-with-pythondab-the-python-data-analytics-bootcamp/
The economy has been feeling a bit shaky as of late, with lots of layoffs, shakeups, and general uncertainty about what’s coming next.
With the right skills, you need not be too nervous. That’s becaus
Link: https://lerner.co.il/2022/11/14/level-up-your-career-with-pythondab-the-python-data-analytics-bootcamp/
The economy has been feeling a bit shaky as of late, with lots of layoffs, shakeups, and general uncertainty about what’s coming next.
With the right skills, you need not be too nervous. That’s becaus
Reuven Lerner
Level up your career with PythonDAB — the Python Data Analytics Bootcamp
The economy has been feeling a bit shaky as of late, with lots of layoffs, shakeups, and general uncertainty about what's coming next. With the right skills, you need not be too nervous. That's because
Zato Blog: IMAP and OAuth2 Integrations with Microsoft 365
Link: https://zato.io/blog/posts/imap-oauth2-microsoft365.html
Microsoft 365 requires for all IMAP connections to use OAuth2. This can be challenging to configure
in server-side automation and orchestration processes so Zato offers an easy way that lets you read
Link: https://zato.io/blog/posts/imap-oauth2-microsoft365.html
Microsoft 365 requires for all IMAP connections to use OAuth2. This can be challenging to configure
in server-side automation and orchestration processes so Zato offers an easy way that lets you read
zato.io
Zato Blog
Mike Driscoll: PyDev of the Week: Sarah Abderemane
Link: https://www.blog.pythonlibrary.org/2022/11/14/pydev-of-the-week-sarah-abderemane/
This week we welcome Sarah Abderemane (@sabderemane_) as our PyDev of the Week! Sarah is a full-stack developer who is very active in the Django community. You can learn more about Sarah by checking o
Link: https://www.blog.pythonlibrary.org/2022/11/14/pydev-of-the-week-sarah-abderemane/
This week we welcome Sarah Abderemane (@sabderemane_) as our PyDev of the Week! Sarah is a full-stack developer who is very active in the Django community. You can learn more about Sarah by checking o
Mouse Vs Python
PyDev of the Week: Sarah Abderemane - Mouse Vs Python
This week we welcome Sarah Abderemane (@sabderemane_) as our PyDev of the Week! Sarah is a full-stack developer who is very active in the Django
Armin Ronacher: Scaling Mastodon is Impossible
Link: http://lucumr.pocoo.org/2022/11/14/scaling-mastodon
In light of recent events at Twitter a
lot of the people that I follow (or used to follow) on that platform have
started evaluating (or moved) to Mastodon. And I also
have a Mastodon account now. Bu
Link: http://lucumr.pocoo.org/2022/11/14/scaling-mastodon
In light of recent events at Twitter a
lot of the people that I follow (or used to follow) on that platform have
started evaluating (or moved) to Mastodon. And I also
have a Mastodon account now. Bu
Armin Ronacher's Thoughts and Writings
Scaling Mastodon is Impossible
Now that Twitter is dying, what can replace it?
Python for Beginners: Working with JSON Files in Python
Link: https://www.pythonforbeginners.com/basics/working-with-json-files-in-python
JSON Files are one of the most used data formats for communication between two web applications. In this article, we will discuss what JSON objects are and how can we work with JSON files in Python.
T
Link: https://www.pythonforbeginners.com/basics/working-with-json-files-in-python
JSON Files are one of the most used data formats for communication between two web applications. In this article, we will discuss what JSON objects are and how can we work with JSON files in Python.
T
PythonForBeginners.com
Working with JSON Files in Python - PythonForBeginners.com
Working with JSON Files in Python will help you improve your python skills with easy to follow examples and tutorials.
Real Python: Python REST APIs With Flask, Connexion, and SQLAlchemy – Part 1
Link: https://realpython.com/flask-connexion-rest-api/
Most modern web applications are powered by a REST API under the hood. That way, developers can separate the front-end code from the back-end logic, and users can interact with the interface dynamical
Link: https://realpython.com/flask-connexion-rest-api/
Most modern web applications are powered by a REST API under the hood. That way, developers can separate the front-end code from the back-end logic, and users can interact with the interface dynamical
Realpython
Python REST APIs With Flask, Connexion, and SQLAlchemy – Part 1 – Real Python
In this three-part tutorial series, you'll create a RESTful API from scratch to keep track of people and notes using the Flask web framework. You'll also test your API with Swagger UI API documentation. In part one, you'll build the foundation of your note…
Python Morsels: Python's ternary operator
Link: https://www.pythonmorsels.com/ternary-operator/
Python doesn't have the traditional ternary operator that most programming languages do. Instead we have "conditional expressions".
Table of contents
Python doesn't have typical ternary operators
Link: https://www.pythonmorsels.com/ternary-operator/
Python doesn't have the traditional ternary operator that most programming languages do. Instead we have "conditional expressions".
Table of contents
Python doesn't have typical ternary operators
Pythonmorsels
Python's ternary operator
Python doesn't have the traditional ternary operator that most programming languages do. Instead we have "conditional expressions".
Made With Mu: Mu: An Editor in Hostile Environments
Link: https://madewith.mu/mu/users/2022/11/14/hostile-environments.html
This is a picture of the surface of Venus, taken by the Soviet
Venera 14 probe. Apparently, the
temperature of the barren rocky surface is 465 °C and the pressure is that
of 94 Earth atmospheres (9.5
Link: https://madewith.mu/mu/users/2022/11/14/hostile-environments.html
This is a picture of the surface of Venus, taken by the Soviet
Venera 14 probe. Apparently, the
temperature of the barren rocky surface is 465 °C and the pressure is that
of 94 Earth atmospheres (9.5
Made With Mu
Mu: An Editor in Hostile Environments
A blog to celebrate projects that use the Mu Python code editor to create cool stuff.
Python Insider: Python 3.12.0 alpha 2 released
Link: https://pythoninsider.blogspot.com/2022/11/python-3120-alpha-2-released.html
I'm pleased to announce the release of Python 3.12 alpha 2.https://www.python.org/downloads/release/python-3120a2/This is an early developer preview of Python 3.12.Major new features of the 3.12 serie
Link: https://pythoninsider.blogspot.com/2022/11/python-3120-alpha-2-released.html
I'm pleased to announce the release of Python 3.12 alpha 2.https://www.python.org/downloads/release/python-3120a2/This is an early developer preview of Python 3.12.Major new features of the 3.12 serie
Blogspot
Python Insider: Python 3.12.0 alpha 2 released
Made With Mu: Announcing a new stable release: 1.2.0
Link: https://madewith.mu/mu/users/2022/11/15/mu-1-2-0.html
Mu is a Pythonic beginner’s code editor created by volunteers in the community.
It provides an easy answer to the question beginners always ask, “but how do I
start?”.
Simple, download Mu.
Today, we’r
Link: https://madewith.mu/mu/users/2022/11/15/mu-1-2-0.html
Mu is a Pythonic beginner’s code editor created by volunteers in the community.
It provides an easy answer to the question beginners always ask, “but how do I
start?”.
Simple, download Mu.
Today, we’r
Made With Mu
Announcing a new stable release: 1.2.0
Mu is a Pythonic beginner’s code editor created by volunteers in the community.
Real Python: Deploy a Django App With Gunicorn and Nginx
Link: https://realpython.com/courses/django-app-with-gunicorn-nginx/
Taking a Django app from development to production is a demanding but rewarding process. In this video course, you’ll go through that process step by step. You’ll start at square one with a no-frills
Link: https://realpython.com/courses/django-app-with-gunicorn-nginx/
Taking a Django app from development to production is a demanding but rewarding process. In this video course, you’ll go through that process step by step. You’ll start at square one with a no-frills
Realpython
Deploy a Django App With Gunicorn and Nginx – Real Python
Ready to take your Django app beyond development? Learn how to deploy your Django web app in production on a real-world public domain with Gunicorn and Nginx.
Python⇒Speed: Who controls parallelism? A disagreement that leads to slower code
Link: https://pythonspeed.com/articles/concurrency-control/
If you’re using NumPy, Polars, Zarr, or many other libraries, setting a single environment variable or calling a single API function might make your code run 20%-80% faster.
Or, more accurately, it ma
Link: https://pythonspeed.com/articles/concurrency-control/
If you’re using NumPy, Polars, Zarr, or many other libraries, setting a single environment variable or calling a single API function might make your code run 20%-80% faster.
Or, more accurately, it ma
Python⇒Speed
Who controls parallelism? A disagreement that leads to slower code
The libraries you’re using might be running more threads than you realize—and that can mean slower execution.
Talk Python to Me: #390: Mastodon for Python Devs
Link: https://talkpython.fm/episodes/show/390/mastodon-for-python-devs
Wondering what Mastodon is all about? More importantly, what does it offer Python developers and other open source folks compared to Twitter? There is a huge amount of interest in the tech community a
Link: https://talkpython.fm/episodes/show/390/mastodon-for-python-devs
Wondering what Mastodon is all about? More importantly, what does it offer Python developers and other open source folks compared to Twitter? There is a huge amount of interest in the tech community a
talkpython.fm
Mastodon for Python Devs
Wondering what Mastodon is all about? More importantly, what does it offer Python developers and other open source folks compared to Twitter? There is a huge amount of interest in the tech community about what's happening at Twitter and whether they should…