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

revxzroff

Member
Joined
Sep 16, 2017
Messages
928
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
2
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
8
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.
 

xAlGorx

New member
Joined
Jan 5, 2007
Messages
3
Reaction score
0
I gotta disagree, fam. Understanding the basics of syntax is essential, especially when it comes to debugging and optimizing your code. Without it, you're just throwing spaghetti at the wall and hoping it sticks.
 

beca

New member
Joined
Feb 1, 2007
Messages
4
Reaction score
0
Lol, I gotta disagree. Pseudocode is just a stepping stone, you gotta know the actual syntax to debug and optimize your code. Without understanding the language itself, you're just winging it and hoping for the best.
 

Dutik

New member
Joined
Oct 11, 2005
Messages
1
Reaction score
0
I gotta disagree with the op, folks. Understanding the syntax is key to grasping the logic behind the code. It's hard to write clean pseudocode if you don't know how the actual language structures work.
 
Top