Skip to content

Level 0: Learn to Code Python - An absolute beginner's first time lesson to code in Python

License

Notifications You must be signed in to change notification settings

KodingKurriculum/level-0-learntocode-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Level 0: Learn to Code Python

An absolute beginner's first time lesson to code in Python.

What does it mean to code?

When you write code, you are using a programming language to instruct the computer how to perform different tasks like add numbers together, display a webpage, or store information into a database. You can use programming languages like Python by writing these instructions to a file inside of a special developer's program that looks a lot like Microsoft Word (but for code). When run a program, the computer translates the programming language into something it can understand how to follow. The computer follows the program, and returns a result.

What is Python?

No, not the snake! Python is a powerful programming language that is used in many businesses and industries. It is also one of the easier languages to learn. With a few lines of code, you can reach the internet, perform complex mathematics, rearrange and manipulate data, and connect to databases.

Why should I learn?

Learning to code is valuable and fun!

  • Its valuable because you learn a new skill that can have a dramatic influence on the way that you solve problems and do work!
  • Its fun because writing code can be challenging and rewarding. You feel a sense of accomplishment when your program works!
  • It will give you many opportunities!

What they don't teach you in school

OK, where do I start?

  1. Open this link in your browser - Log in with your Google account
  2. Follow the assignments in order
  3. Checkout the resources below or join our Slack channel!

What next?

  1. Try the useful python classroom - Log in with your Google account
  2. Go through the 10 minutes of Pandas tutorial on the official pandas website
  3. Start coding on your own by installing Anaconda and Git

Additional Information

There are many resources to learn more about python.

About

Level 0: Learn to Code Python - An absolute beginner's first time lesson to code in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published