Python Principles
@PyPrinciples
Followers
795
Following
82
Media
8
Statuses
51
Learn #Python programming from scratch through practical exercises.
Joined December 2018
Released #Python #Debugging lessons for beginners. Practice fixing common mistakes, SyntaxError, NameError, etc. Free for a few days.
2
4
10
9 new #Python challenges for you to test your skills on:
0
6
19
Just learned about \N in #Python to print unicode characters: >>> print("\N{winking face}") 😉
0
10
33
1
4
22
New #Python #programming challenges released: "Thousands separator", "Flatten a list", and "Middle letter". Try them online: https://t.co/SkOHgA6dRX
0
5
10
Practice #Python #programming with these free online challenges:
0
3
22
Ever wondered which #programming language to learn first? #Python is probably your best bet. Here's why:
0
5
17
Are you a #programmer looking to move beyond the basics? Do a project! Here's a list of ideas:
0
3
18
Here's a handy #Python #cheatsheet. It has info about types, terminology, and useful methods.
0
5
13
Ever wondered how the #python pros debug code in their head?
0
4
14
Protip for #python beginners: if you don't know how to start solving a coding exercise, write pseudocode first. Here's a post with an example:
0
5
23
Ever wondered which stages a #python #programmer goes through when learning to code? When are you no longer a beginner?
0
4
19
Here's a post on getting unstuck when #python #programming. What do you guys usually do when you're stuck?
0
4
21
Just released a #Python Project for beginners. https://t.co/3O3AwLgs3R - get practice building a savings calculator using variables, strings, maths etc. Write code online and have your submission instantly checked.
0
3
19
0
3
9
Just learned that #Python numbers have an is_integer method. >>> https://t.co/UAMfDyWQgO_integer() False
1
3
10