Giter Site home page Giter Site logo

brantlauro / python-course Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 6.37 MB

Python Course of Curso em Vídeo

License: MIT License

Python 100.00%
python-course guanabara exercises ansi pyhton3 python python-script python-library study-project data-science

python-course's Introduction

Python Course

Python Course of Curso em Video
GitHub stars GitHub followers

python

 ____        _   _                 
|  _ \ _   _| |_| |__   ___  _ __  
| |_) | | | | __| '_ \ / _ \| '_ \ 
|  __/| |_| | |_| | | | (_) | | | |
|_|    \__, |\__|_| |_|\___/|_| |_|
       |___/                       

A free Python course of Gustavo Guanabara

Guanabara asked us to put color in the terminal for all the exercises using the escape sequence ANSI, so I created a document named style.py then created some variables with the ANSI code and import this document into some of my exercises (i will not do this for all the exercises becouse I don't think thats beautiful) and put the variables of style.py in my code to make it more readable.

Note: I used 2 external modules: emoji and playsound so make sure you have instaled it on the venv

Here some examples

Without style.py

print('\033[7mHello World!\033[m')

With style.py

from ex.style import none, blue

name = input('What is your name? ')
age = int(input('How old are you? '))
weight = float(input('What is your weight? '))

print(f'Hi, {blue}{name}{none} you are {blue}{age}{none} and weighs {blue}{weight}{none} Kg')

I really enjoy taking this course. Python is a delicious language.

Coding is my passion than I want to study more and more.

The Course

Click Here

Python-Course-Tumb

©️ Copyrights

Licensed with MIT.


LinkedIn Lauro Brant  ·  GitHub BrantLauro  ·  Twitter @BrantLauro  ·  Instagram @brantlauro  · 

python-course's People

Contributors

brantlauro avatar

Stargazers

 avatar  avatar

Watchers

 avatar

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.