current location:Home > Technical Articles > Backend Development > Python Tutorial
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- Imports
- A module is pretty much any .py file that contains functions or classes, not just scripts. When we work with real objects, it's a good idea to separate our functions and classes into different modules so that they can be adjusted and reused.
- Python Tutorial 569 2025-01-07 06:33:42
-
- ShadowStrike: A Modern DDoS Testing Tool for Website Security
- In an era where cyber threats are on the rise, understanding how your website reacts under stress is crucial. That’s where ShadowStrike steps in—a powerful cybersecurity testing tool I developed to simulate Distributed Denial of Service (DDoS) attack
- Python Tutorial 940 2025-01-07 06:31:45
-
- Creating a notebook with Jupyter and Kotlin
- Introduction Recently, I started diving into the world of Kotlin, a modern and versatile programming language that has captured my attention. However, as someone used to the interactive Jupyter environment, which allows iterations
- Python Tutorial 554 2025-01-07 06:25:43
-
- Integrating Large Language Models in Production Applications
- In this practical guide, you will learn how to create a highly scalable model deployment solution with built-in LLMs for your applications. In your examples, we will use Hugging Face’s ChatGPT2 model, but you can easily plug in any other model inclu
- Python Tutorial 925 2025-01-07 06:24:41
-
- Python List Tutorial
- #Problem 1: Print the following Output from the 2 given lists. #10 5 10 7 #20 5 20 10 20 30 #30 5 30 10 l1 = [10,20,30] l2 = [5,10,30] for value in l1: for elem in l2: if value != elem: print(value, elem, end=' ') print()
- Python Tutorial 912 2025-01-07 06:23:48
-
- The New Generation of Programming: Embracing the Future
- Programming has evolved significantly over the decades, transitioning from simple punch cards to modern-day frameworks that drive Artificial Intelligence (AI), Virtual Reality (VR), and Blockchain technologies. As we usher in a new generation of prog
- Python Tutorial 319 2025-01-07 06:21:41
-
- Building Robust Web Automation with Selenium and Python
- Automation of the web is now an indispensable tool in modern software development and testing. In this comprehensive Selenium Python tutorial, you'll learn how to build a robust web automation framework capable of handling real-world scenarios. If yo
- Python Tutorial 731 2025-01-07 00:04:43
-
- String Functions Examples
- #1. L Strip #2. R Strip #3. Replace a string in a statement with another string # L Strip Str = input("Enter the String:") ord_space = ord(' ') ord_tab = ord('\t') i = 0 right = 0 while i < len(Str): if ord(Str[i]) != ord_space a
- Python Tutorial 462 2025-01-06 23:59:52
-
- Python Decorators: The Secret Sauce for Cleaner Code !
- Making Sense of Python Decorators — One Wrapper at a Time ! Hey Everyone! I hope you are doing well! Have you ever come across Python decorators and thought, “Oh no, not another complicated topic!” Well, let me tell you, decorators aren’t as scary a
- Python Tutorial 487 2025-01-06 21:09:41
-
- Develop a ulauncher extension with a command database
- Over the weekend, I picked up a project via Reddit involving a plugin for the Flow Launcher. I created a fzf and rofi version for my Ubuntu Linux environment, and then thought, how hard can it be to port it to uLauncher? Here I document what I did
- Python Tutorial 800 2025-01-06 20:19:41
-
- Why and How I Ended Up Creating PynneX - A Modern Signal/Slot Library for Python
- Hey DEV Community! ? I recently wrote about my journey creating PynneX, a pure-Python signal/slot library that simplifies event-driven programming and thread management. I wanted to share this story with the DEV community as well. PynneX aims to pr
- Python Tutorial 879 2025-01-06 20:18:41
-
- How to Configure GitHub Actions CI for Python Using Poetry on Multiple Versions
- How to Configure GitHub Actions CI for Python Using Poetry on Multiple Versions ? Learn how to set up a robust GitHub Actions CI pipeline for your Python project using Poetry, testing across multiple Python versions to ensure compatibility and
- Python Tutorial 547 2025-01-06 18:36:48
-
- owerful Python Techniques for Efficient Memory Management
- As a best-selling author, I invite you to explore my books on Amazon. Don't forget to follow me on Medium and show your support. Thank you! Your support means the world! Python's memory management is a critical aspect of developing efficient and s
- Python Tutorial 252 2025-01-06 18:19:43
-
- Python The Gateway to High-Performance Multithreading Without GIL
- Introduction Python has long been known for its ease of use and versatility, but one topic that has sparked much discussion in the Python community is the Global Interpreter Lock (GIL). The GIL has been both a safeguard and a bottleneck for Pyt
- Python Tutorial 739 2025-01-06 16:58:41
-
- Submitting a Fine-Tuning Job: Organising the Workforce
- The Six Triple Eight relied on discipline and coordination to execute their mission. We’ll mirror this by creating and submitting a fine-tuning job, allowing the LLM to learn from our curated dataset. Fine-Tuning with OpenAI When you crea
- Python Tutorial 833 2025-01-06 16:44:40