#python

[ follow ]
#software-development
fromInfoWorld
1 week ago
Web frameworks

Python and WebAssembly? Here's how to make it work

Learn about deploying Python and others to WebAssembly.
Step-by-step guide for setting up Python in airgapped environments.
Understanding package replacements in Python 3.13.
fromTechBeamers
5 days ago
Software development

Top Python Code Quality Tools

Utilizing code quality tools is essential for writing cleaner and more reliable Python code.
fromInfoQ
4 days ago
Software development

Moving Your Bugs Forward in Time: Language Trends That Help You Catch Your Bugs at Build Time Instead of Run Time

Bugs in software development resemble the multiverse concept: they can lead to various outcomes that diverge from a 'sacred timeline.'
fromTechiediaries
3 days ago
Python

Finding Geo Location with Python Using IP and GPS

Geolocation is crucial in modern applications, facilitating various functionalities from marketing to emergency systems.
fromGlyph
2 weeks ago
Bootstrapping

Stop Writing `__init__` Methods

Dataclasses in Python 3.7 simplified the creation of classes, making it easier to represent data structures without complex initialization methods.
fromMouse Vs Python
6 days ago
Web frameworks

Creating TUI Applications with Textual and Python Kickstarter Launched - Mouse Vs Python

Text-based user interfaces are increasingly in demand, especially among developers needing efficient tools for headless servers.
fromInfoWorld
1 week ago
Web frameworks

Python and WebAssembly? Here's how to make it work

Learn about deploying Python and others to WebAssembly.
Step-by-step guide for setting up Python in airgapped environments.
Understanding package replacements in Python 3.13.
fromTechBeamers
5 days ago
Software development

Top Python Code Quality Tools

Utilizing code quality tools is essential for writing cleaner and more reliable Python code.
fromInfoQ
4 days ago
Software development

Moving Your Bugs Forward in Time: Language Trends That Help You Catch Your Bugs at Build Time Instead of Run Time

Bugs in software development resemble the multiverse concept: they can lead to various outcomes that diverge from a 'sacred timeline.'
fromTechiediaries
3 days ago
Python

Finding Geo Location with Python Using IP and GPS

Geolocation is crucial in modern applications, facilitating various functionalities from marketing to emergency systems.
fromGlyph
2 weeks ago
Bootstrapping

Stop Writing `__init__` Methods

Dataclasses in Python 3.7 simplified the creation of classes, making it easier to represent data structures without complex initialization methods.
fromMouse Vs Python
6 days ago
Web frameworks

Creating TUI Applications with Textual and Python Kickstarter Launched - Mouse Vs Python

Text-based user interfaces are increasingly in demand, especially among developers needing efficient tools for headless servers.
more#software-development
fromTechiediaries
3 days ago
Python

Find Wi-Fi Connected Devices with Python

The article outlines a Python script for identifying connected Wi-Fi devices using ARP scanning.
Information security
fromTechiediaries
3 days ago

Generate and Crack Passwords with Python and Ethical Considerations

Python's secrets module offers secure password generation by utilizing cryptographically strong random number generators.
Following best practices in password creation significantly enhances security against unauthorized access.
#database-management
fromHackernoon
1 year ago
Cryptocurrency

SQL Transactions - How to Implement COMMIT, ROLLBACK, and Savepoints With Python | HackerNoon

Database transactions can be efficiently managed with tools like DataGrip that simplify committing, rolling back, and setting savepoints.
fromRealpython
2 weeks ago
Privacy professionals

Episode #247: Exploring DuckDB & Comparing Python Expressions vs Statements - The Real Python Podcast

DuckDB provides a powerful and efficient way to manage large datasets in Python with easy-to-use syntax.
fromHackernoon
1 year ago
Cryptocurrency

SQL Transactions - How to Implement COMMIT, ROLLBACK, and Savepoints With Python | HackerNoon

Database transactions can be efficiently managed with tools like DataGrip that simplify committing, rolling back, and setting savepoints.
fromRealpython
2 weeks ago
Privacy professionals

Episode #247: Exploring DuckDB & Comparing Python Expressions vs Statements - The Real Python Podcast

DuckDB provides a powerful and efficient way to manage large datasets in Python with easy-to-use syntax.
more#database-management
#open-source
fromEuroPython Blog
2 weeks ago
Europe news

Tickets, Sessions, & Call for 2026 Host Venues!

Exciting new keynote speakers announced for EuroPython, showcasing prominent figures in the Python community.
fromInfoWorld
1 month ago
Django

New Python lock file format will specify dependencies

Python developers have approved PEP 751 to create a standardized universal lock file format to enhance dependency management and installation reproducibility.
fromSitePoint Forums | Web Development & Design Community
3 days ago
Django

Secure permissions/rights for a Python app, which is being ran by a PHP script?

Use a dedicated user for the Python app to enhance security.
Manage file permissions carefully to protect sensitive data like private keys.
Implement HTTPS for secure web communication.
fromEuroPython Blog
2 weeks ago
Europe news

Tickets, Sessions, & Call for 2026 Host Venues!

Exciting new keynote speakers announced for EuroPython, showcasing prominent figures in the Python community.
fromInfoWorld
1 month ago
Django

New Python lock file format will specify dependencies

Python developers have approved PEP 751 to create a standardized universal lock file format to enhance dependency management and installation reproducibility.
fromSitePoint Forums | Web Development & Design Community
3 days ago
Django

Secure permissions/rights for a Python app, which is being ran by a PHP script?

Use a dedicated user for the Python app to enhance security.
Manage file permissions carefully to protect sensitive data like private keys.
Implement HTTPS for secure web communication.
more#open-source
#streamlit
fromPython GUIs
1 month ago
Web frameworks

Streamlit - Create your first app with Streamlit

Streamlit simplifies building web apps for data science with minimal setup and user-friendly text formatting features.
fromPybites
6 days ago
Web frameworks

From Backend To Frontend: Connecting FastAPI And Streamlit - Pybites

Streamlit enables rapid frontend development for Python-based applications, connecting easily with existing APIs.
Building a full stack application requires a user-friendly interface to complement backend services.
fromZero To Mastery
4 days ago
OMG science

[April 2025] Python Monthly Newsletter | Zero To Mastery

Python Monthly curates essential resources and articles to enhance your Python development skills, following the 80/20 rule for maximum impact.
fromPython GUIs
1 month ago
Web frameworks

Streamlit - Create your first app with Streamlit

Streamlit simplifies building web apps for data science with minimal setup and user-friendly text formatting features.
fromPybites
6 days ago
Web frameworks

From Backend To Frontend: Connecting FastAPI And Streamlit - Pybites

Streamlit enables rapid frontend development for Python-based applications, connecting easily with existing APIs.
Building a full stack application requires a user-friendly interface to complement backend services.
fromZero To Mastery
4 days ago
OMG science

[April 2025] Python Monthly Newsletter | Zero To Mastery

Python Monthly curates essential resources and articles to enhance your Python development skills, following the 80/20 rule for maximum impact.
more#streamlit
#web-automation
fromRealpython
4 days ago
Web frameworks

Modern Web Automation With Python and Selenium - Real Python

Selenium automates web tasks, allowing scripts to perform actions like clicking links, filling forms, and scraping data.
fromRealpython
5 days ago
Web frameworks

Web Automation With Python and Selenium Quiz - Real Python

The quiz tests knowledge of Web Automation with Python and Selenium.
fromRealpython
4 days ago
Web frameworks

Modern Web Automation With Python and Selenium - Real Python

Selenium automates web tasks, allowing scripts to perform actions like clicking links, filling forms, and scraping data.
fromRealpython
5 days ago
Web frameworks

Web Automation With Python and Selenium Quiz - Real Python

The quiz tests knowledge of Web Automation with Python and Selenium.
more#web-automation
#deep-copy
fromRealpython
1 week ago
Scala

Shallow vs Deep Copying of Python Objects - Real Python

Copying Python objects allows independent modification, crucial for managing mutable data safely.
fromPycoders
5 days ago
Python

PyCoder's Weekly | Issue #679

