Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Guide which focuses on the fundamental syntax of the language without the classic "this is variable, and here's what you can do with variables"

Notifications You must be signed in to change notification settings

nikopetr/Quick-Python-Example-Guide

Repository files navigation

Quick-Python-Example-Guide

Guide which focuses on the fundamental syntax of the language without the classic "this is variable, and here's what you can do with variables".

This guide-examples demonstrate some operations that can be easily implemented in Python compared to other programming languages. Also the guide will really speed things up if you are going from another language you already know (e.x. Java) to Python.

The examples might NOT be helpful for someone who does not already have a basic background programming experience.

What the examples cover

  • Getting input from user, Print Statements
  • Variables and Casting
  • Mathematical-Logical Operators
  • Operations with Strings
  • Lists and list operations
  • Tuples
  • Logical Operators, Comparing for Equality
  • If/else/elif-Statements
  • Functions/Helper Methods (Optional Parameters)
  • Classes and Objects

The code examples are well commented and explain every step in detail

About

Guide which focuses on the fundamental syntax of the language without the classic "this is variable, and here's what you can do with variables"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

AltStyle によって変換されたページ (->オリジナル) /