<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[Python12358的博客]]></title><description><![CDATA[]]></description><link>https://blog.csdn.net/Python12358</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; Python12358]]></copyright><item><title><![CDATA[在国企和央企当程序员体验，太真实了。。]]></title><link>https://blog.csdn.net/Python12358/article/details/137771664</link><guid>https://blog.csdn.net/Python12358/article/details/137771664</guid><author>Python12358</author><pubDate>Tue, 16 Apr 2024 17:00:00 +0800</pubDate><description><![CDATA[一开始我认为外包可能学历都比较低或者都不行，但是在实际干活中，某些外包的技术执行力是很强的，大多数项目的实际控制权在外包上，我们负责管理给钱，也许对项目的了解的深度和颗粒度上不如外包。在国企中，开发是最底层最苦逼的存在，在互联网可能程序员还能够和产品经理argue，但是在国企中，基本都是领导拍脑袋的决定，即便这个需求不合理，或者会造成很多问题等等，你所需要的就是去执行，然后完成领导的任务。年限到了，你的级别就上去了，年限没到，你天天加班，与工资没有一毛钱关系。在我们公司中，项目干活的主力都是外包。]]></description><category></category></item><item><title><![CDATA[Python逆向爬虫入门教程: 某电影数据加密参数 token 逆向解析]]></title><link>https://blog.csdn.net/Python12358/article/details/137771469</link><guid>https://blog.csdn.net/Python12358/article/details/137771469</guid><author>Python12358</author><pubDate>Tue, 16 Apr 2024 13:00:00 +0800</pubDate><description><![CDATA[除了上述分享，学好 Python 不论是就业还是做副业赚钱都不错，但要学会 Python 还是要有一个学习规划。Python所有方向路线就是把Python常用的技术点做整理，形成各个领域的知识点汇总，它的用处就在于，你可以按照上面的知识点去找对应的学习资源，保证自己学得较为全面。观看零基础学习视频，看视频学习是最快捷也是最有效果的方式，跟着视频中老师的思路，从基础到深入，还是很容易入门的。光学理论是没用的，要学会跟着一起敲，要动手实操，才能将自己的所学运用到实际当中去，这时候可以搞点实战案例来学习。]]></description><category></category></item><item><title><![CDATA[干货 |10个最受欢迎的代码编辑器]]></title><link>https://blog.csdn.net/Python12358/article/details/137771224</link><guid>https://blog.csdn.net/Python12358/article/details/137771224</guid><author>Python12358</author><pubDate>Tue, 16 Apr 2024 09:00:00 +0800</pubDate><description><![CDATA[它的特点有：精心设计的 GUI，强大的默认设置，高度可发现的扩展程序，能够轻松分屏，能实现git diff 视图，拥有内置的终端 / 调试器，智能感知能查看类型函数定义。它几乎支持所有的语言，包括：C，C++，ASM，HTML等，能够自动创建并维护自带的高性能符号数据库，包括函数、method、全局变量、结构、类和工程源文件里定义的其它类型的符号统统都有，很适合大工程的源码阅读。观看零基础学习视频，看视频学习是最快捷也是最有效果的方式，跟着视频中老师的思路，从基础到深入，还是很容易入门的。]]></description><category></category></item><item><title><![CDATA[靠Python实现经济自由，学会了你也可以]]></title><link>https://blog.csdn.net/Python12358/article/details/137771131</link><guid>https://blog.csdn.net/Python12358/article/details/137771131</guid><author>Python12358</author><pubDate>Mon, 15 Apr 2024 17:45:00 +0800</pubDate><description><![CDATA[Python所有方向路线就是把Python常用的技术点做整理，形成各个领域的知识点汇总，它的用处就在于，你可以按照上面的知识点去找对应的学习资源，保证自己学得较为全面。很多人想要创业，想要做自由职业，说实话在自身没有足够的财力支持下是不推荐的，因为创业风险远被我们低估了，而自由职业收益波动也是很大的，观看零基础学习视频，看视频学习是最快捷也是最有效果的方式，跟着视频中老师的思路，从基础到深入，还是很容易入门的。很多人知道，Python的功能非常强大，能做Web开发，能做数据分析，但是想必Python大家。]]></description><category></category></item><item><title><![CDATA[Python 中解析路径字符串并获取每个文件夹的名称]]></title><link>https://blog.csdn.net/Python12358/article/details/137771720</link><guid>https://blog.csdn.net/Python12358/article/details/137771720</guid><author>Python12358</author><pubDate>Mon, 15 Apr 2024 13:37:24 +0800</pubDate><description><![CDATA[在 Python 中，解析路径字符串并获取每个文件夹的名称是一项常见的任务。路径字符串可能包含文件夹名称、文件名称、扩展名等信息，需要将其解析为易于处理的数据结构，以便进一步操作。本文将介绍如何使用 Python 中的内置模块来解析路径字符串，并获取其中每个文件夹的名称。]]></description><category></category></item><item><title><![CDATA[Pyjion，一个神奇的 Python 库！]]></title><link>https://blog.csdn.net/Python12358/article/details/137769236</link><guid>https://blog.csdn.net/Python12358/article/details/137769236</guid><author>Python12358</author><pubDate>Mon, 15 Apr 2024 09:55:16 +0800</pubDate><description><![CDATA[Python的Pyjion库是一款针对Python解释器的JIT编译器，旨在提高Python代码的性能。Python所有方向路线就是把Python常用的技术点做整理，形成各个领域的知识点汇总，它的用处就在于，你可以按照上面的知识点去找对应的学习资源，保证自己学得较为全面。观看零基础学习视频，看视频学习是最快捷也是最有效果的方式，跟着视频中老师的思路，从基础到深入，还是很容易入门的。光学理论是没用的，要学会跟着一起敲，要动手实操，才能将自己的所学运用到实际当中去，这时候可以搞点实战案例来学习。]]></description><category></category></item><item><title><![CDATA[推荐七个Python效率工具！]]></title><link>https://blog.csdn.net/Python12358/article/details/137739577</link><guid>https://blog.csdn.net/Python12358/article/details/137739577</guid><author>Python12358</author><pubDate>Sun, 14 Apr 2024 17:45:00 +0800</pubDate><description><![CDATA[为了提高效率，我们在平时工作中常会用到一些Python的效率工具，Python作为比较老的编程语言，它可以实现日常工作的各种自动化。为了更便利的开发项目，这里给大家推荐几个Python的效率工具。]]></description><category></category></item><item><title><![CDATA[超干！如何编写完美的Python命令行程序？]]></title><link>https://blog.csdn.net/Python12358/article/details/137743824</link><guid>https://blog.csdn.net/Python12358/article/details/137743824</guid><author>Python12358</author><pubDate>Sun, 14 Apr 2024 15:05:28 +0800</pubDate><description><![CDATA[这篇文章将教你如何编写完美的 Python 命令行程序，提高团队的生产力，让大家的工作更舒适。]]></description><category></category></item><item><title><![CDATA[Python实现外观模式、桥接模式、组合模式和享元模式]]></title><link>https://blog.csdn.net/Python12358/article/details/137740475</link><guid>https://blog.csdn.net/Python12358/article/details/137740475</guid><author>Python12358</author><pubDate>Sun, 14 Apr 2024 11:36:35 +0800</pubDate><description><![CDATA[今天介绍四种结构型设计模式：外观模式、桥接模式、组合模式和享元模式]]></description><category></category></item><item><title><![CDATA[Python匿名函数4不要]]></title><link>https://blog.csdn.net/Python12358/article/details/137738216</link><guid>https://blog.csdn.net/Python12358/article/details/137738216</guid><author>Python12358</author><pubDate>Sun, 14 Apr 2024 10:08:29 +0800</pubDate><description><![CDATA[当你需要完成一件小工作时，在本地环境中使用这个函数，可以让工作如此得心应手，它就是Lambda 函数。Lambda 函数是 Python 中的匿名函数]]></description><category></category></item><item><title><![CDATA[python调用函数]]></title><link>https://blog.csdn.net/Python12358/article/details/137678512</link><guid>https://blog.csdn.net/Python12358/article/details/137678512</guid><author>Python12358</author><pubDate>Sat, 13 Apr 2024 15:45:00 +0800</pubDate><description><![CDATA[函数被定义后，本身是不会自动执行的，只有在被调用后，函数才会被执行，得到相应的结果。但是在 Python 中我们要注意一个关键点，就是Python不允许前向引用，即在函数定义之前，不允许调用该函数。return a+b从报错结果可以看出，名字为plus的函数还没进行定义（虽然我们是在后面进行了定义）。所以当我们在调用函数时，一定要确定在调用之前进行了函数定义。]]></description><category></category></item><item><title><![CDATA[几行代码教你用代码操作word]]></title><link>https://blog.csdn.net/Python12358/article/details/137678446</link><guid>https://blog.csdn.net/Python12358/article/details/137678446</guid><author>Python12358</author><pubDate>Sat, 13 Apr 2024 13:45:00 +0800</pubDate><description><![CDATA[在本文中，介绍了如何使用 Python 和 python-docx 库读取、写入和操作 Word 文件。]]></description><category></category></item><item><title><![CDATA[Python实现适配器模式、装饰器模式、代理模式]]></title><link>https://blog.csdn.net/Python12358/article/details/137678381</link><guid>https://blog.csdn.net/Python12358/article/details/137678381</guid><author>Python12358</author><pubDate>Sat, 13 Apr 2024 09:45:00 +0800</pubDate><description><![CDATA[今天介绍三种结构型设计模式：适配器模式、装饰器模式、代理模式]]></description><category></category></item><item><title><![CDATA[5分钟上手Python爬虫：从干饭开始，轻松掌握技巧]]></title><link>https://blog.csdn.net/Python12358/article/details/137673145</link><guid>https://blog.csdn.net/Python12358/article/details/137673145</guid><author>Python12358</author><pubDate>Fri, 12 Apr 2024 16:30:00 +0800</pubDate><description><![CDATA[很多人都听说过爬虫，我也不例外。曾看到别人编写的爬虫代码，虽然没有深入研究，但感觉非常强大。因此，今天我决定从零开始，花费仅5分钟学习入门爬虫技术，以后只需轻轻一爬就能查看所有感兴趣的网站内容。广告？不存在的，因为我看不见。爬虫只会获取我感兴趣的信息，不需要的内容对我而言只是一堆代码。我们不在乎网站的界面，爬取完数据后只会关注最核心的内容。]]></description><category></category></item><item><title><![CDATA[还不会免费将PDF转为Word？你可以试试这3种工具！]]></title><link>https://blog.csdn.net/Python12358/article/details/137671169</link><guid>https://blog.csdn.net/Python12358/article/details/137671169</guid><author>Python12358</author><pubDate>Fri, 12 Apr 2024 14:30:00 +0800</pubDate><description><![CDATA[PDF文档格式转换是高频且刚需的办公需求，虽然很简单，但其实绝大部分人找不到合适的工具。]]></description><category></category></item><item><title><![CDATA[我常用的5个Python可视化库]]></title><link>https://blog.csdn.net/Python12358/article/details/137666695</link><guid>https://blog.csdn.net/Python12358/article/details/137666695</guid><author>Python12358</author><pubDate>Fri, 12 Apr 2024 09:26:36 +0800</pubDate><description><![CDATA[Python因为其语法简单、胶水语言的特性，诞生了很多好用的轮子（标准库、第三方库），也因此让Python一度成为了最热门的编程语言（2023年1-10月 TIOBE编程语言排名第一）。]]></description><category></category></item><item><title><![CDATA[常用Python爬虫库汇总]]></title><link>https://blog.csdn.net/Python12358/article/details/137638048</link><guid>https://blog.csdn.net/Python12358/article/details/137638048</guid><author>Python12358</author><pubDate>Thu, 11 Apr 2024 16:01:04 +0800</pubDate><description><![CDATA[很多人学Python，都是从爬虫开始的，毕竟网上类似的资源很丰富，开源项目也非常多。Python学习网络爬虫主要分3个大的版块： 抓取， 分析 ， 存储。当我们在浏览器中输入一个url后回车，后台会发生什么？
]]></description><category></category></item><item><title><![CDATA[超详细的 Python 文件操作知识！]]></title><link>https://blog.csdn.net/Python12358/article/details/137633131</link><guid>https://blog.csdn.net/Python12358/article/details/137633131</guid><author>Python12358</author><pubDate>Thu, 11 Apr 2024 13:32:19 +0800</pubDate><description><![CDATA[python进行文件操作，在日常编程中是很常用的。为了方便大家，这里对各种文件操作的知识进行汇总。一文在手，无须它求！来一起学习吧。
]]></description><category></category></item><item><title><![CDATA[Python神器！只需一行代码，纯文本秒变Markdown!]]></title><link>https://blog.csdn.net/Python12358/article/details/137624967</link><guid>https://blog.csdn.net/Python12358/article/details/137624967</guid><author>Python12358</author><pubDate>Thu, 11 Apr 2024 09:34:04 +0800</pubDate><description><![CDATA[Markdeep 是一个用来写纯文本的插件，它能以 Markdown 的语法与渲染方式纯文本，并在网页上展示。同时，除了 Markdown 语法，Markdeep 还额外支持图表、数学方程等扩展能力。  ]]></description><category></category></item><item><title><![CDATA[想月薪过万，可以尝试一下Python这个职业！]]></title><link>https://blog.csdn.net/Python12358/article/details/137595071</link><guid>https://blog.csdn.net/Python12358/article/details/137595071</guid><author>Python12358</author><pubDate>Wed, 10 Apr 2024 15:55:21 +0800</pubDate><description><![CDATA[不知道是Python太火爆，各行各业的零基础人员都想学会，并利用它开创副业赚钱。但是很多同学都不清楚 Python 到底能干什么就盲目去学习 Python。你了解Python吗？了解它所应用的领域吗？]]></description><category></category></item></channel></rss>