Explore advanced features of Python's regex module, including powerful but rarely used techniques.
Learn the distinctions between shallow and deep copying of Python objects for effective object management.
fromRealpython
2 weeks ago
Online learning

Shallow vs Deep Copying of Python Objects Quiz - Real Python

Understanding shallow vs deep copying is essential for managing mutable objects in Python.
fromRealpython
1 week ago
Scala

Shallow vs Deep Copying of Python Objects - Real Python

Copying Python objects allows independent modification, crucial for managing mutable data safely.
fromPycoders
5 days ago
Python

PyCoder's Weekly | Issue #679

Explore advanced features of Python's regex module, including powerful but rarely used techniques.
Learn the distinctions between shallow and deep copying of Python objects for effective object management.
fromRealpython
2 weeks ago
Online learning

Shallow vs Deep Copying of Python Objects Quiz - Real Python

Understanding shallow vs deep copying is essential for managing mutable objects in Python.
more#deep-copy
fromRealpython
5 days ago
Online learning

Thread Safety in Python: Locks and Other Techniques - Real Python

This course teaches how to ensure thread safety in Python using synchronization primitives.
Data science
fromTalkpython
6 days ago

The PyArrow Revolution

PyArrow optimizes performance for data analysis in Python, positioning itself as a critical backend for Pandas.
The integration of PyArrow into Pandas marks a significant shift in data science practices.
#project-management
fromRealpython
6 days ago
Python

Managing Python Projects With uv: An All-in-One Solution - Real Python

Uv is an extremely fast all-in-one package and project manager for Python, built with Rust.
fromRealpython
1 week ago
Django

Managing Python Projects With uv: An All-in-One Solution Quiz - Real Python

Python's uv offers a unified tool for efficient project management in Python.
fromRealpython
6 days ago
Python

Managing Python Projects With uv: An All-in-One Solution - Real Python

Uv is an extremely fast all-in-one package and project manager for Python, built with Rust.
fromRealpython
1 week ago
Django

Managing Python Projects With uv: An All-in-One Solution Quiz - Real Python

Python's uv offers a unified tool for efficient project management in Python.
more#project-management
#gui-development
fromPython GUIs
1 week ago
Mobile UX

Kivy Complex UX Widgets: A Comprehensive Guide

Kivy's framework supports complex GUI applications with advanced widgets.
fromPython GUIs
2 weeks ago
Running

Multithreading PyQt6 applications with QThreadPool

Use concurrent execution techniques in PyQt6 to prevent the GUI from freezing during long-running tasks.
fromPython GUIs
1 week ago
Mobile UX

Kivy Complex UX Widgets: A Comprehensive Guide

Kivy's framework supports complex GUI applications with advanced widgets.
fromPython GUIs
2 weeks ago
Running

Multithreading PyQt6 applications with QThreadPool

Use concurrent execution techniques in PyQt6 to prevent the GUI from freezing during long-running tasks.
more#gui-development
fromPython GUIs
1 week ago
Python

Building a Currency Converter Application using Tkinter

Create a functional currency converter app using Python and Tkinter with real-time exchange rates.
#programming
fromPythonmorsels
2 weeks ago
Python

Practical uses of sets

Python sets are efficient for deduplication and quick containment checks, ideal for unordered collections.
fromTechBeamers
1 month ago
Web frameworks

The Best Online Python Compilers

Online Python compilers offer instant access and ease of use for coding across devices without setup hassles.
fromTechBeamers
1 month ago
Python

10 Viral Tips to Learn Python Instantly

Python is highly in-demand in 2025 for various applications.
Ten fast-track methods help beginners learn Python quickly in an engaging way.
fromRealpython
3 weeks ago
Online learning

Episode #246: Learning Intermediate Python With a Deep Dive Course - The Real Python Podcast

Group classes provide accountability and structure that aid in overcoming barriers to learning Python beyond the basics.
fromRealpython
1 month ago
Python

What Can You Do With Python? - Real Python

Python offers diverse applications across fields including software development, data science, automation, and robotics.
fromRealpython
1 month ago
Python

Using Python's .__dict__ to Work With Attributes Quiz - Real Python

