All Projects → 4GeeksAcademy → Python Beginner Programming Exercises

4GeeksAcademy / Python Beginner Programming Exercises

Licence: other
Practice your Python programming skills with this interactive and auto-graded set of exercises.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Python Beginner Programming Exercises

Imageprocessing
MicaSense RedEdge and Altum image processing tutorials
Stars: ✭ 139 (+195.74%)
Mutual labels:  tutorial, tutorials, tutorial-code
Pandas exercises
Practice your pandas skills!
Stars: ✭ 7,140 (+15091.49%)
Mutual labels:  tutorial, practice, exercise
shortest-tutorial-ever
A list of the shortest tutorials ever.
Stars: ✭ 14 (-70.21%)
Mutual labels:  practice, exercise, tutorial-code
100 Plus Python Programming Exercises Extended
100+ python programming exercise problem discussed ,explained and solved in different ways
Stars: ✭ 1,250 (+2559.57%)
Mutual labels:  tutorial, practice, tutorial-code
Start Machine Learning In 2020
A complete guide to start and improve in machine learning (ML), artificial intelligence (AI) in 2021 without ANY background in the field and stay up-to-date with the latest news and state-of-the-art techniques!
Stars: ✭ 357 (+659.57%)
Mutual labels:  tutorial, tutorials, practice
Chatty
A WhatsApp clone with React Native and Apollo (Tutorial)
Stars: ✭ 481 (+923.4%)
Mutual labels:  tutorial, tutorials
Bartosz Basics Of Haskell
Code and exercises from Bartosz Milewski's Basics of Haskell Tutorial
Stars: ✭ 483 (+927.66%)
Mutual labels:  tutorial, exercises
Tortilla
The Framework for tutorials
Stars: ✭ 43 (-8.51%)
Mutual labels:  tutorial, tutorials
Python Tutorial
A Python 3 programming tutorial for beginners.
Stars: ✭ 647 (+1276.6%)
Mutual labels:  tutorial, tutorials
Hands On Nltk Tutorial
The hands-on NLTK tutorial for NLP in Python
Stars: ✭ 419 (+791.49%)
Mutual labels:  tutorial, tutorials
Lc3 Vm
Write your own virtual machine for the LC-3 computer!
Stars: ✭ 631 (+1242.55%)
Mutual labels:  tutorial, tutorials
Coderoad Vscode
👩‍💻 Create or play Interactive coding tutorials in VSCode
Stars: ✭ 757 (+1510.64%)
Mutual labels:  tutorial, tutorial-code
Intro To Apis Course
Introduction to APIs course
Stars: ✭ 1,009 (+2046.81%)
Mutual labels:  tutorial, tutorial-code
Vim Practice
💘 Vim is awesome! Here is my practice and study log.
Stars: ✭ 452 (+861.7%)
Mutual labels:  tutorial, practice
Rxjava2 Android Samples
RxJava 2 Android Examples - Migration From RxJava 1 to RxJava 2 - How to use RxJava 2 in Android
Stars: ✭ 4,950 (+10431.91%)
Mutual labels:  tutorial, tutorials
Reverse Engineering Tutorials
Reverse Engineering Tutorials
Stars: ✭ 438 (+831.91%)
Mutual labels:  tutorial, tutorials
Haxejs
Documentation about using JavaScript with Haxe
Stars: ✭ 25 (-46.81%)
Mutual labels:  tutorial, tutorials
Rs Samples
Collection of small, well-commented Rust samples to learn Rust.
Stars: ✭ 17 (-63.83%)
Mutual labels:  tutorial, exercises
Awesome Android Things
A curated list of awesome android things tutorials, libraries and much more at one place
Stars: ✭ 883 (+1778.72%)
Mutual labels:  tutorial, tutorials
Opencl 101
Learn OpenCL step by step.
Stars: ✭ 43 (-8.51%)
Mutual labels:  tutorials, tutorial-code

🐍 Python Beginner Tutorial and Exercises

By @alesanchezr and other contributors at 4Geeks Academy

follow on Twitter

This particular series are for Python beginners: Start learning python from the print function, data-types, lists and touples, functions and dictionaries. The entire tutorial is 👆 interactive, ✅ auto-graded and with. 📹 video tutorials.

📚 Table of contents:

1. Python for Beginners ← 🔥 your are here now
2. Practice Looping Lists and Tuples
3. Practice functions
4. Master Python (intermediate)
5. Python API Requests
6. What next? Request a new tutorial or collaborate.
We will feature your profile in our list of contributors

These exercises were built in collaboration, we need you! If you find any bugs or misspells plese contribute and report them.

One click installation:

Open in Gitpod

Local Installation

  1. Install learnpack, the package manager for learning tutorials and the html compiler plugin for learnpack, make sure you also have node.js 12+:
$ npm i learnpack -g
$ learnpack plugins:install learnpack-python
  1. Download this particular exercise using learnpack and cd into the folder:
$ learnpack download python-beginner-programming-exercises
$ cd python-beginner-programming-exercises

Note: Once you finish downloading, you will find a "exercises" folder that contains all the exercises within.

  1. Start the tutorial/exercises by running the following command at the same level were your bc.json file is:
$ $ pip3 install pytest==4.4.2 pytest-testdox mock
$ learnpack start

Note: The exercises have automatic grading but its very rigid and string, my recomendation is to ignore the tests and use them only as a recomendation or you can get frustrated.

How are the exercises organized?

Each exercise is a small react application containing the following files:

  1. app.py: represents the entry python file that will be executed by the computer.
  2. README.md: contains exercise instructions.
  3. test.py: you don't have to open this file, it contains the testing script for the exercise.

Contributors

Thanks goes to these wonderful people (emoji key):

  1. Alejandro Sanchez (alesanchezr), contribution: (coder) 💻 (idea) 🤔, (build-tests) ⚠️, (pull-request-review) 👀 (build-tutorial) ✅ (documentation) 📖
  2. Paolo (plucodev), contribution: (bug reports) 🐛, contribution: (coder), (translation) 🌎

This project follows the all-contributors specification. Contributions of any kind are welcome!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].