Skip to content

luizfernandopavanello/python_courses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

195 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction to Python

Python
  • Python is one of the most widely used programming languages in industry. It's a powerful, general purpose language with applications ranging from web development to data science. In this course you'll learn how to apply Python and good programming practices to solve practical problems.

  • Keep in mind:

    • First, unlike languages like SQL, Python is case sensitive, meaning these two words mean two different things;

    • Second, spacing is important in Python. Since it isn't very heavy on syntax like other languages, it relies a lot on spacing, which can be confusing at first (not really), but really nice and clean when you get the hang of it.

    • Third, there will be times you get errors in this course.

      → Keep in mind, Errors don't make you a bad programmer. It's just a computer telling you it doesn't understand.

      Use error messages to help you learn how to write code that can be interpreted the way you wish.

  • What steps need to be taken?

  • What should the user already have installed or configured?

  • What might they have a hard time understanding right away?

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors