Giter Club home page Giter Club logo

lesson-1's Introduction

Leviem1 Python Academy

Lesson 1

Before you start

Requirements

Please install the following software:

Downloading and opening the lesson

Please watch this video for help with this section.

  1. Fork the repository
  2. Enable GitHub Actions
  3. Clone your forked repository
  4. Open in PyCharm
  5. Configure Python interpreter

Printing (Python Output)

In python, we can print values using the print() function.

Here's an example of how to use it.

print("Hello, world!")  # Output: Hello, world!
print(5)  # Output: 5

Exercises

Please watch this video for help with this section.

Writing your code

Open the file named "init.py" in the "app" folder. This file will be where you write the code for each exercise.

For this exercise, simply read the code in the file.

Running the code

To run the code, open the "console" in PyCharm, then run the following command.

scripts/run

There will be a lot of junk on the screen, but you should see "Hello, world!" at the bottom.

Checking progress

Test check your work, run the following command.

scripts/check

There will be a lot of junk on the screen, but you should see "congratulations :)" at the bottom. If there is something wrong with your code, you will see a description of the problem instead.

Uploading your work

Once you're finished, you can upload your to GitHub by committing your code and pushing it in GitKraken. You can also double-check your work with the automatic GitHub Actions checks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.