Skip to content

Projects that i'm currently building to learn & improve Python skills!

Notifications You must be signed in to change notification settings

jalvesm/learning_python_with_projects

Repository files navigation

Learning Python with beginners projects

Hey there! :) In this repository you are able to follow the projects that I've been building while I learn Python.

✔️ My last goals where

  1. Installing python 3

    • Checked by the terminal if Python 3 was already installed;
    • Installed VSCode (v. 1.69.2)
      • Installed the main Python's extension for VSCode;
      • Installed Python's indent extension;
    • Installed Anaconda package;
  2. Dealing with variables

    • Knowing the types of variables that Python works with;
    • Comparing variables;
  3. The print() function & good habits for a cleaner code

    • Practicing the snake_case style;
    • Interpolation;
    • Python's 3 indentation;
    • Using parenthesis;
  4. The STATEMENTS in Python

    • If... elif... else;
  5. Loops

    • While;
    • For;
    • Break;
    • Continue;
  6. Working with random numbers

    • How to import random module;
    • Usage of random.randrange();

📈 Current steps

[x] Setting intervals to generate random numbers;

⏭️ Next steps

  1. Level & game score

    • Adding levels to the game;
    • Setting a score to the user;
    • Getting familiarized with Python's built-in functions!
  2. Organizing the code

    • Importing files;
    • Declaring function;
    • Import other modules.

About

Projects that i'm currently building to learn & improve Python skills!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages