Skip to content

bobby-didcoding/become_a_python_pro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Become A Python Pro

Welcome to the supporting doc's to my 'Become A Python Pro' course.

Feel free to use this repo as a 'cheat sheet'

Getting started

First you will need to clone down the first module.

  1. Create a new directory on your local machine. I have called mine 'become-a-python-pro'. This is your 'root directory'.

  2. Open a terminal and cd into the root directory.

  3. You can now clone the first module. You can do this a few different ways. I use SSH...

    #option 1 - SSH
    git clone git@github.com:bobby-didcoding/become_a_python_pro.git .

    #option 2 - Github CLI
    gh repo clone bobby-didcoding/become_a_python_pro .

    #option 3 - HTTPS
    git clone https://github.com/bobby-didcoding/become_a_python_pro.git .

Note: You can also download the project as a zip file.



Following along

Each module has a walk through video. All videos can be found in my Become a Python Pro playlist.

Please open /install.md to begin.



More references

Checkout Python's documentation pages here.

About us

We create easy to follow coding tutorials on our YouTube channel and on our main website. You should come and have a look.



About

Python cheat sheet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published