Skip to content

Repository of Python course of @udemy.

License

Notifications You must be signed in to change notification settings

hozlucas28/Python-Course-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Course [2022]

Repository of Web Development course of Udemy platform.

SummaryInstallationRelatedLicenseAcknowledgmentsContact

Summary

This is a repository where I store all lessons that I take on Web Development course of Udemy platform, related with Python language.

Installation

Clone the repository, install Python (language) and use Visual Studio Code (code editor) with Python and Pylance (extensions) installed. Now you have to different ways to test a Python file:

  • Run Python file from terminal: write python <FILE NAME> in a terminal, and you are going to see a result in your terminal.
  • Run Python file from extension: select the file and then press right click on it, and run option: Run Python File in Terminal. Automatically, it will open your default terminal inside Visual Studio Code, and you are going to see a result of Python file, that you selected, in your terminal.

Related

License

This repository is under MIT License, if you want to see what you are allowed to do with the content of this repository, please visit choosealicense for more information.

Acknowledgments

Thanks to Alex Roel teacher to make this course.

Contact

If you want to contact me, please see my socials medias in my GitHub profile.