473,789 Members | 2,514 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

I need Motivation

I m not a python Expert or anythin
i need help, i m losin my motivation to continue with python
can anyone inspire me again.???
--
* Posted with NewsLeecher v3.0 Beta 7
* http://www.newsleecher.com/?usenet
Nov 4 '05 #1
9 1354
bl**@blah.blah <blahman> wrote:
I m not a python Expert or anythin
i need help, i m losin my motivation to continue with python
can anyone inspire me again.???


Not without knowing more about your motivations for starting Python in
the first place...
Alex
Nov 4 '05 #2

bl**@blah.blah wrote:
I m not a python Expert or anythin
i need help, i m losin my motivation to continue with python
can anyone inspire me again.???

Why continue then ?

Nov 4 '05 #3
bl**@blah.blah wrote:
I m not a python Expert or anythin
i need help, i m losin my motivation to continue with python
can anyone inspire me again.???


Ooh that is easy, start learning other programming languages, you'll go
back continuing with python very soon after that! ;-)

--
mph
Nov 4 '05 #4

Martin P. Hellwig wrote:
bl**@blah.blah wrote:
I m not a python Expert or anythin
i need help, i m losin my motivation to continue with python
can anyone inspire me again.???


Ooh that is easy, start learning other programming languages, you'll go
back continuing with python very soon after that! ;-)

It seems that many people switch to Ruby and never look back, some
other go to haskell as well.

Nov 4 '05 #5
bo****@gmail.co m wrote:
Martin P. Hellwig wrote:
bl**@blah.blah wrote:
I m not a python Expert or anythin
i need help, i m losin my motivation to continue with python
can anyone inspire me again.???

Ooh that is easy, start learning other programming languages, you'll go
back continuing with python very soon after that! ;-)

It seems that many people switch to Ruby and never look back, some
other go to haskell as well.

Yes that is also a possibility, however then the OP wouldn't wish to be
motivated to continue pyhton :-)

--
mph
Nov 4 '05 #6
On Thursday 03 November 2005 23:26, bo****@gmail.co m wrote:
Martin P. Hellwig wrote:
bl**@blah.blah wrote:
I m not a python Expert or anythin
i need help, i m losin my motivation to continue with python
can anyone inspire me again.???


Ooh that is easy, start learning other programming languages, you'll go
back continuing with python very soon after that! ;-)


It seems that many people switch to Ruby and never look back, some
other go to haskell as well.


I would try a scbasic for classic macs. Very easy to program in, if you can
find a quadra.

--
James Stroud
UCLA-DOE Institute for Genomics and Proteomics
Box 951570
Los Angeles, CA 90095

http://www.jamesstroud.com/
Nov 4 '05 #7
I can recommend you listening to the Python411 podcast.
http://www.awaretek.com/python/index.html

-Markus-

bl**@blah.blah wrote:
I m not a python Expert or anythin
i need help, i m losin my motivation to continue with python
can anyone inspire me again.???

Nov 6 '05 #8
Alex Martelli wrote:
Not without knowing more about your motivations for starting Python in
the first place...
Alex, maybe trolling in this list? :)
Alex


ciao
--
Gian Mario Tagliaretti
PyGTK GUI programming
http://www.parafernalia.org/pygtk/
Nov 6 '05 #9
And you know what? I almost sure most people on this newsgroup wouldn't
feel maligned if somebody told them that's what happened to them. I'd
put money that most pythonistas here would think 'Hey Great for you!
good luck, and make these machines ever more useful and/or enjoyable
for the rest of the universe and yourself!'
But that's only how I feel about this perticular newsgroup and
community! (But I've been knowned to be naïve ...)

Nov 7 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
2254
by: Graeme Matthew | last post by:
Hi all, I just wanted to tell someone :-) I was previously a perl programmer and have been a visual basic frustrated developer for a number of years, only for the reason that corporates are so obsessed with using proprietary marketing focused computer languages and not using true computer science oriented solutions written by computer science engineers and not a marketing panel. The amount of frustration I have experienced using visual...
55
3949
by: Alex | last post by:
Hello people, The following is not a troll but a serious request. I found myself in a position where I have to present a Pro/Con list to management and architects in our company with regard to developing new products (specifically - desktop products) in C#/.NET instead of the usual C++/COM that we do. Since I am not an experienced .NET developer by any definition, I don't have a good grip on the "Pro" part. The argument that I hear...
41
3979
by: Psykarrd | last post by:
I am trying to declare a string variable as an array of char's. the code looks like this. char name; then when i try to use the variable it dosn't work, however i am not sure you can use it the way i am trying to. Could some one please tell me what i am doing wrong, or another way of doing the same thing. i am trying to use the variable like this.
13
1620
by: christopher diggins | last post by:
What I am trying to answer is, what the most prominent motivation for implenting and using smart pointers in C++ is. Is it primarily to reduce bugs resulting from memory access errors or primarily to permit lazy deallocation designs (i.e. designs that rely on non-determined non-fixed non-explicit deallocation of memory)? Obviously both are advantages, but I want to know if programmers are finding that lazy deallocation is one of the major...
1
2009
by: Nico Baumgarten | last post by:
Dear Madam/Sir, You are invited to participate in an international research study. This research project is headed and led by Cambridge student Nico Baumgarten. What is it all about? It is a well-known fact that there exist many differences between cultures. However, how these differences effect motivation if there are effects at all is not yet clear. This survey is set out to change this. With your help, it will be possible to...
10
1450
by: blah | last post by:
i m currently in a network (LAN). i started python because i heard that it has great ability for networking programs and/or scripts, but i m losing my motivation with python because there are sooo many modules, that i cant just learn them all, this deters from c or c++ in which there are only a limited number of header files. what loses my interest is that if i cant learn these modules, and there are lots and lots of python modules, how...
162
14923
by: techievasant | last post by:
hello everyone, Iam vasant from India.. I have a test+interview on C /C++ in the coming month so plz help me by giving some resources of FAQS, interview questions, tracky questions, multiple choice questions.etc.. I'll be indebted to everyone.. Thanks in advance.. regards vasant shetty Bangalore
11
5022
by: solandre | last post by:
my motivation is as follows: i have to binarysearch several million times an long that is several million items big. this costs time, although i use Array.Binarysearch<long>. so i try to keep the Compare-method as lean as possible, as it is summoned several 10 million times. in case of an integer the fastest way would be this i think: public int Compare(int a, int b)
0
9511
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10404
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10195
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9979
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9016
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7525
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6765
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4090
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3695
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.