★ wanayoo — archive 1999 https://github.com/code-lucidal58/python_inceptionNouvelle recherche | Portail wanayoo
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Python Inception

Python is a dynamically written object-oriented programming language. The tutorials are in the sequence of the file name. Sample scripts are located in examples folder. Python used in this repository is CPython, that is python interpreter written in C. The code written using Python is compiled in runtime. The same compiled code is reused multiple times. Hence, Python optimises the execution. For example, constant expressions and sequences with length less than 20 characters are precalculated and stored.

Version: 3.8.x

Sources: PluralSight, Hackerrank, LinkedIn Learning, Edx, Udemy

Index

The beginner concepts are explained using markdown as well as python code. The sequence is as follows:

About

Cheatsheet for python basics

Topics

Resources

Releases

No releases published

Packages

No packages published