The .__dict__ attribute allows dynamic manipulation and introspection of an object's attributes in Python.
fromPythonmorsels
2 weeks ago
Python

Practical uses of sets

Python sets are efficient for deduplication and quick containment checks, ideal for unordered collections.
fromTechBeamers
1 month ago
Web frameworks

The Best Online Python Compilers

Online Python compilers offer instant access and ease of use for coding across devices without setup hassles.
fromTechBeamers
1 month ago
Python

10 Viral Tips to Learn Python Instantly

Python is highly in-demand in 2025 for various applications.
Ten fast-track methods help beginners learn Python quickly in an engaging way.
fromRealpython
3 weeks ago
Online learning

Episode #246: Learning Intermediate Python With a Deep Dive Course - The Real Python Podcast

Group classes provide accountability and structure that aid in overcoming barriers to learning Python beyond the basics.
fromRealpython
1 month ago
Python

What Can You Do With Python? - Real Python

Python offers diverse applications across fields including software development, data science, automation, and robotics.
fromRealpython
1 month ago
Python

Using Python's .__dict__ to Work With Attributes Quiz - Real Python

The .__dict__ attribute allows dynamic manipulation and introspection of an object's attributes in Python.
more#programming
#ai
fromHackernoon
8 months ago
Artificial intelligence

How to Prompt Engineer Phi-3-mini: A Practical Guide | HackerNoon

Prompt engineering enhances AI interaction by creating specialized inputs for better model outputs.
fromRaymondcamden
2 weeks ago
OMG science

Links For You (4/19/25)

The author is seeking new opportunities in developer relations and shares interesting tech updates.
fromPycoders
1 week ago
Python

PyCoder's Weekly | Issue #678

Utilizing Python namespaces is essential for managing variable scopes effectively.
fromHackernoon
8 months ago
Artificial intelligence

How to Prompt Engineer Phi-3-mini: A Practical Guide | HackerNoon

Prompt engineering enhances AI interaction by creating specialized inputs for better model outputs.
fromRaymondcamden
2 weeks ago
OMG science

Links For You (4/19/25)

The author is seeking new opportunities in developer relations and shares interesting tech updates.
fromPycoders
1 week ago
Python

PyCoder's Weekly | Issue #678

Utilizing Python namespaces is essential for managing variable scopes effectively.
more#ai
fromEuroPython Society
1 week ago
Europe politics

Call for EuroPython 2026 Host Venues

EuroPython 2026 is calling for venue proposals to foster community and connections.
#ai-development
fromMicrosoft for Python Developers Blog
1 month ago
London startup

Build AI agents with Python in #AgentsHack - Microsoft for Python Developers Blog

The 2025 hackathon offers a platform for developers to learn and build AI agents using popular Python frameworks.
Participants can join live streaming sessions to enhance their skills in AI development.
fromPycoders
1 month ago
Django

PyCoder's Weekly | Issue #674

LangGraph is a powerful tool for creating agentic AI workflows using Python.
Django 5.2 enhances templating capabilities with the new Simple Block tag.
fromWingware
1 week ago
Artificial intelligence

Wing Python IDE 11 Beta 2 - April 22, 2025 - Wing Python IDE

Wing 11 Beta 2 introduces enhanced AI support for multiple providers, improving Python development and user experience.
fromWingware
1 month ago
Web frameworks

Wing Python IDE 11 Early Access - March 27, 2025 - Wing Python IDE

Wing 11 introduces enhanced AI development tools, improved localization, and several user interface improvements to boost productivity for Python developers.
fromMicrosoft for Python Developers Blog
1 month ago
London startup

Build AI agents with Python in #AgentsHack - Microsoft for Python Developers Blog

The 2025 hackathon offers a platform for developers to learn and build AI agents using popular Python frameworks.
Participants can join live streaming sessions to enhance their skills in AI development.
fromPycoders
1 month ago
Django

PyCoder's Weekly | Issue #674

LangGraph is a powerful tool for creating agentic AI workflows using Python.
Django 5.2 enhances templating capabilities with the new Simple Block tag.
fromWingware
1 week ago
Artificial intelligence

