current location:Home>Technical Articles>Backend Development
- 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:
-
- Python - Jira ticket management
- Hello, I've just discovered Jira Lib, and I've decided to test it in order to find the people who make the most tickets. Code in my github : https://github.com/victordalet/Jira_python_test I - Installation You juste need to python and
- Python Tutorial 145 2024-08-28 18:31:36
-
- Python Trick: Using List Comprehensions with Conditional Logic
- List comprehensions in Python are a concise way to create lists and allow conditional logic to filter or modify elements based on certain criteria. This can lead to cleaner and more readable code. Example: Filtering and Modifying List Item
- Python Tutorial 176 2024-08-28 18:31:32
-
- The Clojure Paradox
- Several years ago, I came across The Python Paradox by Paul Graham. In it, Graham argues that Lisp and Python programmers are often those who genuinely care about programming and, as a result, tend to do it better than, for instance, Java programmers
- Python Tutorial 940 2024-08-28 18:31:28
-
- Machine Learning Model Deployment as a Web App using Streamlit
- Introduction A machine learning model is essentially a set of rules or mechanisms used to make predictions or find patterns in data. To put it super simply (and without fear of oversimplification), a trendline calculated using the least squares
- Python Tutorial 286 2024-08-28 18:31:21
-
- Automating Python Library Releases Using GitHub Actions and Commitizen
- Introduction Maintaining a Python library can be challenging, especially when it comes to releasing new versions. The process can be time-consuming and error-prone if done manually. In this post, I’ll walk you through automating the release pro
- Python Tutorial 704 2024-08-28 18:31:19
-
- python program Lists
- mylist create mylist=["singam","goat","rayyan","leo"] print(mylist) print(mylist[2]) mylist[1]="mersal" print(mylist) mylist=["singam","goat","raayan"] mylist.append(&qu
- Python Tutorial 781 2024-08-28 18:31:03
-
- Variables Part-04
- Imagine you drink tea. No, no tea. Eat coffee. Being a programmer, you can have coffee. It will not be wrong to call coffee as a friend of programmers. whatever What do you need to make coffee now? Hot water, sugar, and coffee. And if the person is too big then add milk too
- Python Tutorial 245 2024-08-28 18:31:01
-
- CSV - Process Local & Remote Files in Python
- Hello coders! This article presents an open-source tool that is able to process local and remote CSV files, load and print the information, and later map the column to Django Types. Processing CSV files is usually required when the dataset becomes l
- Python Tutorial 298 2024-08-28 18:30:37
-
- New in Python Connectors Release: Microsoft Excel Integration and Updated Subscription Model Support
- Devart, a recognized vendor of world-class data connectivity solutions for various data connection technologies and frameworks, provided a new release of Python Connectors with a lot of updates. In this release, Devart rolled out a new Python Connec
- Python Tutorial 606 2024-08-28 18:30:32
-
- Part Using Claude, Claude-Dev and Aider to Build a Ticketing System
- LINK TO PART 1 The project has been open sourced if you would like to play along at home: https://github.com/joegiglio/helpdesk-claude-dev-ai PART 3 - I would now like to add a couple of basic features to the Knowledge Base. Right now, we only ha
- Python Tutorial 435 2024-08-28 18:30:15
-
- A Different Approach to Sharing Your Professional Profile.
- ? Introducing My Telegram Portfolio Bot Demo! ? Hello devs! ? I'm ?♂️excited to share my Telegram portfolio bot demo with you. It's a creative exploration of different approaches to enhancing user experiences. ? I invite you to embark on this
- Python Tutorial 699 2024-08-28 18:30:11
-
- Continue in PHP
- Guide to Continue in PHP. Here we also discuss their introduction, Syntax, Flowchart, and examples on Continue in PHP respectively.
- PHP Tutorial 422 2024-08-28 17:46:57
-
- Iterate Associative Array using Foreach Loop in PHP
- PHP: PHP (Hypertext Preprocessor) is a widely-used open-source server-side scripting language that is specifically designed for web development. It was originally created by Rasmus Lerdorf in 1994 and has since evolved into a powerful language used b
- PHP Tutorial 367 2024-08-28 14:04:15
-
- Sorting Arrays in PHP
- What is Sorting? Sorting is the process of arranging a collection of items or data elements in a particular order, usually based on some predefined criteria. It is a fundamental operation in computer science and is used extensively in various algori
- PHP Tutorial 277 2024-08-28 14:00:50
-
- How to Send a GET Request from PHP
- PHP: PHP (Hypertext Preprocessor) is a widely-used open-source server-side scripting language that is specifically designed for web development. It was originally created by Rasmus Lerdorf in 1994 and has since evolved into a powerful language used b
- PHP Tutorial 902 2024-08-28 13:40:03