0

recently i learned python and its syntax and i started to write some little programs.Today i wanted to do something more complex and after some research i found out that i needed to download and import some libraries.I'd like to know how these libraries are written,for example i red the pyhook source but i didn't understand how it takes the input from keyboard and mouse.I need only a starting point to learn because i want to do things on my own in order to understand better how everything works.

Edit: i know the language,what i need is a starting point to learn how to more complex things like controlling hardware and stuff like that without downloading libraries made by other members of Python community

8
  • Focusing on how it works is for when you've become better at knowing how to use it first. Here's a nice way to start using any language - pick some exercises from here and run with them Commented Sep 4, 2016 at 10:09
  • Thank you for the tip,maybe i need to slow down but i'm a bit impatient because i like IT and everything about it Commented Sep 4, 2016 at 10:19
  • Possible duplicate of Best ways to teach a beginner to program? Commented Sep 4, 2016 at 10:20
  • It's a bit different because i know the language,what i need is a starting point to learn how to more complex things like controlling hardware and stuff like that without downloading libraries made by other members of Python community Commented Sep 4, 2016 at 10:28
  • Not a lot you can do without libraries, since most of Python's (more than basic) functionality is through them. Why are you against libraries? Also, what do you mean by control hardware? Python is a high-end language, it doesn't usually directly interact with hardware Commented Sep 4, 2016 at 10:32

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.