Wing Python IDE 11 Beta 2 - April 22, 2025 - Wing Python IDE

Wing 11 Beta 2 introduces enhanced AI support for multiple providers, improving Python development and user experience.
fromWingware
1 month ago
Web frameworks

Wing Python IDE 11 Early Access - March 27, 2025 - Wing Python IDE

Wing 11 introduces enhanced AI development tools, improved localization, and several user interface improvements to boost productivity for Python developers.
more#ai-development
#programming-languages
fromInfoWorld
1 month ago
Python

Making Python faster won't be easy, but it'll be worth it

Python's performance challenges primarily stem from its dynamic nature, making native speed optimization complex despite various external solutions.
fromNature
1 week ago
Python

Which programming language should I use? A guide for early-career researchers

Python has overtaken JavaScript as the top programming language according to GitHub's 2024 report, marking a significant trend influenced by generative AI.
Python
fromInfoWorld
1 month ago

Making Python faster won't be easy, but it'll be worth it

Python's performance challenges primarily stem from its dynamic nature, making native speed optimization complex despite various external solutions.
fromNature
1 week ago
Python

Which programming language should I use? A guide for early-career researchers

Python has overtaken JavaScript as the top programming language according to GitHub's 2024 report, marking a significant trend influenced by generative AI.
more#programming-languages
#data-visualization
fromErik Marsja
3 weeks ago
Data science

How to Extract GPS Coordinates from a Photo: The USAID Mystery

Photographs today capture hidden data like geolocation, revealing where they were taken.
fromTechBeamers
2 weeks ago
Python

Matplotlib Practice Online: Free Exercises

Matplotlib is essential for data visualization in Python, facilitating easy analysis and insights through various plot types.
fromErik Marsja
3 weeks ago
Data science

How to Extract GPS Coordinates from a Photo: The USAID Mystery

Photographs today capture hidden data like geolocation, revealing where they were taken.
fromTechBeamers
2 weeks ago
Python

Matplotlib Practice Online: Free Exercises

Matplotlib is essential for data visualization in Python, facilitating easy analysis and insights through various plot types.
more#data-visualization
fromNedbatchelder
2 weeks ago
Python

Regex affordances

Python's regex offers powerful features enabling clear text manipulation, like verbose syntax and named groups for better readability and maintainability.
#community-organizing
fromPycon
1 month ago
Online Community Development

Community Organizer Meet-up at PyCon US

Community organizers at PyCon US are encouraged to collaborate and share insights for improving Python communities.
fromPycon
2 weeks ago
Online Community Development

Community Organizer Summit and PSF & Meetups Discussion

The Community Organizer Summit at PyCon US aims to enhance collaboration and knowledge sharing among Python community organizers.
fromPycon
1 month ago
Online Community Development

Community Organizer Meet-up at PyCon US

Community organizers at PyCon US are encouraged to collaborate and share insights for improving Python communities.
fromPycon
2 weeks ago
Online Community Development

Community Organizer Summit and PSF & Meetups Discussion

The Community Organizer Summit at PyCon US aims to enhance collaboration and knowledge sharing among Python community organizers.
more#community-organizing
Startup companies
fromSilicon Valley Journals
2 weeks ago

Bauplan Emerges with $7.5M Seed to Simplify AI and Data Infrastructure for Software Engineers

Bauplan simplifies data infrastructure management for software engineers using Python, eliminating the need for specialized data teams.
fromNew York Post
2 weeks ago
Pets

Grandmother's head yanked out of 23-foot python's mouth after she went missing in Indonesia

An Indonesian grandmother was killed by a 23-foot python while gardening, highlighting risks of human-wildlife encounters in rural areas.
fromRealpython
2 weeks ago
Python

Creating a Python Dice Roll Application - Real Python

The course teaches how to create a Python dice roll simulator with a text-based user interface.
#automation
fromSitepoint
3 weeks ago
Python

Why Spreadsheets Need Better Coding Support - SitePoint

Microsoft's integration of Python into Excel will enhance data manipulation capabilities for users within the Microsoft 365 Insider Program.
fromtestandcode.com
1 month ago
Django

