Skip to content

n-shaikh/python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Python

This is a GitHub Repository providing series of codes in phases diving deep into the core mechanisms of the Python language. This repo dose not provide instruction on how to install and run Python; instead prvides codes respective to the phases and its elements. Each pahses will have its elements on which codes will be shown with explanation.

There are three pashes to this repository and within these phases are various elements. Concepts are drawn from various books, sites, and repositories. A list is available in the Appendices. The structure of this repository is as folows:

  1. Phase 1 - Beginning
  2. Phase 2 - Beyond
  3. Phase 3 - Journey

Phase 1 - Beginning

In this phase various programming environment is introduced. The structure in this phase is such that some topis are combined togather as one (e.g. Variables, expressions, statements, and Functions are combined as one topic). This enabled to provided a project based approach to coding. Similarly, Strings, Lists, Dictionaries, & Tuples are explained within Conditionals & Recursion and Iteration sections. Later sections includes, Files, Classes (i.e. objects, functions, and methods), and Inherritance.


Markdown

Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for

Syntax highlighted code block

# Header 1
## Header 2
### Header 3

- Bulleted
- List

1. Numbered
2. List

**Bold** and _Italic_ and `Code` text

[Link](url) and ![Image](src)

For more details see GitHub Flavored Markdown.

Jekyll Themes

Your Pages site will use the layout and styles from the Jekyll theme you have selected in your repository settings. The name of this theme is saved in the Jekyll _config.yml configuration file.

Support or Contact

Having trouble with Pages? Check out our documentation or contact support and we’ll help you sort it out.

Releases

No releases published

Packages

No packages published