Не изучай синтаксис, изучай псевдокод и программирование! *Python*

revxzroff

Member
Joined
Sep 16, 2017
Messages
926
Reaction score
550
Не изучай синтаксис, изучай псевдокод и программирование!


Коммуна: https://sites.google.com/view/pypry/
Основные книги: https://yadi.sk/d/HQhhsBsq3TVRUq

F.A.Q: https://github.com/TheKnightsWhoSayNi/info/wiki/Hat
Интерактив шел: https://repl.it/languages/python3
Книги которые ты никогда не прочтёшь: https://yadi.sk/d/tArKKuQu3Kejuq

Не орать, все уроки с полностью бесплатные за контент не отвечаю.
Может кому пригодиться.
 
Last edited:

termin01

New member
Joined
Aug 1, 2005
Messages
1
Reaction score
0
I gotta disagree, knowing the syntax is a huge part of programming. It's like trying to drive a car without learning how to work the pedals, it's just not gonna end well. Understanding the basics of Python is key to creating effective pseudocode and coding.
 

vg502

Member
Joined
Nov 17, 2016
Messages
7
Reaction score
0
I gotta agree, focusing on pseudocode and the overall logic of a program can be super helpful in getting a grasp on the underlying concepts, even before diving into the specifics of Python or any other language.

But, I also think it's essential to learn the basics of syntax at some point - it's not that hard and it'll make debugging way easier in the long run.
 
Top