<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[Python基础详解教程，让编程变得简单！]]></title><description><![CDATA[Python基础详解教程，让编程变得简单！]]></description><link>https://blog.csdn.net/thefg</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; thefg]]></copyright><item><title><![CDATA[最新DeepSeek Harness的部署安装]]></title><link>https://blog.csdn.net/thefg/article/details/163800847</link><guid>https://blog.csdn.net/thefg/article/details/163800847</guid><author>thefg</author><pubDate>Sun, 16 Aug 2026 17:06:42 +0800</pubDate><description><![CDATA[本文主要介绍DeepSeek Harness的部署安装过程，包括DeepSeek Harness的计算机的最低环境配置要求，DeepSeek Harness的临时安装和全局安装，以及API key is invalid异常问题。]]></description><category></category></item><item><title><![CDATA[最新Anaconda安装与配置及PyCharm连接anaconda 环境]]></title><link>https://blog.csdn.net/thefg/article/details/157909951</link><guid>https://blog.csdn.net/thefg/article/details/157909951</guid><author>thefg</author><pubDate>Mon, 09 Feb 2026 19:09:56 +0800</pubDate><description><![CDATA[本文介绍了Anaconda的安装配置及PyCharm连接anaconda 环境。主要内容包括：1) Anaconda作为数据科学平台，提供环境管理、包管理及科学计算工具；2) 详细讲解Windows系统下Anaconda的安装步骤及环境变量配置；3) 两种环境创建方式：命令行终端和Anaconda Navigator图形界面；4) PyCharm与Anaconda的协作关系，以及如何在PyCharm中配置Anaconda的base环境和虚拟环境。]]></description><category></category></item><item><title><![CDATA[最新Anaconda安装及PyCharm的anaconda 环境配置]]></title><link>https://blog.csdn.net/thefg/article/details/157907717</link><guid>https://blog.csdn.net/thefg/article/details/157907717</guid><author>thefg</author><pubDate>Mon, 09 Feb 2026 17:00:58 +0800</pubDate><description><![CDATA[最新Anaconda安装及PyCharm的anaconda 环境配置。]]></description><category></category></item><item><title><![CDATA[第三章、python中的对象、内存地址、变量、赋值、标识符、作用域、引用(调用)及LEGB规则的概念(3.3.3-3.3.4)------作用域分类、名称空间、LEGB规则、变量分类、全局变量]]></title><link>https://blog.csdn.net/thefg/article/details/146120462</link><guid>https://blog.csdn.net/thefg/article/details/146120462</guid><author>thefg</author><pubDate>Sat, 08 Mar 2025 18:54:13 +0800</pubDate><description><![CDATA[文中讲述了python中作用域分类，作用域的独立性和包含关系，名称空间，名称查找LEGB规则，变量分类，全局变量。]]></description><category></category></item><item><title><![CDATA[第二章、python常用数据结构(2.3.1-2.4)------容器类型与容器类型的自身内存存储、嵌套、构成、转换，数据类型与数据结构的关系]]></title><link>https://blog.csdn.net/thefg/article/details/145943151</link><guid>https://blog.csdn.net/thefg/article/details/145943151</guid><author>thefg</author><pubDate>Sat, 01 Mar 2025 10:53:05 +0800</pubDate><description><![CDATA[文中主要论述python中容器类型与非容器类型的内存存储，容器类型的嵌套功能、元素组成，容器类型与非容器类型的转换，数据类型与数据结构的关系。]]></description><category></category></item><item><title><![CDATA[第八章、python的类及其应用(8.2.4-8.2.5)------类中的实例方法、类方法、静态方法及参数self、cls、类的属性]]></title><link>https://blog.csdn.net/thefg/article/details/127906077</link><guid>https://blog.csdn.net/thefg/article/details/127906077</guid><author>thefg</author><pubDate>Sat, 18 Jan 2025 10:15:53 +0800</pubDate><description><![CDATA[文中主要论述python中类中的实例方法、类方法与静态方法，参数self，参数cls，实例方法、类方法、静态方法的对比，类的属性及其与方法、变量、函数的差异，dir()、hasattr()。]]></description><category></category></item><item><title><![CDATA[第八章、python的类及其应用(8.1.1-8.2.1.2)------类的常见概念、类的构造器概述、空间化构造方法__new__()]]></title><link>https://blog.csdn.net/thefg/article/details/127905342</link><guid>https://blog.csdn.net/thefg/article/details/127905342</guid><author>thefg</author><pubDate>Sat, 18 Jan 2025 10:12:23 +0800</pubDate><description><![CDATA[文中主要论述python中面向过程与面向对象编程，类、类地址、类对象、类实例对象地址、类实例对象、封装、继承、多态的概念，类的构造器概述，类中空间化构造方法__new__()。]]></description><category></category></item><item><title><![CDATA[第八章、python的类及其应用(8.2.1.3-8.2.2)------初始化构造方法__init__()、类中参数self、cls的作用]]></title><link>https://blog.csdn.net/thefg/article/details/142326841</link><guid>https://blog.csdn.net/thefg/article/details/142326841</guid><author>thefg</author><pubDate>Sat, 18 Jan 2025 10:03:15 +0800</pubDate><description><![CDATA[文中主要论述python中初始化构造方法__init__()、类中参数self、cls的作用。]]></description><category></category></item><item><title><![CDATA[第三章、python中的对象、内存地址、变量、赋值、标识符、作用域、引用(调用)及LEGB规则的概念(3.3.1-3.3.2)------变量、赋值、标识符、作用域、引用(调用)]]></title><link>https://blog.csdn.net/thefg/article/details/145161915</link><guid>https://blog.csdn.net/thefg/article/details/145161915</guid><author>thefg</author><pubDate>Sat, 18 Jan 2025 09:43:03 +0800</pubDate><description><![CDATA[文中讲述了python中变量、标识符性质、作用域、归属主体、引用(调用)方式，介绍了python变量与c语言变量的差异。]]></description><category></category></item><item><title><![CDATA[第三章、python中的对象、内存地址、变量、赋值、标识符、作用域、引用(调用)及LEGB规则的概念(3.1-3.2)------内存地址、创建对象、对象的类型及对象的划分问题]]></title><link>https://blog.csdn.net/thefg/article/details/127850072</link><guid>https://blog.csdn.net/thefg/article/details/127850072</guid><author>thefg</author><pubDate>Fri, 17 Jan 2025 18:46:22 +0800</pubDate><description><![CDATA[文中主要论述python的is、in、id及内存地址，对象的性质，创建对象、对象的类型及对象的划分问题。]]></description><category></category></item><item><title><![CDATA[第一章、python基本概念规范(1.1-1.25)]]></title><link>https://blog.csdn.net/thefg/article/details/127846531</link><guid>https://blog.csdn.net/thefg/article/details/127846531</guid><author>thefg</author><pubDate>Fri, 17 Jan 2025 18:44:09 +0800</pubDate><description><![CDATA[文中主要论述python的方法与函数，映射，代码块，变量与参数及形参与实参，变量与属性，对象、类、函数及初始化，实例化，形象与抽象，作用域等计算机概念含义的相似度、差异、区分，并对其进行规范，呈现更清晰计算机语言概念关系。]]></description><category></category></item><item><title><![CDATA[第八章、python的类及其应用(8.2.3)------类中的类变量与实例变量]]></title><link>https://blog.csdn.net/thefg/article/details/127905778</link><guid>https://blog.csdn.net/thefg/article/details/127905778</guid><author>thefg</author><pubDate>Wed, 08 Jan 2025 10:04:36 +0800</pubDate><description><![CDATA[文中主要论述python中类中的类变量与实例变量，类变量、实例变量与局部变量的对比及LEGB原则，类地址，类实例化的类实例对象地址。]]></description><category></category></item><item><title><![CDATA[第七章、python的变量、函数及其应用(7.7)------嵌套实例本地函数、嵌套函数与高阶函数、复合型函数]]></title><link>https://blog.csdn.net/thefg/article/details/140116140</link><guid>https://blog.csdn.net/thefg/article/details/140116140</guid><author>thefg</author><pubDate>Wed, 07 Aug 2024 16:15:42 +0800</pubDate><description><![CDATA[文中主要论述python中嵌套实例本地函数、嵌套函数的用法，外层函数与内层函数的变量作用域，关键字nonlocal，高阶函数的用法，复合函数的概念。]]></description><category></category></item><item><title><![CDATA[第二章、动态规划算法(2.8.4-2.8.4.3)------约束条件下的最值问题(4)]]></title><link>https://blog.csdn.net/thefg/article/details/140041967</link><guid>https://blog.csdn.net/thefg/article/details/140041967</guid><author>thefg</author><pubDate>Fri, 28 Jun 2024 14:24:48 +0800</pubDate><description><![CDATA[文中主要讲述动态规划算法在约束条件下的最值问题的应用，主要是分组背包问题的动态规划求解和递归求解，求解分组背包能装下的最大价值及具体的物品的组合。]]></description><category></category></item><item><title><![CDATA[第二章、动态规划算法(2.8.3-2.8.3.3)------约束条件下的最值问题(3)]]></title><link>https://blog.csdn.net/thefg/article/details/139927707</link><guid>https://blog.csdn.net/thefg/article/details/139927707</guid><author>thefg</author><pubDate>Mon, 24 Jun 2024 16:33:07 +0800</pubDate><description><![CDATA[文中主要讲述动态规划算法在约束条件下的最值问题的应用，主要是多重背包问题的动态规划求解和递归求解，求解多重背包能装下的最大价值及具体的物品的组合。]]></description><category></category></item><item><title><![CDATA[第二章、动态规划算法(2.8.2-2.8.2.3)------约束条件下的最值问题(2)]]></title><link>https://blog.csdn.net/thefg/article/details/139835944</link><guid>https://blog.csdn.net/thefg/article/details/139835944</guid><author>thefg</author><pubDate>Thu, 20 Jun 2024 16:40:30 +0800</pubDate><description><![CDATA[文中主要讲述动态规划算法在约束条件下的最值问题的应用，主要是完全背包问题的动态规划求解和递归求解，求解完全背包能装下的最大价值及具体的物品的组合。]]></description><category></category></item><item><title><![CDATA[第二章、动态规划算法(2.8.1-2.8.1.3)------约束条件下的最值问题(1)]]></title><link>https://blog.csdn.net/thefg/article/details/139731323</link><guid>https://blog.csdn.net/thefg/article/details/139731323</guid><author>thefg</author><pubDate>Mon, 17 Jun 2024 10:51:59 +0800</pubDate><description><![CDATA[文中主要讲述动态规划算法在约束条件下的最值问题的应用，主要是0-1背包问题的动态规划求解和递归求解，求解01背包能装下的最大价值及具体的物品的组合。]]></description><category></category></item><item><title><![CDATA[最新VS code配置C/C++环境(tasks.json, launch.json,c_cpp_properties.json)及运行多个文件、配置Cmake]]></title><link>https://blog.csdn.net/thefg/article/details/137474276</link><guid>https://blog.csdn.net/thefg/article/details/137474276</guid><author>thefg</author><pubDate>Sun, 07 Apr 2024 20:03:53 +0800</pubDate><description><![CDATA[文中主要讲述vs code配置c/c++环境，配置tasks.json、launch.json、c_cpp_properties.json文件，引入第三方库、指定头文件路径的配置，VS code中Cmake的环境配置，vs code通过CMake构建工程(项目)环境运行C/C++。]]></description><category></category></item><item><title><![CDATA[第二章、动态规划算法(2.7.3-2.7.3.3)------约束条件下的排列组合问题(下)]]></title><link>https://blog.csdn.net/thefg/article/details/136432381</link><guid>https://blog.csdn.net/thefg/article/details/136432381</guid><author>thefg</author><pubDate>Mon, 04 Mar 2024 08:30:43 +0800</pubDate><description><![CDATA[文中主要讲述动态规划算法在约束条件下的排列组合问题的应用，主要是电路布线的动态规划求解和递归求解，求解在指定位置连线中最多不相交连线个数和最多不相交连线的具体组合，找到的最多不相交连线安排在电路板第一层。]]></description><category></category></item><item><title><![CDATA[第二章、动态规划算法(2.7.2-2.7.2.3)------约束条件下的排列组合问题(中)]]></title><link>https://blog.csdn.net/thefg/article/details/136282722</link><guid>https://blog.csdn.net/thefg/article/details/136282722</guid><author>thefg</author><pubDate>Mon, 26 Feb 2024 08:49:18 +0800</pubDate><description><![CDATA[文中主要讲述动态规划算法在约束条件下的排列组合问题的应用，主要是零钱兑换的动态规划求解和递归求解，求解在硬币面额的范围里构成总金额amount的最少硬币个数和最少硬币组合。]]></description><category></category></item></channel></rss>