Python 3.14 won't repeat with pytest-repeat

pytest-repeat allows for easy repetition of tests but isn't compatible with Python 3.14.
fromSitepoint
3 weeks ago
Python

Why Spreadsheets Need Better Coding Support - SitePoint

Microsoft's integration of Python into Excel will enhance data manipulation capabilities for users within the Microsoft 365 Insider Program.
fromtestandcode.com
1 month ago
Django

Python 3.14 won't repeat with pytest-repeat

pytest-repeat allows for easy repetition of tests but isn't compatible with Python 3.14.
more#automation
fromRealpython
3 weeks ago
Python

Using Python's .__dict__ to Work With Attributes - Real Python

The .__dict__ attribute in Python maps attribute names to their values, essential for dynamic attribute management.
#pep-751
fromTechzine Global
4 weeks ago
Software development

New standard in Python provides a solution for complex lock files

PEP 751 establishes standards for package dependencies, enhancing installation reproducibility in Python applications.
fromPythonbytes
3 weeks ago
Web frameworks

Rise of the Python Lord

Git Town streamlines Git workflows for better command usage.
PEP 751 establishes a standardized lock file format for Python.
git-who offers insights into code contributions at a broader level.
fromTechzine Global
4 weeks ago
Software development

New standard in Python provides a solution for complex lock files

PEP 751 establishes standards for package dependencies, enhancing installation reproducibility in Python applications.
fromPythonbytes
3 weeks ago
Web frameworks

Rise of the Python Lord

Git Town streamlines Git workflows for better command usage.
PEP 751 establishes a standardized lock file format for Python.
git-who offers insights into code contributions at a broader level.
more#pep-751
fromEdcrewe
3 weeks ago
DevOps

Talk about Cloud Prices at PyConLT 2025

Cloud pricing involves almost 5 million SKUs across major providers, necessitating a robust data pipeline for accurate estimates.
fromMicrosoft for Python Developers Blog
1 month ago
OMG science

Python in Visual Studio Code - April 2025 Release - Microsoft for Python Developers Blog

April 2025 is the release date for enhanced Python, Pylance, and Jupyter extensions for Visual Studio Code, featuring tools that improve developer workflows.
fromInfoWorld
1 month ago
Django

Django 5.2 release touts automatic model importing

Django 5.2 introduces automatic model importing and ends support for previous 5.x versions.
It enhances composite primary key support and makes customizing fields easier.
fromPycoders
1 month ago
Python

PyCoder's Weekly | Issue #675

Python generators enhance memory efficiency when processing large datasets.
DuckDB simplifies database management for Python developers.
Outlier detection is key for identifying significant data points.
The Rundown AI makes learning AI accessible to everyone.
fromMouse Vs Python
1 month ago
Typography

Textual - How to Add Widgets to a Container - Mouse Vs Python

Textual simplifies terminal UI development in Python, enabling easy widget arrangements using containers.
#pytest
fromHackernoon
1 year ago
Web frameworks

7 Best Tips and Practices for Efficient Python Test Automation | HackerNoon

Python, with its extensive libraries and simplicity, is ideal for test automation.
Choosing the right test framework, like Pytest or Behave, is crucial for project success.
fromtestandcode.com
1 month ago
Web frameworks

pytest-html - a plugin that generates HTML reports for test results

pytest-html simplifies the process of generating detailed HTML reports for pytest test results.
fromHackernoon
1 year ago
Web frameworks

7 Best Tips and Practices for Efficient Python Test Automation | HackerNoon

Python, with its extensive libraries and simplicity, is ideal for test automation.
Choosing the right test framework, like Pytest or Behave, is crucial for project success.
fromtestandcode.com
1 month ago
Web frameworks

pytest-html - a plugin that generates HTML reports for test results

pytest-html simplifies the process of generating detailed HTML reports for pytest test results.
more#pytest
fromNedbatchelder
1 month ago
Python

Human sorting improved

To sort strings understandably, numeric components must be treated by their value, improving readability and accuracy.
[ Load more ]