Posts

Showing posts from March, 2022

Complete Python Developer in 2021 : Zero to Mastery :::

   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Complete Python Developer in 2021 : Zero to Mastery ::: Python Community : Join by clicking here: https://discord.gg/nVmbHYY Trainers : Blog to stay up-to-date with whats new in Python https://zerotomastery.io/blog/?tag=PM  ACADEMY : ZTM  :  https://zerotomastery.io/courses Python Cheat Sheet : https://github.com/aneagoie/ztm-python-cheat-sheet   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Section 1: Introduction :: 1. Course Outline    2. Join Our Online Classroom! 3. Exercise: Meet The Community  Section 2: Python Introduction :: 4. What Is A Programming Language 5. Python Interpreter  There are two types of translator "Interpreter" & "Compiler" 1. Interpreter :   An interpreter is a translator that translates you code line by by  2. Compiler : Compiler is one that take the entire file of code , translates a...

6. How To Run Python Code

Image
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ First we , in this lesson we are going to have a professional setup for Python . We are going to learn how to have all of these setups . We are also going to be using Code Editors