search
HomeBackend DevelopmentPython Tutorial为什么学完慕课网上python的课程,感觉还是一无所知?

没有很明确的概念,想实现一些简单的功能,却感觉无从下手。

回复内容:

看完《孙子兵法》就会指挥军队了么?

上完课,你不是什么也不懂啊,你只是不会将所学到的知识应用到现实世界中而已。

看书只能获得知识,实践才能掌握技能。

至于你觉得无从下手,是因为你潜意识根本就懒得下手,而总想一次性将问题解决……美其名曰寻找最有效的手段……然后将行动无限期拖延…… 谢谢邀请
看了一下你说的课程,讲的是基本语法,无从下手是正常的,所以先不着急。

学习一门编程语言(或者其他技能)的目的是为了解决我遇到的问题;
而不是,先学了,再看他能做什么;
简单说就是带着目的去学习。

比如,你想做一个网站,当你什么都不会的时候,很显然无从下手。这个时候,你就需要知道写网站的整体框架,首先要学html,css,js来写前端,还得学习一门服务器语言比如python(当然python还可以干其它的)来控制服务器。那服务器需要做些什么,很多。。。
或者,你先告诉我你到底想实现什么样的简单功能,我告诉你需要学习哪些东西,这样自己做几次,就知道应该怎么下手了。 少上知乎,多读书,无他。 学习编程需要学习计算思维、编程思路!
光学语法是很难学习编程的! 不应该为了学习而学习。
你先想好要做什么再去学。 一周七语言的作者说的很明确了,学习编程之后想把它用上,还得先去看别人的实现,模仿之后才能编写出想要的东西。

说句实在话,如果看看MOOC网的课程,就能想写什么就写什么.......程序员工资也就没有这么高了o( ̄ε ̄*) 必须动手时间 要不然看的再多也只是纸上谈兵 某种意义上来讲,目前极客学院、慕课网、麦子学院、开课吧、51CTO的多数Python内容都是属于业内比较新的课程,这里面相对比较全的是麦子学院和51CTO,但是不得不说的是免费和收费的问题了,目前51CTO的课程大部分都是收费的,麦子学院好像是免费的,这里面有一个差别是,好像麦子学院是有什么Python企业直通班,好像还有什么课程建设的体系,而其他的网站目前的状态都是出于一个收视频课程费用的情况,服务这些都还是更不上。
——————————
以上内容,大家可以自己去看,就不打广告了,反正呢,这里面很多问题都是需要大家自己去看的,不过的Python这种课程是属于现在比较热门的课程,各位不好随意的学一下就好了,还是要系统化学习,祝大家好运。 基础没有捷径,我也在学,网上有很多30天速成之类的教程,但自己学着学着感觉不对劲,一个函数,术语都让我恼火半天,零基础根本跟不上节奏,所以买了本基础类的书,从头看,脚步走踏实,不想速成。 作为长期混迹于幕课网站的学习者,我来回答下,幕课网作为免费的幕课网站,上面课程基本都是基础为主,但是不得不说,幕课网上视频基础讲的相当仔细,形象,我就曾在幕课上,自学了前端的知识,如果我没记错的话,幕课上面关于Python的课程大概只有3,4门左右,而且基本都是基础的语法讲解,并没有配套的项目讲解,不过当你了解其语言结构,你可以去其他幕课上面看看,比如极客学院,又比如51CTO学院,这些网站上都有配套的项目讲解让你跟着学,虽然极客网站需要VIP,但现在我记得有个活动邀请获得30天VIP,51CTO学院上那就更全了,而且也有好多免费的视频,关于python,如果你对web开发感兴趣,你可以去这些网站上搜搜django框架,或者web2py框架,当然还有最强大的Python爬虫,这些网站上都有课程可以学,慢慢来,总之,现在幕课网站这么多,而且相关贴吧,论坛之类也有许多人会分享课程视频。
Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
The 2-Hour Python Plan: A Realistic ApproachThe 2-Hour Python Plan: A Realistic ApproachApr 11, 2025 am 12:04 AM

You can learn basic programming concepts and skills of Python within 2 hours. 1. Learn variables and data types, 2. Master control flow (conditional statements and loops), 3. Understand the definition and use of functions, 4. Quickly get started with Python programming through simple examples and code snippets.

Python: Exploring Its Primary ApplicationsPython: Exploring Its Primary ApplicationsApr 10, 2025 am 09:41 AM

Python is widely used in the fields of web development, data science, machine learning, automation and scripting. 1) In web development, Django and Flask frameworks simplify the development process. 2) In the fields of data science and machine learning, NumPy, Pandas, Scikit-learn and TensorFlow libraries provide strong support. 3) In terms of automation and scripting, Python is suitable for tasks such as automated testing and system management.

How Much Python Can You Learn in 2 Hours?How Much Python Can You Learn in 2 Hours?Apr 09, 2025 pm 04:33 PM

You can learn the basics of Python within two hours. 1. Learn variables and data types, 2. Master control structures such as if statements and loops, 3. Understand the definition and use of functions. These will help you start writing simple Python programs.

How to teach computer novice programming basics in project and problem-driven methods within 10 hours?How to teach computer novice programming basics in project and problem-driven methods within 10 hours?Apr 02, 2025 am 07:18 AM

How to teach computer novice programming basics within 10 hours? If you only have 10 hours to teach computer novice some programming knowledge, what would you choose to teach...

How to avoid being detected by the browser when using Fiddler Everywhere for man-in-the-middle reading?How to avoid being detected by the browser when using Fiddler Everywhere for man-in-the-middle reading?Apr 02, 2025 am 07:15 AM

How to avoid being detected when using FiddlerEverywhere for man-in-the-middle readings When you use FiddlerEverywhere...

What should I do if the '__builtin__' module is not found when loading the Pickle file in Python 3.6?What should I do if the '__builtin__' module is not found when loading the Pickle file in Python 3.6?Apr 02, 2025 am 07:12 AM

Error loading Pickle file in Python 3.6 environment: ModuleNotFoundError:Nomodulenamed...

How to improve the accuracy of jieba word segmentation in scenic spot comment analysis?How to improve the accuracy of jieba word segmentation in scenic spot comment analysis?Apr 02, 2025 am 07:09 AM

How to solve the problem of Jieba word segmentation in scenic spot comment analysis? When we are conducting scenic spot comments and analysis, we often use the jieba word segmentation tool to process the text...

How to use regular expression to match the first closed tag and stop?How to use regular expression to match the first closed tag and stop?Apr 02, 2025 am 07:06 AM

How to use regular expression to match the first closed tag and stop? When dealing with HTML or other markup languages, regular expressions are often required to...

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
WWE 2K25: How To Unlock Everything In MyRise
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor