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:
-
- Python: Interesting Code Patterns
- I work mostly with Python and review code on almost daily basis. In our code base formatting & linting is handled by CI jobs using black & mypy. So, we focus only on changes. When working in a team, you already know what kind of code to expe
- Python Tutorial 630 2024-09-08 06:36:02
-
- Four data structures in Python
- Four data structures in Python List: Mutable: You can change, add, or remove items after the list creation. Ordered: The order of items is maintained, and items can be accessed by their index. Syntax: Created using square brackets [] or
- Python Tutorial 969 2024-09-08 06:35:33
-
- Book Tracker Program Demonstration | Rishi Nalem
- BookTracker: Log Your Literary Adventures Inspiration For the MLH Hack Your Portfolio Hackathon 2024, we developed BookTracker, inspired by our own love of reading and the desire to keep track of the many books we have finished over
- Python Tutorial 434 2024-09-08 06:34:39
-
- How to Set Up a Python Proxy Server: Step-by-Step Guide
- A proxy server is an intermediate server located between the client and the target server, used to forward requests and responses, and can also implement functions such as caching and load balancing. In Python, implementing a proxy server usually inv
- Python Tutorial 170 2024-09-08 06:34:32
-
- Visualizing Options Flow with Python: A Step-by-Step Guide
- In the ever-evolving world of finance, visualizing data can offer unprecedented insights into market trends. In this article, we’ll explore how to leverage Python for a specific financial analysis task: visualizing options flow for a given stock usin
- Python Tutorial 738 2024-09-08 06:33:03
-
- Talking to a Gmail POPerver with Python
- POP is a relatively old protocol. The first version was specified in 1984. The version still in use today, POP3, was specified in 1996. To try it out, I went about connecting to a Gmail POP3 server. The first step was looking up the POP3 settings --
- Python Tutorial 1001 2024-09-08 06:31:43
-
- Predicting House Prices with Scikit-learn: A Complete Guide
- Machine learning is transforming various industries, including real estate. One common task is predicting house prices based on various features such as the number of bedrooms, bathrooms, square footage, and location. In this article, we will explore
- Python Tutorial 406 2024-09-07 14:34:09
-
- The Missing Handbook for Django Senior Developers
- In the ever-evolving world of web development, staying ahead of the curve is crucial. For Django developers looking to elevate their skills to the next level, a new resource has emerged that promises to be an indispensable guide: "The Missing Ha
- Python Tutorial 595 2024-09-07 14:33:55
-
- Data Visualisation Basics
- Why use data vis When you need to work with a new data source, with a huge amount of data, it can be important to use data visualization to understand the data better. The data analysis process is most of the times done in 5 steps: Extract -
- Python Tutorial 986 2024-09-07 14:32:32
-
- Cisco Automation with Python
- Automation of network devices, such as Cisco routers and switches, can be easily achieved using Python with the Netmiko library, designed to easily handle SSH connections. Next, I show you two basic scripts to
- Python Tutorial 637 2024-09-07 14:32:17
-
- Writing Pythonic Code: Tips and Tricks for Cleaner Syntax.
- Python is a popular programming language known for its readability and simplicity. However, even experienced Python developers can benefit from learning new ways to write cleaner and more efficient code. Tips for Writing Pythonic Code Here are som
- Python Tutorial 547 2024-09-07 14:31:36
-
- Creating Malware in Python
- **Raising Cybersecurity Awareness: : Learning about Malware according to my Project Indeed, in a digital age where keeping ones data safe is becoming more important, it is always important to know the threats that are causing this insecurity. For t
- Python Tutorial 525 2024-09-07 14:31:32
-
- Top Reasons Why Python Remains the Top Programming Language
- Python has been dominating the programming world for many years and it doesn't seem to be losing its reign anytime soon. As an easy-to-learn and versatile language, Python continues to attract developers from various backgrounds and industries. If yo
- Python Tutorial 920 2024-09-07 14:31:06
-
- Python Code Snippets
- Arrays Lists # Creating a list my_list = [] my_list = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] # List of different data types mixed_list = [1, "hello", 3.14, True] # Accessing elements print(my_list[0]) # Output: 1 print(my_list[-1]
- Python Tutorial 926 2024-09-07 14:31:02
-
- Chat With Repos(PRs) Using Llama B
- By Tobi.A Introduction: When working with large repositories, keeping up with pull requests (PRs)-especially those containing thousands of lines of code-can be a real challenge. Whether it's understanding the impact of specific changes or
- Python Tutorial 517 2024-09-07 14:30:37