- The Real Python Podcast – Episode #158: Building Python CI With Docker & Applying for a Hacker Initiative Grantby Real Python on June 2, 2023 at 12:00 pm
Do you need a refresher on using Docker with Python? Would you like to learn how to configure a continuous integration pipeline with modern tools and Docker? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder’s Weekly articles and projects.
- Create and Modify PDF Files in Pythonby Real Python on May 31, 2023 at 2:00 pm
In this tutorial, you’ll explore the different ways of creating and modifying PDF files in Python. You’ll learn how to read and extract text, merge and concatenate files, crop and rotate pages, encrypt and decrypt files, and even create PDFs from scratch.
- Getting the First Match From a Python List or Iterableby Real Python on May 30, 2023 at 2:00 pm
In this video course, you’ll learn about the best ways to get the first match from a Python list or iterable. You’ll look into two different strategies, for loops and generators, and compare their performance. Then you’ll finish up by creating a reusable function for all your first matching needs.
- Choosing the Best Coding Font for Programmingby Real Python on May 29, 2023 at 2:00 pm
The font that you use is an important piece in your tool kit as a programmer. After all, you look at your programming font the whole time when writing code. In this tutorial, you’ll find your perfect font for coding.
- The Real Python Podcast – Episode #157: Discussing Mojo & Improving Python Object-Oriented Programmingby Real Python on May 26, 2023 at 12:00 pm
Would you like to speed up your Python machine-learning code dramatically? What if you only had to change a few keywords and add a couple of type hints on portions of your code? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder’s Weekly articles and projects.
PythonBlog Software, Software Issues, Top Software and Reviews of Software
- How To Make a Flowchart That Informs and Supportsby Adnan Mujic on June 1, 2023 at 1:46 pm
Have you ever wondered what the best strategy is for creating a flowchart? It’s easier than you might think. However, figuring out how to make a flowchart that informs and supports can be a little more challenging. If you are looking to start generating flowcharts, then you have come to the right place. In this The post How To Make a Flowchart That Informs and Supports appeared first on PythonBlog.
- What Is the App That Corrects Your Essay?by Antonia Zivcic on May 30, 2023 at 6:59 am
Writing essays can be a challenging task, especially when it comes to grammar and spelling. The app that corrects your essay is a tool designed to help you improve your writing by identifying and correcting errors in grammar, spelling, and punctuation. How Does the App That Corrects Your Essay Work? The app that corrects your The post What Is the App That Corrects Your Essay? appeared first on PythonBlog.
- Cross-Browser Testing Made Easy: Expert Tips For Navigating Compatibility Challengesby Adnan Mujic on May 25, 2023 at 1:06 pm
Ensuring your website or application works seamlessly across different browsers in this ever-evolving digital landscape is no easy feat. But fear not, for we’ve gathered a treasure trove of expert tips and tricks to help you navigate the treacherous waters of compatibility challenges. Together, we’ll uncover the secrets to making this complex process a breeze The post Cross-Browser Testing Made Easy: Expert Tips For Navigating Compatibility Challenges appeared first on PythonBlog.
- Unlocking Your Agency’s Growth Potential with White-Label Website Developmentby ivan on May 25, 2023 at 10:19 am
As a web development or digital agency, you’re always looking for new opportunities to increase your growth and make your business even more successful. But it can be difficult to find the time to take on every client’s project requests or leverage unforeseen possibilities. That’s where white-label website development comes in: an efficient and effective The post Unlocking Your Agency’s Growth Potential with White-Label Website Development appeared first on PythonBlog.
- 5 Steps to Configure Cisco AnyConnect VPNby Antonia Zivcic on May 23, 2023 at 10:26 am
Cisco AnyConnect VPN is a widely used remote access VPN solution that provides secure connectivity for users accessing corporate networks from remote locations. It offers advanced features and robust security measures to ensure protected access to resources. In this article, we will guide you through the five essential steps to configure Cisco AnyConnect VPN for The post 5 Steps to Configure Cisco AnyConnect VPN appeared first on PythonBlog.
Python Read the latest updates about all things Python at Microsoft
- Python in Visual Studio Code – May 2023 Releaseby Courtney Webster on May 4, 2023 at 3:51 pm
The May 2023 release of the Python and Jupyter extensions for Visual Studio Code are now available. In this release, Jupyter is no longer installed alongside the Python extension, microvenv support was added for the Create Environment command, new automatic conversion of f-strings, and code navigation on strings that contain module names. Keep reading to learn more! The post Python in Visual Studio Code – May 2023 Release appeared first on Python.
- Python in Visual Studio Code – April 2023 Releaseby Courtney Webster on March 31, 2023 at 4:30 pm
The April 2023 release of the Python and Jupyter extensions for Visual Studio Code are now available. This release includes Data Wrangler, a create environment button embedded in dependency files, environments API for extension authors, kernel picker improvements, and move symbol refactoring. Keep reading to learn more! The post Python in Visual Studio Code – April 2023 Release appeared first on Python.
- Introducing the Data Wrangler extension for Visual Studio Codeby Jeffrey Mew on March 17, 2023 at 1:29 am
Microsoft announces the launch of Data Wrangler, a data-centric user interface that generates Python code to help data scientists complete their data preparation tasks faster and with fewer errors. The post Introducing the Data Wrangler extension for Visual Studio Code appeared first on Python.
- Python in Visual Studio Code – March 2023 Releaseby Courtney Webster on March 2, 2023 at 5:42 pm
The March 2023 release of the Python and Jupyter extensions for Visual Studio Code are now available. This release includes “back” and “cancel” support for the “Create Environment” command, isort no longer being shipped by default with the Python extension, improvements to the kernel picker experience in Jupyter, and the Python for VS Code team as guests on the Python Pulse livestream. Keep reading to learn more! The post Python in Visual Studio Code – March 2023 Release appeared first on Python.
- Python in Visual Studio Code – February 2023 Releaseby Courtney Webster on February 3, 2023 at 3:01 pm
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, and improvements to the Jupyter kernel picker. Keep reading to learn more! The post Python in Visual Studio Code – February 2023 Release appeared first on Python.
Python Read the latest updates about all things Python at Microsoft
- Python in Visual Studio Code – May 2023 Releaseby Courtney Webster on May 4, 2023 at 3:51 pm
The May 2023 release of the Python and Jupyter extensions for Visual Studio Code are now available. In this release, Jupyter is no longer installed alongside the Python extension, microvenv support was added for the Create Environment command, new automatic conversion of f-strings, and code navigation on strings that contain module names. Keep reading to learn more! The post Python in Visual Studio Code – May 2023 Release appeared first on Python.
- Python in Visual Studio Code – April 2023 Releaseby Courtney Webster on March 31, 2023 at 4:30 pm
The April 2023 release of the Python and Jupyter extensions for Visual Studio Code are now available. This release includes Data Wrangler, a create environment button embedded in dependency files, environments API for extension authors, kernel picker improvements, and move symbol refactoring. Keep reading to learn more! The post Python in Visual Studio Code – April 2023 Release appeared first on Python.
- Introducing the Data Wrangler extension for Visual Studio Codeby Jeffrey Mew on March 17, 2023 at 1:29 am
Microsoft announces the launch of Data Wrangler, a data-centric user interface that generates Python code to help data scientists complete their data preparation tasks faster and with fewer errors. The post Introducing the Data Wrangler extension for Visual Studio Code appeared first on Python.
- Python in Visual Studio Code – March 2023 Releaseby Courtney Webster on March 2, 2023 at 5:42 pm
The March 2023 release of the Python and Jupyter extensions for Visual Studio Code are now available. This release includes “back” and “cancel” support for the “Create Environment” command, isort no longer being shipped by default with the Python extension, improvements to the kernel picker experience in Jupyter, and the Python for VS Code team as guests on the Python Pulse livestream. Keep reading to learn more! The post Python in Visual Studio Code – March 2023 Release appeared first on Python.
- Python in Visual Studio Code – February 2023 Releaseby Courtney Webster on February 3, 2023 at 3:01 pm
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, and improvements to the Jupyter kernel picker. Keep reading to learn more! The post Python in Visual Studio Code – February 2023 Release appeared first on Python.