python (93)

Practical guide to testing applications using Selenium

Selenium open-source software suite is used for testing applications in automatic mode and administration of Internet resources (locally or directly in the network). Selenium tools automate browser ac...
01 November ·
11
· 39 · 2 · Den W.

30 Most Useful Python Libraries for Web Development in 2024

Discover the top Python libraries that will aid you in 2024. From data analysis to web development, find everything you need for efficient programming in Python. 30 Most Useful Python Libraries for Web Development in 2024 If you're just starting to develop your first website using Python, this artic...
07 August ·
24
· 70 · 6 · Den W.

The Walrus Operator `:=` in Python

Python is constantly evolving, with each new version bringing various optimizations and new tools. In Python 3.8, the Walrus Operator (:=) was introduced, sparking significant debate within the commun...
06 August ·
17
· 44 · 5 · Den W.

Secrets of Logical Operators in Python

Logical operations play an important role in programming. They are used to create conditional constructs and compose complex algorithms. In Python, logical operations are performed using logical opera...
04 August ·
21
· 61 · 2 · Den W.

Python Programming for Beginners and Tips to Check Version

Have you ever experienced the annoyance of attempting to run a Python script, only to find out that it needs a different version than the one you have installed? Don’t worry, my fellow Python en...
23 May ·
3
· 99 · Pooja Naik

Python vs Ruby: A Balanced Comparison for 2024 Developers

In the realm of programming, a perpetual debate rages on: Python vs Ruby. These two languages possess remarkable capabilities and distinctive characteristics, leaving developers in a state of indecisi...
15 March ·
4
· 115 · Pooja Naik

Regular Expression Compile Python

Unlocking the Potential of Regular Expression Compile Python: A Comprehensive Guide Discover the ins and outs of regular expression compile python in this detailed guide. Learn how to harness its pow...
12 February ·
4
· 90 · Daniel James

From C to Python: Transitioning Between Low-Level and High-Level Programming

Embarking on the exciting path of programming opens up a world of possibilities. For those who start with the intricate dance of low-level programming in languages like C, a transition to the high-lev...
23 January ·
2
· 167 · Sunil Kamarajugadda

Python Frameworks: Empowering Development with Efficiency and Structure

Within the realm of software development, frameworks stand as indispensable instruments that expedite the application creation process. These frameworks furnish a well-organized underpinning, reusable...
22 September 2023 ·
8
· 69 · Soumya Raj

10 Python tricks for beginners

There's never an excess of useful tricks in Python. The more of them you learn, the more likely you'll be able to quickly tackle a challenge in practice. Or show your best side in a technical intervie...
24 August 2023 ·
6
· 39 · Den W.

Microsoft integrates Python into Excel

Microsoft is bringing its Excel spreadsheet and the Python programming language together. How this works and what exactly is planned. The Python programming language can be used in the Excel spreadshe...
24 August 2023 ·
2
· 43 · Kelly

Choosing Go Over Python: Why Companies are Making the Switch

Python and Go (also known as Golang) are two different programming languages, each with their own unique features and applications. If you've encountered developers migrating from the former to the la...
01 August 2023 ·
6
· 101 · Den W.

Messaging for Beginners: Exploring the Full Potential of RabbitMQ in Python

Recently, I had to dive into the official RabbitMQ documentation and numerous articles of varying quality on the topic of different types of routing in this message broker. It turned out that there is...
27 June 2023 ·
1
· 66 · Den W.

Solving String Problems in Python

Python is a popular and powerful programming language used for a variety of tasks, including manipulating strings. Strings are a fundamental data type in Python, and Python provides a wide range of built-in functions and modules for working with strings. In this article, we have explored some of the...
20 June 2023 ·
0
· 7 · Akshay Sharma

10 Python Tips and Tricks to Level Up Your Skills

1. List Comprehensions Use list comprehensions for concise and efficient list transformations. For example, [x**2 for x in range(10)] generates a list of squares from 0 to 9. squares = [x**2 for x in...
26 May 2023 ·
1
· 57 · Jacob Enderson

PyPI is moving to mandatory two-factor authentication.

Developers of the Python package repository PyPI (Python Package Index) have announced the decision to transition all user accounts associated with at least one project or involved in maintaining organization-managed packages to mandatory two-factor authentication. The transition is planned to be co...
26 May 2023 ·
1
· 43 · Kelly

Handling Multiple user requests with Django for Enterprise-level Apps

Django is a popular framework and is capable of tackling millions of users per day. Therefore most large companies like Instagram, printers, Reddit, Youtube, and National Geographic prefer Django for...
22 February 2023 ·
2
· 79 · Carolin Winsay

How can Python Help Developers with Data Science?

Knowing several programming languages is always advantageous because data science is becoming a more popular career choice due to machine learning, AI, and predictive analytics development. However, d...
21 February 2023 ·
1
· 87 · Sam

Is Java Or Python Better? A Comprehensive Comparison Of Java And Python

Is Java or Python better? Java is faster and offers more popular options whereas Python is more versatile, easier to read, and has a simpler syntax. A programming language is vital to designing a sof...
14 December 2022 ·
0
· 116 · Marketing Newwave

Why Should You Migrate Your Applications From Python 2 To Python 3

Many programming languages are available, but Python is among the most popular. According to reports in 2022, Python app development is regarded as among the most used programming languages. Even tho...
12 December 2022 ·
2
· 51 · Albert Smith