PyPrinciples's profile picture. Learn #Python programming from scratch through practical exercises.

Python Principles

@PyPrinciples

Learn #Python programming from scratch through practical exercises.

Released #Python #Debugging lessons for beginners. Practice fixing common mistakes, SyntaxError, NameError, etc. Free for a few days. pythonprinciples.com/lessons/Debugg…


Just learned about \N in #Python to print unicode characters: >>> print("\N{winking face}") 😉


New #Python #programming challenges released: "Thousands separator", "Flatten a list", and "Middle letter". Try them online: pythonprinciples.com/challenges/


Python Principles أعاد

Hey, that's a neat #python trick!

Sentdex's tweet image. Hey, that's a neat #python trick!

Ever wondered which #programming language to learn first? #Python is probably your best bet. Here's why: pythonprinciples.com/blog/why-pytho…


Are you a #programmer looking to move beyond the basics? Do a project! Here's a list of ideas: pythonprinciples.com/blog/programmi…


Here's a handy #Python #cheatsheet. It has info about types, terminology, and useful methods. pythonprinciples.com/reference/


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: pythonprinciples.com/blog/how-to-ap…


Ever wondered which stages a #python #programmer goes through when learning to code? When are you no longer a beginner? pythonprinciples.com/blog/roadmap-f…


Here's a post on getting unstuck when #python #programming. What do you guys usually do when you're stuck? pythonprinciples.com/blog/getting-u…


Just released a #Python Project for beginners. pythonprinciples.com/lessons/Projec… - get practice building a savings calculator using variables, strings, maths etc. Write code online and have your submission instantly checked.

PyPrinciples's tweet image. Just released a #Python Project for beginners. pythonprinciples.com/lessons/Projec… - get practice building a savings calculator using variables, strings, maths etc. Write code online and have your submission instantly checked.

Just learned that #Python numbers have an is_integer method. >>> 1.23.is_integer() False


Here's what happens when you put a list inside itself in #Python


Loading...

Something went wrong.


Something went wrong.